1*0a6a1f1dSLionel Sambuc // RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -faltivec -fsyntax-only -verify %s 2*0a6a1f1dSLionel Sambuc 3*0a6a1f1dSLionel Sambuc struct Vector { 4*0a6a1f1dSLionel Sambuc __vector float xyzw; 5*0a6a1f1dSLionel Sambuc } __attribute__((vecreturn)) __attribute__((vecreturn)); // expected-error {{'vecreturn' attribute cannot be repeated}} 6