From a992ebf6ce2d21e142a79729fe4db3fa13f89d52 Mon Sep 17 00:00:00 2001 From: Nathan Sidwell Date: Mon, 13 Sep 1999 13:14:43 +0000 Subject: [PATCH] Set *correct* g++ options. From-SVN: r29377 --- gcc/testsuite/g++.old-deja/g++.jason/rfg4.C | 2 +- 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 a86e9293bdc..2b883950cb7 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 55aea0011ff..8d0cfb5a33a 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; } -- 2.30.2