[Committed, 3.3] Fix gccbug.in

Giovanni Bajo giovannibajo@libero.it
Fri Jan 21 10:10:00 GMT 2005


Gaby,

I have committed the following patch to gccbug.in to update it to use the new
Bugzilla component added after the merge of tree-ssa. You had approved this
patch back in July but the 3.3 branch was freezed -- and I then forgot about
this.

Giovanni Bajo



Index: ChangeLog
===================================================================
RCS file: /cvs/gcc/gcc/gcc/ChangeLog,v
retrieving revision 1.16114.2.1054
diff -c -3 -p -r1.16114.2.1054 ChangeLog
*** ChangeLog   21 Jan 2005 10:01:43 -0000      1.16114.2.1054
--- ChangeLog   21 Jan 2005 10:06:57 -0000
***************
*** 1,5 ****
--- 1,9 ----
  2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>

+       * gccbug.in: Update optimization -> tree-optimization/rtl-optimization.
+
+ 2005-01-21  Giovanni Bajo  <giovannibajo@gcc.gnu.org>
+
        PR c++/17115
        * tree-inline.c (expand_call_inline): Do not warn for functions
        marked with attribute noinline.
Index: gccbug.in
===================================================================
RCS file: /cvs/gcc/gcc/gcc/gccbug.in,v
retrieving revision 1.15.34.1
diff -c -3 -p -r1.15.34.1 gccbug.in
*** gccbug.in   2 Jan 2003 05:22:37 -0000       1.15.34.1
--- gccbug.in   21 Jan 2005 10:06:57 -0000
*************** EOF
*** 198,204 ****
  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"

  case "$FORMAT" in
    lisp) echo "$CATEGORIES" | \
--- 198,204 ----
  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 other preprocessor rtl-optimization
target tree-optimization web"

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



More information about the Gcc-patches mailing list