PR middle-end/77357 - strlen of constant strings not folded
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83621.c
blob668a8dbfe1dc654875230987dc4b6c6082c23477
1 /* PR debug/83621 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -g" } */
4 /* { dg-additional-options "-fno-common" { target hppa*-*-hpux* } } */
6 typedef int __attribute__ ((__vector_size__ (64))) V;
7 V v;
9 void
10 foo ()
12 V u = v >> 1;