[LLVMbugs] [Bug 9990] New: Driver/hello.c failing after svn update

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon May 23 08:44:43 PDT 2011


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

           Summary: Driver/hello.c failing after svn update
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: -New Bugs
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: apacherulzz at yahoo.com
                CC: llvmbugs at cs.uiuc.edu


I recently filed bug 9972 ( http://llvm.org/bugs/show_bug.cgi?id=9972 ). I am
not sure if this is a result of errors in my build but I am not getting a new
error after updating from trunk this morning (fails Clang :: Driver/hello.c)

********************
Testing Time: 54.05s
********************
Failing Tests (9):
    Clang :: CodeGen/mmx-builtins.c
    Clang :: CodeGen/mmx-inline-asm.c
    Clang :: CodeGen/vector.c
    Clang :: Driver/hello.c
    Clang :: Headers/c89.c
    Clang :: Headers/stdbool.cpp
    Clang :: Headers/x86-intrinsics-headers.c
    Clang :: Preprocessor/header_lookup1.c
    Clang :: Sema/x86-builtin-palignr.c

  Expected Passes    : 3088
  Expected Failures  : 22
  Unexpected Failures: 9
make[1]: *** [all] Error 1
make[1]: Leaving directory `/opt/llvm/build/tools/clang/test'
make: *** [test] Error 2


OUTPUT FROM HELLO.C Error:

********************
FAIL: Clang :: Driver/hello.c (1376 of 3119)
******************** TEST 'Clang :: Driver/hello.c' FAILED ********************
Script:
--
/opt/llvm/build/Release+Asserts/bin/clang  -ccc-echo -o
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.exe
/opt/llvm/llvm/tools/clang/test/Driver/hello.c 2>
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.log
grep 'clang\(-[0-9.]\+\)\?\(\.[Ee][Xx][Ee]\)\?" -cc1 .*hello.c'
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.log
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.exe >
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.out
grep "I'm a little driver, short and stout."
/opt/llvm/build/tools/clang/test/Driver/Output/hello.c.tmp.out
--
Exit Code: 1



I have had all other errors since installing clang and am trying to get these
resolved in another bug report, however I am used GCC 4.4.4 when compiling and
am in the CentOS5 environment which is all supported so I certainly shouldn't
be getting more issues (at least I wouldn't think).

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