This is the mail archive of the gcc-regression@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: 4 GCC HEAD regressions, 1 new, with your patch on 2005-01-24T05:04:07Z.


Geoffrey Keating wrote:

"GCC regression checker" <geoffk@apple.com> writes:

The new failures are:
native gcc.sum gcc.dg/cpp/Wmissingdirs.c


This is a bus error:

cc1: internal compiler error: Bus error

so presumably it's due to one of these patches causing cpplib (or
something) to be miscompiled during the bootstrap:

+2005-01-23 Richard Henderson <rth@redhat.com>
+
+ PR 19486
+ * tree-complex.c (expand_complex_div_wide): Set EDGE_FALLTHRU on
+ edges leading to join block.
+


This one can't possibly be: the patched code is not used by the default (flag_complex_divide_method = 0)

Paolo.


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