URL
https://opencores.org/ocsvn/scarts/scarts/trunk
Subversion Repositories scarts
[/] [scarts/] [trunk/] [toolchain/] [scarts-gcc/] [gcc-4.1.1/] [gcc/] [testsuite/] [gcc.c-torture/] [compile/] [20050303-1.c] - Rev 26
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-xfail-if "The array is too big" { "scarts_16-*-*" } { "*" } { "" } } */ void crc() { int toread; long long nleft; unsigned char buf[(128 * 1024)]; nleft = 0; while (toread = (nleft < (2147483647 * 2U + 1U)) ? nleft: (2147483647 * 2U + 1U) ) ; }
Go to most recent revision | Compare with Previous | Blame | View Log