This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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]

Re: [v3] fixups for traits testsuite



But, you're right, it doesn't look like they are the correct format. I'll fix these up tomorrow.

Here.


-benjamin
2007-05-17  Benjamin Kosnik  <bkoz@redhat.com>

	* testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc: 
	Fix dg bits.
	* testsuite/21_strings/char_traits/requirements/char/typedefs.cc: Same.

Index: testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc
===================================================================
--- testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc	(revision 124791)
+++ testsuite/21_strings/char_traits/requirements/wchar_t/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@
-// dg-do compile
-// dg-options -ansi -pedantic-err
+// { dg-do compile }
+// { dg-options "-ansi -pedantic-errors" } 
 // 2001-02-11 gdr
 // Origin: Craig Rodrigues <rodrigc@mediaone.net>
 
Index: testsuite/21_strings/char_traits/requirements/char/typedefs.cc
===================================================================
--- testsuite/21_strings/char_traits/requirements/char/typedefs.cc	(revision 124791)
+++ testsuite/21_strings/char_traits/requirements/char/typedefs.cc	(working copy)
@@ -1,5 +1,5 @@
-// dg-do compile
-// dg-options -ansi -pedantic-err
+// { dg-do compile }
+// { dg-options "-ansi -pedantic-errors" } 
 // 2001-02-11 gdr
 // Origin: Craig Rodrigues <rodrigc@mediaone.net>
 

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