http://llvm.org/bugs/show_bug.cgi?id=3411

           Summary: ice: Invalid node ID for RAUW analysis!
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


Seen using r62977 on Ubuntu Hardy on x86.

reg...@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.
reg...@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);
}


-- 
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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to