2 /* { dg-options "-O3 -fno-dce -fno-forward-propagate" } */
4 void __attribute__ ((noinline
, noclone
))
8 for (; a
!= lasta
; a
++)
18 int a
[16] = { 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16 };
19 int r
[16] = { 1, 2, 6, 6, 16, 24, 44, 80,
20 136, 248, 432, 768, 1360, 2400, 4256, 3760 };
23 for (i
= 0; i
< 8; ++i
)