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: [PATCH] Fix testsuite/gcc.c-torture/execute/ieee/920810-1.c on i686, sparc64 and other platforms



  In message <20000904090539.H21753@devserv.devel.redhat.com>you write:
  > Hi!
  > 
  > This patch fixes testsuite/gcc.c-torture/execute/ieee/920810-1.c on
  > platforms with conditional move instructions. We cannot optimize
  > a == b ? b : a into a if it is a float comparison.
  > Ok to commit?
  > 
  > 2000-09-04  Jakub Jelinek  <jakub@redhat.com>
  > 
  > 	* combine.c (simplify_if_then_else): Don't convert a == b ? b : a
  > 	to a if the comparison is floating mode and not -ffast-math.
  > 	* simplify-rtx.c (simplify_ternary_operation): Likewise.
  > 
This is fine. Please install this patch.

Thanks,
jeff


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