This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: [patch] fix wrong gimple code with ptr to forward vla


> The pointer declaration point is in general in the middle of an 
> expression.  

This is the kind of concerns that led me to be reluctant to recommend
this approach.  We don't have a great way in most friend ends of "popping
up" and inserting a TYPE_DECL and that's a mechanism needed for this
sort of thing.  I was surprised that such a simple change "worked", so
I'm not surprised that it really doesn't.


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