This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa]: Invalid GIMPLE generated by C++ front end
- From: law at redhat dot com
- To: Jason Merrill <jason at redhat dot com>
- Cc: Daniel Berlin <dberlin at dberlin dot org>, Diego Novillo <dnovillo at redhat dot com>, gcc at gcc dot gnu dot org
- Date: Fri, 12 Sep 2003 13:49:30 -0600
- Subject: Re: [tree-ssa]: Invalid GIMPLE generated by C++ front end
- Reply-to: law at redhat dot com
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