[LLVMbugs] [Bug 3658] New: Assertion failed: (C->getType()->getPrimitiveSizeInBits() < Ty->getPrimitiveSizeInBits()&& " SrcTy must be smaller than DestTy for ZExt!"), function getZExt, file Constants.cpp, line 1909.
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Tue Feb 24 08:06:48 PST 2009
http://llvm.org/bugs/show_bug.cgi?id=3658
Summary: Assertion failed: (C->getType()-
>getPrimitiveSizeInBits() < Ty-
>getPrimitiveSizeInBits()&& "SrcTy must be smaller than
DestTy for ZExt!"), function getZExt, file
Constants.cpp, line 1909.
Product: clang
Version: unspecified
Platform: PC
OS/Version: FreeBSD
Status: NEW
Severity: normal
Priority: P2
Component: parser
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: pawel.worach at gmail.com
CC: llvmbugs at cs.uiuc.edu
Created an attachment (id=2604)
--> (http://llvm.org/bugs/attachment.cgi?id=2604)
Pre-processed sys_term.c
ccc -c -O2 -pipe -march=nocona -DLINEMODE -DUSE_TERMIO -DDIAGNOSTICS
-DOLD_ENVIRON -DENV_HACK -DSTREAMSPTY -DINET6
-I/usr/src/libexec/telnetd/../../contrib/telnet -DAUTHENTICATION -DENCRYPTION
-DKRB5 -DFORWARD -Dnet_write=telnet_net_write -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized
-Wno-pointer-sign -c sys_term.c
In file included from
/usr/src/libexec/telnetd/../../contrib/telnet/telnetd/sys_term.c:1:
/usr/src/libexec/telnetd/../../contrib/telnet/telnetd/sys_term.c:1212:17:
warning: invalid conversion '%m'
syslog(3, "%s: %m", altlogin);
~~~~~^~~
Assertion failed: (C->getType()->getPrimitiveSizeInBits() <
Ty->getPrimitiveSizeInBits()&& "SrcTy must be smaller than DestTy for ZExt!"),
function getZExt, file Constants.cpp, line 1909.
--
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