This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug debug/12869] Bad stabs for bitsize fields
- From: "drow at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 25 Aug 2004 15:25:08 -0000
- Subject: [Bug debug/12869] Bad stabs for bitsize fields
- References: <20031101110525.12869.gcc@microbizz.nl>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- 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