public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH] docs: update abi version info
@ 2022-07-21  7:18 Kim Kuparinen
  2022-09-27 15:05 ` Jeff Law
  0 siblings, 1 reply; 2+ messages in thread
From: Kim Kuparinen @ 2022-07-21  7:18 UTC (permalink / raw)
  To: gcc-patches

Synchronize gcc/common.opts and gcc/doc/invoke.texi w.r.t -fabi-version, and
correct -fabi-compat-version from ABIv11 to ABIv13, since it was changed in
a37e8ce3b66325f0c6de55c80d50ac1664c3d0eb

gcc/ChangeLog:

	* doc/invoke.texi: update abi version info
---
 gcc/doc/invoke.texi | 11 +++++++++--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 94689be28..2bf1f3fd3 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2926,10 +2926,17 @@ change in version 12.
 Version 14, which first appeared in G++ 10, corrects the mangling of
 the nullptr expression.
 
-Version 15, which first appeared in G++ 11, changes the mangling of
+Version 15, which first appeared in G++ 10.3, corrects G++ 10 ABI
+tag regression.
+
+Version 16, which first appeared in G++ 11, changes the mangling of
 @code{__alignof__} to be distinct from that of @code{alignof}, and
 dependent operator names.
 
+Version 17, which first appeared in G++ 12, fixes layout of classes
+that inherit from aggregate classes with default member initializers
+in C++14 and up.
+
 See also @option{-Wabi}.
 
 @item -fabi-compat-version=@var{n}
@@ -2939,7 +2946,7 @@ works around mangling changes by creating an alias with the correct
 mangled name when defining a symbol with an incorrect mangled name.
 This switch specifies which ABI version to use for the alias.
 
-With @option{-fabi-version=0} (the default), this defaults to 11 (GCC 7
+With @option{-fabi-version=0} (the default), this defaults to 13 (GCC 8.2
 compatibility).  If another ABI version is explicitly selected, this
 defaults to 0.  For compatibility with GCC versions 3.2 through 4.9,
 use @option{-fabi-compat-version=2}.
-- 
2.30.2

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] docs: update abi version info
  2022-07-21  7:18 [PATCH] docs: update abi version info Kim Kuparinen
@ 2022-09-27 15:05 ` Jeff Law
  0 siblings, 0 replies; 2+ messages in thread
From: Jeff Law @ 2022-09-27 15:05 UTC (permalink / raw)
  To: gcc-patches

[-- Attachment #1: Type: text/plain, Size: 605 bytes --]


On 7/21/22 01:18, Kim Kuparinen via Gcc-patches wrote:
> Subject:
> [PATCH] docs: update abi version info
> From:
> Kim Kuparinen via Gcc-patches <gcc-patches@gcc.gnu.org>
> Date:
> 7/21/22, 01:18
>
> To:
> "gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>
>
>
> Synchronize gcc/common.opts and gcc/doc/invoke.texi w.r.t -fabi-version, and
> correct -fabi-compat-version from ABIv11 to ABIv13, since it was changed in
> a37e8ce3b66325f0c6de55c80d50ac1664c3d0eb
>
> gcc/ChangeLog:
>
> 	* doc/invoke.texi: update abi version info

THanks.  I pushed this to the trunk.  Sorry for the long wait.


jeff


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-27 15:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-21  7:18 [PATCH] docs: update abi version info Kim Kuparinen
2022-09-27 15:05 ` Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).