aboutsummaryrefslogblamecommitdiff
path: root/test/SemaCXX/cxx-altivec.cpp
blob: baacbac7d0363931e7c65f23649928850fcafb1f (plain) (tree)
1
2
3
4
5




                                                                                                                        
// RUN: %clang_cc1 -triple=powerpc-apple-darwin8 -faltivec -fsyntax-only -verify %s

struct Vector {
	__vector float xyzw;
} __attribute__((vecreturn)) __attribute__((vecreturn));  // expected-error {{'vecreturn' attribute cannot be repeated}}