What OS? Is this on a vm? I7-avx is the instruction family.  I5 will be ok.  Certain vms break handling avx register saves.  <span></span><br><br>On Thursday, April 24, 2014, Daniel Fischer <<a href="mailto:daniel.is.fischer@googlemail.com">daniel.is.fischer@googlemail.com</a>> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I have done a bit of testing with regards to my optllvm failures in the<br>
testsuite.<br>
<br>
Some tests compile but segfault when they are run, others fail to compile,<br>
both with HEAD and 7.8.2, but those I tested all work with 7.6.3, although 7.6<br>
gives the warning:<br>
<br>
You are using a new version of LLVM that hasn't been tested yet!<br>
We will try though...<br>
<br>
I suspect that the LLVM backend thinks I have a different version than I<br>
actually have, or maybe the LLVM tools think I have a different CPU than I<br>
have:<br>
<br>
dafis@schwartz:~/JNthPrime> llc --version<br>
LLVM (<a href="http://llvm.org/" target="_blank">http://llvm.org/</a>):<br>
  LLVM version 3.2svn<br>
  Optimized build.<br>
  Default target: x86_64-unknown-linux-gnu<br>
  Host CPU: corei7-avx<br>
<br>
  Registered Targets:<br>
    arm    - ARM<br>
    ppc32  - PowerPC 32<br>
    ppc64  - PowerPC 64<br>
    thumb  - Thumb<br>
    x86    - 32-bit X86: Pentium-Pro and above<br>
    x86-64 - 64-bit X86: EM64T and AMD64<br>
dafis@schwartz:~/JNthPrime> opt --version<br>
LLVM (<a href="http://llvm.org/" target="_blank">http://llvm.org/</a>):<br>
  LLVM version 3.2svn<br>
  Optimized build.<br>
  Default target: x86_64-unknown-linux-gnu<br>
  Host CPU: corei7-avx<br>
<br>
But my CPU is a Core i5, not i7.<br>
<br>
Can somebody confirm or deny that that may be the cause?<br>
_______________________________________________<br>
ghc-devs mailing list<br>
<a href="javascript:;" onclick="_e(event, 'cvml', 'ghc-devs@haskell.org')">ghc-devs@haskell.org</a><br>
<a href="http://www.haskell.org/mailman/listinfo/ghc-devs" target="_blank">http://www.haskell.org/mailman/listinfo/ghc-devs</a><br>
</blockquote>