From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13532 invoked by alias); 12 Jan 2016 00:46:54 -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 13178 invoked by uid 89); 12 Jan 2016 00:46:53 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-qg0-f51.google.com Received: from mail-qg0-f51.google.com (HELO mail-qg0-f51.google.com) (209.85.192.51) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 12 Jan 2016 00:46:52 +0000 Received: by mail-qg0-f51.google.com with SMTP id e32so328272213qgf.3 for ; Mon, 11 Jan 2016 16:46:52 -0800 (PST) X-Received: by 10.140.86.38 with SMTP id o35mr167729795qgd.56.1452559610377; Mon, 11 Jan 2016 16:46:50 -0800 (PST) Received: from [192.168.0.26] (71-212-229-169.hlrn.qwest.net. [71.212.229.169]) by smtp.gmail.com with ESMTPSA id x79sm55839942qka.37.2016.01.11.16.46.48 (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 11 Jan 2016 16:46:49 -0800 (PST) Message-ID: <56944CF7.9010403@gmail.com> Date: Tue, 12 Jan 2016 00:46:00 -0000 From: Martin Sebor User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0 MIME-Version: 1.0 To: Gcc Patch List CC: Jason Merrill Subject: PING #2 [PATCH] c++/58109 - alignas() fails to compile with constant expression References: <567A07A0.1010008@gmail.com> <568B4B6D.6010806@gmail.com> In-Reply-To: <568B4B6D.6010806@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2016-01/txt/msg00661.txt.bz2 Ping: https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02074.html On 01/04/2016 09:49 PM, Martin Sebor wrote: > Ping: looking for review/approval of the patch below: > https://gcc.gnu.org/ml/gcc-patches/2015-12/msg02074.html > > Thanks > Martin > > On 12/22/2015 07:32 PM, Martin Sebor wrote: >> The attached patch adds handling of dependent arguments to >> attribute aligned and attribute vector_size, fixing c++/58109 >> and 69022 - attribute vector_size ignored with dependent bytes. >> >> Tested on x86_64. >> >> Martin >