Bug 5297

Summary: gcc does not generate DW_ATE_class_type
Product: frysk Reporter: Andrew Cagney <cagney>
Component: generalAssignee: Unassigned <frysk-bugzilla>
Status: NEW ---    
Severity: normal    
Priority: P2    
Version: unspecified   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed:
Bug Depends on:    
Bug Blocks: 1839    

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.