From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1202 invoked by alias); 3 Mar 2010 05:00:15 -0000 Received: (qmail 1182 invoked by uid 22791); 3 Mar 2010 05:00:13 -0000 X-SWARE-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org Received: from kuber.nabble.com (HELO kuber.nabble.com) (216.139.236.158) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Mar 2010 05:00:10 +0000 Received: from isper.nabble.com ([192.168.236.156]) by kuber.nabble.com with esmtp (Exim 4.63) (envelope-from ) id 1Nmggq-0006Fi-9D for gcc-help@gcc.gnu.org; Tue, 02 Mar 2010 21:00:08 -0800 Message-ID: <27764366.post@talk.nabble.com> Date: Wed, 03 Mar 2010 05:00:00 -0000 From: Prashant Purohit To: gcc-help@gcc.gnu.org Subject: Re: Error in Supporting Char and Int Addition. In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit References: <27755780.post@talk.nabble.com> X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2010-03/txt/msg00030.txt.bz2 Hi Eljay, Thanks for reply. GCC version I am using is 4.3.0 And to compile the C code I am using -S option to see the assembly file for both ARM & my target architecture i.e. # /Install_Path/arm-elf-gcc -S test.c And my problem is I am getting extra load and store instruction for my target which is not there in case of ARM supported by GCC -4.3.0 which I have mentioned in detail in first post. Thanks & Regards, Prashant. John (Eljay) Love-Jensen wrote: > > Hi Prashant, > > I was unable to reproduce. > > What was your compile command line? > > What version of GCC are you using? > > Sincerely, > --Eljay > > > -- View this message in context: http://old.nabble.com/Error-in-Supporting-Char-and-Int-Addition.-tp27755780p27764366.html Sent from the gcc - Help mailing list archive at Nabble.com.