This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gccbug reports?


Steve Kargl wrote:

> The "Category" for 2 of the missing reports was "fortran" and the
> 3rd report's "Category" was "optimization".

I forgot to update gccbug when splitting optimization into
rtl-optimization/tree-optimization in Bugzilla. Fixed thus, committed to trunk,
3.4 and 3.3 as rubber-stamped by Zack.

Giovanni Bajo


Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 2.3968
diff -c -3 -p -u -r2.3968 ChangeLog
cvs diff: conflicting specifications of output style
--- ChangeLog   14 Jun 2004 22:52:35 -0000      2.3968
+++ ChangeLog   15 Jun 2004 02:39:23 -0000
@@ -1,3 +1,7 @@
+2004-06-15  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
+       * gccbug.in: Update optimization -> tree-optimization/rtl-optimization.
+
 2004-06-14  Benjamin Kosnik  <bkoz@redhat.com>

        * doc/install.texi (Prerequisites): Update libstdc++ entry to
Index: gccbug.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gccbug.in,v
retrieving revision 1.18
diff -c -3 -p -u -r1.18 gccbug.in
cvs diff: conflicting specifications of output style
--- gccbug.in   17 Sep 2003 20:01:06 -0000      1.18
+++ gccbug.in   15 Jun 2004 02:39:23 -0000
@@ -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
lib gcj libobjc libstdc++ middle-end objc optimization other pch preprocessor
target web"
+CATEGORIES="ada bootstrap c++ c debug driver fortran inline-asm java libf2c
lib gcj libobjc libstdc++ middle-end objc other pch preprocessor
rtl-optimization target tree-optimization web"

 case "$FORMAT" in
   lisp) echo "$CATEGORIES" | \



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]