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.
7 lines
206 B
C
7 lines
206 B
C
/* PR 17962 */
|
|
/* { dg-do compile } */
|
|
/* { dg-options "" } */
|
|
|
|
typedef float v4 __attribute__((vector_size(sizeof(float)*4)));
|
|
extern char compile_time_assert[__alignof__(v4) == sizeof(float)*4 ? 1 : -1];
|