blob: 2ab043adce1aa1c3190ac4976449fb46ce13d121 [file] [log] [blame]
/* { dg-options "-O3 -floop-block" } */
void test_sort()
{
char *base;
register char c, *i, *hi;
for (i = base; i < hi; i++)
*i++ = c;
}