https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118388

--- Comment #5 from Simon Martin <simartin at gcc dot gnu.org> ---
Some of the tests from comment #4 are either not linked to seen_error
(unary_trait_incomplete.C), or use constexpr_error that bypasses some of the
diagnostics machinery and are not easy to fix (constexpr-ice20.C), or continue
to fail only in C++98 mode (inh-ctor37.C). I won't tackle them just now.

The updated list of tests that I'll address via this ticket is therefore

- g++.dg/cpp0x/lambda/lambda-ice21.C
- g++.dg/cpp0x/lambda/lambda-ice5.C
- g++.dg/cpp0x/noexcept28.C
- g++.dg/cpp0x/pr31437.C
- g++.dg/cpp0x/pr34056.C
- g++.dg/cpp2a/lambda-uneval25.C

Reply via email to