[C++ PATCH] Fix PR 13701 g++.old-deja/g++.eh/cleanup2.C ICEs

Andrew Pinski pinskia@physics.uc.edu
Fri Jan 16 16:19:00 GMT 2004


On Jan 16, 2004, at 07:05, Jason Merrill wrote:

> I wonder why we're walking to the TREE_CHAIN of an EH_SPEC_BLOCK; I 
> would
> think we would want to walk into its first operand, as well.  In which 
> case
> we wouldn't need the langhook.  Could you give that a try?

That is what is currently done on the mainline after my first patch, see
<http://gcc.gnu.org/ml/gcc-patches/2003-12/msg02196.html>.  After 
getting this ICE, I found
out that I had to add the langhook.

Thanks,
Andrew Pinski



More information about the Gcc-patches mailing list