This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/80763] [7/8 Regression] -O3 causes error: inline clone in same comdat group list
- From: "marxin at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Mon, 14 Aug 2017 08:39:55 +0000
- Subject: [Bug c++/80763] [7/8 Regression] -O3 causes error: inline clone in same comdat group list
- Auto-submitted: auto-generated
- References: <bug-80763-4@http.gcc.gnu.org/bugzilla/>
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.