PR tree-optimization/83369 - Missing diagnostics during inlining
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83623.c
blobae12448e8c98da5b21b2d033f7c54ddbcbc3d9bb
1 /* PR middle-end/83623 */
2 /* { dg-do compile } */
3 /* { dg-options "-O2" } */
4 /* { dg-additional-options "-mmovbe" { target i?86-*-* x86_64-*-* } } */
5 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
7 unsigned short __attribute__ ((__vector_size__ (16))) x;
9 void
10 foo (void)
12 x = x << 8 | x >> 8;