URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr34522.c] - Rev 691
Compare with Previous | Blame | View Log
/* { 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" } } */