Update ChangeLog and version files for release
[official-gcc.git] / gcc / testsuite / gcc.target / nios2 / nios2-nor.c
blob3a1911e326d21a0ffa0c8525dfb7158ee88966eb
1 /* { dg-do compile } */
2 /* { dg-options "-O" } */
3 /* { dg-final { scan-assembler "nor" } } */
5 int foo (int x, int y)
7 return ~(x | y);