[LLVMbugs] [Bug 10665] New: volatile load handling bug

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Aug 15 16:19:04 PDT 2011


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

           Summary: volatile load handling bug
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: echristo at gmail.com
                CC: llvmbugs at cs.uiuc.edu


Reopening 3320 for clang:

void test(volatile int *a) {                                                    
    // should be a volatile load.                                               
    a[0];                                                                       
}                                                                               

and it currently isn't.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list