Re: cleanup tests failing on MIPS64

2009-04-12 Thread Adam Nemet
Adam Nemet ane...@caviumnetworks.com writes: I am not exactly sure what has exposed this but the bug seems to be old. can_throw_external in except.c does not look at the branch delay slot (second entry in a SEQUENCE) to determine whether the insn may throw or not. In gcc.dg/cleanup-8.c for

Re: cleanup tests failing on MIPS64

2009-04-12 Thread John David Anglin
The same tests now fail on hppa. This is PR 39651. I'm fairly certain this was introduced by the following change: 2009-03-28 Jan Hubicka j...@suse.cz Merge from pretty-ipa: 2009-03-27 Jan Hubicka j...@suse.cz * cgraph.c (dump_cgraph_node): Add replace output flag

Re: cleanup tests failing on MIPS64

2009-04-12 Thread Adam Nemet
John David Anglin writes: The same tests now fail on hppa. This is PR 39651. I'm fairly certain this was introduced by the following change: I put this PR in the checkin that was just approved on gcc-patc...@. Please close the bug if it fixes the failures on hppa too. Adam

Re: cleanup tests failing on MIPS64

2009-04-11 Thread Adam Nemet
Adam Nemet ane...@caviumnetworks.com writes: For two testresults now the cleanup tests are failing in both gcc and g++: http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01031.html http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg00592.html I waited for another testresults because there

cleanup tests failing on MIPS64

2009-04-10 Thread Adam Nemet
For two testresults now the cleanup tests are failing in both gcc and g++: http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg01031.html http://gcc.gnu.org/ml/gcc-testresults/2009-04/msg00592.html I waited for another testresults because there were some bug fixes in this area after the eh