URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [pr17036-1.c] - Rev 816
Compare with Previous | Blame | View Log
/* { dg-do compile } */ int main () { int R, N = 4; unsigned int A = 2; signed int B = 2; ((B >> N) & 1) ? 1 : 0; ((A >> N) & 1) ? 1 : 0; return 0; }