URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr29978.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR target/29978 */ /* { dg-do compile } */ /* { dg-options "-Os" } */ void g (); void f (long long v) { if (v > 0xfffffffffLL) g (); g (); } /* Verify there are no redundant jumps jl .L2; jle .L2 */ /* { dg-final { scan-assembler-not "jl\[^e\]*\\.L" { target ia32 } } } */
Go to most recent revision | Compare with Previous | Blame | View Log