comparison gcc/testsuite/gcc.dg/vect/pr84711.c @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* { dg-do compile } */ 1 /* { dg-do compile } */
2 /* { dg-require-effective-target vect_int } */ 2 /* { dg-require-effective-target vect_int } */
3 /* { dg-options "-O2" } */ 3 /* { dg-options "-O2 -Wno-psabi" } */
4 /* { dg-additional-options "-msse" { target i?86-*-* x86_64-*-* } } */ 4 /* { dg-additional-options "-msse" { target i?86-*-* x86_64-*-* } } */
5 5
6 typedef int v4si 6 typedef int v4si
7 __attribute__ ((vector_size (16))); 7 __attribute__ ((vector_size (16)));
8 8