diff options
Diffstat (limited to 'contrib/gcc/gccbug.in')
-rwxr-xr-x | contrib/gcc/gccbug.in | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/contrib/gcc/gccbug.in b/contrib/gcc/gccbug.in index 4da8415..34b1528 100755 --- a/contrib/gcc/gccbug.in +++ b/contrib/gcc/gccbug.in @@ -1,6 +1,6 @@ #!/bin/sh # Submit a problem report to a GNATS site. -# Copyright (C) 1993, 2000, 2001, 2002 Free Software Foundation, Inc. +# Copyright (C) 1993, 2000, 2001, 2002, 2003 Free Software Foundation, Inc. # Contributed by Brendan Kehoe (brendan@cygnus.com), based on a # version written by Heinz G. Seidl (hgs@cygnus.com). # @@ -198,7 +198,7 @@ EOF done # spam does not need to be listed here -CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libf2c libgcj libobjc libstdc++ middle-end objc optimization other preprocessor target web" +CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libf2c libgcj libobjc libstdc++ middle-end objc other pch preprocessor rtl-optimization target tree-optimization web" case "$FORMAT" in lisp) echo "$CATEGORIES" | \ @@ -344,7 +344,11 @@ SEND-PR: support I need help with gcc. host: @host@ build: @build@ target: @target@ +__EOF__ + cat >> $file << \__EOF__ configured with: @gcc_config_arguments@ +__EOF__ + cat >> $file << __EOF__ >Description: $DESCRIPTION_C >How-To-Repeat: |