[GHC] #15184: T4442 fails on i386

#15184: T4442 fails on i386 --------------------------------+------------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Keywords: | Operating System: Unknown/Multiple Architecture: x86 | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: --------------------------------+------------------------------------- {{{ omer@i386-chroot:~/ghc/testsuite/tests/primops/should_run$ ~/ghc/inplace/bin/ghc-stage2 T4442.hs [1 of 1] Compiling Main ( T4442.hs, T4442.o ) T4442.hs:135:14: error: Not in scope: data constructor `I64#' | 135 | (\arr i (I64# a) s -> write arr i a s) | ^^^^ }}} Looking at the code, it uses `Int` on 64-bit, but `Int64` on i386, probably to use 64-bit integers on both platforms. I think we can just use `Int64` on both platforms and get rid of the CPP to avoid further breakage in the future. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15184: T4442 fails on i386 -------------------------------------+------------------------------ Reporter: osa1 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------ Comment (by bgamari): This is one cause of the CircleCI failures on i386. See https://circleci.com/gh/ghc/ghc/5758. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15184: T4442 fails on i386 -------------------------------------+---------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: patch Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4838 Wiki Page: | -------------------------------------+---------------------------------- Changes (by bgamari): * status: new => patch * differential: => Phab:D4838 -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15184: T4442 fails on i386
-------------------------------------+----------------------------------
Reporter: osa1 | Owner: (none)
Type: bug | Status: patch
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4838
Wiki Page: |
-------------------------------------+----------------------------------
Comment (by Ben Gamari

#15184: T4442 fails on i386 -------------------------------------+---------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: closed Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Resolution: fixed | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4838 Wiki Page: | -------------------------------------+---------------------------------- Changes (by bgamari): * status: patch => closed * resolution: => fixed -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184#comment:4 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15184: T4442 fails on i386 -------------------------------------+---------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4838 Wiki Page: | -------------------------------------+---------------------------------- Changes (by bgamari): * status: closed => new * resolution: fixed => Comment: Sadly that wasn't quite sufficient. It appears there are deeper issues here. Marking as broken. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184#comment:5 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#15184: T4442 fails on i386
-------------------------------------+----------------------------------
Reporter: osa1 | Owner: (none)
Type: bug | Status: new
Priority: normal | Milestone: 8.6.1
Component: Compiler | Version: 8.2.2
Resolution: | Keywords:
Operating System: Unknown/Multiple | Architecture: x86
Type of failure: None/Unknown | Test Case:
Blocked By: | Blocking:
Related Tickets: | Differential Rev(s): Phab:D4838
Wiki Page: |
-------------------------------------+----------------------------------
Comment (by Ben Gamari

#15184: T4442 fails on i386 -------------------------------------+---------------------------------- Reporter: osa1 | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: 8.6.1 Component: Compiler | Version: 8.2.2 Resolution: | Keywords: Operating System: Unknown/Multiple | Architecture: x86 Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D4838 Wiki Page: | -------------------------------------+---------------------------------- Comment (by bgamari): Here are the discrepancies: {{{#!patch diff -uw "./primops/should_run/T4442.run/T4442.stdout.normalised" "./primops/should_run/T4442.run/T4442.run.stdout.normalised" --- ./primops/should_run/T4442.run/T4442.stdout.normalised 2018-06-15 12:55:21.215442394 -0400 +++ ./primops/should_run/T4442.run/T4442.run.stdout.normalised 2018-06-15 12:55:21.215442394 -0400 @@ -5,13 +5,115 @@ Int32# positive Int32# negative Int64# positive +[203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0] Int64# negative +[53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,224,254,255,255] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,53,251,4,142,0,0,0,0] Int# positive Int# negative Word8# Word16# Word32# Word64# +[203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,31,1,0,0] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,203,4,251,113,0,0,0,0] Word# Char# WideChar# @@ -19,3 +121,37 @@ StablePtr# Float# Double# +[9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64,52] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0,52] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0] +[52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,60,221,94,64] /= [52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,52,9,75,251,7,0,0,0,0] }}} -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/15184#comment:7 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC