]> 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:47:56 +0000 (17:47 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Sat, 10 Sep 2005 16:47:56 +0000 (17:47 +0100)
* testsuite/26_numerics/c99_classification_macros_c.cc:
XFAIL on *-*-linux*, not *-*-linux-gnu.

From-SVN: r104128

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

index 4de21ec5cbbb30cd3bc753d656c48614644838e2..59f0e4c67216f4ca68c2e2ce27869034ee59716e 100644 (file)
@@ -1,3 +1,8 @@
+2005-09-10  Joseph S. Myers  <joseph@codesourcery.com>
+
+       * testsuite/26_numerics/c99_classification_macros_c.cc:
+       XFAIL on *-*-linux*, not *-*-linux-gnu.
+
 2005-09-01  Benjamin Kosnik  <bkoz@redhat.com>
 
         * include/c_std/std_cmath.h: Declare C99 functions and helper
index 15508a303fd55728cb9c3dfe9741ebdb5c211a0b..99298af83e599a94f62ae91b85e476fd9a6a72e9 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 *-*-freebsd5* } }
-// { dg-excess-errors "" { target *-*-linux-gnu *-*-freebsd5* } }
+// { dg-do compile { xfail *-*-linux* *-*-freebsd5* } }
+// { dg-excess-errors "" { target *-*-linux* *-*-freebsd5* } }
 
 #include <math.h>