diff options
Diffstat (limited to 'gcc')
-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; } |