c++: normalizing ttp constraints [PR115656]
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / not-promote-mode.c
blob29af1f8323edc8dfb6af70f05db64f9e04f859a7
1 /* { dg-do compile { target { lp64 } } } */
2 /* { dg-options "-O2" } */
4 extern void bar ();
6 void foo ()
8 int i;
9 for (i = 0; i < 10000; i++)
10 bar ();
13 /* { dg-final { scan-assembler-not {\mrldicl\M} } } */