[LLVMbugs] [Bug 2847] New: make check failures in r56923

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Wed Oct 1 11:32:19 PDT 2008


http://llvm.org/bugs/show_bug.cgi?id=2847

           Summary: make check failures in r56923
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: edwintorok at gmail.com
                CC: llvmbugs at cs.uiuc.edu


With SVN r56923, on x86_64 Linux:

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_analysis.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/analysis.ml -o
analysis.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitreader.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_bitreader.cma llvm_bitwriter.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitreader.ml -o bitreader.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitwriter.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_bitwriter.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/bitwriter.ml
-o bitwriter.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/executionengine.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_target.cma llvm_executionengine.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/executionengine.ml -o
executionengine.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/scalar_opts.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_scalar_opts.cma llvm_target.cma
/home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/scalar_opts.ml -o
scalar_opts.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/target.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_target.cma /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/target.ml -o
target.ml.tmp

FAIL: /home/edwin/llvm-svn/llvm/test/Bindings/Ocaml/vmcore.ml
Failed with unknown error (or has stderr output) at line 1
while running: /usr/bin/ocamlc.opt -cc g++ -I
/home/edwin/llvm-svn/llvm/Release/lib/ocaml -warn-error A llvm.cma
llvm_analysis.cma llvm_bitwriter.cma /home/edwin
/llvm-svn/llvm/test/Bindings/Ocaml/vmcore.ml -o vmcore.ml.tmp


FAIL: /home/edwin/llvm-svn/llvm/test/CodeGen/Generic/i128-and-beyond.ll
Failed with exit(1) at line 2
while running: llvm-as <
/home/edwin/llvm-svn/llvm/test/CodeGen/Generic/i128-and-beyond.ll | llc
-march=ppc32 | grep 4294967295 | count 28
count: expected 28 lines and got 0.
llc: for the -march option: : Cannot find option named 'ppc32'!

FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/2008-01-25-ByValReadNone.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc  -emit-llvm -w -O3 -S -o - -emit-llvm
/home/edwin/llvm-svn/llvm/test/FrontendC/2008-01-25-ByValReadNone.c | not grep
readonly
define i32 @h(%struct.S* byval %x) nounwind readonly {
        %0 = tail call i32 @g(%struct.S* byval %x) nounwind readonly           
; <i32> [#uses=1]
declare i32 @g(%struct.S* byval) readonly
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/Atomics-no64bit.c
Failed with exit(1) at line 1
while running: /usr/local/bin/llvm-gcc  -emit-llvm -w -S
/home/edwin/llvm-svn/llvm/test/FrontendC/Atomics-no64bit.c -o - | grep atomic |
count 192
count: expected 192 lines and got 200.
child process exited abnormally

FAIL: /home/edwin/llvm-svn/llvm/test/FrontendC/Atomics.c
Failed with exit(1) at line 4
while running: /usr/local/bin/llvm-gcc  -emit-llvm -w -S
/home/edwin/llvm-svn/llvm/test/FrontendC/Atomics.c -o - | grep p0i32 | count 92
count: expected 92 lines and got 50.
child process exited abnormally

===  Summary ===

# of expected passes            2676
# of unexpected failures        11
# of expected failures          9

I have:
$ g++ -v
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Debian 4.3.2-1'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr --enable-shared
--with-system-zlib --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --enable-nls --with-gxx-include-dir=/usr/include/c++/4.3
--program-suffix=-4.3 --enable-clocale=gnu --enable-libstdcxx-debug
--enable-objc-gc --enable-mpfr --enable-cld --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.2 (Debian 4.3.2-1)

$ llvm-gcc -v
Using built-in specs.
Target: x86_64-unknown-linux-gnu
Configured with: ../llvm-gcc4.2/configure
--prefix=/home/edwin/llvm-svn/obj42/../install --program-prefix=llvm-
--enable-llvm=/home/edwin/llvm-svn/llvm/ --disable-multilib
--enable-checking=release --enable-languages=c,c++ --disable-bootstrap
Thread model: posix
gcc version 4.2.1 (Based on Apple Inc. build 5623) (LLVM build)

$ ocamlopt -v
The Objective Caml native-code compiler, version 3.10.2
Standard library directory: /usr/lib/ocaml/3.10.2

I configured LLVM with:
./configure --enable-targets=x86,cbe,cpp --enable-optimized

Let me know if you need some further info.


-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list