[llvm-bugs] [Bug 26410] New: __attribute__((interrupt)) compiles never finishes

via llvm-bugs llvm-bugs at lists.llvm.org
Mon Feb 1 05:34:44 PST 2016


https://llvm.org/bugs/show_bug.cgi?id=26410

            Bug ID: 26410
           Summary: __attribute__((interrupt)) compiles never finishes
           Product: new-bugs
           Version: trunk
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: hjl.tools at gmail.com
                CC: kevin.b.smith at intel.com, llvm-bugs at lists.llvm.org
    Classification: Unclassified

[hjl at gnu-6 interrupt-8]$ cat y.i 
typedef unsigned int uword_t __attribute__ ((mode (__word__)));

extern long double y, x;

void
__attribute__((interrupt))
fn1 (void *frame, uword_t error)
{
  x = 0;
}

void
__attribute__((interrupt))
fn2 (void *frame)
{
  x = y;
}
[hjl at gnu-6 interrupt-8]$ make y.s
/export/build/gnu/llvm-clang-bootstrap/stage1/build-x86_64-linux/bin/clang -O2
-Wall -march=nehalem -S -o y.s y.i

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160201/1504fc9e/attachment-0001.html>


More information about the llvm-bugs mailing list