[LLVMbugs] [Bug 21669] New: undeclared identifier used in atomic_load crashes clang

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Nov 25 12:23:45 PST 2014


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

            Bug ID: 21669
           Summary: undeclared identifier used in atomic_load crashes
                    clang
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
          Assignee: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

void f(int *i) {
  __atomic_load(i, i, something_something);
}

we think we have a dependent expression and die in
clang::Expr::isIntegerConstantExpr

-- 
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/20141125/2cfaebae/attachment.html>


More information about the llvm-bugs mailing list