#6156: Optimiser bug on linux-powerpc
------------------------------------------+---------------------------------
  Reporter:  erikd                        |          Owner:  pcapriotti
      Type:  bug                          |         Status:  new       
  Priority:  normal                       |      Milestone:  7.6.1     
 Component:  Compiler                     |        Version:  7.4.1     
Resolution:                               |       Keywords:            
        Os:  Linux                        |   Architecture:  powerpc   
   Failure:  Incorrect result at runtime  |     Difficulty:  Unknown   
  Testcase:                               |      Blockedby:            
  Blocking:                               |        Related:            
------------------------------------------+---------------------------------

Comment(by erikd):

 I've been playing around with the various optimisation flags that GHC
 provides and found that my current test fails with an optimisation of
 `-O1` and passes with optimisation of `-O1 -fno-enable-rewrite-rules`
 suggesting the problem is likely being triggered by PowerPC specific code
 generation triggered by something the rewrite rules are doing.

 I'm now looking at the various dump outputs.

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