PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr57286.c
blobc6f453054873fc87c2f0c942ca4cd3f105a73732
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
4 typedef int vec __attribute__ ((vector_size (4*sizeof(int))));
5 void f (vec *x){
6 *x = (*x < 0) | 1;