diff options
author | Jason Merrill <jason@redhat.com> | 2011-03-05 19:38:13 -0500 |
---|---|---|
committer | Jason Merrill <jason@gcc.gnu.org> | 2011-03-05 19:38:13 -0500 |
commit | 55af847f568a7476b8eed4930795a7f68d06af89 (patch) | |
tree | f64185ba9e4595c8a4c965623e5b411a64c92b72 /gcc/common.opt | |
parent | 5091c65687563c0eb6ab83a6a05003f731588eba (diff) | |
download | gcc-55af847f568a7476b8eed4930795a7f68d06af89.zip gcc-55af847f568a7476b8eed4930795a7f68d06af89.tar.gz gcc-55af847f568a7476b8eed4930795a7f68d06af89.tar.bz2 |
mangle.c (write_expression): Change ABI v6 to v5.
* mangle.c (write_expression): Change ABI v6 to v5.
(write_type): Likewise.
From-SVN: r170711
Diffstat (limited to 'gcc/common.opt')
-rw-r--r-- | gcc/common.opt | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/gcc/common.opt b/gcc/common.opt index 2717b11..c2f2d6c 100644 --- a/gcc/common.opt +++ b/gcc/common.opt @@ -739,13 +739,12 @@ Driver Undocumented ; in template non-type arguments of pointer type. ; ; 4: The version of the ABI that introduces unambiguous mangling of -; vector types. +; vector types. First selectable in G++ 4.5. ; ; 5: The version of the ABI that ignores attribute const/noreturn -; in function pointer mangling. -; -; 6: The version of the ABI that corrects mangling of decltype and +; in function pointer mangling, and corrects mangling of decltype and ; function parameters used in other parameters and the return type. +; First selectable in G++ 4.6. ; ; Additional positive integers will be assigned as new versions of ; the ABI become the default version of the ABI. |