From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8306 invoked by alias); 13 Sep 2013 05:02:04 -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 8289 invoked by uid 89); 13 Sep 2013 05:02:03 -0000 Received: from mail-pb0-f44.google.com (HELO mail-pb0-f44.google.com) (209.85.160.44) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Fri, 13 Sep 2013 05:02:03 +0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.5 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,NO_RELAYS autolearn=unavailable version=3.3.2 X-HELO: mail-pb0-f44.google.com Received: by mail-pb0-f44.google.com with SMTP id xa7so744577pbc.17 for ; Thu, 12 Sep 2013 22:02:01 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.68.228.201 with SMTP id sk9mr11487032pbc.4.1379048520196; Thu, 12 Sep 2013 22:02:00 -0700 (PDT) Received: by 10.68.174.3 with HTTP; Thu, 12 Sep 2013 22:02:00 -0700 (PDT) In-Reply-To: <52328621.4030408@asianux.com> 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> <5231F531.6020807@redhat.com> <52328621.4030408@asianux.com> Date: Fri, 13 Sep 2013 05:02:00 -0000 Message-ID: Subject: Re: [Suggestion] about h8/300 architecture in gcc and binutils From: Chung-Ju Wu To: Chen Gang Cc: Jeff Law , Michael Schewe , "gcc@gcc.gnu.org" , linux@roeck-us.net, Yoshinori Sato , binutils@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-09/txt/msg00059.txt.bz2 2013/9/13 Chen Gang : > On 09/13/2013 01:09 AM, Jeff Law wrote: >> On 09/11/2013 10:38 PM, Chen Gang wrote: >>> Hello all: >>> [...] >>> 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). >>> [...] >> 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. >> > > I put related ".i" files to all related bugs, please check, thanks. > [...] > > Welcome any additional information or suggestions. :-) > It seems that all of your cases (PR58256, PR58400, PR58401) are related to compilation error. I think the next step is to reduce the self-contained code that reproduces the same error for easily debugging. :) Best regards, jasonwucj