From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 42339 invoked by alias); 19 Jun 2015 20:16:12 -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 42305 invoked by uid 89); 19 Jun 2015 20:16:10 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Fri, 19 Jun 2015 20:16:09 +0000 Received: from nat-ies.mentorg.com ([192.94.31.2] helo=SVR-IES-FEM-04.mgc.mentorg.com) by relay1.mentorg.com with esmtp id 1Z62hp-0004Qf-Ay from joseph_myers@mentor.com ; Fri, 19 Jun 2015 13:16:05 -0700 Received: from digraph.polyomino.org.uk (137.202.0.76) by SVR-IES-FEM-04.mgc.mentorg.com (137.202.0.110) with Microsoft SMTP Server id 14.3.224.2; Fri, 19 Jun 2015 21:16:03 +0100 Received: from jsm28 (helo=localhost) by digraph.polyomino.org.uk with local-esmtp (Exim 4.82) (envelope-from ) id 1Z62hm-0004qa-GC; Fri, 19 Jun 2015 20:16:02 +0000 Date: Fri, 19 Jun 2015 20:17:00 -0000 From: Joseph Myers To: Eric Botcazou CC: , Richard Earnshaw Subject: Re: [scalar-storage-order] Small tweaks In-Reply-To: <6869584.qeokA7iOOb@polaris> Message-ID: References: <6869584.qeokA7iOOb@polaris> User-Agent: Alpine 2.10 (DEB 1266 2009-07-14) MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" X-SW-Source: 2015-06/txt/msg01373.txt.bz2 On Fri, 19 Jun 2015, Eric Botcazou wrote: > This adjusts the type adjustment code for array components in the C and C++ > front-ends as per Joseph's remark, fixes a couple of documentation glitches > and adds 3 more testcases following Richard's questions. > > Joseph, is that what you had in mind? Yes, something like that. -- Joseph S. Myers joseph@codesourcery.com