From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20050 invoked by alias); 4 Apr 2008 18:18:47 -0000 Received: (qmail 19853 invoked by uid 48); 4 Apr 2008 18:18:02 -0000 Date: Fri, 04 Apr 2008 18:18:00 -0000 Message-ID: <20080404181802.19852.qmail@sourceware.org> X-Bugzilla-Reason: CC References: Subject: [Bug c++/35758] [4.3/4.4 Regression] 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: "pinskia 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/msg00375.txt.bz2 ------- Comment #13 from pinskia at gcc dot gnu dot org 2008-04-04 18:18 ------- We also need to make sure the target specific attribute __altivec__ (powerPC) and __spu_vector__ (SPU) works correctly just as vector_size works. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=35758