From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8533 invoked by alias); 8 Oct 2018 10:46:51 -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 8423 invoked by uid 89); 8 Oct 2018 10:46:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,SPF_HELO_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit 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; Mon, 08 Oct 2018 10:46:38 +0000 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.phx2.redhat.com [10.5.11.12]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.redhat.com (Postfix) with ESMTPS id 1A25C3082A24; Mon, 8 Oct 2018 10:46:37 +0000 (UTC) Received: from tucnak.zalov.cz (ovpn-116-82.ams2.redhat.com [10.36.116.82]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 9F83266D40; Mon, 8 Oct 2018 10:46:36 +0000 (UTC) Received: from tucnak.zalov.cz (localhost [127.0.0.1]) by tucnak.zalov.cz (8.15.2/8.15.2) with ESMTP id w98AkXxc027597; Mon, 8 Oct 2018 12:46:34 +0200 Received: (from jakub@localhost) by tucnak.zalov.cz (8.15.2/8.15.2/Submit) id w98AkVWn027596; Mon, 8 Oct 2018 12:46:31 +0200 Date: Mon, 08 Oct 2018 10:55:00 -0000 From: Jakub Jelinek To: Martin =?utf-8?B?TGnFoWth?= Cc: Richard Biener , Richard Earnshaw , renlin.li@foss.arm.com, GCC Patches Subject: Re: [PATCH] Redirect call within specific target attribute among MV clones (PR ipa/82625). Message-ID: <20181008104631.GF11625@tucnak> Reply-To: Jakub Jelinek References: <70b0358c-5060-b5c0-9116-3b4e8e0b5146@suse.cz> <2a8a2cc1-1677-9d42-f2c9-973068b7eba2@foss.arm.com> <3e330d0a-e823-28c7-dcb7-d7121ece34f9@arm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-10/txt/msg00410.txt.bz2 On Mon, Oct 08, 2018 at 12:34:19PM +0200, Martin Liška wrote: > >> gcc/testsuite/g++.dg/ext/mv*.C > > > > You cannot move C++ tests to gcc.target/ > > I realized that we don't have ./gcc/testsuite/g++.target/i386 yet :/ But we want it and there are multiple tests waiting for that move. Jakub