* 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)? Thanks, Florian