From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12990 invoked by alias); 12 Sep 2013 17:09:25 -0000 Mailing-List: contact binutils-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sourceware.org Received: (qmail 12918 invoked by uid 89); 12 Sep 2013 17:09:25 -0000 Received: from mx1.redhat.com (HELO mx1.redhat.com) (209.132.183.28) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 12 Sep 2013 17:09:25 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED,RP_MATCHES_RCVD autolearn=unavailable version=3.3.2 X-HELO: mx1.redhat.com Received: from int-mx01.intmail.prod.int.phx2.redhat.com (int-mx01.intmail.prod.int.phx2.redhat.com [10.5.11.11]) by mx1.redhat.com (8.14.4/8.14.4) with ESMTP id r8CH972s024878 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK); Thu, 12 Sep 2013 13:09:08 -0400 Received: from stumpy.slc.redhat.com ([10.3.113.18]) by int-mx01.intmail.prod.int.phx2.redhat.com (8.13.8/8.13.8) with ESMTP id r8CH95dh019756; Thu, 12 Sep 2013 13:09:06 -0400 Message-ID: <5231F531.6020807@redhat.com> Date: Thu, 12 Sep 2013 17:09:00 -0000 From: Jeff Law User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8 MIME-Version: 1.0 To: Chen Gang CC: Michael Schewe , "gcc@gcc.gnu.org" , linux@roeck-us.net, Yoshinori Sato , binutils@sourceware.org Subject: Re: [Suggestion] about h8/300 architecture in gcc and binutils References: <6D39441BF12EF246A7ABCE6654B023533DC32E@LEMAIL01.le.imgtec.org> <522CAAE0.5010006@redhat.com> <6D39441BF12EF246A7ABCE6654B023533E40C5@LEMAIL01.le.imgtec.org> <522E7255.6080301@asianux.com> <522E81B0.6080403@redhat.com> <522E888A.2060005@asianux.com> <522F791E.2060603@gmx.net> <522FC12E.2020308@asianux.com> <5231455C.2070008@asianux.com> In-Reply-To: <5231455C.2070008@asianux.com> Content-Type: text/plain; charset=GB2312 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2013-09/txt/msg00057.txt.bz2 On 09/11/2013 10:38 PM, Chen Gang wrote: > Hello all: > > I have send the related issues to "http://gcc.gnu.org/bugzilla", please > check if you like, thanks. > > currently, I only send 3 bugs: Bug58256, Bug58400, Bug58401, the other > bugs may duplicate with these bugs, so I do not send (if they are also > valuable, I will send too). > > > Next, I should analyse them (better with another related members), my > analyzing way is: > > compare it with another correct compiler (e.g x86 compiler) by code and by debugging. > > Wish one of these bugs can be fixed by us within a week (although I am > not quite sure for it: I have no experience for compiler development). Please include the preprocessed source. The easiest way to get that is to add the "-save-temps" option to the command line. That will create a .i file which is the self-contained preprocessed code. We need that to be able to debug these issues. jeff