[LLVMbugs] [Bug 2240] New: FunctionAddressAlignment and ConstantExprFold tests fail
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Apr 20 02:09:03 PDT 2008
http://llvm.org/bugs/show_bug.cgi?id=2240
Summary: FunctionAddressAlignment and ConstantExprFold tests
fail
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: llvmbugs at cs.uiuc.edu
Using SVN r49986 on x86-32 Linux, I get 2 tests failed in make check:
FAIL:
/home/edwin/llvm/llvm-svn/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
Failed with exit(1) at line 1
while running: llvm-as <
/home/edwin/llvm/llvm-svn/trunk/test/Assembler/2004-03-07-FunctionAddressAlignment.ll
| llvm-dis | not grep ptrtoint
ret i32 and (i32 ptrtoint (i32 ()* @foo to i32), i32 1)
ret i32 and (i32 1, i32 ptrtoint (i32 ()* @foo2 to i32))
child process exited abnormally
FAIL: /home/edwin/llvm/llvm-svn/trunk/test/Assembler/ConstantExprFold.ll for
PR2206
Failed with exit(1) at line 1
while running: llvm-as <
/home/edwin/llvm/llvm-svn/trunk/test/Assembler/ConstantExprFold.ll | llvm-dis |
not grep {(}
global i64 and (i64 ptrtoint (i32* @cons to i64), i64 7) ;
<i64*>:12 [#uses=0]
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