From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Lance Taylor To: robertl@sco.com Cc: egcs-bugs@egcs.cygnus.com, gas2@cygnus.com Subject: Re: dwarf-1 egcs outputs bad .s / GAS allows it. Date: Sat, 27 Mar 1999 07:23:00 -0000 Message-id: <199903271523.HAA15972@rtl.cygnus.com> References: <19990326213126.A3658@rjlhome.sco.com> X-SW-Source: 1999/msg00043.html Date: Fri, 26 Mar 1999 21:31:26 -0600 From: Robert Lipe HERE-> .2byte 0xfffffff0 Should bit_offset be masked to fit in 16 bits? Should it be .4byte? Should this be an impossible combination anyway? Why does GAS allow this? gas should issue a warning for this case. It doesn't because it needs to accept .2byte -10 and it is getting confused in the obvious way. It's a bug. Ian