http://llvm.org/bugs/show_bug.cgi?id=5199
Summary: msp430 backend: ice: Cannot yet select
Product: new-bugs
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P2
Component: new bugs
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected], [email protected]
reg...@john-home:~/volatile/tmp207$ clang -ccc-host-triple
msp430-generic-generic -ccc-clang-archs msp430 -x c -O2 small.c
fatal error: error in backend: Cannot yet select: 0xa10f854: i8 = mul
0xa10f7d0,
0xa10f5c0
reg...@john-home:~/volatile/tmp207$ clang -v
clang version 1.1 (trunk 84167)
Target: i386-pc-linux-gnu
Thread model: posix
reg...@john-home:~/volatile/tmp207$ cat small.c
char foo (char _si1, char _si2)
{
return 0 ? 0 : _si1 * _si2;
}
char g_29;
int bar (void *);
void uint81 (int * p_32)
{
char *l_70 = &g_29;
if (*l_70 == bar (&foo))
{
}
}
--
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