This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[C++ patch, trivial] PR 14178
- From: Paolo Carlini <pcarlini at suse dot de>
- To: gcc-patches at gcc dot gnu dot org
- Date: Tue, 04 Sep 2007 13:40:38 +0200
- Subject: [C++ patch, trivial] PR 14178
Hi,
assuming there are no objections, I'm committing to mainline this
trivial addition to a comment to close the PR.
Paolo.
///////////////////
2007-09-04 Emmanuel Thome <Emmanuel.Thome@inria.fr>
PR c++/14178
* common.opt: Mention ABI version 2 in comment.
Index: common.opt
===================================================================
--- common.opt (revision 128073)
+++ common.opt (working copy)
@@ -251,6 +251,8 @@
;
; 1: The version of the ABI first used in G++ 3.2.
;
+; 2: The version of the ABI first used in G++ 3.4.
+;
; Additional positive integers will be assigned as new versions of
; the ABI become the default version of the ABI.
fabi-version=