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: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    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.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to