This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c/35434] [4.2/4.3/4.4 regression] ICE with attribute alias
- From: "reichelt at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 Sep 2008 21:33:54 -0000
- Subject: [Bug c/35434] [4.2/4.3/4.4 regression] ICE with attribute alias
- References: <bug-35434-1771@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #2 from reichelt at gcc dot gnu dot org 2008-09-30 21:33 -------
The second (weakref) case has been fixed on mainline and the 4.3 branch
by the patch for PR37645. The attribute is ignored and the code compiled:
bug.c:1: warning: 'weakref' attribute ignored
The first (alias) case still crashes, though.
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|[4.2/4.3/4.4 regression] ICE|[4.2/4.3/4.4 regression] ICE
|with attribute alias/weakref|with attribute alias
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35434