Displaying 2 results from an estimated 2 matches for "1412s".
Did you mean:
1412
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]...
2013 Nov 21
0
[LLVMdev] [3.4 branch] SystemZ regressions
...ail 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]
> /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
>...