[Bug debug/12869] Bad stabs for bitsize fields

drow at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Wed Aug 25 15:25:00 GMT 2004


------- Additional Comments From drow at gcc dot gnu dot org  2004-08-25 15:25 -------
Andrew, that comment doesn't make any sense.  The code only occurs for two
types, so of course no other type needs it.

The bad bit of stabs is:
Datevalid:(0,5)=@s8;-16;,0,1;Timevalid:(0,5),1,1;...

(0,5),1,1 is valid for a field.  It's TYPENAME,BITOFFSET,BITLEN.
"@s8;-16" is a valid TYPENAME; the "@s8;" prefix is consumed
and the type is "-16".  "@s8;-16;" is not a valid TYPENAME; types
do not end in a semicolon.

I'm sure you could reproduce this in some other language if you tried.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12869



More information about the Gcc-bugs mailing list