From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16078 invoked by alias); 30 Dec 2009 06:46:26 -0000 Received: (qmail 16044 invoked by uid 48); 30 Dec 2009 06:46:13 -0000 Date: Wed, 30 Dec 2009 06:46:00 -0000 Message-ID: <20091230064613.16043.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug target/42500] unnecessary register move In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "carrot at google dot com" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2009-12/txt/msg02763.txt.bz2 ------- Comment #3 from carrot at google dot com 2009-12-30 06:46 ------- My complete command line: "/home/carrot/compiler/armobj/gcc/cc1plus" "-fpreprocessed" "testH.ii" "-quiet" "-dumpbase" "testH.cpp" "-auxbase-strip" "obj/./testH.o" "-Os" "-o" "testH.s" Please compile it as C++ program. When I compiled it as C program, I got the same result as yours. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=42500