aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/i386/pr34522.c
blob: eb1e03a77cbf8c5b7b5ea4f2a86a92984bd2f8ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
/* { dg-options "-O2" } */
/* { dg-do compile } */
/* { dg-require-effective-target ia32 } */

int test(long long a, long long b)
{
        return a * b;
}

/* Check that we did not spill anything.  This is all that is needed
   to qualify the generated code as "decent"...  */

/* { dg-final { scan-assembler-not "%e\[sd\]i" } } */