Issue | 140346 |
---|---|
Summary | [clang] Assertion `EnumDeclBits.NumPositiveBits == Num && "can't store this bitcount"' failed. |
Labels | clang |
Assignees | |
Reporter | k-arrows |
Reproducer: https://godbolt.org/z/oYsceKfW7 ```c enum A { A0 = 99999999999999999999999999999999999999999999999999999999999999999999999999999wb}; ```
_______________________________________________ llvm-bugs mailing list llvm-bugs@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs