Revert DECL_USER_ALIGN part of r241959
[official-gcc.git] / gcc / testsuite / gcc.dg / pr83621.c
bloba27a0a81a61edd4f634c1b20a242a878a36eaee9
1 /* PR debug/83621 */
2 /* { dg-do compile } */
3 /* { dg-options "-O -g" } */
5 typedef int __attribute__ ((__vector_size__ (64))) V;
6 V v;
8 void
9 foo ()
11 V u = v >> 1;