[GHC] #3376: hpc and CPP don't mix on Windows
GHC
ghc-devs at haskell.org
Mon Nov 3 21:54:58 UTC 2014
#3376: hpc and CPP don't mix on Windows
-------------------------------------+-------------------------------------
Reporter: igloo | Owner: andy@…
Type: bug | Status: closed
Priority: lowest | Milestone: 7.10.1
Component: Code | Version: 6.10.4
Coverage | Keywords:
Resolution: worksforme | Architecture: Unknown/Multiple
Operating System: Windows | Difficulty: Unknown
Type of failure: | Blocked By:
None/Unknown | Related Tickets:
Test Case: |
Blocking: |
Differential Revisions: |
-------------------------------------+-------------------------------------
Changes (by gintas):
* status: new => closed
* resolution: => worksforme
Comment:
This is probably obsolete, seems to work here with GHC 7.8.1 (Haskell
Platform 2014.02).
{{{
$ ghc -fhpc --make CommonHPC -cpp
[1 of 2] Compiling Common ( Common.hs, Common.o ) [flags
changed]
[2 of 2] Compiling Main ( CommonHPC.hs, CommonHPC.o ) [flags
changed]
Linking CommonHPC.exe ...
$ ./CommonHPC
24
120
24
120
$ cat CommonHPC.exe.tix
Tix [ TixModule "Main" 172773183 18 [1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],
TixModule "Common" 2159774738 8 [2,9,9,9,9,9,9,11]]
}}}
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/3376#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list