#5145: ghc 7.1 says "Use -fvia-C instead" but -fvia-C is gone
---------------------------+------------------------------------------------
  Reporter:  erikd         |          Owner:  igloo           
      Type:  bug           |         Status:  closed          
  Priority:  high          |      Milestone:  7.2.1           
 Component:  Compiler      |        Version:  7.1             
Resolution:  fixed         |       Keywords:                  
  Testcase:                |      Blockedby:                  
Difficulty:                |             Os:  Unknown/Multiple
  Blocking:                |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown  |  
---------------------------+------------------------------------------------
Changes (by igloo):

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


Comment:

 You now just get a warning:
 {{{
 $ ghc -fasm q.hs

 on the commandline:
     Warning: Compiler has no native codegen, so ignoring -fasm
 [1 of 1] Compiling Main             ( q.hs, q.o )
 Linking q ...
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5145#comment:2>
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