From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 8450 invoked by alias); 12 Oct 2015 22:26:38 -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 8437 invoked by uid 89); 12 Oct 2015 22:26:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.7 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 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 (AES256-GCM-SHA384 encrypted) ESMTPS; Mon, 12 Oct 2015 22:26:36 +0000 Received: from int-mx13.intmail.prod.int.phx2.redhat.com (int-mx13.intmail.prod.int.phx2.redhat.com [10.5.11.26]) by mx1.redhat.com (Postfix) with ESMTPS id E0ECA92469; Mon, 12 Oct 2015 22:26:34 +0000 (UTC) Received: from localhost.localdomain (ovpn-113-105.phx2.redhat.com [10.3.113.105]) by int-mx13.intmail.prod.int.phx2.redhat.com (8.14.4/8.14.4) with ESMTP id t9CMQYG1032249; Mon, 12 Oct 2015 18:26:34 -0400 Subject: Re: [patch 6/6] scalar-storage-order merge: testsuite To: Eric Botcazou , gcc-patches@gcc.gnu.org References: <1475877.YmvvkeqT8x@polaris> <10101084.M44DF2QoKb@polaris> From: Jeff Law Message-ID: <561C339A.3020506@redhat.com> Date: Mon, 12 Oct 2015 22:26:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <10101084.M44DF2QoKb@polaris> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-10/txt/msg01177.txt.bz2 On 10/06/2015 05:07 AM, Eric Botcazou wrote: > This is the testsuite part. > > testsuite/ > * c-c++-common/sso-1.c: New test. > * c-c++-common/sso-2.c: Likewise. > * c-c++-common/sso-3.c: Likewise. > * c-c++-common/sso-4.c: Likewise. > * c-c++-common/sso-5.c: Likewise. > * c-c++-common/sso-6.c: Likewise. > * c-c++-common/sso-7.c: Likewise. > * c-c++-common/sso: New directory. > * gcc.dg/sso-1.c: New test. > * g++.dg/sso-1.C: Likewise. > * gcc.dg/sso: New directory. > * g++.dg/sso: Likewise. > * gcc.target/i386/movbe-3.c: New test. > * gnat.dg/sso1.adb: New test. > * gnat.dg/sso2.ad[sb]: Likewise. > * gnat.dg/sso3.adb: Likewise. > * gnat.dg/sso4.adb: Likewise. > * gnat.dg/sso5.adb: Likewise. > * gnat.dg/sso6.adb: Likewise. > * gnat.dg/sso7.adb: Likewise. > * gnat.dg/specs/sso1.ads: Likewise. > * gnat.dg/specs/sso2.ads: Likewise. > * gnat.dg/sso: New directory. And this is OK once the prerequisites have gone in. Jeff