This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[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
- From: "hubicka at ucw dot cz" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 6 Jan 2011 18:00:33 +0000
- Subject: [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
- Auto-submitted: auto-generated
- References: <bug-47193-4@http.gcc.gnu.org/bugzilla/>
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