https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77384
--- Comment #3 from danielberger at gmail dot com ---
looks like this is now an ICE on trunk:
> :9:63: error: Two symbols with same comdat_group are not linked by
> the same_comdat_group list.
> 9 | int main(void){return 0;/*stub
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77384
--- Comment #1 from danielberger at gmail dot com ---
Anyone have a chance to take a look at this? It still reproduces in 8.2 and
trunk. Any more information I can provide?
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: danielberger at gmail dot com
Target Milestone: ---
while compiling with no extra flags i get:
/tmp/cceuJGN0.s: Assembler messages:
1543 : Error: symbol
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76911
--- Comment #2 from danielberger at gmail dot com ---
Created attachment 39447
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39447&action=edit
preprocessed source
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=76911
--- Comment #1 from danielberger at gmail dot com ---
Created attachment 39446
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39446&action=edit
stderr from compilation
Priority: P3
Component: c++
Assignee: unassigned at gcc dot gnu.org
Reporter: danielberger at gmail dot com
Target Milestone: ---
Created attachment 39445
--> https://gcc.gnu.org/bugzilla/attachment.cgi?id=39445&action=edit
minimal source
minim