This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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?

Jason


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]