This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa-cfg] BIND_EXPR removal
On Oct 7, 2003, at 5:40 PM, Andrew MacLeod wrote:
On Tue, 2003-10-07 at 16:34, Andrew MacLeod wrote:
I'll get back to you with another patch :-)
Ok, give this one a try.
It seems to almost work.
It causes a problem in cc1plus that causes us to error out (we claim
some ambiguous overload where none exists or somemthing of the sort)
building libstdc++-v3.
Doesn't happen if we don't split all critical edges (I tested this), so
the code at least seems to work for all cases we handle right now.
I can track it down farther if you want me to, i'm not if you do sure
given the ugliness of the solution so far. :P
--Dan