OSDN Git Service

Set *correct* g++ options.
authornathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Sep 1999 13:14:43 +0000 (13:14 +0000)
committernathan <nathan@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 13 Sep 1999 13:14:43 +0000 (13:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29377 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.jason/rfg4.C
gcc/testsuite/g++.old-deja/g++.jason/rfg5.C

index a86e929..2b88395 100644 (file)
@@ -1,6 +1,6 @@
 // Bug: f1 and f2 are treated as overloaded when they aren't.
 // Build don't link:
-// Special g++ Options: -pedantic -errors -w
+// Special g++ Options: -ansi -pedantic-errors -w
 
 int i;
 void f1(double) { }
index 55aea00..8d0cfb5 100644 (file)
@@ -1,6 +1,6 @@
 // Bug: func is treated as an overloaded function when it isn't.
 // Build don't link:
-// Special g++ Options: -pedantic -errors -w
+// Special g++ Options: -ansi -pedantic-errors -w
 
 int *func () { return 0; }