In the cc0 source code, there are places uses char *p like this: *p++ = *p | 0x1;...
status: open --> closed
cc0 that is built by g++ 4.8.2 can not passes the correctness tests
In the cc0 source code, there are places uses char *p like this: p++ = p | 0x1; The...
cc0 crashes when source file exceeds certain lines
status: pending --> closed
It turns out to be the problem of g++ which compiles the cc0. With a newer version...
cc0 that is built by g++ 4.8.2 can not passes the correctness tests