diff options
author | Joseph Myers <jsm28@cam.ac.uk> | 2001-04-29 12:48:40 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2001-04-29 12:48:40 +0100 |
commit | 7200764f6cd4acd841f55393bc908c0ccf81acbe (patch) | |
tree | b258a6fc7bca16d95dfb68a81db89ac43a78d582 /gcc/testsuite | |
parent | 962584ea56fd1919d5f16782663e524af6885a74 (diff) | |
download | gcc-7200764f6cd4acd841f55393bc908c0ccf81acbe.zip gcc-7200764f6cd4acd841f55393bc908c0ccf81acbe.tar.gz gcc-7200764f6cd4acd841f55393bc908c0ccf81acbe.tar.bz2 |
decl2.c (unsupported_options): Add new-abi.
cp:
* decl2.c (unsupported_options): Add new-abi.
* lang-options.h: Remove no longer supported options.
testsuite:
* g++.old-deja/g++.other/crash14.C: Remove -fnew-abi.
From-SVN: r41673
Diffstat (limited to 'gcc/testsuite')
-rw-r--r-- | gcc/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gcc/testsuite/g++.old-deja/g++.other/crash14.C | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gcc/testsuite/ChangeLog b/gcc/testsuite/ChangeLog index 00b94a0..bc50667 100644 --- a/gcc/testsuite/ChangeLog +++ b/gcc/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2001-04-29 Joseph S. Myers <jsm28@cam.ac.uk> + + * g++.old-deja/g++.other/crash14.C: Remove -fnew-abi. + 2001-04-27 Nathan Sidwell <nathan@codesourcery.com> * g++.old-deja/g++.eh/crash6.C: New test. diff --git a/gcc/testsuite/g++.old-deja/g++.other/crash14.C b/gcc/testsuite/g++.old-deja/g++.other/crash14.C index 85f093d..f249a67 100644 --- a/gcc/testsuite/g++.old-deja/g++.other/crash14.C +++ b/gcc/testsuite/g++.old-deja/g++.other/crash14.C @@ -1,5 +1,4 @@ // Build don't link: -// Special g++ Options: -fnew-abi // Origin: Mark Mitchell <mark@codesourcery.com> struct S |