[LLVMbugs] [Bug 577] NEW: Exception: Value too large for type!
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Sat Jun 11 10:30:29 PDT 2005
http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=577
Summary: Exception: Value too large for type!
Product: tools
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: gccas
AssignedTo: unassignedbugs at nondot.org
ReportedBy: bryan.turner at pobox.com
The following program generates this exception:
gccas: Constants.cpp:255: llvm:ConstantSInt::ConstantSInt(const llvm::Type*,
long long int): Assertion 'isValueValidForType(Ty, V) && "Value too large for type!"
//
// --- RANDOMLY GENERATED PROGRAM ---
// Program Generator by Bryan Turner (bryan.turner at pobox.com)
//
int main( )
{
unsigned char l_41187935 = 0x03;
char l_05784258 = 0x88;
if ( ( l_41187935 << 0x29 ) )
{
unsigned long l_54198169 = 0x97391B95;
l_54198169 = l_05784258;
}
}
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list