[AArch64] Fix ICEs in aarch64_print_operand
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / asm-3.c
blob75317bddb4a5f871dfcfd8c81ba0414a9689a0d1
1 /* { dg-do compile } */
2 /* { dg-options "-O2" } */
4 int x;
6 void
7 f (void)
9 asm volatile ("%y0" :: "X" (x)); /* { dg-error "invalid" } */