From patchwork Fri Aug 16 08:10:01 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: =?utf-8?q?Martin_Li=C5=A1ka?= X-Patchwork-Id: 1148052 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-507105-incoming=patchwork.ozlabs.org@gcc.gnu.org; receiver=) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=suse.cz Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b="rrmz7h2c"; 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 468wwx6sdYz9sPR for ; Fri, 16 Aug 2019 18:10:23 +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:from :subject:to:message-id:date:mime-version:content-type; q=dns; s= default; b=uM0kdk+xQLQDdD3dV+IYX7KTqYY+Waar3n0q1w7JugCx+YZWZFnLH iNh34RdLoDIjZFkZs+ZiqXtoTSuYKnKSi34eRaR65XCBPPKcpaeNLo4GToRev2UV nNRzpYoqC9D+wywPNP9Se75tMZ/ADFZ5AZdYiAtz0faha2vGOi95Is= 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:from :subject:to:message-id:date:mime-version:content-type; s= default; bh=CmvCbjkG5jiZiDV7GuRM4Iv6Kcc=; b=rrmz7h2cSAEeiMi/9bA8 8cgqJCEBQKfDEUqXz8VWl3nZHYjEWcd64XkkDsjjL/hd3dZfcyhVZ1fguhb/fgAH a5tts3gbqSQ0feP9NeQtahja/R/Y9sfoheRfHatbtiCzL8Nv+vZOUXCfDddwc5AD t7Gl3J37uvc+LH68UUOz5Y4= Received: (qmail 74397 invoked by alias); 16 Aug 2019 08:10:14 -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 74227 invoked by uid 89); 16 Aug 2019 08:10:14 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-17.8 required=5.0 tests=AWL, BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, SPF_PASS autolearn=ham version=3.3.1 spammy=sk:fdumpi, sk:fdump-i X-HELO: mx1.suse.de Received: from mx2.suse.de (HELO mx1.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 16 Aug 2019 08:10:04 +0000 Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id E9758AD20 for ; Fri, 16 Aug 2019 08:10:01 +0000 (UTC) From: =?utf-8?q?Martin_Li=C5=A1ka?= Subject: [PATCH][OBVIOUS] Add missed to a opt-info dump. To: GCC Patches Message-ID: Date: Fri, 16 Aug 2019 10:10:01 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0 MIME-Version: 1.0 X-IsSubscribed: yes Hi. It's an obvious fix for the test-case. It's verified by the reported that it helps. Martin gcc/testsuite/ChangeLog: 2019-08-15 Martin Liska PR ipa/91447 * g++.dg/ipa/ipa-icf-4.C: Add -missed for target that don't have aliases. --- gcc/testsuite/g++.dg/ipa/ipa-icf-4.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C index 86954055382..0b49c6f014c 100644 --- a/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C +++ b/gcc/testsuite/g++.dg/ipa/ipa-icf-4.C @@ -1,5 +1,5 @@ /* { dg-do compile } */ -/* { dg-options "-O2 -fdump-ipa-icf-optimized -fno-inline" } */ +/* { dg-options "-O2 -fdump-ipa-icf-optimized-missed -fno-inline" } */ namespace { struct A