[PATCH] D39239: [AST] Incorrectly qualified unscoped enumeration as template actual parameter.
Carlos Alberto Enciso via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Dec 20 04:59:40 PST 2017
CarlosAlbertoEnciso added a comment.
In https://reviews.llvm.org/D39239#912837, @probinson wrote:
> Have you tried the GDB suite yet? If it has no problems, and we can make LLDB happy, I'm okay with it.
These are the results when using GCC as the default compiler:
=== gdb Summary ===
# of expected passes 21368
# of unexpected failures 1788
# of expected failures 213
# of unknown successes 2
# of known failures 75
# of unresolved testcases 10
# of untested testcases 29
# of unsupported tests 34
The unexpected failures falls into the categories (same as with clang):
- Invalid option '-w' to the ADA compiler
- Timeout issues
- Threading and attaching issues
https://reviews.llvm.org/D39239
More information about the cfe-commits
mailing list