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: 60 GCC regressions, 24 new, with your patch on 2002-07-30T23:53:00Z.


	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


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