From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23304 invoked by alias); 9 Aug 2019 21:36:45 -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 23296 invoked by uid 89); 9 Aug 2019 21:36:44 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.1 spammy=ipasra, IPA-SRA, IPASRA, prereqs X-HELO: mx1.redhat.com 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; Fri, 09 Aug 2019 21:36:43 +0000 Received: from smtp.corp.redhat.com (int-mx05.intmail.prod.int.phx2.redhat.com [10.5.11.15]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 88035C057E9F; Fri, 9 Aug 2019 21:36:42 +0000 (UTC) Received: from localhost.localdomain (ovpn-112-27.rdu2.redhat.com [10.10.112.27]) by smtp.corp.redhat.com (Postfix) with ESMTP id 5BE145D721; Fri, 9 Aug 2019 21:36:41 +0000 (UTC) Subject: Re: [PATCH 4/4] Modifications to the testsuite To: Martin Jambor , GCC Patches Cc: Jan Hubicka References: <3d684eae29abb68b50149a94c28f47f680837071.1563901251.git.mjambor@suse.cz> From: Jeff Law Openpgp: preference=signencrypt Message-ID: Date: Fri, 09 Aug 2019 21:50:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.4.0 MIME-Version: 1.0 In-Reply-To: <3d684eae29abb68b50149a94c28f47f680837071.1563901251.git.mjambor@suse.cz> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2019-08/txt/msg00659.txt.bz2 On 7/23/19 10:16 AM, Martin Jambor wrote: > This are all modifications to the testsuite required to get to the > state described in the cover letter of the entire IPA-SRA > patch-series. Please note that ipa/ipa-sra-2.c and ipa/ipa-sra-6.c > should actually be svn rm-ed instead as they try to invoke > functionality that the new IPA-SRA does not have (splitting aggregates > passed by reference into individual bits passed by reference). For > more information, see the cover letter of the whole IPA-SRA patch-set. > > Martin > > 2019-07-23 Martin Jambor > > * g++.dg/ipa/pr81248.C: Adjust dg-options and dump-scan. > * gcc.dg/ipa/ipa-sra-1.c: Likewise. > * gcc.dg/ipa/ipa-sra-10.c: Likewise. > * gcc.dg/ipa/ipa-sra-11.c: Likewise. > * gcc.dg/ipa/ipa-sra-3.c: Likewise. > * gcc.dg/ipa/ipa-sra-4.c: Likewise. > * gcc.dg/ipa/ipa-sra-5.c: Likewise. > * gcc.dg/ipa/ipacost-2.c: Disable ipa-sra. > * gcc.dg/ipa/ipcp-agg-9.c: Likewise. > * gcc.dg/ipa/pr78121.c: Adjust scan pattern. > * gcc.dg/ipa/vrp1.c: Likewise. > * gcc.dg/ipa/vrp2.c: Likewise. > * gcc.dg/ipa/vrp3.c: Likewise. > * gcc.dg/ipa/vrp7.c: Likewise. > * gcc.dg/ipa/vrp8.c: Likewise. > * gcc.dg/noreorder.c: use noipa attribute instead of noinline. > * gcc.dg/ipa/20040703-wpa.c: New test. > * gcc.dg/ipa/ipa-sra-12.c: New test. > * gcc.dg/ipa/ipa-sra-13.c: Likewise. > * gcc.dg/ipa/ipa-sra-14.c: Likewise. > * gcc.dg/ipa/ipa-sra-15.c: Likewise. > * gcc.dg/ipa/ipa-sra-16.c: Likewise. > * gcc.dg/ipa/ipa-sra-17.c: Likewise. > * gcc.dg/ipa/ipa-sra-18.c: Likewise. > * gcc.dg/ipa/ipa-sra-19.c: Likewise. > * gcc.dg/ipa/ipa-sra-20.c: Likewise. > * gcc.dg/ipa/ipa-sra-21.c: Likewise. > * gcc.dg/ipa/ipa-sra-22.c: Likewise. > * gcc.dg/sso/ipa-sra-1.c: Likewise. > * g++.dg/ipa/ipa-sra-2.C: Likewise. > * g++.dg/ipa/ipa-sra-3.C: Likewise. > * gcc.dg/tree-ssa/ipa-cp-1.c: Make return value used. > * g++.dg/ipa/devirt-19.C: Add missing return, add -fipa-cp-clone > option. > * g++.dg/lto/devirt-19_0.C: Add -fipa-cp-clone option. > > * gcc.dg/ipa/ipa-sra-2.c: Mark to be removed. > * gcc.dg/ipa/ipa-sra-6.c: Likewise. This is fine once the prereqs are approved. jeff