aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2016-07-15 14:38:15 -0400
committerJason Merrill <jason@gcc.gnu.org>2016-07-15 14:38:15 -0400
commit34bbc4c502157fb08e6eba1d09380e2599ec3720 (patch)
tree1ee707547ea5521e317e522ed83b170324ec4a05 /gcc/common.opt
parentd022c55a4b8bdac385efadf42ba2a374c5960418 (diff)
downloadgcc-34bbc4c502157fb08e6eba1d09380e2599ec3720.zip
gcc-34bbc4c502157fb08e6eba1d09380e2599ec3720.tar.gz
gcc-34bbc4c502157fb08e6eba1d09380e2599ec3720.tar.bz2
PR c++/71814 - mangling sizeof... (sP and sZ)
gcc/cp/ * mangle.c (write_expression): Handle sizeof... an argument pack. libiberty/ * cp-demangle.c (cplus_demangle_operators): Add sP and sZ. (d_print_comp_inner): Handle them. (d_template_args_1): Split out from d_template_args. (d_args_length): New. From-SVN: r238389
Diffstat (limited to 'gcc/common.opt')
-rw-r--r--gcc/common.opt3
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/common.opt b/gcc/common.opt
index 2b68fa7..b56ba47 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -882,6 +882,9 @@ Driver Undocumented
; identity, such as ia32 calling convention attributes (stdcall, etc.)
; Default in G++ 6 (set in c_common_post_options).
;
+; 11: The version of the ABI that corrects mangling of sizeof... expressions.
+; Default in G++ 7.
+;
; Additional positive integers will be assigned as new versions of
; the ABI become the default version of the ABI.
fabi-version=