[GHC] #5116: Using -fno-code and -ddump-simpl don't work together anymore.

GHC cvs-ghc at haskell.org
Fri Apr 15 21:38:03 CEST 2011


#5116: Using -fno-code and -ddump-simpl don't work together anymore.
-----------------------+----------------------------------------------------
  Reporter:  FUZxxl    |          Owner:                
      Type:  bug       |         Status:  closed        
  Priority:  normal    |      Milestone:                
 Component:  Compiler  |        Version:  7.1           
Resolution:  wontfix   |       Keywords:  -fno-code     
  Testcase:            |      Blockedby:                
Difficulty:            |             Os:  Linux         
  Blocking:            |   Architecture:  x86_64 (amd64)
   Failure:  Other     |  
-----------------------+----------------------------------------------------
Changes (by simonmar):

  * status:  new => closed
  * resolution:  => wontfix


Comment:

 This probably changed in
 changeset:7828bf3ea2ea34e7a3a8662f5f621ef706ffee5c

 I think GHC is doing the right thing: `-fno-code` stops after
 typechecking, which is correct since you asked for no code, and it's what
 clients like Haddock need.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5116#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler



More information about the Glasgow-haskell-bugs mailing list