[LLVMbugs] [Bug 19444] New: Set a define when using -fms-extensions

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Wed Apr 16 06:01:21 PDT 2014


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

            Bug ID: 19444
           Summary: Set a define when using -fms-extensions
           Product: clang
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Driver
          Assignee: unassignedclangbugs at nondot.org
          Reporter: steveire at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

I can check the __STRICT_ANSI__ define to know whether gnu extensions are
enabled or not (and therefore whether I can use typeof for example).

There appears to be no define I can check to determine whether -fms-extensions
is in use. If it existed, I would know whether I can use 'sealed' for example.

-- 
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/20140416/6b5e2f6c/attachment.html>


More information about the llvm-bugs mailing list