This is the mail archive of the gdb@sourceware.org mailing list for the GDB 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]

Re: [gcc libcc1] build_qualified_type for self-referencing/incomplete types


On Tue, 14 Apr 2015 08:09:05 +0200, Jan Kratochvil wrote:
> On Fri, 10 Apr 2015 14:31:45 +0200, Jan Kratochvil wrote:
> > What is the recommended fix?  I expect pointer to a declaration / opaque type
> > which gets completed only when one references the 'p' field later?
> 
> It looks as it got fixed by:

It did not.

As I was told the mail was unclear - to simplify the question:

How to get 'volatile struct sv' GCC 'tree' type for:
	volatile struct sv { volatile struct sv *p; };


Thanks,
Jan


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