Set *correct* g++ options.
authorNathan Sidwell <nathan@gcc.gnu.org>
Mon, 13 Sep 1999 13:14:43 +0000 (13:14 +0000)
committerNathan Sidwell <nathan@gcc.gnu.org>
Mon, 13 Sep 1999 13:14:43 +0000 (13:14 +0000)
From-SVN: r29377

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

index a86e9293bdc9bb41730c6d8b0e910d1b0d1abcf7..2b883950cb720aa820391c905fc45d2f6c955aee 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 55aea0011ff3562a3f0e01be636e15befd3cf302..8d0cfb5a33a73eb51dab5d290d39d8173b0f01d9 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; }