https://gcc.gnu.org/bugzilla/show_bug.cgi?id=89341
Jakub Jelinek <jakub at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |hubicka at gcc dot gnu.org,
| |jakub at gcc dot gnu.org
Target Milestone|--- |7.5
Summary|ICE in get, at |[7/8/9 Regression] ICE in
|cgraph.h:1332 |get, at cgraph.h:1332
--- Comment #3 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
This used to be accepted before r154115 (so e.g. in GCC 4.2), then it started
to ICE:
pr89341.c:3:1: internal compiler error: in function_and_variable_visibility, at
ipa.c:662
then (likely) r169332 started rejecting this:
pr89341.c:2:13: warning: ‘weakref’ attribute ignored because function is
defined [-Wattributes]
pr89341.c:2:13: error: ‘foo’ aliased to undefined symbol ‘bar’
then r174952 started to ICE on this again.