#5976: Panic in a user Template Haskell function is wrongly reported as a GHC 
bug
---------------------------------+------------------------------------------
  Reporter:  SimonMeier          |          Owner:  pcapriotti      
      Type:  bug                 |         Status:  closed          
  Priority:  normal              |      Milestone:  7.4.2           
 Component:  Compiler            |        Version:  7.4.1           
Resolution:  fixed               |       Keywords:                  
        Os:  Linux               |   Architecture:  Unknown/Multiple
   Failure:  Compile-time crash  |     Difficulty:  Unknown         
  Testcase:                      |      Blockedby:                  
  Blocking:                      |        Related:                  
---------------------------------+------------------------------------------

Comment(by p.capriotti@…):

 commit 40c1106c338e209f07023d165f32bff0f75e2e54
 {{{
 Author: Paolo Capriotti <[email protected]>
 Date:   Wed May 2 15:24:46 2012 +0100

     Cast memory primops in the C backend (#5976)

     To prevent conflicts with GCC builtins, generate identical code for
     calls to mem primos and FFI calls.

     Based on a patch by Joachim Breitner.

  compiler/cmm/PprC.hs |   41 +++++++++++++++++++++++++----------------
  1 files changed, 25 insertions(+), 16 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5976#comment:12>
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