From patchwork Wed Aug 1 11:59:22 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Uros Bizjak X-Patchwork-Id: 952105 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=gcc.gnu.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=gcc-patches-return-482883-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="VvNX6Nf3"; dkim=pass (2048-bit key; unprotected) header.d=gmail.com header.i=@gmail.com header.b="kJeTxFH/"; dkim-atps=neutral Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 41gX0j4SY6z9ryn for ; Wed, 1 Aug 2018 21:59:33 +1000 (AEST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; q= dns; s=default; b=AnxDoAzpWycMkX8Zte/rpcFHJSImav6Ie/0H0xCpodCkve N99l5h6CcgJ9vPeWbAVlIIJOq1BLRUscRUPPSRFcjY++Eq9YqYdBlXGD1Oulu4m9 qKZFQQQGgAliLp/SURJ6boBlN0cMAotFCWnPNgmKkr46d0ihSHvtgkwPTjP04= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :mime-version:from:date:message-id:subject:to:content-type; s= default; bh=DZdN0djLU8AKpHFnDGhGT07z/H4=; b=VvNX6Nf3jG3VbflWTakN KzTIYdHvyfMApKEt6ZTzf2WcdscA2o4TcZtwi7MXq0vVrxvr55sm3VbE8wuCgJki F6x/xv9RPytbqtwCF9/3YN2KUWVHuSyKn9kzhafZne1+TBDGQ+9d5hdWqQbeye0O TgaFoHV74hvpfT1YH4Ivxgg= Received: (qmail 20629 invoked by alias); 1 Aug 2018 11:59:27 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org Received: (qmail 20618 invoked by uid 89); 1 Aug 2018 11:59:26 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-11.8 required=5.0 tests=AWL, BAYES_00, FREEMAIL_FROM, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_PASS autolearn=ham version=3.3.2 spammy=spending X-HELO: mail-io0-f176.google.com Received: from mail-io0-f176.google.com (HELO mail-io0-f176.google.com) (209.85.223.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 01 Aug 2018 11:59:25 +0000 Received: by mail-io0-f176.google.com with SMTP id y10-v6so15793896ioa.10 for ; Wed, 01 Aug 2018 04:59:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=77byE8KJkqQVfCjGOef+3/pCkOiwP9SzEQWMlvB1+tc=; b=kJeTxFH/egCI6w9/LE1DLKqjqYfBxh8TMGWAlylGXKQqweDl6P4RAP/3bl1MKveK6j qq+qzSxncVlLacX4oK63EOIzhhADKnSvJpkOpvgiOFvHMZcTJscSjC8K17Fht2ZHA15J J12na8wESOCDOdLzNnCkQDUdhNEpI6c/kEaIHwYBSNS/g0qYY5YESOIIQGI7mcMg/SE7 LcwN15dkRzWG5Ean0Gecrch/pnSKBLArmxXPVu7E3tCjjzQRJWu841H7TDHE/jFo/Q+k OJLHqKYwBMUatZ3wlH48iVTcgBAwElgNTLk0aVCC1LHtr4UwScvKCHQxI3xJe9Kr9uPe hwPw== MIME-Version: 1.0 Received: by 2002:a02:9a06:0:0:0:0:0 with HTTP; Wed, 1 Aug 2018 04:59:22 -0700 (PDT) From: Uros Bizjak Date: Wed, 1 Aug 2018 13:59:22 +0200 Message-ID: Subject: [PATCH, testsuite]: Use -O0 for gcc.dg/plugin/poly-int-07_plugin.c ... To: "gcc-patches@gcc.gnu.org" ... as is the case with all other gcc.dg/plugin/poly-int-0{1,2,3,4,5,6}_plugin.c testcases. This lowers testcase wall time from 4min 45 sec to 1min 17sec on a slow target. 2018-08-01 Uros Bizjak * gcc.dg/plugin/poly-int-07_plugin.c (dg-options): Use -O0. Tested on alphaev68-linux-gnu, committed to mainline as obvious. Uros. Index: gcc.dg/plugin/poly-int-07_plugin.c =================================================================== --- gcc.dg/plugin/poly-int-07_plugin.c (revision 263193) +++ gcc.dg/plugin/poly-int-07_plugin.c (working copy) @@ -1,5 +1,5 @@ /* Not worth spending time optimizing this. */ -/* { dg-options "-O" } */ +/* { dg-options "-O0" } */ #include "config.h" #include "gcc-plugin.h"