This is the mail archive of the gcc@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: [tree-ssa]: Invalid GIMPLE generated by C++ front end


In message <wvlsmo5nuuv.fsf@prospero.boston.redhat.com>, Jason Merrill writes:
 >But your comment brings up the possibility that other passes will want to
 >be able to check whether or not a transformation leaves the code in gimple
 >form.  Is this what you need?  If so, would calling back into gimplify_expr
 >be a reasonable alternative (if it worked)?
I'm certainly starting to see where that kind of capability would be useful.

I'd prefer not to call back into gimplify_expr since I just want to know if
something is valid gimple -- if it's not, then I don't want anything to
be changed).

jeff



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