From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 109747 invoked by alias); 8 Jun 2016 10:33:59 -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 109731 invoked by uid 89); 8 Jun 2016 10:33:59 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_PASS autolearn=ham version=3.3.2 spammy=Hx-languages-length:647 X-HELO: mx2.suse.de Received: from mx2.suse.de (HELO mx2.suse.de) (195.135.220.15) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 08 Jun 2016 10:33:56 +0000 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.220.254]) by mx2.suse.de (Postfix) with ESMTP id E9738AAEF; Wed, 8 Jun 2016 10:33:52 +0000 (UTC) Date: Wed, 08 Jun 2016 10:33:00 -0000 From: Richard Biener To: Jakub Jelinek cc: Christophe Lyon , Ilya Enkovich , gcc-patches Subject: Re: [PATCH] Fix SLP wrong-code with VECTOR_BOOLEAN_TYPE_P (PR tree-optimization/71259) In-Reply-To: <20160608103220.GA7387@tucnak.redhat.com> Message-ID: References: <20160111171343.GB18720@tucnak.redhat.com> <20160603173343.GM7387@tucnak.redhat.com> <20160607092816.GO7387@tucnak.redhat.com> <20160608103220.GA7387@tucnak.redhat.com> User-Agent: Alpine 2.11 (LSU 23 2013-08-11) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2016-06/txt/msg00566.txt.bz2 On Wed, 8 Jun 2016, Jakub Jelinek wrote: > On Wed, Jun 08, 2016 at 12:26:17PM +0200, Richard Biener wrote: > > > So: should I change dg-options into dg-additional-options for all the > > > tests for consistency, or only on the 3 ones where it makes them pass? > > > (pr71259.c, vect-shift-2-big-array.c, vect-shift-2.c) > > > > I think all tests should use dg-additional-options. > > All tests in {gcc,g++}.dg/vect/, right? I agree with that. Yes. [and most of the vect.exp fancy-filename stuff should be replaced by adding dg-additional-options] Richard.