aboutsummaryrefslogtreecommitdiff
path: root/gcc/common.opt
diff options
context:
space:
mode:
authorJason Merrill <jason@redhat.com>2011-05-21 18:01:29 -0400
committerJason Merrill <jason@gcc.gnu.org>2011-05-21 18:01:29 -0400
commit967444bbf8f78f46dd5df5c924a7650e4ad323ac (patch)
tree83ba4e68d0c082c7961e537865d4279fa9677c76 /gcc/common.opt
parent525fe1cf88a56dbad47a1fcfee4e6bfe8dd3fbb4 (diff)
downloadgcc-967444bbf8f78f46dd5df5c924a7650e4ad323ac.zip
gcc-967444bbf8f78f46dd5df5c924a7650e4ad323ac.tar.gz
gcc-967444bbf8f78f46dd5df5c924a7650e4ad323ac.tar.bz2
re PR c++/48780 ([C++0x] scoped enumerations and va_arg (default argument promotions))
PR c++/48780 * cvt.c (type_promotes_to): Don't promote scoped enums. From-SVN: r174005
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 ebc2ba7..492d25e 100644
--- a/gcc/common.opt
+++ b/gcc/common.opt
@@ -759,6 +759,9 @@ Driver Undocumented
; function parameters used in other parameters and the return type.
; First selectable in G++ 4.6.
;
+; 6: The version of the ABI that doesn't promote scoped enums to int.
+; First selectable in G++ 4.7.
+;
; Additional positive integers will be assigned as new versions of
; the ABI become the default version of the ABI.
fabi-version=