This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug target/23980] Bad assembly output in Thumb mode with -O2
- From: "czimman at bloomberg dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 7 Oct 2005 14:53:52 -0000
- Subject: [Bug target/23980] Bad assembly output in Thumb mode with -O2
- References: <bug-23980-11386@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from czimman at bloomberg dot com 2005-10-07 14:53 -------
Created an attachment (id=9927)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9927&action=view)
mmcsd.s
What happens is that a bogus label (.L622) gets created, and is treated as an
unresolved symbol at link time.
Please find mmcsd.s (arm-elf-objdump -D mmcsd.o) attached.
If you still need the entire pre-processed source, I can attach that as well.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23980