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.dg/] [pr32061.c] - Rev 478
Go to most recent revision | Compare with Previous | Blame | View Log
/* PR c/32061 { dg-do compile } { dg-options "-Wlogical-op -Wall -Wextra" } */ #define FORCE 1 #define FLAG 1 int func (int resp, int flags) { return (resp && (FORCE || (FLAG & flags))); }
Go to most recent revision | Compare with Previous | Blame | View Log