[Bug c++/21976] Incomplete types are not detected at template definition time
pinskia at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Thu Jun 9 14:27:00 GMT 2005
------- Additional Comments From pinskia at gcc dot gnu dot org 2005-06-09 14:27 -------
Obvious reduced testcase is the following:
struct A;
template <int> void
f (void) {A b;}
--
What |Removed |Added
----------------------------------------------------------------------------
CC| |pinskia at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21976
More information about the Gcc-bugs
mailing list