aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
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.