[LLVMbugs] [Bug 4769] New: msp430 backend: Cannot yet select

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Aug 24 20:43:45 PDT 2009


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

           Summary: msp430 backend: Cannot yet select
           Product: new-bugs
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: new bugs
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: regehr at cs.utah.edu
                CC: llvmbugs at cs.uiuc.edu


Seen on Ubuntu Hardy.  No idea if anyone cares to fix this but since I have a
nice reduced test input I figured I'd submit it...

regehr at john-home:~/z/tinyos-2.x/apps/Blink/build/telosb/tmp2$ clang
-ccc-host-triple msp430-generic-generic -ccc-clang-archs msp430 -x c -S -w -O3
small.c
fatal error: error in backend: Cannot yet select: 0x9807d08: i16,ch =
      dynamic_stackalloc 0x98074e0, 0x9807ea0, 0x9807ae8

regehr at john-home:~/z/tinyos-2.x/apps/Blink/build/telosb/tmp2$ clang -v

clang version 1.0 (http://llvm.org/svn/llvm-project/cfe/trunk 79920)
Target: i386-pc-linux-gnu
Thread model: posix

regehr at john-home:~/z/tinyos-2.x/apps/Blink/build/telosb/tmp2$ cat small.c

int foo (void)
{
  volatile int result = 0;
  return result;
}

int bar (void);

int main (void)
{
  while (bar ());
  foo ();
  return 0;
}


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



More information about the llvm-bugs mailing list