diff options
author | Andrew Pinski <pinskia@physics.uc.edu> | 2004-02-17 16:46:25 +0000 |
---|---|---|
committer | Andrew Pinski <pinskia@gcc.gnu.org> | 2004-02-17 08:46:25 -0800 |
commit | d150ccef5103a6460ba9e9f425450d7f40f60e9c (patch) | |
tree | 5a93d2336ae1d04e3a69fc1ca9e6044bbccc4626 /gcc | |
parent | 50654f6c03917824e03777073557ac839cb56104 (diff) | |
download | gcc-d150ccef5103a6460ba9e9f425450d7f40f60e9c.zip gcc-d150ccef5103a6460ba9e9f425450d7f40f60e9c.tar.gz gcc-d150ccef5103a6460ba9e9f425450d7f40f60e9c.tar.bz2 |
re PR c++/14178 (doc bug: -fabi-version=2 is now default (not 1))
2004-02-17 Andrew Pinski <pinskia@physics.uc.edu>
PR c++/14178
* doc/invoke.texi (fabi-version): The default is 2 now.
From-SVN: r77952
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/doc/invoke.texi | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index de24deb..268004a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2004-02-17 Andrew Pinski <pinskia@physics.uc.edu> + + PR c++/14178 + * doc/invoke.texi (fabi-version): The default is 2 now. + 2004-02-17 Zdenek Dvorak <rakdver@atrey.karlin.mff.cuni.cz> * loop-iv.c: New file. diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi index 2a8d919..85912ab 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 |