This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug c++/80763] [7/8 Regression] -O3 causes error: inline clone in same comdat group list


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=80763

--- Comment #10 from Martin Liška <marxin at gcc dot gnu.org> ---
Hm, the function clone_inlined_nodes contains logic that does:

   │246         e->callee->remove_from_same_comdat_group ();

but only when duplicate == false. Will be more complex to handle, please take a
look Honza.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]