[LLVMbugs] [Bug 3420] New: clang: unsupported machine mode 'TI'
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Jan 27 02:09:52 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3420
Summary: clang: unsupported machine mode 'TI'
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
/* testcase */
typedef unsigned long mp_word __attribute__ ((mode(TI)))
$ /home/edwin/llvm-svn/llvm/tools/clang/utils/ccc -DHAVE_CONFIG_H -I.
-I../../../clamav-devel/libclamav -I.. -I../../../clamav-devel
-I../../../clamav-devel/libclamav/nsis -I../../../clamav-devel/libclamav/lzma
-DWARN_DLOPEN_FAIL -O2 -c ../../../clamav-devel/libclamav/bignum.c
In file included from ../../../clamav-devel/libclamav/bignum.c:17:
../../../clamav-devel/libclamav/bignum.h:94:55: error: unsupported machine mode
'TI'
typedef unsigned long mp_word __attribute__ ((mode(TI)))
--
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