c99_classification_macros_c.cc: XFAIL on *-*-linux*, not *-*-linux-gnu.

* testsuite/26_numerics/cmath/c99_classification_macros_c.cc:
	XFAIL on *-*-linux*, not *-*-linux-gnu.

From-SVN: r104125
This commit is contained in:
Joseph Myers 2005-09-10 17:12:53 +01:00 committed by Joseph Myers
parent 31fa16b689
commit 225d3396bf
2 changed files with 7 additions and 2 deletions

View 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>

View 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>