aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-family/c-opts.c
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2015-06-01 22:28:19 -0400
committerJason Merrill <jason@gcc.gnu.org>2015-06-01 22:28:19 -0400
commit603eaec49a32f4b409ca8c22e71e6f683c799758 (patch)
tree1587f66f189daa25f9f3d68dc7bba6b4d6e5e5d6 /gcc/c-family/c-opts.c
parent459b4d159247eee08f45d826f17291cf2157529f (diff)
downloadgcc-603eaec49a32f4b409ca8c22e71e6f683c799758.zip
gcc-603eaec49a32f4b409ca8c22e71e6f683c799758.tar.gz
gcc-603eaec49a32f4b409ca8c22e71e6f683c799758.tar.bz2
re PR c++/44282 (fastcall is not mangled at all)
PR c++/44282 gcc/cp/ * mangle.c (attr_strcmp): New. (write_CV_qualifiers_for_type): Also write out attributes that affect type identity. (write_type): Strip all attributes after writing qualifiers. libiberty/ * cp-demangle.c (cplus_demangle_type): Handle arguments to vendor extended qualifier. From-SVN: r224007
Diffstat (limited to 'gcc/c-family/c-opts.c')
-rw-r--r--gcc/c-family/c-opts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/c-family/c-opts.c b/gcc/c-family/c-opts.c
index fe5fce7..8996fe3 100644
--- a/gcc/c-family/c-opts.c
+++ b/gcc/c-family/c-opts.c
@@ -894,7 +894,7 @@ c_common_post_options (const char **pfilename)
/* Change flag_abi_version to be the actual current ABI level for the
benefit of c_cpp_builtins. */
if (flag_abi_version == 0)
- flag_abi_version = 8;
+ flag_abi_version = 9;
/* Set C++ standard to C++98 if not specified on the command line. */
if (c_dialect_cxx () && cxx_dialect == cxx_unset)