[PATCH] Fix segfault with inlining

Jason Merrill jason@redhat.com
Mon Sep 16 19:56:00 GMT 2013


On 09/16/2013 05:28 AM, Richard Biener wrote:
> which exhibits exactly the behavior you quote - return x is considered throwing
> an exception.  The C++ FE doesn't arrange for TREE_THIS_NOTRAP to be
> set here (maybe due to this issue you quote?).

I haven't been aware of TREE_THIS_NOTRAP, but we could certainly start 
setting it.

Jason



More information about the Gcc-patches mailing list