From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 105871 invoked by alias); 28 Aug 2015 10:08:29 -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 105736 invoked by uid 89); 28 Aug 2015 10:08:28 -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_PASS autolearn=ham version=3.3.2 X-HELO: eu-smtp-delivery-143.mimecast.com Received: from eu-smtp-delivery-143.mimecast.com (HELO eu-smtp-delivery-143.mimecast.com) (146.101.78.143) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 28 Aug 2015 10:08:27 +0000 Received: from cam-owa2.Emea.Arm.com (fw-tnat.cambridge.arm.com [217.140.96.140]) by eu-smtp-1.mimecast.com with ESMTP id uk-mta-13--tIkn5s3RMuedXLoLoJskw-1; Fri, 28 Aug 2015 11:08:22 +0100 Received: from [10.2.207.65] ([10.1.2.79]) by cam-owa2.Emea.Arm.com with Microsoft SMTPSVC(6.0.3790.3959); Fri, 28 Aug 2015 11:08:21 +0100 Message-ID: <55E03315.7080205@arm.com> Date: Fri, 28 Aug 2015 10:09:00 -0000 From: Alan Lawrence User-Agent: Thunderbird 2.0.0.24 (X11/20101213) MIME-Version: 1.0 To: Christophe Lyon CC: Richard Biener , "martin.jambor@suse.cz" , "gcc-patches@gcc.gnu.org" , Jeff Law Subject: Re: [PATCH 2/5] completely_scalarize arrays as well as records References: <20150825214232.GB12831@virgil.suse.cz> <1440690217-24461-1-git-send-email-alan.lawrence@arm.com> In-Reply-To: X-MC-Unique: -tIkn5s3RMuedXLoLoJskw-1 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes X-SW-Source: 2015-08/txt/msg01777.txt.bz2 Christophe Lyon wrote: >=20 > I asked because I assumed that Alan saw it pass in his configuration. Bah. No - I now discover a problem in my C++ testsuite setup that was causi= ng a=20 large number of tests to not be executed. I see the problem too now,=20 investigating.... --Alan