
27 Oct
2015
27 Oct
'15
6:31 a.m.
Simon Peyton Jones
Clean build on HEAD on Linux is now giving a new error.
Actual stderr output differs from expected:
--- ./driver/T10970a.stderr.normalised 2015-10-27 09:44:02.279188078 +0000
+++ ./driver/T10970a.comp.stderr.normalised 2015-10-27 09:44:02.279188078 +0000
@@ -1,6 +1,4 @@
T10970a.hs:4:0:
missing binary operator before token "("
- #if MIN_VERSION_base(3,0,0)
- ^
`gcc' failed in phase `C pre-processor'. (Exit code: 1)
Hmm, it is possible that the output produced by this test is gcc-version dependent. What GCC version are you using? I believe Edward must have been using 5.2.* as `master` currently validates for me and this is the version I am using. Cheers, - Ben