https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114784
Jakub Jelinek <jakub at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED Assignee|unassigned at gcc dot gnu.org |jakub at gcc dot gnu.org --- Comment #6 from Jakub Jelinek <jakub at gcc dot gnu.org> --- Created attachment 58006 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=58006&action=edit gcc14-pr114784.patch Adjusted patch. maybe_clone_body currently copies DECL_DISREGARD_INLINE_LIMITS, DECL_DLLIMPORT_P and DECL_VISIBILITY*, should those be copied too? And shouldn't some from the above list be copied in both places?