bd52d17906
too large to list, but see: http://gcc.gnu.org/gcc-3.4/changes.html http://gcc.gnu.org/gcc-4.0/changes.html http://gcc.gnu.org/gcc-4.1/changes.html for the details.
5 lines
115 B
C
5 lines
115 B
C
/* { dg-do compile } */
|
|
#include <altivec.h>
|
|
vector unsigned int a = {1,1,1,1};
|
|
vector unsigned int b = {1,2,3,4};
|