https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104533
Martin Liška <marxin at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[12 Regression] ICE in |[12 Regression] ICE in
|update_vtable_references, |update_vtable_references,
|at ipa-visibility.cc:383 |at ipa-visibility.cc:383
| |since
| |r12-2900-gfa28520fadb9405f
Status|NEW |ASSIGNED
Assignee|unassigned at gcc dot gnu.org |marxin at gcc dot
gnu.org
--- Comment #2 from Martin Liška <marxin at gcc dot gnu.org> ---
With:
g++ pr104533.C -c -fPIC -Ofast -fno-semantic-interposition
it crashes since r12-2900-gfa28520fadb9405f. I can take a look.