Re: [C++ PATCH] Fix up genericization ICE (PR c++/71941)

2016-07-20 Thread Jason Merrill
OK. On Wed, Jul 20, 2016 at 5:05 PM, Jakub Jelinek wrote: > Hi! > > In PR69315, we've recently allowed recursive genericization, unfortunately > the bc_label handling isn't prepared for that, we ICE if we cp_genericize > some function (usually newly instantiated method) while

[C++ PATCH] Fix up genericization ICE (PR c++/71941)

2016-07-20 Thread Jakub Jelinek
Hi! In PR69315, we've recently allowed recursive genericization, unfortunately the bc_label handling isn't prepared for that, we ICE if we cp_genericize some function (usually newly instantiated method) while inside of some loop in the outer function. Fixed thusly, bootstrapped/regtested on