https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470
--- Comment #2 from Andrew Pinski ---
So in GCC 10+ we produce:
: In instantiation of 'struct S':
:11:9: required from here
:8:32: error: incomplete type 'Incomplete' used in nested name
specifier
8 | static_assert(Incomplete::value, "");
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470
Marek Polacek changed:
What|Removed |Added
CC||mpolacek at gcc dot gnu.org
--- Comment
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57470
Manuel López-Ibáñez changed:
What|Removed |Added
Status|UNCONFIRMED |NEW
Last reconfirmed|