1 /* This used to ICE due to a literal pool handling bug on s390x. */
3 /* { dg-do compile } */
4 /* { dg-options "-O2 -fno-omit-frame-pointer" } */
6 static struct table
{ int x
; } table
[3];
12 for (t
= table
; t
< &table
[3]; t
++)
13 asm volatile ("" : : : "0", "1", "2", "3", "4", "5", "6", "7", "8", "9", "10", "12");
15 for (t
= table
; t
< &table
[3]; t
++)