[LLVMbugs] [Bug 297] NEW: [llvmgcc] Crash on auto register variable with specific register specified

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Tue Mar 16 01:28:39 PST 2004


http://llvm.cs.uiuc.edu/bugs/show_bug.cgi?id=297

           Summary: [llvmgcc] Crash on auto register variable with specific
                    register specified
           Product: tools
           Version: 1.0
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: llvm-gcc
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sabre at nondot.org


This testcase crashes the C front-end.  Though we don't support stuff like this,
we shouldn't CRASH on it:

---
int foo() {
  register int X __asm__("ebx");
  return X;
}
---

-Chris



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.



More information about the llvm-bugs mailing list