------- Comment #8 from jason at gcc dot gnu dot org 2010-06-08 04:37 ------- Or even:
template <typename T>
void f(T t, int(*)[sizeof(t)])
{
struct A { void g() {
foo;
} };
}
which makes this a regression against 3.2.
--
jason at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|ASSIGNED |RESOLVED
Resolution| |FIXED
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=44366
