OSDN Git Service

* testsuite/26_numerics/c99_classification_macros_c.cc: Add XFAIL.
[pf3gnuchains/gcc-fork.git] / libstdc++-v3 / testsuite / 26_numerics / c99_classification_macros_c.cc
index a8f18f2..15508a3 100644 (file)
 // invalidate any other reasons why the executable file might be covered by
 // the GNU General Public License.
 
-// { dg-do compile { xfail *-*-linux-gnu } }
-// { dg-excess-errors "" }
+// { dg-do compile { xfail *-*-linux-gnu *-*-freebsd5* } }
+// { dg-excess-errors "" { target *-*-linux-gnu *-*-freebsd5* } }
 
 #include <math.h>
 
-void fpclassify() { }  // { dg-error "parse error" "" { xfail *-*-linux-gnu } }
+void fpclassify() { }
 
 void isfinite() { }