C++ PATCH for c++/52248 (ICE with -ftime-report and undefined label)

Jason Merrill jason@redhat.com
Fri Feb 17 10:28:00 GMT 2012


Here we can get to define_label from within poplevel, which results in 
recursive starting of TV_NAME_LOOKUP.  The obvious solution is to just 
use cond_start/stop in define_label.

Tested x86_64-pc-linux-gnu, applying to trunk.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 52248.patch
Type: text/x-patch
Size: 1095 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/gcc-patches/attachments/20120217/8705bb8b/attachment.bin>


More information about the Gcc-patches mailing list