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: [tree-ssa] Fix variables getting out of their scope


On Wed, 2003-08-13 at 14:37, Zdenek Dvorak wrote:

> yes, it could also be done this way, although it seems mostly equivalent
> to what I do.  I was reusing the stuff from the big ugly patch where
> this tree is also used for handling eh constructs.
> 
It is equivalent, that's why I suggested using BLOCK directly.  No point
in having duplicate functionality.

> Should I rework it to be done your way?
> 
Please.  BTW, it's not "my" way, but rather what we already have in the
RTL flowgraph :)


Diego.


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