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: emit-rtl.c NaN bug



  In message <Pine.LNX.4.05.9811251802100.6398-100000@moshier.ne.mediaone.net>y
ou write:
  > 
  > The immediate cause of this problem was that make_nan did not always
  > output the desired sign bit, while enan does input the sign correctly.
  > 
  > The previous fix applied to emit-rtl.c should be removed, since it
  > causes a reload abort in egcs.
  > 
  > Original test case below.
  > 
  > 
  > 	* emit-rtl.c (gen_lowpart_common): Remove earlier change.
  > 	  real.c (make_nan): Make SIGN arg actually specify the sign bit.
Excellent!

Installed.  Thanks!

jeff


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