This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug tree-optimization/47190] [4.5/4.6 Regression] ICE: in function_and_variable_visibility, at ipa.c:934 with static weakref variable
- From: "hubicka at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 26 Jan 2011 14:20:12 +0000
- Subject: [Bug tree-optimization/47190] [4.5/4.6 Regression] ICE: in function_and_variable_visibility, at ipa.c:934 with static weakref variable
- Auto-submitted: auto-generated
- References: <bug-47190-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=47190
Jan Hubicka <hubicka at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
--- Comment #3 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-26 14:03:58 UTC ---
Author: hubicka
Date: Wed Jan 26 14:03:54 2011
New Revision: 169288
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=169288
Log:
PR tree-optimization/47190
* cgraphunit.c (process_common_attributes): New function.
(process_function_and_variable_attributes): Use it.
* gcc.dg/attr-weakref-3.c: New testcase.
Added:
trunk/gcc/testsuite/gcc.dg/attr-weakref-3.c
Modified:
trunk/gcc/ChangeLog
trunk/gcc/cgraphunit.c
trunk/gcc/testsuite/ChangeLog
--- Comment #4 from Jan Hubicka <hubicka at gcc dot gnu.org> 2011-01-26 14:19:55 UTC ---
Fixed.