From: Wolfgang Bangerth Date: Wed, 25 Jun 2003 21:08:26 +0000 (-0600) Subject: gccbug.in: Add PCH to list of categories. X-Git-Tag: releases/gcc-3.4.0~5476 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6322fdd83b824be16b3d492a5897246db2ac9efd;p=thirdparty%2Fgcc.git gccbug.in: Add PCH to list of categories. 2003-06-25 Wolfgang Bangerth * gccbug.in: Add PCH to list of categories. From-SVN: r68497 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e68b2b1f01e6..7cab9e24c719 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-06-25 Wolfgang Bangerth + + * gccbug.in: Add PCH to list of categories. + 2003-06-25 Martin Schaffner * cppfiles.c: Clarify comments. diff --git a/gcc/gccbug.in b/gcc/gccbug.in index 4da84150b6c5..05ea8efe9c9c 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, 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 optimization other pch preprocessor target web" case "$FORMAT" in lisp) echo "$CATEGORIES" | \