From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 49144 invoked by alias); 17 May 2017 02:14:00 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 49126 invoked by uid 89); 17 May 2017 02:13:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=tomorrow X-HELO: mail-qk0-f177.google.com Received: from mail-qk0-f177.google.com (HELO mail-qk0-f177.google.com) (209.85.220.177) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 17 May 2017 02:13:58 +0000 Received: by mail-qk0-f177.google.com with SMTP id k74so145897160qke.1 for ; Tue, 16 May 2017 19:14:01 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=kopOJpXFw9r8Tr30idKNXb8MoauHAOycGVVsP/Oz/Q0=; b=KuYpth4g0jhCHH4ijcShQWncmsUbv7VFDlOCHf/ARlslmBMu7WcYAo7h/Seu02bRqz cZdkYOaQpAimQczzOZkMXNL9Ymal9b82I9KMpJFpN122Doq0PIye6DfIHmIsB8g6IWI7 uG8jU/aAFrlr3+jhQ9tixibutofkw7NWACy287rJtsqa2VVh5Wnn4+UoCQIwX5HVC5MN 0NuOAzZoOlUVkgsYDlBSC6vUixXEi9G4cvyGbGkLOdaBhfxp8fdOHMWUL7Zq0OFUT8yi GGKgPw/pgjItaVNGXXZt/l5+vWU8ZS9NRAOu6bNJot959lrkrvpEZ3GpiSpd0hPgHAdK eJ4w== X-Gm-Message-State: AODbwcAI6nKhz2rMHGdIEy9arzfj4XCxAMMhikw/uSwRR4Dzmt0lOdA0 UDazy3qjcOnjFeAUjbYrbn9ZGihs0A== X-Received: by 10.55.18.91 with SMTP id c88mr930515qkh.143.1494987240145; Tue, 16 May 2017 19:14:00 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.160.194 with HTTP; Tue, 16 May 2017 19:13:59 -0700 (PDT) In-Reply-To: References: <699a90aa-ba04-62ce-9d40-13e0ddf838b3@redhat.com> From: Paul Hua Date: Wed, 17 May 2017 02:16:00 -0000 Message-ID: Subject: Re: Fix minor reorg.c bug affecting MIPS targets To: Toma Tabacu Cc: Jeff Law , gcc-patches , Matthew Fortune Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2017-05/txt/msg01339.txt.bz2 Hi: commited as r248137. Thanks, paul. On Wed, May 17, 2017 at 2:46 AM, Toma Tabacu wrote: > From: Jeff Law >> On 05/16/2017 10:01 AM, Toma Tabacu wrote: >>> Hello Paul, >>> >>> You're seeing this problem because mips.exp can't handle -O* in dg-options. >>> The other tests in gcc.target/mips use a dg-skip-if to skip for -O0 and -O1 instead of having -O2 in dg-options. >>> This is supposed to ensure that the tests are run for as many optimization levels as possible. >>> >>> I believe that Matthew can confirm this. >> Feel free to remove the -O2. The most important bits are -mips2 and >> -msoft-float. If nobody does it shortly, I'll take care of it myself. >> >>jeff > > Sorry, I won't be able to commit the fix until tomorrow. > Thanks for taking care of this issue, though. > > Regards, > Toma Tabacu