On Tue, 30 Jan 2024, Bernhard Reutner-Fischer via Gcc wrote:

>       * builtin-attrs.def (ATTR_TM_NOTHROW_RT_LIST): Use ATTR_NOTHROW_LIST
>       instead of ATTR_TM_NOTHROW_LIST, thus removing ATTR_TM_REGPARM.

That doesn't make sense.  ATTR_TM_NOTHROW_RT_LIST is specifically a 
transactional memory attribute list, but you're removing all transactional 
memory attributes from it.  A list without the "*tm regparm" internal 
attribute would have a different name.

-- 
Joseph S. Myers
josmy...@redhat.com

Reply via email to