Commit 225d3396 by Joseph Myers Committed by Joseph Myers

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
parent 31fa16b6
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>
......
......@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment