aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
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/common.opt
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/common.opt')
-rw-r--r--gcc/common.opt9
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.