------- Comment #8 from aoliva at gcc dot gnu dot org 2006-08-15 10:12 ------- Created an attachment (id=12076) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12076&action=view) Patch that appears to fix the bug
The problem was that we were killing unrelated live variables while clobbering the contents of a specific variable part. This patch adjusts this and adds some improvements to dataflow set dumping. I'm bootstrapping it on amd64-linux-gnu and, if it proves to be good, I'll post it to the gcc-patches. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28672