This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] C++ CFG issue
On Mon, Mar 17, 2003 at 02:27:46PM -0700, law at redhat dot com wrote:
> Understood. This brings another issue to the surface. Namely, is except.c
> going to be able to decipher this stuff. Ugh.
Yes, because except.c doesn't "decipher" anything. It is
explicitly given a set of calls to expand_eh_region_start
and friends.
> FWIW, I haven't found the code in except.c very useful, mostly because
> it's not clear how most of that code maps back to what I'm seeing at the
> tree level. Maybe some of that clarity will happen as I get further into
> the implementation of this stuff.
The struct eh_region tree should map 1-1 with the tree structure
that you're looking at...
r~