[LLVMbugs] [Bug 22570] New: clang miscompiles _Atomic(float)
    bugzilla-daemon at llvm.org 
    bugzilla-daemon at llvm.org
       
    Thu Feb 12 12:30:13 PST 2015
    
    
  
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: unassignedclangbugs at nondot.org
          Reporter: david.majnemer at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20150212/b8461723/attachment.html>
    
    
More information about the llvm-bugs
mailing list