[llvm-bugs] [Bug 42248] ICE when bool is #defined/typedef'd
via llvm-bugs
llvm-bugs at lists.llvm.org
Wed Jun 12 01:47:35 PDT 2019
https://bugs.llvm.org/show_bug.cgi?id=42248
Richard Smith <richard-llvm at metafoo.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |INVALID
Status|NEW |RESOLVED
--- Comment #1 from Richard Smith <richard-llvm at metafoo.co.uk> ---
That's not an ICE, it's just a normal error being reported on your invalid
code. You are not permitted to #define a keyword then include a standard
library header.
--
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/20190612/ce3880a7/attachment.html>
More information about the llvm-bugs
mailing list