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

            Bug ID: 22570
           Summary: clang miscompiles _Atomic(float)
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: LLVM Codegen
          Assignee: [email protected]
          Reporter: [email protected]
                CC: [email protected]
    Classification: Unclassified

void f(_Atomic(float) *q, float p) {
  *q += p;
}

this leads to a crash in code generation

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