Update concepts branch to revision 131834
[official-gcc.git] / gcc / testsuite / gcc.target / i386 / pr34522.c
blobc79745bd75c49021b96d4b7c30e53e4aec732305
1 /* { dg-options "-O2" } */
2 /* { dg-do compile } */
3 /* { dg-require-effective-target ilp32 } */
5 int test(long long a, long long b)
7 return a * b;
10 /* Check that we did not spill anything. This is all that is needed
11 to qualify the generated code as "decent"... */
13 /* { dg-final { scan-assembler-not "%e\[sd\]i" } } */