On Sun, Dec 17, 2023 at 8:26 AM Florian Weimer <fwei...@redhat.com> wrote: > > * Andrew Pinski via Gcc: > > > -fgnu-tm support has not been improved since GCC 5 or earlier. It is > > not even supported with LTO. Does it make sense to deprecate the > > support for GCC 14 and remove it in GCC 15? > > Is this the stuff around libitm and that adds _ITM_registerTMCloneTable > and _ITM_deregisterTMCloneTable symbol references to *all* binaries > (whether they use transactional memory or not)?
Yes. and the front-end support for it. Thanks, Andrew > > Thanks, > Florian >