diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-06 00:38:13 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-03-06 00:38:13 +0000 |
commit | 87d553db3c37cfe20efb37793e7c96a1fad7fadc (patch) | |
tree | f64185ba9e4595c8a4c965623e5b411a64c92b72 /gcc/common.opt | |
parent | a288f5260a714b84564d39280921f6d21ffd7ad5 (diff) | |
download | gcc-87d553db3c37cfe20efb37793e7c96a1fad7fadc.tar.gz |
* mangle.c (write_expression): Change ABI v6 to v5.
(write_type): Likewise.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@170711 138bc75d-0d04-0410-961f-82ee72b054a4
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 2717b11cc1c..c2f2d6cb3ee 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. |