#1616: segfault in generated file when using NOINLINE
-------------------------+--------------------------------------------------
    Reporter:  guest     |        Owner:         
        Type:  bug       |       Status:  closed 
    Priority:  normal    |    Milestone:  6.8    
   Component:  Compiler  |      Version:  6.6.1  
    Severity:  normal    |   Resolution:  fixed  
    Keywords:            |   Difficulty:  Unknown
          Os:  Linux     |     Testcase:         
Architecture:  x86       |  
-------------------------+--------------------------------------------------
Changes (by simonmar):

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

Comment:

 We concluded that GHC wasn't doing anything outside its contract, but that
 we should write down more clearly what the contract was, so I've tried to
 do that in the docs for `unsafeCoerce#`.

 If it wasn't clear earlier, the workaround for this bug is not to use
 Happy's -c option, but things should only go wrong currently if you are
 using -O and have parser productions that return functions.

-- 
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

Reply via email to