[Bug tree-optimization/47193] [4.6 Regression] ICE: in function_and_variable_visibility, at ipa.c:857 with static var weakref'd to other weakref'd static var

hubicka at ucw dot cz gcc-bugzilla@gcc.gnu.org
Thu Jan 6 18:30:00 GMT 2011


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47193

--- Comment #1 from Jan Hubicka <hubicka at ucw dot cz> 2011-01-06 18:00:31 UTC ---
> static int i __attribute__ ((weakref ("j")));
> static int j __attribute__ ((weakref ("k")));
Also invalid, will make fix for that too.

Honza



More information about the Gcc-bugs mailing list