Validate failure in rts
Simon Peyton-Jones <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc |
|---|---|
| Message-ID | <59543203684B2244980D7E4057D5FBC13F70BAAD@DB3EX14MBXC310.europe.corp.microsoft.com> |
Does anyone know what is happening in this validate failure (rts/T7037)?
This is on 32-bit Windows (MSYS).
Simon
=====> T7037(normal) 2129 of 3447 [1, 19, 1]
cd ./rts && $MAKE -s --no-print-directory T7037 </dev/null >T7037.run.stdout 2>T7037.run.stderr
Wrong exit code (expected 0 , actual 2 )
Stdout:
Stderr:
T7037_main.c: In function 'main':
T7037_main.c:4:22:
error: 'NULL' undeclared (first use in this function)
T7037_main.c:4:22:
note: each undeclared identifier is reported only once for each function it appears in
T7037_main.c:5:5:
warning: passing argument 2 of 'execv' from incompatible pointer type
c:\code\head\inplace\mingw\bin\../lib/gcc/mingw32/4.5.2/../../../../include/process.h:118:42: note: expected 'const char * const*' but argument is of type 'char **'
make[3]: *** [T7037] Error 1
_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc