diff options
author | Jason Merrill <jason@redhat.com> | 2015-07-01 13:59:25 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2015-07-01 13:59:25 -0400 |
commit | a03c9bf1b18f5cd553da2afb2c520df261c70821 (patch) | |
tree | ff23f8aab5d68af99bd88e7c3a017c0b99a60a5a /gcc/common.opt | |
parent | d68f848b12654cb359951eb24608d9e1b5f05e64 (diff) | |
download | gcc-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/common.opt')
-rw-r--r-- | gcc/common.opt | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index dd49ae3..6b2ccbc 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -838,9 +838,12 @@ Driver Undocumented ; function types with function-cv-qualifiers. ; First selectable in G++ 4.9 and default in G++ 5. ; -; 9: The version of the ABI that mangles attributes that affect type -; identity, such as ia32 calling convention attributes (stdcall, etc.) -; Default in G++ 6 (set in c_common_post_options). +; 9: The version of the ABI that corrects the alignment of nullptr_t. +; First selectable and default in G++ 5.2. +; +; 10: The version of the ABI that mangles attributes that affect type +; identity, such as ia32 calling convention attributes (stdcall, etc.) +; Default in G++ 6 (set in c_common_post_options). ; ; Additional positive integers will be assigned as new versions of ; the ABI become the default version of the ABI. |