[LLVMbugs] [Bug 3033] New: libtasn1 1.5 test failure
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sun Nov 9 10:07:25 PST 2008
http://llvm.org/bugs/show_bug.cgi?id=3033
Summary: libtasn1 1.5 test failure
Product: clang
Version: unspecified
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: LLVM Codegen
AssignedTo: unassignedbugs at nondot.org
ReportedBy: sanxiyn at gmail.com
CC: llvmbugs at cs.uiuc.edu
libtasn1 1.5's test suite fails when compiled with ccc.
How to reproduce:
wget http://ftp.gnu.org/gnu/gnutls/libtasn1-1.5.tar.gz
tar zxf libtasn1-1.5.tar.gz
cd libtasn1-1.5
CC=gcc ./configure; make; make check &>gcc.log
make clean
CC=ccc ./configure; make; make check &>ccc.log
Cleaned up diff of gcc.log and ccc.log is attached.
--
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