This is the mail archive of the gcc-bugs@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]
Other format: [Raw text]

[Bug debug/12869] Bad stabs for bitsize fields


------- 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


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