[LLVMbugs] [Bug 21893] New: clang-cl: Ignore or implement /volatile:{iso|ms} compiler switch

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Fri Dec 12 06:34:13 PST 2014


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

            Bug ID: 21893
           Summary: clang-cl: Ignore or implement /volatile:{iso|ms}
                    compiler switch
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: clangbugs.10.mdwxzxkl at spamgourmet.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

The /volatile:iso and /volatile:ms compiler switches (which specify how the
volatile keyword is to be interpreted) is not ignored or understood by
clang-cl. Error message:

no such file or directory: '/volatile:iso'

or

no such file or directory: '/volatile:ms'

Reference:
http://msdn.microsoft.com/en-us/library/jj204392

-- 
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/20141212/16b9efa3/attachment.html>


More information about the llvm-bugs mailing list