| 1 | $ ghc -dcore-lint -v -O test.hs |
|---|
| 2 | Glasgow Haskell Compiler, Version 7.0.3, for Haskell 98, stage 2 booted by GHC version 7.0.3 |
|---|
| 3 | Using binary package database: /usr/lib/ghc-7.0.3/package.conf.d/package.cache |
|---|
| 4 | hiding package parsec-2.1.0.1 to avoid conflict with later version parsec-3.1.1 |
|---|
| 5 | wired-in package ghc-prim mapped to ghc-prim-0.2.0.0-d9df11f804556f362beb0ea4e67261ba |
|---|
| 6 | wired-in package integer-gmp mapped to integer-gmp-0.2.0.3-298c59ba68b7aaa7e76ae5b1fe5e876e |
|---|
| 7 | wired-in package base mapped to base-4.3.1.0-91c3839608ff4d3ec95f734c5ae4f31c |
|---|
| 8 | wired-in package rts mapped to builtin_rts |
|---|
| 9 | wired-in package template-haskell mapped to template-haskell-2.5.0.0-957162165c2e6480a35f6d14f7e5220f |
|---|
| 10 | wired-in package dph-seq not found. |
|---|
| 11 | wired-in package dph-par not found. |
|---|
| 12 | Hsc static flags: -static |
|---|
| 13 | *** Chasing dependencies: |
|---|
| 14 | Chasing modules from: *test.hs |
|---|
| 15 | Stable obj: [] |
|---|
| 16 | Stable BCO: [] |
|---|
| 17 | Ready for upsweep |
|---|
| 18 | [NONREC |
|---|
| 19 | ModSummary { |
|---|
| 20 | ms_hs_date = Wed Aug 10 07:35:11 CEST 2011 |
|---|
| 21 | ms_mod = main:Main, |
|---|
| 22 | ms_imps = [import Prelude] |
|---|
| 23 | ms_srcimps = [] |
|---|
| 24 | }] |
|---|
| 25 | compile: input file test.hs |
|---|
| 26 | Created temporary directory: /tmp/ghc28789_0 |
|---|
| 27 | *** Checking old interface for main:Main: |
|---|
| 28 | [1 of 1] Compiling Main ( test.hs, test.o ) |
|---|
| 29 | *** Parser: |
|---|
| 30 | *** Renamer/typechecker: |
|---|
| 31 | *** Desugar: |
|---|
| 32 | Result size = 33 |
|---|
| 33 | *** Core Linted result of Desugar: |
|---|
| 34 | *** Simplifier SimplMode {Phase = InitialPhase [Gentle], |
|---|
| 35 | no inline, |
|---|
| 36 | rules, |
|---|
| 37 | eta-expand, |
|---|
| 38 | no case-of-case} max-iterations=4: |
|---|
| 39 | Result size = 29 |
|---|
| 40 | *** Core Linted result of Simplifier SimplMode {Phase = InitialPhase [Gentle], |
|---|
| 41 | no inline, |
|---|
| 42 | rules, |
|---|
| 43 | eta-expand, |
|---|
| 44 | no case-of-case} max-iterations=4 iteration=1: |
|---|
| 45 | Result size = 29 |
|---|
| 46 | *** Core Linted result of Simplifier SimplMode {Phase = InitialPhase [Gentle], |
|---|
| 47 | no inline, |
|---|
| 48 | rules, |
|---|
| 49 | eta-expand, |
|---|
| 50 | no case-of-case} max-iterations=4: |
|---|
| 51 | *** Specialise: |
|---|
| 52 | Result size = 34 |
|---|
| 53 | *** Core Linted result of Specialise: |
|---|
| 54 | *** Float out(FOS {Lam = Just 0, Consts = True, PAPs = False}): |
|---|
| 55 | Result size = 34 |
|---|
| 56 | *** Core Linted result of Float out(FOS {Lam = Just 0, Consts = True, PAPs = False}): |
|---|
| 57 | *** Float inwards: |
|---|
| 58 | Result size = 34 |
|---|
| 59 | *** Core Linted result of Float inwards: |
|---|
| 60 | *** Simplifier SimplMode {Phase = 2 [main], |
|---|
| 61 | inline, |
|---|
| 62 | rules, |
|---|
| 63 | eta-expand, |
|---|
| 64 | case-of-case} max-iterations=4: |
|---|
| 65 | ^C*** Deleting temp files: |
|---|
| 66 | Deleting: /tmp/ghc28789_0/ghc28789_0.s |
|---|
| 67 | Warning: deleting non-existent /tmp/ghc28789_0/ghc28789_0.s |
|---|
| 68 | *** Deleting temp dirs: |
|---|
| 69 | Deleting: /tmp/ghc28789_0 |
|---|
| 70 | [lars@zwergkolibri:/tmp] |
|---|