#5895: INLINE pragma doesn't trigger on locally defined function
------------------------------+---------------------------------------------
Reporter: tibbe | Owner:
Type: bug | Status: new
Priority: normal | Component: Compiler
Version: 7.4.1 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Testcase:
Blockedby: | Blocking:
Related: |
------------------------------+---------------------------------------------
Comment(by simonpj@…):
commit 90de9736adada919b50a9a2ce5aae136f64c75fe
{{{
Author: Simon Peyton Jones <[email protected]>
Date: Sun Mar 4 08:18:09 2012 +0000
Attach INLINE pagmas in mutually recursive bindings
This should fix #5895. It seems that I was silently
ignoring INLINE pragmas in mutual recursion, which is
not the right thing at all.
compiler/deSugar/DsBinds.lhs | 31 +++++++++++++++++++++++++++++--
compiler/hsSyn/HsBinds.lhs | 8 ++++----
2 files changed, 33 insertions(+), 6 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5895#comment:1>
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