#1616: segfault in generated file when using NOINLINE
-------------------------+--------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone: 6.8
Component: Compiler | Version: 6.6.1
Severity: normal | Resolution:
Keywords: | Difficulty: Unknown
Os: Linux | Testcase:
Architecture: x86 |
-------------------------+--------------------------------------------------
Comment (by simonmar):
I've done some analysis, but I want to check with Simon PJ about whether
GHC is doing something wrong here. I can definitely fix/workaround the
bug in Happy: the problem is centered around the fact that Happy uses
`()->()` as its "unknown" type, when it should really be using `Any` or
`forall a.a`. I've pushed a fix for Happy to its darcs repository.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/1616>
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