#6158: GHC Causes opt to crash under LLVM 3.1 due to non const memcpy offset
--------------------------------+-------------------------------------------
    Reporter:  Axman6           |       Owner:  dterei            
        Type:  bug              |      Status:  new               
    Priority:  normal           |   Milestone:                    
   Component:  Compiler (LLVM)  |     Version:  7.4.1             
    Keywords:  llvm memcpy      |          Os:  MacOS X           
Architecture:  x86_64 (amd64)   |     Failure:  Compile-time crash
  Difficulty:  Unknown          |    Testcase:                    
   Blockedby:                   |    Blocking:                    
     Related:                   |  
--------------------------------+-------------------------------------------

Comment(by davidterei@…):

 commit 41b37a233e92b3f7df07f1d8d4240e80643dff96
 {{{
 Author: David Terei <davidte...@gmail.com>
 Date:   Mon Jun 25 00:51:47 2012 -0700

     Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 and
     earlier did, so we avoid them.

  compiler/llvmGen/LlvmCodeGen/CodeGen.hs |   18 +++++++++++++++---
  1 files changed, 15 insertions(+), 3 deletions(-)
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/6158#comment:5>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to