From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32090 invoked by alias); 24 Apr 2008 18:49:22 -0000 Received: (qmail 31911 invoked by uid 48); 24 Apr 2008 18:48:36 -0000 Date: Thu, 24 Apr 2008 18:49:00 -0000 Message-ID: <20080424184836.31910.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35758] vector_size attribute lost in function arguments for templates In-Reply-To: Reply-To: gcc-bugzilla@gcc.gnu.org To: gcc-bugs@gcc.gnu.org From: "jakub at gcc dot gnu dot org" Mailing-List: contact gcc-bugs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-bugs-owner@gcc.gnu.org X-SW-Source: 2008-04/txt/msg01755.txt.bz2 ------- Comment #19 from jakub at gcc dot gnu dot org 2008-04-24 18:48 ------- With the changes checked in, I believe there is no regression anymore, but using vector_size, altivec or spu_vector attributes on template parameters will still do bad and unexpected things. -- jakub at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Summary|[4.3/4.4 Regression] |vector_size attribute lost |vector_size attribute lost |in function arguments for |in function arguments for |templates |templates | http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35758