1 /* { dg-do compile } */
2 /* { dg-options "-O2 --param tree-reassoc-width=2 -fdump-tree-reassoc2" } */
10 asm volatile ("" : "=r" (b
) : "0" (0));
12 asm volatile ("" : "=r" (b
) : "0" (0));
14 asm volatile ("" : "=r" (b
) : "0" (0));
16 asm volatile ("" : "=r" (b
) : "0" (0));
22 /* Verify there are two pairs of __asm__ statements with no
24 /* { dg-final { scan-tree-dump-times "__asm__\[^;\n]*;\n *__asm__" 2 "reassoc2"} } */