PR inline-asm/84742
[official-gcc.git] / gcc / testsuite / gcc.target / alpha / pr61586.c
blobafb1af3597fe7df096b9b2f3cc954e77d47f4e99
1 /* { dg-do compile } */
2 /* { dg-options "-O2 -mieee" } */
4 void foo (int *dimensions, double **params, int hh)
6 if (params[hh])
8 else if (dimensions[hh] > 0)
9 params[hh][0] = 1.0f;