[cfe-dev] make check-all failure?
David Blaikie
dblaikie at gmail.com
Mon May 7 18:17:49 PDT 2012
On Mon, May 7, 2012 at 6:08 PM, reed kotler <rkotler at mips.com> wrote:
>
> /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?
Yep - this is showing up on my local buildbots as of r156321 - not
sure if/why it's not occurring on the public buildbots.
More information about the cfe-dev
mailing list