patch applied (ghc-7.0/ghc): Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignored

Ian Lynagh igloo at earth.li
Fri Sep 24 14:29:57 EDT 2010


Fri Sep 24 08:58:15 PDT 2010  simonpj at microsoft.com
  * Fix an egregious bug: INLINE pragmas on monomorphic Ids were being ignored
  
  I had do to some refactoring to make this work nicely
  but now it does. I can't think how this escaped our
  attention for so long!

    M ./compiler/deSugar/DsBinds.lhs -80 +5
    M ./compiler/typecheck/TcBinds.lhs -125 +62
    M ./compiler/typecheck/TcClassDcl.lhs -2 +4
    M ./compiler/typecheck/TcInstDcls.lhs -2 +4
    M ./compiler/typecheck/TcPat.lhs -19 +58

View patch online:
http://darcs.haskell.org/cgi-bin/darcsweb.cgi?r=ghc-7.0/ghc;a=darcs_commitdiff;h=20100924155815-1287e-c6a87c5cc90bc5fb5c054cf83aba0f20bb26c087.gz



More information about the Cvs-ghc mailing list