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: [tuples] Fix all check-target-libstdc++-v3 ICEs


> The problem is that GIMPLE operands that have TREE_BLOCK weren't
> changed to a remapped block, so if the expander decided to set curr_block
> from TREE_BLOCK of some expression, change_scope wouldn't find
> a common block ancestor.

Ok, it's official, I love Jakub.  

I've been fighting with this same bug today, because it got triggered by
the forwprop pass.  You have just fixed it.  Yay!

Thanks.
Aldy


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