[cfe-commits] r143846 - in /cfe/trunk: lib/Driver/Compilation.cpp lib/Driver/Tools.cpp lib/Driver/Tools.h test/Driver/crash-cleanup.c
NAKAMURA Takumi
geek4civic at gmail.com
Sun Nov 6 03:39:25 PST 2011
It seems MSYS bash handles negative exit code as if succeeded.
int main() {return -1;}
$ ./a.exe && echo OK || echo $?
OK
In other part, c-index-test returns negative exit code.
Shall I work around?
...Takumi
More information about the cfe-commits
mailing list