blob: 5fba6a98650666a01d6e3fb060a2d1175b9be001 [file] [log] [blame]
/* { dg-do compile } */
/* { dg-options "-Os" } */
void test(unsigned int count, double array[])
{
unsigned int i;
for (i = 0; i < count; ++i)
array[i] = 8.988474246316506e+307;
}
/* { dg-final { scan-assembler-not "l32r" } } */