aboutsummaryrefslogtreecommitdiff
path: root/gcc/testsuite/gcc.dg/pr92162.c
blob: ed82595a7523e00a6a7c1538f9577793d88bedb1 (plain)
1
2
3
4
5
6
7
8
9
10
/* { dg-do compile } */
/* { dg-options "-Ofast" } */

short int s8;

void __attribute__ ((simd))
gn (void)
{
  s8 = 0;
}