diff options
author | Nathan Sidwell <nathan@gcc.gnu.org> | 1999-09-13 13:14:43 +0000 |
---|---|---|
committer | Nathan Sidwell <nathan@gcc.gnu.org> | 1999-09-13 13:14:43 +0000 |
commit | a992ebf6ce2d21e142a79729fe4db3fa13f89d52 (patch) | |
tree | 47f817f38eb4a4babfbdc511b1fd6fbf25ca9914 | |
parent | 6e47d69e3218e1c777ecf07d65de059bd14bee2d (diff) | |
download | gcc-a992ebf6ce2d21e142a79729fe4db3fa13f89d52.zip gcc-a992ebf6ce2d21e142a79729fe4db3fa13f89d52.tar.gz gcc-a992ebf6ce2d21e142a79729fe4db3fa13f89d52.tar.bz2 |
Set *correct* g++ options.
From-SVN: r29377
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/rfg4.C | 2 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.jason/rfg5.C | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C index a86e929..2b88395 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/rfg4.C @@ -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) { } diff --git a/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C b/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C index 55aea00..8d0cfb5 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/rfg5.C @@ -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; } |