https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93923
--- Comment #1 from Jonathan Wakely <redi at gcc dot gnu.org> --- This started to fail with r271806 which enforces a requirement from the standard that the template arguments for is_constructible must be complete types. This program violates that requirement.