This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]