Bug 5297 - gcc does not generate DW_ATE_class_type
Summary: gcc does not generate DW_ATE_class_type
Status: NEW
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Unassigned
URL:
Keywords:
Depends on:
Blocks: 1839
  Show dependency treegraph
 
Reported: 2007-11-08 21:11 UTC by Andrew Cagney
Modified: 2007-11-08 21:11 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andrew Cagney 2007-11-08 21:11:52 UTC
Instead it generates DW_ATE_struct_type; and heuristics get used to identify a
class rather than a type.  In a struct, default accessability is public, while
for a class it is private.