[LLVMbugs] [Bug 19444] Set a define when using -fms-extensions
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Wed Apr 16 12:28:39 PDT 2014
http://llvm.org/bugs/show_bug.cgi?id=19444
Stephen Kelly <steveire at gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|WORKSFORME |---
--- Comment #3 from Stephen Kelly <steveire at gmail.com> ---
stephen at hal:~/dev/src/playground/cpp{master}$ clang++ -fno-ms-extensions -dM -E
-x c - < /dev/null | grep MSC_EXT
stephen at hal:~/dev/src/playground/cpp{master}$ clang++ -fms-extensions -dM -E -x
c - < /dev/null | grep MSC_EXT
stephen at hal:~/dev/src/playground/cpp{master}$ cat /etc/issue
Ubuntu 13.10 \n \l
--
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/badb03e0/attachment.html>
More information about the llvm-bugs
mailing list