From d150ccef5103a6460ba9e9f425450d7f40f60e9c Mon Sep 17 00:00:00 2001 From: Andrew Pinski Date: Tue, 17 Feb 2004 16:46:25 +0000 Subject: [PATCH] re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1)) 2004-02-17 Andrew Pinski PR c++/14178 * doc/invoke.texi (fabi-version): The default is 2 now. From-SVN: r77952 --- gcc/ChangeLog | 5 +++++ gcc/doc/invoke.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de24deb627d..268004a0608 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-17 Andrew Pinski + + PR c++/14178 + * doc/invoke.texi (fabi-version): The default is 2 now. + 2004-02-17 Zdenek Dvorak * loop-iv.c: New file. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2a8d919833e..85912abf995 100644 --- a/gcc/doc/invoke.texi +++ b/gcc/doc/invoke.texi @@ -1255,7 +1255,7 @@ the version that conforms most closely to the C++ ABI specification. Therefore, the ABI obtained using version 0 will change as ABI bugs are fixed. -The default is version 1. +The default is version 2. @item -fno-access-control @opindex fno-access-control -- 2.30.2