[GHC] #8148: ./configure IGNORES --with-gcc=gcc-4.8

#8148: ./configure IGNORES --with-gcc=gcc-4.8 ----------------------------------+--------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Keywords: | Operating System: MacOS X Architecture: x86_64 (amd64) | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ----------------------------------+--------------------------------- Im seeing the build scripts using gcc instead of gcc-4.8 this is problematic! with xcode 5, gcc IS an old version of clang! attaching a copy of the build log. i'm using 7.6.3 to build this, and the ghc 7.6.3 settings file is pointing to gcc-4.8, so it can only be the build system. I think {{{ [("GCC extra via C opts", " -fwrapv"), ("C compiler command", "gcc-4.8"), ("C compiler flags", " -m64 -fno-stack-protector -m64"), ("ar command", "/usr/bin/ar"), ("ar flags", "clqs"), ("ar supports at file", "@ArSupportsAtFile@"), ("touch command", "touch"), ("dllwrap command", "/bin/false"), ("windres command", "/bin/false"), ("perl command", "/usr/bin/perl"), ("target os", "OSDarwin"), ("target arch", "ArchX86_64"), ("target word size", "8"), ("target has GNU nonexec stack", "False"), ("target has .ident directive", "True"), ("target has subsections via symbols", "True"), ("LLVM llc command", "llc"), ("LLVM opt command", "opt") ] }}} is host 7.6.3 ghc setup -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): if i make a symlink from gcc to whatever gcc i actually want, the problem goes away. seems that theres some cruft in the build system! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): namely, some build scripts for building stage 1 ignore the --with- gcc=somename ignores somename, and calls gcc! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): see ticket #8143 which led to me creating this ticket -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): i'm then still having some cpp issues. lots of errors of the form {{{ Not in scope: ‛unI’ Perhaps you meant ‛unI#’ (line 111) }}} the relevant code is {{{ #define derivePrim(ty, ctr, sz, align, idx_arr, rd_arr, wr_arr, idx_addr, rd_addr, wr_addr) \ instance Prim ty where { \ sizeOf# _ = unI# sz \ ; alignment# _ = unI# align \ ; indexByteArray# arr# i# = ctr (idx_arr arr# i#) \ ; readByteArray# arr# i# s# = case rd_arr arr# i# s# of \ { (# s1#, x# #) -> (# s1#, ctr x# #) } \ ; writeByteArray# arr# i# (ctr x#) s# = wr_arr arr# i# x# s# \ \ ; indexOffAddr# addr# i# = ctr (idx_addr addr# i#) \ ; readOffAddr# addr# i# s# = case rd_addr addr# i# s# of \ { (# s1#, x# #) -> (# s1#, ctr x# #) } \ ; writeOffAddr# addr# i# (ctr x#) s# = wr_addr addr# i# x# s# } unI# :: Int -> Int# unI# (I# n#) = n# }}} does that mean the stringification patches aren't in the apple clang? Does this cpp macro work correctly with clang HEAD? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): this is in the Types.hs file of the Primitive(s) library -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:6 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): when i do {{{ ./configure --with-gcc=gcc-4.8 }}} plus the {{{ gcc }}} symlink the build succeeds past this point. i'll try with clang head next for that related OS X need -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:7 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by thoughtpolice): Thanks. The GCC invocation is certainly a bug; we definitely want to use the configured C compiler. As for Clang, can you please test this: {{{ $ clang -E -undef -traditional -o - - #define FOOBAR(a) test(a, # a) FOOBAR(xyz) ^D }}} Please specify the exact path to your `clang` to be 100% sure. This tests the behavior of hashes in `-traditional` mode. If everything is OK, you should see output like this: {{{ # 1 "<stdin>" # 1 "<command-line>" # 1 "<stdin>" test(xyz, # xyz) }}} If you see output where the hash operator stringifies the argument, then there is a problem. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:8 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): {{{ carter Desktop/repoScratcher » clang -E -undef -traditional -o - - #define FOOBAR(a) test(a, # a) FOOBAR(xyz) ^D ^K^C carter Desktop/repoScratcher » clang -E -undef -traditional -o - - 130 ↵ #define FOOBAR(a) test(a, # a) FOOBAR(xyz) # 1 "<stdin>" # 1 "<built-in>" 1 # 1 "<built-in>" 3 # 1 "<command line>" 1 # 1 "<built-in>" 2 # 1 "<stdin>" 2 test(xyz, "xyz") }}} is that the "right output" ? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:9 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): {{{ carter Desktop/repoScratcher » clang --version Apple LLVM version 5.0 (clang-500.1.63) (based on LLVM 3.3svn) Target: x86_64-apple-darwin12.4.0 Thread model: posix }}} is the clang version i have, which is the newest xcode 5 dev preview. and an apple engineer has explicitly said BOTH your clang HEAD patches. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:10 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): i'll try out the full path stuff tomorrow -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:11 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): i tried with the full path, it has the same problem wrt primitive unI# operation CPP I'm trying {{{ CC=pathtoclang ; ./configure --with-gcc=pathtoclang }}} right now. it fails also I'm going to install the newest xcode cli tools and try that, and if that fails, build clang head and try that -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:12 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): ok, i managed to build stage2 successfully with apple clang from apple dev tools xcode 5 preview, the newest version made available as of august 21st. (ie the version released yesterday). I used {{{ CC=pathtoclang ; ./configure --with-gcc=pathtoclang }}} (note: i should have treally tried it without the CC=pathtoclang, but i've not had the time ) I'm running the test suite now. I'm seeing some funny errors, I'll attache the reports in a little while once the test suite ends. (its taking a while to run it all!) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:13 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): oh, the older apple clang was the Wrong output the august 21st apple clang behaves as follows (correctly I think) {{{ carter ~ » clang -E -undef -traditional -o - - #define FOOBAR(a) test(a, # a) FOOBAR(xyz) ^D # 1 "<stdin>" # 1 "<built-in>" 1 # 1 "<built-in>" 3 # 1 "<command line>" 1 # 1 "<built-in>" 2 # 1 "<stdin>" 2 test(xyz, # xyz) }}} YAY -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:14 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): clang giving warnigns seems to trigger errors plus theres at least a few register compiler panics {{{ VERALL SUMMARY for test run started at Thu Aug 22 15:35:25 EDT 2013 3730 total tests, which gave rise to 14681 test cases, of which 3072 were skipped 145 had missing libraries 10351 expected passes 135 expected failures 3 caused framework failures 8 unexpected passes 966 unexpected failures Unexpected passes: driver T5313 (normal,hpc,optasm,ghci,threaded1,threaded2,dyn,optllvm) Unexpected failures: ../../libraries/base/tests CPUTime001 [bad stdout] (threaded2) ../../libraries/base/tests CatEntail [stderr mismatch] (hpc) ../../libraries/base/tests CatPairs [stderr mismatch] (hpc) ../../libraries/base/tests T7653 [bad exit code] (ghci,threaded1,threaded2) ../../libraries/base/tests enum01 [exit code non-0] (normal,hpc,optasm,threaded1,threaded2,dyn,optllvm) ../../libraries/base/tests enum01 [bad stdout or stderr] (ghci) ../../libraries/base/tests enum02 [exit code non-0] (normal,hpc,optasm,threaded1,threaded2,dyn,optllvm) ../../libraries/base/tests enum02 [bad stdout or stderr] (ghci) ../../libraries/base/tests enum03 [exit code non-0] (normal,hpc,optasm,threaded1,threaded2,dyn,optllvm) ../../libraries/base/tests enum03 [bad stdout or stderr] (ghci) ../../libraries/base/tests length001 [bad exit code] (ghci) ../../libraries/hpc/tests/ghc_ghci hpc_ghc_ghci [bad stderr] (normal) ../../libraries/template-haskell/tests dataToExpQUnit [stderr mismatch] (hpc) annotations/should_compile ann01 [stderr mismatch] (hpc) arrows/should_compile T3964 [stderr mismatch] (hpc) arrows/should_compile T5022 [stderr mismatch] (hpc) arrows/should_compile T5283 [stderr mismatch] (hpc) arrows/should_compile arrowapply1 [stderr mismatch] (hpc) arrows/should_compile arrowapply2 [stderr mismatch] (hpc) arrows/should_compile arrowapply3 [stderr mismatch] (hpc) arrows/should_compile arrowapply5 [stderr mismatch] (hpc) arrows/should_compile arrowcase1 [stderr mismatch] (hpc) arrows/should_compile arrowdo1 [stderr mismatch] (hpc) arrows/should_compile arrowdo2 [stderr mismatch] (hpc) arrows/should_compile arrowform1 [stderr mismatch] (hpc) arrows/should_compile arrowif1 [stderr mismatch] (hpc) arrows/should_compile arrowlet1 [stderr mismatch] (hpc) arrows/should_compile arrowpat [stderr mismatch] (hpc) arrows/should_compile arrowrec1 [stderr mismatch] (hpc) boxy Compose [stderr mismatch] (hpc) cabal pkg01 [stderr mismatch] (hpc) cabal/cabal01 cabal01 [bad stderr] (normal) cabal/cabal04 cabal04 [bad stderr] (normal) cabal/pkg02 pkg02 [stderr mismatch] (hpc) codeGen/should_compile T1916 [stderr mismatch] (hpc) codeGen/should_compile T2388 [stderr mismatch] (hpc) codeGen/should_compile T3132 [stderr mismatch] (hpc) codeGen/should_compile T3286 [stderr mismatch] (hpc) codeGen/should_compile T3579 [stderr mismatch] (hpc) codeGen/should_compile T7237 [stderr mismatch] (hpc) codeGen/should_compile cg001 [stderr mismatch] (hpc) codeGen/should_compile cg002 [stderr mismatch] (hpc) codeGen/should_compile cg004 [stderr mismatch] (hpc) codeGen/should_compile cg006 [stderr mismatch] (hpc) codeGen/should_compile cg007 [stderr mismatch] (hpc) codeGen/should_compile cg008 [stderr mismatch] (hpc) codeGen/should_compile jmp_tbl [stderr mismatch] (hpc) codeGen/should_compile massive_array [stderr mismatch] (hpc) codeGen/should_run cgrun071 [bad exit code] (normal,hpc,optasm,ghci,threaded1,threaded2,dyn,g1) codeGen/should_run cgrun072 [bad stdout] (optllvm) concurrent/should_run T367 [bad exit code] (ghci) deriving/should_compile AutoDeriveTypeable [stderr mismatch] (hpc) deriving/should_compile T2378 [stderr mismatch] (hpc) deriving/should_compile T2856 [stderr mismatch] (hpc) deriving/should_compile T3012 [stderr mismatch] (hpc) deriving/should_compile T3057 [stderr mismatch] (hpc) deriving/should_compile T3965 [stderr mismatch] (hpc) deriving/should_compile T4220 [stderr mismatch] (hpc) deriving/should_compile T4302 [stderr mismatch] (hpc) deriving/should_compile T4325 [stderr mismatch] (hpc) deriving/should_compile T4816 [stderr mismatch] (hpc) deriving/should_compile T4966 [stderr mismatch] (hpc) deriving/should_compile T6031 [stderr mismatch] (hpc) deriving/should_compile T7704 [stderr mismatch] (hpc) deriving/should_compile T7710 [stderr mismatch] (hpc) deriving/should_compile T8138 [stderr mismatch] (hpc) deriving/should_compile deriving-1935 [stderr mismatch] (hpc) deriving/should_compile drv-foldable-traversable1 [stderr mismatch] (hpc) deriving/should_compile drv-functor1 [stderr mismatch] (hpc) deriving/should_compile drv-functor2 [stderr mismatch] (hpc) deriving/should_compile drv001 [stderr mismatch] (hpc) deriving/should_compile drv002 [stderr mismatch] (hpc) deriving/should_compile drv003 [stderr mismatch] (hpc) deriving/should_compile drv004 [stderr mismatch] (hpc) deriving/should_compile drv005 [stderr mismatch] (hpc) deriving/should_compile drv006 [stderr mismatch] (hpc) deriving/should_compile drv007 [stderr mismatch] (hpc) deriving/should_compile drv008 [stderr mismatch] (hpc) deriving/should_compile drv009 [stderr mismatch] (hpc) deriving/should_compile drv010 [stderr mismatch] (hpc) deriving/should_compile drv011 [stderr mismatch] (hpc) deriving/should_compile drv012 [stderr mismatch] (hpc) deriving/should_compile drv013 [stderr mismatch] (hpc) deriving/should_compile drv014 [stderr mismatch] (hpc) deriving/should_compile drv015 [stderr mismatch] (hpc) deriving/should_compile drv020 [stderr mismatch] (hpc) deriving/should_compile drv021 [stderr mismatch] (hpc) deriving/should_compile drv022 [stderr mismatch] (hpc) driver T2464 [stderr mismatch] (hpc) driver T2507 [bad stderr] (normal) driver T706 [bad stderr] (normal) driver driver016 [bad stderr] (normal) driver driver017 [bad stderr] (normal) driver driver018 [bad stderr] (normal) driver driver018a [bad stderr] (normal) driver driver019 [bad stderr] (normal) driver driver027 [bad stderr] (normal) driver driver028 [bad stderr] (normal) driver driver034 [bad stderr] (normal) driver driver035 [bad stderr] (normal) driver driver044 [bad stderr] (normal) driver driver045 [bad stderr] (normal) driver pragma001 [stderr mismatch] (hpc) driver pragma002 [stderr mismatch] (hpc) driver/T1372 T1372 [bad stderr] (normal) driver/T3007 T3007 [bad stderr] (normal) driver/dynamic_flags_002 dynamic_flags_002A [stderr mismatch] (hpc) driver/dynamic_flags_002 dynamic_flags_002B [stderr mismatch] (hpc) driver/dynamic_flags_002 dynamic_flags_002C [stderr mismatch] (hpc) driver/dynamic_flags_002 dynamic_flags_002D [stderr mismatch] (hpc) driver/dynamic_flags_002 dynamic_flags_002Many [stderr mismatch] (hpc) driver/recomp007 recomp007 [bad stderr] (normal) dynlibs T3807 [bad stderr] (normal) ext-core T7239 [stderr mismatch] (hpc) ffi/should_compile T1357 [stderr mismatch] (hpc) ffi/should_compile T3624 [stderr mismatch] (hpc) ffi/should_compile T3742 [stderr mismatch] (hpc) ffi/should_compile cc001 [stderr mismatch] (hpc) ffi/should_compile cc005 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_compile cc007 [stderr mismatch] (hpc) ffi/should_compile cc008 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_compile cc009 [stderr mismatch] (hpc) ffi/should_compile cc010 [stderr mismatch] (hpc) ffi/should_compile cc011 [stderr mismatch] (hpc) ffi/should_compile cc012 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_compile cc013 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_compile cc014 [stderr mismatch] (hpc) ffi/should_compile cc015 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_compile cc016 [stderr mismatch] (hpc) ffi/should_compile ffi-deriv1 [stderr mismatch] (normal,hpc,optasm,optllvm) ffi/should_run Capi_Ctype_001 [bad stderr] (normal) ffi/should_run Capi_Ctype_002 [bad stderr] (normal) gadt FloatEq [stderr mismatch] (hpc) gadt Nilsson [stderr mismatch] (hpc) gadt T1999 [stderr mismatch] (hpc) gadt T1999a [stderr mismatch] (hpc) gadt T2040 [stderr mismatch] (hpc) gadt T2151 [stderr mismatch] (hpc) gadt T2587 [stderr mismatch] (hpc) gadt T3013 [stderr mismatch] (hpc) gadt T3638 [stderr mismatch] (hpc) gadt T5424 [stderr mismatch] (hpc) gadt T7205 [stderr mismatch] (hpc) gadt T7294 [stderr mismatch] (hpc) gadt T7974 [stderr mismatch] (hpc) gadt arrow [stderr mismatch] (hpc) gadt data1 [stderr mismatch] (hpc) gadt data2 [stderr mismatch] (hpc) gadt doaitse [stderr mismatch] (hpc) gadt equal [stderr mismatch] (hpc) gadt gadt1 [stderr mismatch] (hpc) gadt gadt14 [stderr mismatch] (hpc) gadt gadt15 [stderr mismatch] (hpc) gadt gadt16 [stderr mismatch] (hpc) gadt gadt18 [stderr mismatch] (hpc) gadt gadt19 [stderr mismatch] (hpc) gadt gadt20 [stderr mismatch] (hpc) gadt gadt22 [stderr mismatch] (hpc) gadt gadt24 [stderr mismatch] (hpc) gadt gadt25 [stderr mismatch] (hpc) gadt gadt3 [stderr mismatch] (hpc) gadt gadt6 [stderr mismatch] (hpc) gadt gadt8 [stderr mismatch] (hpc) gadt gadt9 [stderr mismatch] (hpc) gadt gadtSyntax001 [stderr mismatch] (hpc) gadt josef [stderr mismatch] (hpc) gadt karl1 [stderr mismatch] (hpc) gadt karl2 [stderr mismatch] (hpc) gadt nbe [stderr mismatch] (hpc) gadt red-black [stderr mismatch] (hpc) gadt scoped [stderr mismatch] (hpc) gadt set [stderr mismatch] (hpc) gadt tdpe [stderr mismatch] (hpc) gadt termination [stderr mismatch] (hpc) generics GenCanDoRep0 [stderr mismatch] (hpc) generics GenCanDoRep1 [stderr mismatch] (hpc) generics GenCanDoRep1_0 [stderr mismatch] (hpc) generics GenDerivOutput [stderr mismatch] (hpc) generics GenDerivOutput1_0 [stderr mismatch] (hpc) generics GenDerivOutput1_1 [stderr mismatch] (hpc) generics T5884 [stderr mismatch] (hpc) generics T7878 [stderr mismatch] (hpc) ghc-api/T7478 T7478 [bad exit code] (normal) ghci/prog004 ghciprog004 [bad stderr] (normal) haddock/haddock_examples haddock.Test [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA001 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA002 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA003 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA004 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA005 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA006 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA007 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA008 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA009 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA010 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA011 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA012 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA013 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA014 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA015 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA016 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA017 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA018 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA019 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA020 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA021 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA022 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA023 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA024 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA025 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA026 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA027 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA028 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA029 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA030 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA031 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA032 [stderr mismatch] (hpc) haddock/should_compile_flag_haddock haddockA033 [stderr mismatch] (hpc) haddock/should_compile_flag_nohaddock haddockB001 [stderr mismatch] (hpc) haddock/should_compile_flag_nohaddock haddockB002 [stderr mismatch] (hpc) haddock/should_compile_flag_nohaddock haddockB003 [stderr mismatch] (hpc) haddock/should_compile_flag_nohaddock haddockB004 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC001 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC002 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC003 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC004 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC005 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC006 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC007 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC008 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC009 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC010 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC011 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC012 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC013 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC014 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC015 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC016 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC017 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC018 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC019 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC020 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC021 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC022 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC023 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC024 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC025 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC026 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC027 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC028 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC029 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC030 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC031 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockC032 [stderr mismatch] (hpc) haddock/should_compile_noflag_haddock haddockSimplUtilsBug [stderr mismatch] (hpc) haddock/should_compile_noflag_nohaddock haddockD001 [stderr mismatch] (hpc) haddock/should_compile_noflag_nohaddock haddockD002 [stderr mismatch] (hpc) haddock/should_compile_noflag_nohaddock haddockD003 [stderr mismatch] (hpc) haddock/should_compile_noflag_nohaddock haddockD004 [stderr mismatch] (hpc) indexed-types/should_fail NonLinearSigErr [stderr mismatch] (hpc) indexed-types/should_fail SimpleFail10 [stderr mismatch] (hpc) indexed-types/should_fail SimpleFail9 [stderr mismatch] (hpc) indexed-types/should_fail T2664a [stderr mismatch] (hpc) indexed-types/should_fail T2888 [stderr mismatch] (hpc) indexed-types/should_fail T4254 [stderr mismatch] (hpc) numeric/should_compile T7881 [stderr mismatch] (hpc) numeric/should_compile T7895 [stderr mismatch] (hpc) parser/prog001 parser.prog001 [stderr mismatch] (hpc) parser/should_compile DoAndIfThenElse [stderr mismatch] (hpc) parser/should_compile EmptyDecls [stderr mismatch] (hpc) parser/should_compile NondecreasingIndentation [stderr mismatch] (hpc) parser/should_compile ParserLambdaCase [stderr mismatch] (hpc) parser/should_compile T2245 [stderr mismatch] (hpc) parser/should_compile T3303 [stderr mismatch] (hpc) parser/should_compile T3741 [stderr mismatch] (hpc) parser/should_compile T5243 [stderr mismatch] (hpc) parser/should_compile T7118 [stderr mismatch] (hpc) parser/should_compile T7776 [stderr mismatch] (hpc) parser/should_compile mc15 [stderr mismatch] (hpc) parser/should_compile mc16 [stderr mismatch] (hpc) parser/should_compile read001 [stderr mismatch] (hpc) parser/should_compile read002 [stderr mismatch] (hpc) parser/should_compile read003 [stderr mismatch] (hpc) parser/should_compile read004 [stderr mismatch] (hpc) parser/should_compile read005 [stderr mismatch] (hpc) parser/should_compile read008 [stderr mismatch] (hpc) parser/should_compile read009 [stderr mismatch] (hpc) parser/should_compile read010 [stderr mismatch] (hpc) parser/should_compile read011 [stderr mismatch] (hpc) parser/should_compile read014 [stderr mismatch] (hpc) parser/should_compile read015 [stderr mismatch] (hpc) parser/should_compile read016 [stderr mismatch] (hpc) parser/should_compile read017 [stderr mismatch] (hpc) parser/should_compile read018 [stderr mismatch] (hpc) parser/should_compile read019 [stderr mismatch] (hpc) parser/should_compile read021 [stderr mismatch] (hpc) parser/should_compile read022 [stderr mismatch] (hpc) parser/should_compile read024 [stderr mismatch] (hpc) parser/should_compile read025 [stderr mismatch] (hpc) parser/should_compile read026 [stderr mismatch] (hpc) parser/should_compile read027 [stderr mismatch] (hpc) parser/should_compile read028 [stderr mismatch] (hpc) parser/should_compile read029 [stderr mismatch] (hpc) parser/should_compile read030 [stderr mismatch] (hpc) parser/should_compile read031 [stderr mismatch] (hpc) parser/should_compile read032 [stderr mismatch] (hpc) parser/should_compile read033 [stderr mismatch] (hpc) parser/should_compile read034 [stderr mismatch] (hpc) parser/should_compile read036 [stderr mismatch] (hpc) parser/should_compile read037 [stderr mismatch] (hpc) parser/should_compile read038 [stderr mismatch] (hpc) parser/should_compile read040 [stderr mismatch] (hpc) parser/should_compile read041 [stderr mismatch] (hpc) parser/should_compile read042 [stderr mismatch] (hpc) parser/should_compile read043 [stderr mismatch] (hpc) parser/should_compile read044 [stderr mismatch] (hpc) parser/should_compile read045 [stderr mismatch] (hpc) parser/should_compile read046 [stderr mismatch] (hpc) parser/should_compile read047 [stderr mismatch] (hpc) parser/should_compile read048 [stderr mismatch] (hpc) parser/should_compile read049 [stderr mismatch] (hpc) parser/should_compile read050 [stderr mismatch] (hpc) parser/should_compile read051 [stderr mismatch] (hpc) parser/should_compile read052 [stderr mismatch] (hpc) parser/should_compile read053 [stderr mismatch] (hpc) parser/should_compile read054 [stderr mismatch] (hpc) parser/should_compile read055 [stderr mismatch] (hpc) parser/should_compile read056 [stderr mismatch] (hpc) parser/should_compile read057 [stderr mismatch] (hpc) parser/should_compile read058 [stderr mismatch] (hpc) parser/should_compile read059 [stderr mismatch] (hpc) parser/should_compile read060 [stderr mismatch] (hpc) parser/should_compile read061 [stderr mismatch] (hpc) parser/should_compile read062 [stderr mismatch] (hpc) parser/should_compile read063 [stderr mismatch] (hpc) parser/should_compile read064 [stderr mismatch] (hpc) parser/should_compile read066 [stderr mismatch] (hpc) parser/should_compile read067 [stderr mismatch] (hpc) parser/should_compile read068 [stderr mismatch] (hpc) parser/should_compile read069 [stderr mismatch] (hpc) parser/should_compile read_1821 [stderr mismatch] (hpc) parser/unicode T1103 [stderr mismatch] (hpc) parser/unicode T4373 [stderr mismatch] (hpc) parser/unicode T7671 [stderr mismatch] (hpc) perf/compiler T1969 [stat not good enough] (normal) perf/compiler T3064 [stat not good enough] (normal) perf/compiler T3294 [stat not good enough] (normal) perf/compiler T4801 [stat not good enough] (normal) perf/compiler T5030 [stat not good enough] (normal) perf/compiler T5321FD [stat not good enough] (normal) perf/compiler T5321Fun [stat not good enough] (normal) perf/compiler T5631 [stat not good enough] (normal) perf/compiler T5642 [stat not good enough] (normal) perf/compiler T5837 [stat not good enough] (normal) perf/compiler T6048 [stat not good enough] (optasm) perf/compiler T783 [stat not good enough] (normal) perf/compiler parsing001 [stat not good enough] (normal) perf/space_leaks space_leak_001 [stat too good] (hpc,optasm,dyn,optllvm) polykinds PolyKinds01 [stderr mismatch] (hpc) polykinds PolyKinds03 [stderr mismatch] (hpc) polykinds PolyKinds05 [stderr mismatch] (hpc) polykinds PolyKinds08 [stderr mismatch] (hpc) polykinds PolyKinds11 [stderr mismatch] (hpc) polykinds PolyKinds12 [stderr mismatch] (hpc) polykinds PolyKinds13 [stderr mismatch] (hpc) polykinds RedBlack [stderr mismatch] (hpc) polykinds T5717 [stderr mismatch] (hpc) polykinds T5770 [stderr mismatch] (hpc) polykinds T5771 [stderr mismatch] (hpc) polykinds T5798 [stderr mismatch] (hpc) polykinds T5862 [stderr mismatch] (hpc) polykinds T5912 [stderr mismatch] (hpc) polykinds T5935 [stderr mismatch] (hpc) polykinds T5937 [stderr mismatch] (hpc) polykinds T5938 [stderr mismatch] (hpc) polykinds T5948 [stderr mismatch] (hpc) polykinds T6002 [stderr mismatch] (hpc) polykinds T6015 [stderr mismatch] (hpc) polykinds T6015a [stderr mismatch] (hpc) polykinds T6020 [stderr mismatch] (hpc) polykinds T6020a [stderr mismatch] (hpc) polykinds T6035 [stderr mismatch] (hpc) polykinds T6036 [stderr mismatch] (hpc) polykinds T6044 [stderr mismatch] (hpc) polykinds T6049 [stderr mismatch] (hpc) polykinds T6081 [stderr mismatch] (hpc) polykinds T6093 [stderr mismatch] (hpc) polykinds T6118 [stderr mismatch] (hpc) polykinds T6137 [stderr mismatch] (hpc) polykinds T7020 [stderr mismatch] (hpc) polykinds T7053a [stderr mismatch] (hpc) polykinds T7073 [stderr mismatch] (hpc) polykinds T7090 [stderr mismatch] (hpc) polykinds T7095 [stderr mismatch] (hpc) polykinds T7128 [stderr mismatch] (hpc) polykinds T7176 [stderr mismatch] (hpc) polykinds T7238 [stderr mismatch] (hpc) polykinds T7272 [stderr mismatch] (hpc) polykinds T7332 [stderr mismatch] (hpc) polykinds T7347 [stderr mismatch] (hpc) polykinds T7422 [stderr mismatch] (hpc) polykinds T7488 [stderr mismatch] (hpc) polykinds T7502 [stderr mismatch] (hpc) polykinds T7601 [stderr mismatch] (hpc) polykinds T7916 [stderr mismatch] (hpc) polykinds T7973 [stderr mismatch] (hpc) primops/should_compile T6135_should_compile [stderr mismatch] (hpc) programs/barton-mangler-bug barton-mangler-bug [exit code non-0] (hpc,optllvm) programs/hs-boot hs-boot [stderr mismatch] (hpc) programs/joao-circular joao-circular [exit code non-0] (hpc,threaded2,dyn,optllvm) quasiquotation/qq007 qq007 [stderr mismatch] (hpc) quasiquotation/qq008 qq008 [stderr mismatch] (hpc) rename/prog001 rename.prog001 [stderr mismatch] (hpc) rename/prog004 rename.prog004 [stderr mismatch] (hpc) rename/prog005 rename.prog005 [stderr mismatch] (hpc) rename/should_compile T1074b [stderr mismatch] (hpc) rename/should_compile T1789 [stderr mismatch] (hpc) rename/should_compile T1789_2 [stderr mismatch] (hpc) rename/should_compile T1954 [stderr mismatch] (hpc) rename/should_compile T1972 [stderr mismatch] (hpc) rename/should_compile T2205 [stderr mismatch] (hpc) rename/should_compile T2334 [stderr mismatch] (hpc) rename/should_compile T2435 [stderr mismatch] (hpc) rename/should_compile T2436 [stderr mismatch] (hpc) rename/should_compile T2506 [stderr mismatch] (hpc) rename/should_compile T2914 [stderr mismatch] (hpc) rename/should_compile T3221 [stderr mismatch] (hpc) rename/should_compile T3262 [stderr mismatch] (hpc) rename/should_compile T3371 [stderr mismatch] (hpc) rename/should_compile T3640 [stderr mismatch] (hpc) rename/should_compile T3901 [stderr mismatch] (hpc) rename/should_compile T3943 [stderr mismatch] (hpc) rename/should_compile T4478 [stderr mismatch] (hpc) rename/should_compile T4489 [stderr mismatch] (hpc) rename/should_compile T4534 [stderr mismatch] (hpc) rename/should_compile T5306 [stderr mismatch] (hpc) rename/should_compile T5331 [stderr mismatch] (hpc) rename/should_compile T5334 [stderr mismatch] (hpc) rename/should_compile T5867 [stderr mismatch] (hpc) rename/should_compile T6027 [stderr mismatch] (hpc) rename/should_compile T6038 [stderr mismatch] (hpc) rename/should_compile T6120 [stderr mismatch] (hpc) rename/should_compile T7007 [stderr mismatch] (hpc) rename/should_compile T7085 [stderr mismatch] (hpc) rename/should_compile T7145a [stderr mismatch] (hpc) rename/should_compile T7145b [stderr mismatch] (hpc) rename/should_compile T7167 [stderr mismatch] (hpc) rename/should_compile T7336 [stderr mismatch] (hpc) rename/should_compile dodgy [stderr mismatch] (hpc) rename/should_compile mc09 [stderr mismatch] (hpc) rename/should_compile mc10 [stderr mismatch] (hpc) rename/should_compile mc11 [stderr mismatch] (hpc) rename/should_compile mc12 [stderr mismatch] (hpc) rename/should_compile rn003 [stderr mismatch] (hpc) rename/should_compile rn005 [stderr mismatch] (hpc) rename/should_compile rn006 [stderr mismatch] (hpc) rename/should_compile rn009 [stderr mismatch] (hpc) rename/should_compile rn011 [stderr mismatch] (hpc) rename/should_compile rn012 [stderr mismatch] (hpc) rename/should_compile rn013 [stderr mismatch] (hpc) rename/should_compile rn017 [stderr mismatch] (hpc) rename/should_compile rn019 [stderr mismatch] (hpc) rename/should_compile rn020 [stderr mismatch] (hpc) rename/should_compile rn022 [stderr mismatch] (hpc) rename/should_compile rn023 [stderr mismatch] (hpc) rename/should_compile rn024 [stderr mismatch] (hpc) rename/should_compile rn025 [stderr mismatch] (hpc) rename/should_compile rn026 [stderr mismatch] (hpc) rename/should_compile rn027 [stderr mismatch] (hpc) rename/should_compile rn028 [stderr mismatch] (hpc) rename/should_compile rn029 [stderr mismatch] (hpc) rename/should_compile rn031 [stderr mismatch] (hpc) rename/should_compile rn032 [stderr mismatch] (hpc) rename/should_compile rn033 [stderr mismatch] (hpc) rename/should_compile rn034 [stderr mismatch] (hpc) rename/should_compile rn035 [stderr mismatch] (hpc) rename/should_compile rn036 [stderr mismatch] (hpc) rename/should_compile rn037 [stderr mismatch] (hpc) rename/should_compile rn039 [stderr mismatch] (hpc) rename/should_compile rn040 [stderr mismatch] (hpc) rename/should_compile rn041 [stderr mismatch] (hpc) rename/should_compile rn042 [stderr mismatch] (hpc) rename/should_compile rn043 [stderr mismatch] (hpc) rename/should_compile rn044 [stderr mismatch] (hpc) rename/should_compile rn045 [stderr mismatch] (hpc) rename/should_compile rn046 [stderr mismatch] (hpc) rename/should_compile rn047 [stderr mismatch] (hpc) rename/should_compile rn048 [stderr mismatch] (hpc) rename/should_compile rn049 [stderr mismatch] (hpc) rename/should_compile rn050 [stderr mismatch] (hpc) rename/should_compile rn051 [stderr mismatch] (hpc) rename/should_compile rn052 [stderr mismatch] (hpc) rename/should_compile rn053 [stderr mismatch] (hpc) rename/should_compile rn054 [stderr mismatch] (hpc) rename/should_compile rn055 [stderr mismatch] (hpc) rename/should_compile rn056 [stderr mismatch] (hpc) rename/should_compile rn057 [stderr mismatch] (hpc) rename/should_compile rn058 [stderr mismatch] (normal,hpc,optasm,optllvm) rename/should_compile rn059 [stderr mismatch] (hpc) rename/should_compile rn060 [stderr mismatch] (hpc) rename/should_compile rn061 [stderr mismatch] (hpc) rename/should_compile rn062 [stderr mismatch] (hpc) rename/should_compile rn063 [stderr mismatch] (hpc) rename/should_compile rn064 [stderr mismatch] (hpc) rename/should_compile rn065 [stderr mismatch] (hpc) rename/should_compile rn066 [stderr mismatch] (hpc) rename/should_compile rn067 [stderr mismatch] (hpc) rename/should_compile timing001 [stderr mismatch] (hpc) rename/should_compile timing002 [stderr mismatch] (hpc) rename/should_compile timing003 [stderr mismatch] (hpc) rename/should_fail T2723 [stderr mismatch] (hpc) rename/should_fail T5211 [stderr mismatch] (hpc) rename/should_fail T5281 [stderr mismatch] (hpc) rename/should_fail T7454 [stderr mismatch] (hpc) rename/should_fail rnfail020 [stderr mismatch] (hpc) rts T4059 [bad stderr] (normal) rts T4850 [bad stderr] (normal) rts T5423 [bad stderr] (normal) rts T7037 [bad stderr] (normal) rts T7919 [exit code non-0] (normal,hpc,optasm,threaded1,threaded2,optllvm) rts linker_unload [bad exit code] (normal) rts outofmem2 [bad stderr] (normal) safeHaskell/check/pkg01 safePkg01 [bad stderr] (normal) simplCore/prog001 simplCore.prog001 [stderr mismatch] (hpc) simplCore/prog002 simplCore.prog002 [stderr mismatch] (hpc) simplCore/should_compile T1647 [stderr mismatch] (hpc) simplCore/should_compile T2520 [stderr mismatch] (hpc) simplCore/should_compile T3016 [stderr mismatch] (hpc) simplCore/should_compile T3118 [stderr mismatch] (hpc) simplCore/should_compile T3831 [stderr mismatch] (hpc) simplCore/should_compile T4203 [stderr mismatch] (hpc) simplCore/should_compile T4345 [stderr mismatch] (hpc) simplCore/should_compile T4398 [stderr mismatch] (hpc) simplCore/should_compile T5329 [stderr mismatch] (hpc) simplCore/should_compile T5342 [stderr mismatch] (hpc) simplCore/should_compile T5359a [stderr mismatch] (hpc) simplCore/should_compile T5359b [stderr mismatch] (hpc) simplCore/should_compile T5458 [stderr mismatch] (hpc) simplCore/should_compile T5550 [stderr mismatch] (hpc) simplCore/should_compile T6082-RULE [stderr mismatch] (hpc) simplCore/should_compile T7088 [stderr mismatch] (hpc) simplCore/should_compile T7162 [stderr mismatch] (hpc) simplCore/should_compile T7287 [stderr mismatch] (hpc) simplCore/should_compile T7702 [stderr mismatch] (hpc) simplCore/should_compile dfun-loop [stderr mismatch] (hpc) simplCore/should_compile rule1 [stderr mismatch] (hpc) simplCore/should_compile simpl-T1370 [stderr mismatch] (hpc) simplCore/should_compile simpl001 [stderr mismatch] (hpc) simplCore/should_compile simpl002 [stderr mismatch] (hpc) simplCore/should_compile simpl003 [stderr mismatch] (hpc) simplCore/should_compile simpl004 [stderr mismatch] (hpc) simplCore/should_compile simpl005 [stderr mismatch] (hpc) simplCore/should_compile simpl007 [stderr mismatch] (hpc) simplCore/should_compile simpl009 [stderr mismatch] (hpc) simplCore/should_compile simpl010 [stderr mismatch] (hpc) simplCore/should_compile simpl011 [stderr mismatch] (hpc) simplCore/should_compile simpl012 [stderr mismatch] (hpc) simplCore/should_compile simpl013 [stderr mismatch] (hpc) simplCore/should_compile simpl014 [stderr mismatch] (hpc) simplCore/should_compile simpl016 [stderr mismatch] (hpc) simplCore/should_compile simpl018 [stderr mismatch] (hpc) simplCore/should_compile simpl019 [stderr mismatch] (hpc) simplCore/should_compile simpl020 [stderr mismatch] (hpc) simplCore/should_compile spec001 [stderr mismatch] (hpc) simplCore/should_compile spec002 [stderr mismatch] (hpc) simplCore/should_compile spec003 [stderr mismatch] (hpc) simplCore/should_compile strict-float [stderr mismatch] (hpc) typecheck/bug1465 bug1465 [bad stderr] (normal) typecheck/prog001 typecheck.prog001 [stderr mismatch] (hpc) typecheck/prog002 typecheck.prog002 [stderr mismatch] (hpc) typecheck/should_compile DfltProb1 [stderr mismatch] (hpc) typecheck/should_compile DfltProb2 [stderr mismatch] (hpc) typecheck/should_compile FD4 [stderr mismatch] (hpc) typecheck/should_compile GivenOverlapping [stderr mismatch] (hpc) typecheck/should_compile GivenTypeSynonym [stderr mismatch] (hpc) typecheck/should_compile HasKey [stderr mismatch] (hpc) typecheck/should_compile LoopOfTheDay1 [stderr mismatch] (hpc) typecheck/should_compile LoopOfTheDay2 [stderr mismatch] (hpc) typecheck/should_compile LoopOfTheDay3 [stderr mismatch] (hpc) typecheck/should_compile PolyRec [stderr mismatch] (hpc) typecheck/should_compile PolytypeDecomp [stderr mismatch] (hpc) typecheck/should_compile T1123 [stderr mismatch] (hpc) typecheck/should_compile T1470 [stderr mismatch] (hpc) typecheck/should_compile T1495 [stderr mismatch] (hpc) typecheck/should_compile T1634 [stderr mismatch] (hpc) typecheck/should_compile T2045 [stderr mismatch] (hpc) typecheck/should_compile T2357 [stderr mismatch] (hpc) typecheck/should_compile T2433 [stderr mismatch] (hpc) typecheck/should_compile T2478 [stderr mismatch] (hpc) typecheck/should_compile T2494-2 [stderr mismatch] (hpc) typecheck/should_compile T2497 [stderr mismatch] (hpc) typecheck/should_compile T2572 [stderr mismatch] (hpc) typecheck/should_compile T2683 [stderr mismatch] (hpc) typecheck/should_compile T2735 [stderr mismatch] (hpc) typecheck/should_compile T2799 [stderr mismatch] (hpc) typecheck/should_compile T2846 [stderr mismatch] (hpc) typecheck/should_compile T3018 [stderr mismatch] (hpc) typecheck/should_compile T3108 [stderr mismatch] (hpc) typecheck/should_compile T3219 [stderr mismatch] (hpc) typecheck/should_compile T3342 [stderr mismatch] (hpc) typecheck/should_compile T3346 [stderr mismatch] (hpc) typecheck/should_compile T3409 [stderr mismatch] (hpc) typecheck/should_compile T3692 [stderr mismatch] (hpc) typecheck/should_compile T3696 [stderr mismatch] (hpc) typecheck/should_compile T3743 [stderr mismatch] (hpc) typecheck/should_compile T3955 [stderr mismatch] (hpc) typecheck/should_compile T4284 [stderr mismatch] (hpc) typecheck/should_compile T4310 [stderr mismatch] (hpc) typecheck/should_compile T4361 [stderr mismatch] (hpc) typecheck/should_compile T4401 [stderr mismatch] (hpc) typecheck/should_compile T4404 [stderr mismatch] (hpc) typecheck/should_compile T4418 [stderr mismatch] (hpc) typecheck/should_compile T4444 [stderr mismatch] (hpc) typecheck/should_compile T4498 [stderr mismatch] (hpc) typecheck/should_compile T4524 [stderr mismatch] (hpc) typecheck/should_compile T4912 [stderr mismatch] (hpc) typecheck/should_compile T4917 [stderr mismatch] (hpc) typecheck/should_compile T4952 [stderr mismatch] (hpc) typecheck/should_compile T4969 [stderr mismatch] (hpc) typecheck/should_compile T5032 [stderr mismatch] (hpc) typecheck/should_compile T5120 [stderr mismatch] (hpc) typecheck/should_compile T5490 [stderr mismatch] (hpc) typecheck/should_compile T5514 [stderr mismatch] (hpc) typecheck/should_compile T5581 [stderr mismatch] (hpc) typecheck/should_compile T5595 [stderr mismatch] (hpc) typecheck/should_compile T5643 [stderr mismatch] (hpc) typecheck/should_compile T5655 [stderr mismatch] (hpc) typecheck/should_compile T5676 [stderr mismatch] (hpc) typecheck/should_compile T6011 [stderr mismatch] (hpc) typecheck/should_compile T6055 [stderr mismatch] (hpc) typecheck/should_compile T6134 [stderr mismatch] (hpc) typecheck/should_compile T700 [stderr mismatch] (hpc) typecheck/should_compile T7050 [stderr mismatch] (hpc) typecheck/should_compile T7147 [stderr mismatch] (hpc) typecheck/should_compile T7173 [stderr mismatch] (hpc) typecheck/should_compile T7196 [stderr mismatch] (hpc) typecheck/should_compile T7268 [stderr mismatch] (hpc) typecheck/should_compile T7312 [stderr mismatch] (hpc) typecheck/should_compile T7384 [stderr mismatch] (hpc) typecheck/should_compile T7408 [stderr mismatch] (hpc) typecheck/should_compile T7451 [stderr mismatch] (hpc) typecheck/should_compile T7541 [stderr mismatch] (hpc) typecheck/should_compile T7562 [stderr mismatch] (hpc) typecheck/should_compile T7641 [stderr mismatch] (hpc) typecheck/should_compile T7827 [stderr mismatch] (hpc) typecheck/should_compile T7875 [stderr mismatch] (hpc) typecheck/should_compile T7888 [stderr mismatch] (hpc) typecheck/should_compile T7891 [stderr mismatch] (hpc) typecheck/should_compile T7903 [stderr mismatch] (hpc) typecheck/should_compile TcLambdaCase [stderr mismatch] (hpc) typecheck/should_compile UnboxStrictPrimitiveFields [stderr mismatch] (hpc) typecheck/should_compile faxen [stderr mismatch] (hpc) typecheck/should_compile holes [stderr mismatch] (hpc) typecheck/should_compile holes2 [stderr mismatch] (hpc) typecheck/should_compile mc18 [stderr mismatch] (hpc) typecheck/should_compile syn-perf [stderr mismatch] (hpc) typecheck/should_compile syn-perf2 [stderr mismatch] (hpc) typecheck/should_compile tc001 [stderr mismatch] (hpc) typecheck/should_compile tc002 [stderr mismatch] (hpc) typecheck/should_compile tc003 [stderr mismatch] (hpc) typecheck/should_compile tc004 [stderr mismatch] (hpc) typecheck/should_compile tc005 [stderr mismatch] (hpc) typecheck/should_compile tc006 [stderr mismatch] (hpc) typecheck/should_compile tc007 [stderr mismatch] (hpc) typecheck/should_compile tc008 [stderr mismatch] (hpc) typecheck/should_compile tc009 [stderr mismatch] (hpc) typecheck/should_compile tc010 [stderr mismatch] (hpc) typecheck/should_compile tc011 [stderr mismatch] (hpc) typecheck/should_compile tc012 [stderr mismatch] (hpc) typecheck/should_compile tc013 [stderr mismatch] (hpc) typecheck/should_compile tc014 [stderr mismatch] (hpc) typecheck/should_compile tc015 [stderr mismatch] (hpc) typecheck/should_compile tc016 [stderr mismatch] (hpc) typecheck/should_compile tc017 [stderr mismatch] (hpc) typecheck/should_compile tc018 [stderr mismatch] (hpc) typecheck/should_compile tc019 [stderr mismatch] (hpc) typecheck/should_compile tc020 [stderr mismatch] (hpc) typecheck/should_compile tc021 [stderr mismatch] (hpc) typecheck/should_compile tc022 [stderr mismatch] (hpc) typecheck/should_compile tc023 [stderr mismatch] (hpc) typecheck/should_compile tc024 [stderr mismatch] (hpc) typecheck/should_compile tc025 [stderr mismatch] (hpc) typecheck/should_compile tc026 [stderr mismatch] (hpc) typecheck/should_compile tc027 [stderr mismatch] (hpc) typecheck/should_compile tc028 [stderr mismatch] (hpc) typecheck/should_compile tc029 [stderr mismatch] (hpc) typecheck/should_compile tc030 [stderr mismatch] (hpc) typecheck/should_compile tc031 [stderr mismatch] (hpc) typecheck/should_compile tc032 [stderr mismatch] (hpc) typecheck/should_compile tc033 [stderr mismatch] (hpc) typecheck/should_compile tc034 [stderr mismatch] (hpc) typecheck/should_compile tc035 [stderr mismatch] (hpc) typecheck/should_compile tc036 [stderr mismatch] (hpc) typecheck/should_compile tc037 [stderr mismatch] (hpc) typecheck/should_compile tc038 [stderr mismatch] (hpc) typecheck/should_compile tc039 [stderr mismatch] (hpc) typecheck/should_compile tc040 [stderr mismatch] (hpc) typecheck/should_compile tc041 [stderr mismatch] (hpc) typecheck/should_compile tc042 [stderr mismatch] (hpc) typecheck/should_compile tc043 [stderr mismatch] (hpc) typecheck/should_compile tc044 [stderr mismatch] (hpc) typecheck/should_compile tc045 [stderr mismatch] (hpc) typecheck/should_compile tc046 [stderr mismatch] (hpc) typecheck/should_compile tc047 [stderr mismatch] (hpc) typecheck/should_compile tc048 [stderr mismatch] (hpc) typecheck/should_compile tc049 [stderr mismatch] (hpc) typecheck/should_compile tc050 [stderr mismatch] (hpc) typecheck/should_compile tc051 [stderr mismatch] (hpc) typecheck/should_compile tc052 [stderr mismatch] (hpc) typecheck/should_compile tc053 [stderr mismatch] (hpc) typecheck/should_compile tc054 [stderr mismatch] (hpc) typecheck/should_compile tc055 [stderr mismatch] (hpc) typecheck/should_compile tc056 [stderr mismatch] (hpc) typecheck/should_compile tc057 [stderr mismatch] (hpc) typecheck/should_compile tc058 [stderr mismatch] (hpc) typecheck/should_compile tc059 [stderr mismatch] (hpc) typecheck/should_compile tc060 [stderr mismatch] (hpc) typecheck/should_compile tc061 [stderr mismatch] (hpc) typecheck/should_compile tc062 [stderr mismatch] (hpc) typecheck/should_compile tc063 [stderr mismatch] (hpc) typecheck/should_compile tc064 [stderr mismatch] (hpc) typecheck/should_compile tc065 [stderr mismatch] (hpc) typecheck/should_compile tc066 [stderr mismatch] (hpc) typecheck/should_compile tc067 [stderr mismatch] (hpc) typecheck/should_compile tc068 [stderr mismatch] (hpc) typecheck/should_compile tc069 [stderr mismatch] (hpc) typecheck/should_compile tc070 [stderr mismatch] (hpc) typecheck/should_compile tc073 [stderr mismatch] (hpc) typecheck/should_compile tc074 [stderr mismatch] (hpc) typecheck/should_compile tc076 [stderr mismatch] (hpc) typecheck/should_compile tc077 [stderr mismatch] (hpc) typecheck/should_compile tc078 [stderr mismatch] (hpc) typecheck/should_compile tc079 [stderr mismatch] (hpc) typecheck/should_compile tc080 [stderr mismatch] (hpc) typecheck/should_compile tc081 [stderr mismatch] (hpc) typecheck/should_compile tc082 [stderr mismatch] (hpc) typecheck/should_compile tc084 [stderr mismatch] (hpc) typecheck/should_compile tc085 [stderr mismatch] (hpc) typecheck/should_compile tc086 [stderr mismatch] (hpc) typecheck/should_compile tc087 [stderr mismatch] (hpc) typecheck/should_compile tc088 [stderr mismatch] (hpc) typecheck/should_compile tc089 [stderr mismatch] (hpc) typecheck/should_compile tc090 [stderr mismatch] (hpc) typecheck/should_compile tc091 [stderr mismatch] (hpc) typecheck/should_compile tc092 [stderr mismatch] (hpc) typecheck/should_compile tc093 [stderr mismatch] (hpc) typecheck/should_compile tc094 [stderr mismatch] (hpc) typecheck/should_compile tc095 [stderr mismatch] (hpc) typecheck/should_compile tc096 [stderr mismatch] (hpc) typecheck/should_compile tc097 [stderr mismatch] (hpc) typecheck/should_compile tc098 [stderr mismatch] (hpc) typecheck/should_compile tc099 [stderr mismatch] (hpc) typecheck/should_compile tc100 [stderr mismatch] (hpc) typecheck/should_compile tc101 [stderr mismatch] (hpc) typecheck/should_compile tc102 [stderr mismatch] (hpc) typecheck/should_compile tc104 [stderr mismatch] (hpc) typecheck/should_compile tc105 [stderr mismatch] (hpc) typecheck/should_compile tc106 [stderr mismatch] (hpc) typecheck/should_compile tc107 [stderr mismatch] (hpc) typecheck/should_compile tc108 [stderr mismatch] (hpc) typecheck/should_compile tc109 [stderr mismatch] (hpc) typecheck/should_compile tc111 [stderr mismatch] (hpc) typecheck/should_compile tc112 [stderr mismatch] (hpc) typecheck/should_compile tc113 [stderr mismatch] (hpc) typecheck/should_compile tc114 [stderr mismatch] (hpc) typecheck/should_compile tc115 [stderr mismatch] (hpc) typecheck/should_compile tc116 [stderr mismatch] (hpc) typecheck/should_compile tc117 [stderr mismatch] (hpc) typecheck/should_compile tc118 [stderr mismatch] (hpc) typecheck/should_compile tc119 [stderr mismatch] (hpc) typecheck/should_compile tc120 [stderr mismatch] (hpc) typecheck/should_compile tc121 [stderr mismatch] (hpc) typecheck/should_compile tc122 [stderr mismatch] (hpc) typecheck/should_compile tc123 [stderr mismatch] (hpc) typecheck/should_compile tc124 [stderr mismatch] (hpc) typecheck/should_compile tc125 [stderr mismatch] (hpc) typecheck/should_compile tc126 [stderr mismatch] (hpc) typecheck/should_compile tc127 [stderr mismatch] (hpc) typecheck/should_compile tc128 [stderr mismatch] (hpc) typecheck/should_compile tc129 [stderr mismatch] (hpc) typecheck/should_compile tc130 [stderr mismatch] (hpc) typecheck/should_compile tc131 [stderr mismatch] (hpc) typecheck/should_compile tc132 [stderr mismatch] (hpc) typecheck/should_compile tc133 [stderr mismatch] (hpc) typecheck/should_compile tc135 [stderr mismatch] (hpc) typecheck/should_compile tc136 [stderr mismatch] (hpc) typecheck/should_compile tc137 [stderr mismatch] (hpc) typecheck/should_compile tc140 [stderr mismatch] (hpc) typecheck/should_compile tc142 [stderr mismatch] (hpc) typecheck/should_compile tc143 [stderr mismatch] (hpc) typecheck/should_compile tc144 [stderr mismatch] (hpc) typecheck/should_compile tc145 [stderr mismatch] (hpc) typecheck/should_compile tc146 [stderr mismatch] (hpc) typecheck/should_compile tc147 [stderr mismatch] (hpc) typecheck/should_compile tc148 [stderr mismatch] (hpc) typecheck/should_compile tc149 [stderr mismatch] (hpc) typecheck/should_compile tc150 [stderr mismatch] (hpc) typecheck/should_compile tc151 [stderr mismatch] (hpc) typecheck/should_compile tc152 [stderr mismatch] (hpc) typecheck/should_compile tc153 [stderr mismatch] (hpc) typecheck/should_compile tc154 [stderr mismatch] (hpc) typecheck/should_compile tc155 [stderr mismatch] (hpc) typecheck/should_compile tc156 [stderr mismatch] (hpc) typecheck/should_compile tc157 [stderr mismatch] (hpc) typecheck/should_compile tc158 [stderr mismatch] (hpc) typecheck/should_compile tc160 [stderr mismatch] (hpc) typecheck/should_compile tc161 [stderr mismatch] (hpc) typecheck/should_compile tc162 [stderr mismatch] (hpc) typecheck/should_compile tc163 [stderr mismatch] (hpc) typecheck/should_compile tc164 [stderr mismatch] (hpc) typecheck/should_compile tc165 [stderr mismatch] (hpc) typecheck/should_compile tc166 [stderr mismatch] (hpc) typecheck/should_compile tc169 [stderr mismatch] (hpc) typecheck/should_compile tc171 [stderr mismatch] (hpc) typecheck/should_compile tc172 [stderr mismatch] (hpc) typecheck/should_compile tc174 [stderr mismatch] (hpc) typecheck/should_compile tc175 [stderr mismatch] (hpc) typecheck/should_compile tc176 [stderr mismatch] (hpc) typecheck/should_compile tc177 [stderr mismatch] (hpc) typecheck/should_compile tc178 [stderr mismatch] (hpc) typecheck/should_compile tc179 [stderr mismatch] (hpc) typecheck/should_compile tc180 [stderr mismatch] (hpc) typecheck/should_compile tc181 [stderr mismatch] (hpc) typecheck/should_compile tc182 [stderr mismatch] (hpc) typecheck/should_compile tc184 [stderr mismatch] (hpc) typecheck/should_compile tc185 [stderr mismatch] (hpc) typecheck/should_compile tc186 [stderr mismatch] (hpc) typecheck/should_compile tc187 [stderr mismatch] (hpc) typecheck/should_compile tc188 [stderr mismatch] (hpc) typecheck/should_compile tc189 [stderr mismatch] (hpc) typecheck/should_compile tc190 [stderr mismatch] (hpc) typecheck/should_compile tc192 [stderr mismatch] (hpc) typecheck/should_compile tc193 [stderr mismatch] (hpc) typecheck/should_compile tc194 [stderr mismatch] (hpc) typecheck/should_compile tc195 [stderr mismatch] (hpc) typecheck/should_compile tc196 [stderr mismatch] (hpc) typecheck/should_compile tc197 [stderr mismatch] (hpc) typecheck/should_compile tc198 [stderr mismatch] (hpc) typecheck/should_compile tc199 [stderr mismatch] (hpc) typecheck/should_compile tc200 [stderr mismatch] (hpc) typecheck/should_compile tc201 [stderr mismatch] (hpc) typecheck/should_compile tc202 [stderr mismatch] (hpc) typecheck/should_compile tc203 [stderr mismatch] (hpc) typecheck/should_compile tc204 [stderr mismatch] (hpc) typecheck/should_compile tc205 [stderr mismatch] (hpc) typecheck/should_compile tc206 [stderr mismatch] (hpc) typecheck/should_compile tc207 [stderr mismatch] (hpc) typecheck/should_compile tc208 [stderr mismatch] (hpc) typecheck/should_compile tc209 [stderr mismatch] (hpc) typecheck/should_compile tc210 [stderr mismatch] (hpc) typecheck/should_compile tc212 [stderr mismatch] (hpc) typecheck/should_compile tc213 [stderr mismatch] (hpc) typecheck/should_compile tc214 [stderr mismatch] (hpc) typecheck/should_compile tc215 [stderr mismatch] (hpc) typecheck/should_compile tc216 [stderr mismatch] (hpc) typecheck/should_compile tc218 [stderr mismatch] (hpc) typecheck/should_compile tc219 [stderr mismatch] (hpc) typecheck/should_compile tc221 [stderr mismatch] (hpc) typecheck/should_compile tc222 [stderr mismatch] (hpc) typecheck/should_compile tc224 [stderr mismatch] (hpc) typecheck/should_compile tc225 [stderr mismatch] (hpc) typecheck/should_compile tc226 [stderr mismatch] (hpc) typecheck/should_compile tc227 [stderr mismatch] (hpc) typecheck/should_compile tc228 [stderr mismatch] (hpc) typecheck/should_compile tc229 [stderr mismatch] (hpc) typecheck/should_compile tc230 [stderr mismatch] (hpc) typecheck/should_compile tc231 [stderr mismatch] (hpc) typecheck/should_compile tc233 [stderr mismatch] (hpc) typecheck/should_compile tc234 [stderr mismatch] (hpc) typecheck/should_compile tc235 [stderr mismatch] (hpc) typecheck/should_compile tc236 [stderr mismatch] (hpc) typecheck/should_compile tc237 [stderr mismatch] (hpc) typecheck/should_compile tc238 [stderr mismatch] (hpc) typecheck/should_compile tc239 [stderr mismatch] (hpc) typecheck/should_compile tc240 [stderr mismatch] (hpc) typecheck/should_compile tc241 [stderr mismatch] (hpc) typecheck/should_compile tc242 [stderr mismatch] (hpc) typecheck/should_compile tc243 [stderr mismatch] (hpc) typecheck/should_compile tc244 [stderr mismatch] (hpc) typecheck/should_compile tc246 [stderr mismatch] (hpc) typecheck/should_compile tc247 [stderr mismatch] (hpc) typecheck/should_compile tc248 [stderr mismatch] (hpc) typecheck/should_compile tc249 [stderr mismatch] (hpc) typecheck/should_compile tc250 [stderr mismatch] (hpc) typecheck/should_compile tc252 [stderr mismatch] (hpc) typecheck/should_compile tc253 [stderr mismatch] (hpc) typecheck/should_compile tc254 [stderr mismatch] (hpc) typecheck/should_compile tc255 [stderr mismatch] (hpc) typecheck/should_compile tc256 [stderr mismatch] (hpc) typecheck/should_compile tc257 [stderr mismatch] (hpc) typecheck/should_compile tc258 [stderr mismatch] (hpc) typecheck/should_compile tc259 [stderr mismatch] (hpc) typecheck/should_compile tc260 [stderr mismatch] (hpc) typecheck/should_compile tc261 [stderr mismatch] (hpc) typecheck/should_compile twins [stderr mismatch] (hpc) typecheck/should_fail tcfail071 [stderr mismatch] (hpc) typecheck/should_fail tcfail093 [stderr mismatch] (hpc) typecheck/should_fail tcfail105 [stderr mismatch] (hpc) typecheck/should_fail tcfail124 [stderr mismatch] (hpc) typecheck/should_fail tcfail138 [stderr mismatch] (hpc) typecheck/should_fail tcfail144 [stderr mismatch] (hpc) typecheck/should_fail tcfail145 [stderr mismatch] (hpc) typecheck/should_fail tcfail150 [stderr mismatch] (hpc) typecheck/should_fail tcfail172 [stderr mismatch] (hpc) typecheck/should_fail tcfail188 [stderr mismatch] (hpc) typecheck/should_fail tcfail203 [stderr mismatch] (hpc) WARNING: Testsuite run was terminated early make: *** [all] Interrupt: 2 }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:15 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): many of the "stderr outputs different from expected" were {{{ +clang: warning: argument unused during compilation: '-nodefaultlibs' }}} some GHC panics were the following {{{ =====> ghcilink003(normal) 889 of 3736 [8, 195, 0] cd ./ghci/linking && $MAKE -s --no-print-directory ghcilink003 ghcilink003.run.stdout 2>ghcilink003.run.stderr Wrong exit code (expected 0 , actual 2 ) Stdout: Stderr: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130822 for x86_64-apple-darwin): Loading archives not supported Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug =====> EnumFromToP(normal) 564 of 3736 [0, 82, 0] cd ./dph/enumfromto && '/Users/carter/Desktop/repoScratcher/ghc/inplace/bin/ghc-stage2' -fforce- recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c EnumFromToP.hs -O -fno-enable-rewrite-rules -package dph-lifted-vseg >EnumFromToP.comp.stderr 2>&1 Actual stderr output differs from expected: --- /dev/null 2013-08-22 16:09:56.000000000 -0400 +++ ./dph/enumfromto/EnumFromToP.comp.stderr 2013-08-22 16:11:18.000000000 -0400 @@ -0,0 +1,6 @@ +ghc-stage2: panic! (the 'impossible' happened) + (GHC version 7.7.20130822 for x86_64-apple-darwin): + DsMonad: uninitialised ds_parr_bi + +Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug =====> jmp_tbl(optasm) 102 of 3736 [0, 33, 0] cd ./codeGen/should_compile && '/Users/carter/Desktop/repoScratcher/ghc/inplace/bin/ghc-stage2' -fforce- recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c jmp_tbl.hs -O -fasm -fPIC -O
jmp_tbl.comp.stderr 2>&1 Compile failed (status 256) errors were: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130822 for x86_64-apple-darwin): allocateRegsAndSpill: Cannot read from uninitialized register %vI_c0
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug =====> T7574(hpc) 102 of 3736 [0, 33, 0] cd ./codeGen/should_compile && '/Users/carter/Desktop/repoScratcher/ghc/inplace/bin/ghc-stage2' -fforce- recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c T7574.cmm -O -fhpc -hpcdir .hpc.T7574 -no- hs-main >T7574.comp.stderr 2>&1 Compile failed (status 256) errors were: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130822 for x86_64-apple-darwin): allocateRegsAndSpill: Cannot read from uninitialized register %vI_c0 Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug =====> T7574(optasm) 102 of 3736 [0, 33, 0] cd ./codeGen/should_compile && '/Users/carter/Desktop/repoScratcher/ghc/inplace/bin/ghc-stage2' -fforce- recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c T7574.cmm -O -fasm -no-hs-main
T7574.comp.stderr 2>&1 Compile failed (status 256) errors were: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130822 for x86_64-apple-darwin): allocateRegsAndSpill: Cannot read from uninitialized register %vI_c0
Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug =====> T7574(normal) 102 of 3736 [0, 2, 0] cd ./codeGen/should_compile && '/Users/carter/Desktop/repoScratcher/ghc/inplace/bin/ghc-stage2' -fforce- recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package-db -rtsopts -fno-ghci-history -c T7574.cmm -no-hs-main >T7574.comp.stderr 2>&1 Compile failed (status 256) errors were: ghc-stage2: panic! (the 'impossible' happened) (GHC version 7.7.20130822 for x86_64-apple-darwin): allocateRegsAndSpill: Cannot read from uninitialized register %vI_c0 Please report this as a GHC bug: http://www.haskell.org/ghc/reportabug }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:16 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with
xcode 5 installed
---------------------------------+----------------------------------
Reporter: carter | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+----------------------------------
Comment (by Manuel M T Chakravarty

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with
xcode 5 installed
---------------------------------+----------------------------------
Reporter: carter | Owner:
Type: bug | Status: new
Priority: highest | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: | Keywords:
Operating System: MacOS X | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+----------------------------------
Comment (by Herbert Valerio Riedel

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): whats the current status on this bug? (my current system does some work arounds to evade this bug, so i can't tell if its still going on) -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:19 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: new Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): ie: have the hardcodings of calling literal "gcc" been teased out? -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:20 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: So I believe most of this should now be in order. If there is a separate issue building with Clang or OS X, I think we should file another ticket with more specific details on what we need to fix. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:21 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Comment (by carter): Cool. I'll look into testing that this issue has been solved properly this weekend :) ie, i'll do a --with-gcc=gcc-4.8 and have a "gcc" in my path that just throws an error or something -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:22 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with xcode 5 installed ---------------------------------+---------------------------------- Reporter: carter | Owner: Type: bug | Status: closed Priority: highest | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: clang Operating System: MacOS X | Architecture: x86_64 (amd64) Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: ---------------------------------+---------------------------------- Changes (by hvr): * keywords: => clang -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8148#comment:23 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#8148: ./configure IGNORES --with-gcc=gcc-4.8, can't build head on os x 10.8 with
xcode 5 installed
---------------------------------+----------------------------------
Reporter: carter | Owner:
Type: bug | Status: closed
Priority: highest | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Resolution: fixed | Keywords: clang
Operating System: MacOS X | Architecture: x86_64 (amd64)
Type of failure: None/Unknown | Difficulty: Unknown
Test Case: | Blocked By:
Blocking: | Related Tickets:
---------------------------------+----------------------------------
Comment (by Austin Seipp
participants (1)
-
GHC