XPASS: 26_numerics/cmath/c99_classification_macros_c.cc (test for excess errors)
Can be XFAIL marker removed for FreeBSD 5.* (or FreeBSD 5.3 and later)
--- c99_classification_macros_c.cc Tue Jun 22 14:50:46 2004 +++ c99_classification_macros_c.cc.new Sun Feb 27 21:30:52 2005 @@ -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-gnu } } +// { dg-excess-errors "" { target *-*-linux-gnu } }
#include <math.h>
Vladimir