URL
https://opencores.org/ocsvn/openrisc_me/openrisc_me/trunk
Subversion Repositories openrisc_me
[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gnat.dg/] [notnot.adb] - Rev 399
Go to most recent revision | Compare with Previous | Blame | View Log
-- { dg-do compile } -- { dg-options "-gnatwr" } procedure notnot (x, y : integer) is begin if not (not (x = y)) then -- { dg-warning "redundant double negation" } return; end if; end;
Go to most recent revision | Compare with Previous | Blame | View Log