mirror of git://gcc.gnu.org/git/gcc.git
gccbug.in: Add PCH to list of categories.
2003-06-25 Wolfgang Bangerth <bangerth@dealii.org> * gccbug.in: Add PCH to list of categories. From-SVN: r68497
This commit is contained in:
parent
48c4721eac
commit
6322fdd83b
|
|
@ -1,3 +1,7 @@
|
|||
2003-06-25 Wolfgang Bangerth <bangerth@dealii.org>
|
||||
|
||||
* gccbug.in: Add PCH to list of categories.
|
||||
|
||||
2003-06-25 Martin Schaffner <schaffner@gmx.li>
|
||||
|
||||
* cppfiles.c: Clarify comments.
|
||||
|
|
|
|||
|
|
@ -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" | \
|
||||
|
|
|
|||
Loading…
Reference in New Issue