60 GCC regressions, 24 new, with your patch on 2002-07-30T23:53:00Z.
David Edelsohn
dje@watson.ibm.com
Tue Jul 30 22:24:00 GMT 2002
The new g77 failures are ICEs in validate_condition_mode. I am
guessing that the g77 failures are due to Toon's patch and the following
fragment from validate_condition_mode:
/* These should never be generated except for
flag_unsafe_math_optimizations. */
if (mode == CCFPmode
&& ! flag_unsafe_math_optimizations
&& (code == LE || code == GE
|| code == UNEQ || code == LTGT
|| code == UNGT || code == UNLT))
abort ();
I suspect that the test needs to add flag_finite_math_only, but I won't be
investigate this further until tomorrow. If someone wants to analyze this
and verify the proposed solution, be my guest.
Thanks, David
More information about the Gcc-regression
mailing list