[Bug target/15231] New: constant pool entries referring to nonexistent labels

pb at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Fri Apr 30 16:36:00 GMT 2004


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



More information about the Gcc-bugs mailing list