Add -Wno-deprecated

From-SVN: r26448
This commit is contained in:
Martin v. Löwis 1999-04-14 11:14:18 +00:00
parent 9ce392afc1
commit 6c77b8af53
5 changed files with 5 additions and 5 deletions

View 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.

View 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)

View 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;

View 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.

View 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"