diff options
| author | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:14:18 +0000 |
|---|---|---|
| committer | loewis <loewis@138bc75d-0d04-0410-961f-82ee72b054a4> | 1999-04-14 11:14:18 +0000 |
| commit | bf41b831d6c5500d19dd76dae949d80604fefdd4 (patch) | |
| tree | 20b38bd415735737acf35e5ffe05ecdf2e748dad | |
| parent | f61d0d129f6e4c0b71c34d06bd7a1b80b87442dd (diff) | |
| download | ppe42-gcc-bf41b831d6c5500d19dd76dae949d80604fefdd4.tar.gz ppe42-gcc-bf41b831d6c5500d19dd76dae949d80604fefdd4.zip | |
Add -Wno-deprecated
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@26448 138bc75d-0d04-0410-961f-82ee72b054a4
5 files changed, 5 insertions, 5 deletions
diff --git a/gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C b/gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C index 0d59b5685af..25987776e26 100644 --- a/gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C +++ b/gcc/testsuite/g++.old-deja/g++.brendan/code-gen5.C @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C b/gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C index 20a323f932f..5f6862f2fea 100644 --- a/gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C +++ b/gcc/testsuite/g++.old-deja/g++.bugs/900407_02.C @@ -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) diff --git a/gcc/testsuite/g++.old-deja/g++.jason/new2.C b/gcc/testsuite/g++.old-deja/g++.jason/new2.C index 612c5e2d6e2..ed4f68d9f31 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/new2.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/new2.C @@ -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; diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template18.C b/gcc/testsuite/g++.old-deja/g++.jason/template18.C index b95303f7238..38224bfd5ee 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template18.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template18.C @@ -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. diff --git a/gcc/testsuite/g++.old-deja/g++.jason/template37.C b/gcc/testsuite/g++.old-deja/g++.jason/template37.C index 71aa2707e71..53607ee7fbe 100644 --- a/gcc/testsuite/g++.old-deja/g++.jason/template37.C +++ b/gcc/testsuite/g++.old-deja/g++.jason/template37.C @@ -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" |

