Skip to content

ice: Invalid node ID for RAUW analysis! #3783

@regehr

Description

@regehr
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
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:
/volatile/tmp132$ cat small.c
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);
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzilla

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions