This is the mail archive of the gcc-patches@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]

Re: Suggestion for gcc testsuite



  In message <19980527124946.64793@gonzo.lpr.e-technik.tu-muenchen.de>you write:
  > 
  > While testing the compiler and libraries (egcs-1.0.{2,3} and egcs-19980525)
  > I noticed that one of the tests in the ieee subdirectory failed under
  > alpha.  The particular file is fp-cmp-1.c, which tests comparisons of
  > floating point nan's.  The test fails on alpha (DEC-OSF1-V4.0b) appears to
  > happen because the signal SIGFPE gets sent to the program at the first
  > comparison (nan == nan).  A signal handler is installed, but not until
  > after this line.  I have included a 'diff -u' file to move the signal
  > handler installation before the first comparison.
  > 
  > The diff file was generated using the egcs-19980525 snapshot sources.
I've installed your patch.

Thanks!  

jeff


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