As reported in the PR, the timeout running the guality_check test in the g++.dg/guality testsuite doesn't work on Tru64 UNIX V5.1B, which hangs the complete bootstrap. Until this is resolved, I'm disabling this testsuite on alpha*-dec-osf*.
Tested with the appropriate runtest invocation, installed on mainline. Will install on the 4.6 branch once it reopens. The 4.5 branch is not affected. Rainer 2011-03-23 Rainer Orth <r...@cebitec.uni-bielefeld.de> PR testsuite/48251 * g++.dg/guality/guality.exp: Disable on alpha*-dec-osf*. diff -r 95f7fe097816 gcc/testsuite/g++.dg/guality/guality.exp --- a/gcc/testsuite/g++.dg/guality/guality.exp Wed Mar 23 10:08:59 2011 +0100 +++ b/gcc/testsuite/g++.dg/guality/guality.exp Wed Mar 23 12:50:49 2011 +0100 @@ -4,7 +4,8 @@ load_lib gcc-gdb-test.exp # Disable on darwin until radr://7264615 is resolved. -if { [istarget *-*-darwin*] } { +# Disable on Tru64 UNIX (PR testsuite/48251). +if { [istarget *-*-darwin*] || [istarget alpha*-dec-osf*] } { return } -- ----------------------------------------------------------------------------- Rainer Orth, Center for Biotechnology, Bielefeld University