OSDN Git Service

Add -Wno-deprecated
authorloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:14:18 +0000 (11:14 +0000)
committerloewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 14 Apr 1999 11:14:18 +0000 (11:14 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26448 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C
gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C
gcc/testsuite/g++.old-deja/g++.jason/new2.C
gcc/testsuite/g++.old-deja/g++.jason/template18.C
gcc/testsuite/g++.old-deja/g++.jason/template37.C

index 0d59b56..2598777 100644 (file)
@@ -1,4 +1,4 @@
-// Special g++ Options: -fthis-is-variable
+// Special g++ Options: -Wno-deprecated -fthis-is-variable
 // GROUPS passed code-generation
 // Check that the "this" pointer is zero when a method is
 // called for an object pointed to by a null pointer.
index 20a323f..5f6862f 100644 (file)
@@ -7,7 +7,7 @@
 // Such errors should probably not be issued when the -traditional option is
 // used.
 
-// Special g++ Options: -fthis-is-variable
+// Special g++ Options: -Wno-deprecated -fthis-is-variable
 // Special CC Options:
 
 // Cfront only flags errors for such usage whin the +p (pure language)
index 612c5e2..ed4f68d 100644 (file)
@@ -1,5 +1,5 @@
 // PRMS Id: 6267
-// Special g++ Options: -fthis-is-variable -fno-exceptions
+// Special g++ Options: -Wno-deprecated -fthis-is-variable -fno-exceptions
 
 struct A {
   int i;
index b95303f..38224bf 100644 (file)
@@ -1,6 +1,6 @@
 // GROUPS passed templates
 // Bug: g++ emits template instances when it shouldn't.
-// Special g++ Options: -g -fexternal-templates
+// Special g++ Options: -g -Wno-deprecated -fexternal-templates
 
 // We mark this XFAIL because we can't test for expected linker errors.
 // If we get an XPASS for this testcase, that's a bug.
index 71aa270..53607ee 100644 (file)
@@ -1,6 +1,6 @@
 // PRMS Id: 9930
 // Test of -fexternal-templates hackery in new template code
-// Special g++ options: -fexternal-templates
+// Special g++ options: -Wno-deprecated -fexternal-templates
 
   #pragma implementation "foo.hh"
   #pragma interface "foo.hh"