This is the mail archive of the gcc-bugs@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]

[Bug target/32437] [4.3 Regression] MIPS: FAIL in gcc.dg/cleanup-[8|9|10|11].c



------- Comment #7 from zadeck at naturalbridge dot com  2007-06-23 02:12 -------
dave,

i have a patch for this.  i am doing regtests now and will have a patch posted
first thing tomorrow.  
the bug is in dce.c:deletable_insn_p.  The problem is that it does not look
inside of parallels.  so even though it supposed to not delete top level
unspecs and top level sets, if they are buried inside a parallel, it does not
consider them top level.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=32437


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