------- Additional Comments From pinskia at gcc dot gnu dot org  2005-08-31 
02:00 -------
Happens on x86_64-linux-gnu also.
I want to say this was caused by one of the Ada front-end changes as the 
following changes are in the 
other parts of gcc:
+2005-08-18  Andrew Pinski  <[EMAIL PROTECTED]>
+
+       PR middle-end/23408
+       * ipa-inline.c (cgraph_decide_inlining_incrementally): Remove the
+       call to ggc_collect.
+
+2005-08-18  Paolo Bonzini  <[EMAIL PROTECTED]>
+
+       PR bootstrap/21268
+       * Makefile.in (ALL_CPPFLAGS): Include $(INCLUDES) at the
+       beginning.  Remove $(INCLUDES) from all the rules, if following
+       $(ALL_CPPFLAGS) or $(BUILD_CPPFLAGS).
+
+2005-08-29  Jakub Jelinek  <[EMAIL PROTECTED]>
+
+       PR middle-end/23484
+       * builtins.c (fold_builtin_memory_chk, fold_builtin_stxcpy_chk,
+       fold_builtin_strncpy_chk, fold_builtin_snprintf_chk): If len is
+       not constant, but maxlen is, don't set len to maxlen, rather
+       set maxlen to len if len is a constant.
+
+2005-08-29  Zdenek Dvorak  <[EMAIL PROTECTED]>
+
+       PR tree-optimization/23475
+       * tree-ssa-loop-ivcanon.c (remove_empty_loop): Update frequencies
+       and counts.
+


I tested my patch with Ada and I had tested with Ada on with including Jakub's 
test so the only the one 
if this is not Ada front-end bug would be Paolo's patch which I really doubt it.
So the only thing left is the Ada front-end/library changes.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
  GCC build triplet|hppa-unknown-gnu-linux      |
   GCC host triplet|hppa-unknown-gnu-linux      |
 GCC target triplet|hppa-unknown-gnu-linux      |
   Last reconfirmed|0000-00-00 00:00:00         |2005-08-31 02:00:37
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23646

Reply via email to