#5180: dry run option -n broken
-------------------------------+--------------------------------------------
    Reporter:  hammar          |       Owner:                    
        Type:  bug             |      Status:  new               
    Priority:  normal          |   Component:  Compiler          
     Version:  7.0.2           |    Keywords:                    
    Testcase:                  |   Blockedby:                    
          Os:  Linux           |    Blocking:                    
Architecture:  x86_64 (amd64)  |     Failure:  Compile-time crash
-------------------------------+--------------------------------------------
 Trying to do a dry run gives this error:

 {{{
 $ echo 'main = putStrLn "Hello"' > HelloWorld.hs
 $ ghc -n HelloWorld.hs
 [1 of 1] Compiling Main             ( Hello.hs, Hello.o )
 Hello.o: getFileStatus: does not exist (No such file or directory)
 }}}

 Works as expected in GHC 6.12.1

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

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to