[LLVMbugs] [Bug 2887] New: 2.4 pre-release test failures: Atomics
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Oct 12 01:47:15 PDT 2008
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: unassignedbugs at nondot.org
ReportedBy: edwintorok at gmail.com
CC: gohman at apple.com, llvmbugs at cs.uiuc.edu
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.
More information about the llvm-bugs
mailing list