Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!GINGER.BERKELEY.EDU!mcgrath%tully.Berkeley.EDU From: mcgrath%tully.Berkeley.EDU@GINGER.BERKELEY.EDU (Roland McGrath) Newsgroups: gnu.gcc.bug Subject: GAS 1.31 `bignum' message Message-ID: <8905132204.AA04003@tully.Berkeley.EDU> Date: 13 May 89 22:04:10 GMT Sender: daemon@tut.cis.ohio-state.edu Distribution: gnu Organization: GNUs Not Usenet Lines: 13 GAS 1.31 on a Sun 3 (68020), Sun Unix 3.5. The input: fmoved #0x7ff0000000000000, fp0 generates the warning: "Bignum assumed to be binary bit-pattern" This is somewhat annoying for me, but could cause serious confusion for others who don't know where it came from. (That bit pattern is IEEE infinity, which is what I use for HUGE_VAL in the GNU C Library.) Sun as doesn't complain. I don't understand why this warning could ever be useful. Obviously, a literal number is a bit pattern.