]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu.
authorJoseph Myers <joseph@codesourcery.com>
Sat, 10 Sep 2005 16:12:53 +0000 (17:12 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 10 Sep 2005 16:12:53 +0000 (17:12 +0100)
* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
XFAIL on *-*-linux*, not *-*-linux-gnu.

From-SVN: r104125

libstdc++-v3/ChangeLog
libstdc++-v3/testsuite/26_numerics/cmath/c99_classification_macros_c.cc

index e6a51c72768409e25264e86b317d3fe10d67b644..9b3c14e880d02fd91f327c9a37f8039a7ad9d009 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-10  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
+       XFAIL on *-*-linux*, not *-*-linux-gnu.
+
 2005-09-09  Benjamin Kosnik  <bkoz@redhat.com>
             Jakub Jelinek  <jakub@redhat.com>
 
index ff97f1f0f008311625a961767a083fa9fddd5bf2..5af904b11902471365c6e38d29a7acdf01f60099 100644 (file)
@@ -27,8 +27,8 @@
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// { dg-do compile { xfail *-*-linux-gnu *-*-darwin* } }
-// { dg-excess-errors "" { target *-*-linux-gnu *-*-darwin* } }
+// { dg-do compile { xfail *-*-linux* *-*-darwin* } }
+// { dg-excess-errors "" { target *-*-linux* *-*-darwin* } }
 
 #include <math.h>