* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
authorjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Sep 2005 16:12:53 +0000 (16:12 +0000)
committerjsm28 <jsm28@138bc75d-0d04-0410-961f-82ee72b054a4>
Sat, 10 Sep 2005 16:12:53 +0000 (16:12 +0000)
XFAIL on *-*-linux*, not *-*-linux-gnu.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@104125 138bc75d-0d04-0410-961f-82ee72b054a4

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

index e6a51c7..9b3c14e 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 ff97f1f..5af904b 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>