[Bug c++/94645] [10 Regression][concepts] incorrect concept evaluation with decltype, plus internal error since r10-7554-gf1ad7bac76b66257
ppalka at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Tue Apr 21 15:17:12 GMT 2020
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94645
--- Comment #7 from Patrick Palka <ppalka at gcc dot gnu.org> ---
As in PR94597, I think the testcases here in #c0 and #c2 might be invalid as-is
-- the requirement "t.cend;" should probably be "t.cend();", and we reject the
former since r10-7554.
With that minor change we successfully compile the reduced testcase, but we
still get the same ICE with the original testcase.
More information about the Gcc-bugs
mailing list