This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/15231] New: constant pool entries referring to nonexistent labels
- From: "pb 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 Apr 2004 16:28:51 -0000
- Subject: [Bug target/15231] New: constant pool entries referring to nonexistent labels
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
Compile the attached testcase with gcc -Os. The resulting assembly contains:
.align 2
.L24:
.word __icmp_inode+320
.word .L22
.word .L21
.word .LC3
but labels L22 and L23 are not defined anywhere.
--
Summary: constant pool entries referring to nonexistent labels
Product: gcc
Version: 3.4.0
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: target
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: pb at gcc dot gnu dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC target triplet: arm-linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15231