diff options
author | Jason Merrill <jason@redhat.com> | 2011-05-21 18:01:29 -0400 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2011-05-21 18:01:29 -0400 |
commit | 967444bbf8f78f46dd5df5c924a7650e4ad323ac (patch) | |
tree | 83ba4e68d0c082c7961e537865d4279fa9677c76 /gcc/common.opt | |
parent | 525fe1cf88a56dbad47a1fcfee4e6bfe8dd3fbb4 (diff) | |
download | gcc-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.opt | 3 |
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= |