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: i386.md: fp_jcc_3 and TARGET_CMOVE



  In message <20000531121827.A32566@cpopetz.com>you write:
  > Compiling the following:
  > 
  > 	int 
  > 	foo(double st)
  > 	{
  > 	  if (st)
  > 	    return 0;
  > 	}
  > 
  > with -march=i686 -O1 -ffast-math will give an ICE.  We'll get:
Make sure to add this to the testsuite.  You'll probably need to
add it to gcc.dg's framework since it requires options not used by
our c-torture testsuite.

jeff

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