From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11508 invoked by alias); 7 Oct 2005 14:53:54 -0000 Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org Received: (qmail 11498 invoked by uid 48); 7 Oct 2005 14:53:52 -0000 Date: Fri, 07 Oct 2005 14:53:00 -0000 Message-ID: <20051007145352.11497.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/23980] Bad assembly output in Thumb mode with -O2 In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "czimman at bloomberg dot com" X-SW-Source: 2005-10/txt/msg00887.txt.bz2 List-Id: ------- 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