aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-07-01 13:59:25 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-07-01 13:59:25 -0400
commita03c9bf1b18f5cd553da2afb2c520df261c70821 (patch)
treeff23f8aab5d68af99bd88e7c3a017c0b99a60a5a /gcc/testsuite
parentd68f848b12654cb359951eb24608d9e1b5f05e64 (diff)
downloadgcc-a03c9bf1b18f5cd553da2afb2c520df261c70821.zip
gcc-a03c9bf1b18f5cd553da2afb2c520df261c70821.tar.gz
gcc-a03c9bf1b18f5cd553da2afb2c520df261c70821.tar.bz2
c-opts.c (c_common_post_options): Highest ABI level is now 10.
gcc/c-family/ * c-opts.c (c_common_post_options): Highest ABI level is now 10. gcc/cp/ * mangle.c (write_CV_qualifiers_for_type, write_nested_name): Attribute mangling is now -fabi-version=10. From-SVN: r225271
Diffstat (limited to 'gcc/testsuite')
-rw-r--r--gcc/testsuite/g++.dg/abi/macro0.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/testsuite/g++.dg/abi/macro0.C b/gcc/testsuite/g++.dg/abi/macro0.C
index 35b8769..6a695b9 100644
--- a/gcc/testsuite/g++.dg/abi/macro0.C
+++ b/gcc/testsuite/g++.dg/abi/macro0.C
@@ -1,6 +1,6 @@
// This testcase will need to be kept in sync with c_common_post_options.
// { dg-options "-fabi-version=0" }
-#if __GXX_ABI_VERSION != 1009
+#if __GXX_ABI_VERSION != 1010
#error "Incorrect value of __GXX_ABI_VERSION"
#endif