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

           Summary: 2.4 pre-release test failures: Atomics
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED], [email protected]
        Depends on: 2847


+++ This bug was initially created as a clone of Bug #2847 +++

Using 2.4 prerelease:

FAIL: /home/edwin/llvm2.4/llvm-2.4/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/llvm2.4/llvm-2.4/test/FrontendC/Atomics-no64bit.c -o - | grep
atomic | count 192
count: expected 192 lines and got 200.
child process exited abnormally

There are both declarations and use of llvm.atomic.* in the output.
Perhaps new atomic declarations got added and this test was not updated?

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


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to