Displaying 3 results from an estimated 3 matches for "b52eea06".
2013 Nov 21
0
[LLVMdev] [3.4 branch] SystemZ regressions
İsmail Dönmez <ismail at donmez.ws> writes:
> Using openSUSE 13.1 on s390x machine I get two new regressions with llvm
> 3.4rc1:
Hmm, I don't see this locally. Just to rule out one possibility,
which compiler are you using to build? Do you see the same thing
with a -O0 build?
Thanks,
Richard
> [ 1412s]
>
2013 Nov 22
3
[LLVMdev] [3.4 branch] SystemZ regressions
...USE
13.1. And stage1 is compiled with -O0. Second stage compiler is stage1
clang and C{XX}FLAGS is not modified.
I'll try second stage with -O0 now.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131122/b52eea06/attachment.html>
2013 Nov 21
2
[LLVMdev] [3.4 branch] SystemZ regressions
Hi,
Using openSUSE 13.1 on s390x machine I get two new regressions with llvm
3.4rc1:
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:39: Failure
[ 1412s] Value of: Vec.count()
[ 1412s] Actual: 1
[ 1412s] Expected: 5U
[ 1412s] Which is: 5
[ 1412s]
/home/abuild/rpmbuild/BUILD/llvm/unittests/ADT/BitVectorTest.cpp:42: Failure
[ 1412s] Value of: Vec.all()
[ 1412s]