This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug target/33848] [4.2 Regression] undefined reference to `$L2120' at -O1 on mips/mipsel



------- Comment #3 from steven at gcc dot gnu dot org  2007-10-21 10:00 -------
The way for you to narrow down the bug is this:

1. Compile with -daAP
2. Look in the .s file which instruction references the missing label. There
should be a LABEL_REF with a number.
3. Grep for "code_label.*<number>" in the RTL dumps.  The label should at least
appear in the .expand dump.

This will help you find the pass during/after which the label disappears.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33848


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]