Bug 40253 - [4.5 Regression] label emitted for debug has no reference?
Summary: [4.5 Regression] label emitted for debug has no reference?
Status: RESOLVED DUPLICATE of bug 40126
Alias: None
Product: gcc
Classification: Unclassified
Component: middle-end (show other bugs)
Version: 4.5.0
: P1 normal
Target Milestone: 4.5.0
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-26 07:10 UTC by marcus
Modified: 2009-06-08 11:03 UTC (History)
5 users (show)

See Also:
Host: x86_64-unknown-linux-gnu
Target: i586-unknown-linux-gnu
Build: x86_64-unknown-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments
typelib.i (461 bytes, text/plain)
2009-05-26 07:11 UTC, marcus
Details

Note You need to log in before you can comment on or make changes to this bug.
Description marcus 2009-05-26 07:10:23 UTC
extracted from Wine

/home/marcus/projects/gcc.trunk/BIN/bin/gcc  -c  -O2 -g  typelib.i -m32
/tmp/cc23hzJL.s: Assembler messages:
/tmp/cc23hzJL.s:299: Error: can't resolve `.LFE8' {*UND* section} - `.Ltext0' {.text section}


The -m32 (build for x86) is necessary.
Comment 1 marcus 2009-05-26 07:11:04 UTC
Created attachment 17917 [details]
typelib.i

gcc -m32 -g -O3 typelib.i


reduced testcase ... further reduction seems to remove the problem :/
Comment 2 Richard Biener 2009-05-26 09:11:38 UTC
Sounds similar to PR40249.
Comment 3 Volker Reichelt 2009-06-08 11:03:17 UTC

*** This bug has been marked as a duplicate of 40126 ***