-
Notifications
You must be signed in to change notification settings - Fork 15.2k
Description
Bugzilla Link | 3411 |
Resolution | FIXED |
Resolved on | Feb 03, 2009 04:42 |
Version | unspecified |
OS | Linux |
Extended Description
Seen using r62977 on Ubuntu Hardy on x86.
regehr@john-home:/volatile/tmp132$ llvm-gcc -O small.c/volatile/tmp132$ cat small.c
cc1: LegalizeTypes.cpp:701: void llvm::DAGTypeLegalizer::ReplaceValueWith(llvm::SDValue, llvm::SDValue): Assertion `N->getNodeId() != DAGTypeLegalizer::ReadyToProcess && N->getNodeId() != DAGTypeLegalizer::Processed && "Invalid node ID for RAUW analysis!"' failed.
small.c:19: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See URL:http://developer.apple.com/bugreporter for instructions.
regehr@john-home:
int g_3;
volatile uint32;
int foo (int p_81);
void bar (long long p_66)
{
char l_90 = 0;
if (foo (l_90))
{
}
else
{
foo(0);
}
foo (1 ^ p_66 & (p_66 | g_3) << 8 -
p_66 ? p_66 | g_3 : (p_66 | g_3) - p_66);
}