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

           Summary: ice: Cannot yet select
           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 r55565 on Ubuntu Hardy on ia32.

[EMAIL PROTECTED]:~/volatile/tmp16$ llvm-gcc -w -O1 small.c
Cannot yet select: 0x8e0d7d4: ch,flag = callseq_end 0x8e0d74c, 0x8e0cfdc,
0x8dfdc8c, 0x8e0d74c:1
small.c:22: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://developer.apple.com/bugreporter> for instructions.

[EMAIL PROTECTED]:~/volatile/tmp16$ cat small.c

__extension__ typedef long long int int64_t;
typedef unsigned char uint8_t;
typedef unsigned int uint32_t;
static inline int
lshift_s_s (int left, int right)
{
  return left << right;
}

uint8_t g_60;
int64_t g_313;
uint32_t g_385 = 0xF0802A14680039FFLL;
uint32_t
func_45 (int64_t p_46, uint32_t p_48)
{
  uint32_t l_438;
  uint8_t l_441 = 0x10L;
  func_87 (1,
           (div_rhs
            ((lshift_s_s ((g_385 & l_441), 1)) + func_87 (l_438, p_48, 1)), 1)
           && g_60, (lshift_s_u (p_46, g_313)));
}


-- 
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