[llvm-bugs] [Bug 44217] Can't compile LLVM with GCC master

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Dec 4 10:45:58 PST 2019


https://bugs.llvm.org/show_bug.cgi?id=44217

Martin Liška <mliska at suse.cz> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|FIXED                       |---
             Status|RESOLVED                    |REOPENED

--- Comment #6 from Martin Liška <mliska at suse.cz> ---
(In reply to David Blaikie from comment #5)
> Fixed in llvmorg-10-init-11161-g9b962d83ece

Thank you, but that does not help us:

[  129s] In file included from ../include/llvm/Demangle/MicrosoftDemangle.h:13,
[  129s]                  from ../lib/Demangle/MicrosoftDemangle.cpp:16:
[  129s] ../include/llvm/Demangle/MicrosoftDemangleNodes.h:33:6: error: use of
enum 'Qualifiers' without previous declaration
[  129s]    33 | enum Qualifiers : uint8_t {
[  129s]       |      ^~~~~~~~~~

As seen from the backtrace, the missing type uint8_t is needed before the
inclusion of MicrosoftDemangleNodes.h header file.

-- 
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/20191204/3e18fba0/attachment.html>


More information about the llvm-bugs mailing list