https://gcc.gnu.org/bugzilla/show_bug.cgi?id=20357
--- Comment #3 from Andrew Pinski ---
Just for reference here is the ICE that is produced:
```
:10:1: error: Two symbols with same comdat_group are not linked by the
same_comdat_group list.
10 | }
| ^
_ZN1XIXadL_Z1fvEEEC1Ev/8 (X::X() [wi
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-03-07
15:11 ---
What is happening here is that multiple decls for f is getting in the way.
Either we have to look at the
DECL_UID or change the C++ front-end to only have one decl for f.
--
What|Removed
--- Additional Comments From lerdsuwa at gcc dot gnu dot org 2005-03-07
14:29 ---
Confirm as a bug. It's still present in the mainline.
--
What|Removed |Added
S