https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092
--- Comment #5 from Christian Butcher ---
Comment 2 has the wrong error (previous testcase with cout statements)
Correct error:
class.cpp:13:26: error: Two symbols with same comdat_group are not linked by
the same_comdat_group list.
template c
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092
--- Comment #4 from Christian Butcher ---
Created attachment 36584
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36584&action=edit
Class cpp
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092
--- Comment #3 from Christian Butcher ---
Created attachment 36583
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36583&action=edit
Class header
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092
--- Comment #2 from Christian Butcher ---
Created attachment 36582
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=36582&action=edit
main function (1/3)
First of 3 files to demonstrate problem. (Not)Compiled with g++ -std=c++1z
conceptFunct
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68092
--- Comment #1 from Christian Butcher ---
Will keep working on a (non-compilable) test case. If someone is interested,
can upload full sources for this class