X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fgccbug.in;h=dcec94bc091a5103f500a6fd8229dbd9c22424c6;hb=81540bae22fbff1c51ccdb4952b0c7d1ab144c2c;hp=5b085b4c8eaf99a9fe386e3d7db228efcb555ea6;hpb=a2ad9b0dd51001ec764cbd52505f2ec724c529db;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 5b085b4c8ea..dcec94bc091 100755 --- a/gcc/gccbug.in +++ b/gcc/gccbug.in @@ -1,6 +1,6 @@ #!/bin/sh # Submit a problem report to a GNATS site. -# Copyright (C) 1993, 2000, 2001 Free Software Foundation, Inc. +# Copyright (C) 1993, 2000, 2001, 2002, 2003, 2007 Free Software Foundation, Inc. # Contributed by Brendan Kehoe (brendan@cygnus.com), based on a # version written by Heinz G. Seidl (hgs@cygnus.com). # @@ -8,7 +8,7 @@ # # GNU GNATS is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by -# the Free Software Foundation; either version 2, or (at your option) +# the Free Software Foundation; either version 3, or (at your option) # any later version. # # GNU GNATS is distributed in the hope that it will be useful, @@ -17,9 +17,8 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with GNU GNATS; see the file COPYING. If not, write to -# the Free Software Foundation, 59 Temple Place - Suite 330, -# Boston, MA 02111-1307, USA. +# along with GNU GNATS; see the file COPYING3. If not see +# . # The version of this send-pr. VERSION=3.113 @@ -31,7 +30,11 @@ SUBMITTER=net GNATS_ADDR=gcc-gnats@gcc.gnu.org # The default release for this host. -DEFAULT_RELEASE="@gcc_version_full@" +# We have to guess at what program_transform_name might have done. +# "sed 1q" because neither "head -1" nor "head -n 1" is universal, argh. + +DEFAULT_GCC="`echo $0 | sed -e 's/bug//'`" +DEFAULT_RELEASE="`$DEFAULT_GCC --version | sed 1q`" # The default organization. DEFAULT_ORGANIZATION= @@ -183,7 +186,14 @@ while [ $# -gt 0 ]; do -l | -CL | --lisp) FORMAT=lisp ;; --request-id) REQUEST_ID=true ;; -h | --help) echo "$USAGE"; $REMOVE_TEMP; exit 0 ;; - -V | --version) echo "$VERSION"; $REMOVE_TEMP; exit 0 ;; + -V | --version) cat <> $file << \__EOF__ configured with: @gcc_config_arguments@ +__EOF__ + cat >> $file << __EOF__ >Description: $DESCRIPTION_C >How-To-Repeat: