[LLVMbugs] [Bug 12163] New: make check-all : errors in clang and llvm

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Mar 2 08:26:46 PST 2012


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

             Bug #: 12163
           Summary: make check-all : errors in clang and llvm
           Product: Build scripts
           Version: 3.0
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Makefiles
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: afylot at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


I downloaded via svn the release_30 and current version code. I am on  x86_64
GNU/Linux

I compiled release_30 with 

 make ENABLE_OPTIMIZED=0 OPTIMIZE_OPTION=-O0

and current release with

make 

In both cases, when I 

 make check-all

I get :

FAIL: Clang :: Preprocessor/macro_paste_c_block_comment.c (2562 of 9598)
******************** TEST 'Clang :: Preprocessor/macro_paste_c_block_comment.c'
FAILED ********************
Script:
--
/scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
/scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/include
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c
-Eonly 2>&1 | grep error
/scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
/scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/include
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c
-Eonly 2>&1 | not grep unterminated
/scratch/user/download/release_30/build/Debug/bin/clang -cc1 -internal-isystem
/scratch/user/download/release_30/build/Debug/bin/../lib/clang/3.0/include
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c
-Eonly 2>&1 | not grep scratch
--
Exit Code: 1
Command Output (stdout):
--
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c:6:1:
error: pasting formed '/*', an invalid preprocessing token
1 error generated.
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c:6:1:
error: pasting formed '/*', an invalid preprocessing token
/scratch/user/download/release_30/llvm/tools/clang/test/Preprocessor/macro_paste_c_block_comment.c:5:16:
note: expanded from:
--

********************
FAIL: LLVM :: Transforms/GVN/null-aliases-nothing.ll (8045 of 9598)
******************** TEST 'LLVM :: Transforms/GVN/null-aliases-nothing.ll'
FAILED ********************
Script:
--
/scratch/user/download/release_30/build/Debug/bin/opt
/scratch/user/download/release_30/llvm/test/Transforms/GVN/null-aliases-nothing.ll
-basicaa -gvn -S | /scratch/user/download/release_30/build/Debug/bin/FileCheck
/scratch/user/download/release_30/llvm/test/Transforms/GVN/null-aliases-nothing.ll
--
Exit Code: 1
Command Output (stderr):
--
<stdin>:9:12: error: CHECK-NOT: string occurred!
 %before = load i32* %p
           ^
/scratch/user/download/release_30/llvm/test/Transforms/GVN/null-aliases-nothing.ll:18:18:
note: CHECK-NOT: pattern specified here
; CHECK-NOT: load
                 ^
--

-- 
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