This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15231] [3.4 only] constant pool entries referring to nonexistent labels
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Nov 2004 03:24:07 -0000
- Subject: [Bug target/15231] [3.4 only] constant pool entries referring to nonexistent labels
- References: <20040430162847.15231.pb@gcc.gnu.org>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From pinskia at gcc dot gnu dot org 2004-11-15 03:24 -------
It works on the mainline if we remove the use of the extension:
((void)((0)), irq_stat[0].__local_bh_count)++
gets replaced with
((void)((0)), irq_stat[0].__local_bh_count++)
--
What |Removed |Added
----------------------------------------------------------------------------
Known to work| |4.0.0
Summary|constant pool entries |[3.4 only] constant pool
|referring to nonexistent |entries referring to
|labels |nonexistent labels
Target Milestone|--- |3.4.4
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15231