URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [s390/] [20071212-1.c] - Rev 378
Go to most recent revision | Compare with Previous | Blame | View Log
/* This used to fail due to bug in the On constraint causing a slgfi to be emitted with an immediate not fitting into 32bit. */ /* { dg-do compile } */ /* { dg-options "-O3 -march=z9-109" } */ long foo (long a) { return a - (1ULL << 32); }
Go to most recent revision | Compare with Previous | Blame | View Log