[GHC] #7792: unregisterised build broken

GHC cvs-ghc at haskell.org
Wed Apr 24 04:06:51 CEST 2013


#7792: unregisterised build broken
-------------------------------+--------------------------------------------
  Reporter:  igloo             |          Owner:  igloo           
      Type:  bug               |         Status:  closed          
  Priority:  highest           |      Milestone:  7.8.1           
 Component:  Compiler          |        Version:  7.7             
Resolution:  fixed             |       Keywords:                  
        Os:  Unknown/Multiple  |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown      |     Difficulty:  Unknown         
  Testcase:                    |      Blockedby:                  
  Blocking:                    |        Related:                  
-------------------------------+--------------------------------------------
Changes (by igloo):

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


Comment:

 Fixed by:

 commit be0b1dffb0a3aa73720b4de8887b837430bffcce
 {{{
 Author: Ian Lynagh <ian at well-typed.com>
 Date:   Tue Apr 23 20:53:06 2013 +0100

     In CMM, only allow foreign calls to labels, not arbitrary expressions

     I'm not sure if we want to make this change permanently, but for now
 it
     fixes the unreg build.

     I've also removed some redundant special-case code that generated
     prototypes for foreign functions. The standard pprTempAndExternDecls
     now generates them.
 }}}

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



More information about the ghc-tickets mailing list