[GHC] #10546: conc034 is failing with a Core Lint error

#10546: conc034 is failing with a Core Lint error -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonpj Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 7.11 Keywords: | Operating System: Unknown/Multiple Architecture: | Type of failure: None/Unknown Unknown/Multiple | Blocked By: Test Case: | Related Tickets: Blocking: | Differential Revisions: | -------------------------------------+------------------------------------- {{{ =====> conc034(threaded2) 78 of 99 [0, 0, 0] cd . && "/home/smarlow/ghc/inplace/bin/ghc-stage2" -o conc034 conc034.hs -fforce-recomp -dcore-lint -dcmm-lint -dno-debug-output -no-user-package- db -rtsopts -fno-warn-tabs -fno-ghci-history -O -threaded -eventlog > conc034.comp.stderr 2>&1 Compile failed (status 256) errors were: [1 of 1] Compiling Main ( conc034.hs, conc034.o ) *** Core Lint errors : in result of Simplifier *** <no location info>: warning: In the expression: seq @ e10_a1ZF @ (# State# RealWorld, () #) e2_a1ZN (# eta_X16, () #) Kinds don't match in type application: Type variable: b_13 :: * Arg type: (# State# RealWorld, () #) :: # xx # }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10546 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10546: conc034 is failing with a Core Lint error -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonpj Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | concurrent/should_run/conc034.hs | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Changes (by slyfox): * cc: slyfox (added) * testcase: => concurrent/should_run/conc034.hs -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10546#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10546: conc034 is failing with a Core Lint error -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonpj Type: bug | Status: new Priority: high | Milestone: Component: Compiler | Version: 7.11 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: Type of failure: None/Unknown | Unknown/Multiple Blocked By: | Test Case: Related Tickets: | concurrent/should_run/conc034.hs | Blocking: | Differential Revisions: -------------------------------------+------------------------------------- Comment (by slyfox): Also fails in opt modes: {{{ $ make test TEST="conc034" WAY=optasm *** Core Lint errors : in result of Simplifier *** <no location info>: warning: In the expression: seq @ e10_a1ZU @ (# State# RealWorld, () #) e2_a202 (# eta_X16, () #) Kinds don't match in type application: Type variable: b_13 :: * Arg type: (# State# RealWorld, () #) :: # xx # }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10546#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#10546: conc034 is failing with a Core Lint error -------------------------------------+------------------------------------- Reporter: simonmar | Owner: simonpj Type: bug | Status: closed Priority: high | Milestone: 7.12.1 Component: Compiler | Version: 7.11 Resolution: duplicate | Keywords: Operating System: Unknown/Multiple | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: | concurrent/should_run/conc034.hs Blocked By: | Blocking: Related Tickets: #10659 | Differential Revisions: -------------------------------------+------------------------------------- Changes (by thomie): * status: new => closed * resolution: => duplicate * related: => #10659 * milestone: => 7.12.1 Comment: Fixed in #10659. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/10546#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC