From: John David Anglin Date: Sun, 23 Nov 2008 19:27:26 +0000 (+0000) Subject: static6.C: Remove xfail for *-*-hpux*. X-Git-Tag: releases/gcc-4.4.0~1522 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26080d321eae08df9673d3316042b1a8fbf53250;p=thirdparty%2Fgcc.git static6.C: Remove xfail for *-*-hpux*. * g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*. From-SVN: r142138 --- diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index a83c305a3936..006ce63d6450 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-11-23 John David Anglin + + * g++.old-deja/g++.pt/static6.C: Remove xfail for *-*-hpux*. + 2008-11-23 Thomas Koenig PR libfortran/38234 diff --git a/gcc/testsuite/g++.old-deja/g++.pt/static6.C b/gcc/testsuite/g++.old-deja/g++.pt/static6.C index a0d255c5f5e1..3ff41fead3aa 100644 --- a/gcc/testsuite/g++.old-deja/g++.pt/static6.C +++ b/gcc/testsuite/g++.old-deja/g++.pt/static6.C @@ -1,5 +1,5 @@ // { dg-do link } -// { dg-xfail-if "" { *-*-aout *-*-coff *-*-hpux* *-*-hms } { "*" } { "" } } +// { dg-xfail-if "" { *-*-aout *-*-coff *-*-hms } { "*" } { "" } } // Simplified from testcase by Erez Louidor Lior