[cfe-dev] make check-all failure?
reed kotler
rkotler at mips.com
Mon May 7 18:08:28 PDT 2012
/home/rkotler/llvm_svn/build/Debug+Asserts/bin/clang -cc1
-internal-isystem
/home/rkotler/llvm_svn/build/Debug+Asserts/bin/../lib/clang/3.2/include
-fcatch-undefined-behavior -emit-llvm
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c
-o - | FileCheck
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c
--
Exit Code: 1
Command Output (stderr):
--
/home/rkotler/workspace/llvm_svn/tools/clang/test/CodeGen/catch-undef-behavior.c:8:17:
error: CHECK-NEXT: is not on the line after the previous match
// CHECK-NEXT: icmp uge
^
<stdin>:20:7: note: 'next' match was here
%2 = icmp uge i64 %1, 4
^
<stdin>:12:32: note: previous match was here
%1 = call i64 @llvm.objectsize.i64(i8* %0, i1 false)
^
Anyone seeing this?
More information about the cfe-dev
mailing list