diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-01 17:59:25 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-07-01 17:59:25 +0000 |
commit | 42af8c2ad26601793b2e22e9592458feb92bd2e4 (patch) | |
tree | ff23f8aab5d68af99bd88e7c3a017c0b99a60a5a /gcc/common.opt | |
parent | 834409abb31543f669540be8f5a47f0d95969b5e (diff) | |
download | gcc-42af8c2ad26601793b2e22e9592458feb92bd2e4.tar.gz |
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.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@225271 138bc75d-0d04-0410-961f-82ee72b054a4
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 dd49ae31880..6b2ccbc5239 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. |