This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Test 26_numerics/c99_classification_macros_c.cc now passes


The test 26_numerics/c99_classification_macros_c.cc now passes on
irix6.5 and cygwin.  This seems to be the case on other platforms too.  

2002-01-08  David Billinghurst <David.Billinghurst@riotinto.com>

	* testsuite/26_numerics/c99_classification_macros_c.cc
	Remove dg-error and dg-excess-errors comments.
  
--- c99_classification_macros_c.cc	2001/04/20 22:19:57	1.1
+++ c99_classification_macros_c.cc	2002/01/08 06:24:03
@@ -28,11 +28,10 @@
 // the GNU General Public License.
 
 // { dg-do compile }
-// { dg-excess-errors "" }
 
 #include <math.h>
 
-void fpclassify() { }  // { dg-error "parse error" "" { xfail *-*-* } }
+void fpclassify() { }
 
 void isfinite() { }
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]