Re: [C++ RFC] Debug info for anonymous aggregates

2005-07-25 Thread Devang Patel
On Jul 23, 2005, at 8:44 PM, Mark Mitchell wrote: Actually, I think the best fix would be just not to set DECL_IGNORED_P in the first place, and let the debug-generators sort it out. OK. I'll see how dbxout reacts. - Devang

Re: [C++ RFC] Debug info for anonymous aggregates

2005-07-23 Thread Mark Mitchell
Devang Patel wrote: C++ does not generate debug info for anonymous aggregates in cases like : class A { public: typedef struct { int d; } mystruct; mystruct data; }; This is because FE sets DECL_IGNORED_P bit. This causes debug info generator to skip debug info wh