[Bug c++/38712] can't mangle template-id g(t)

2009-11-30 Thread paolo dot carlini at oracle dot com
--- Comment #5 from paolo dot carlini at oracle dot com 2009-11-30 22:41 --- *** This bug has been marked as a duplicate of 38600 *** -- paolo dot carlini at oracle dot com changed: What|Removed |Added ---

[Bug c++/38712] can't mangle template-id g(t)

2009-11-11 Thread jason at gcc dot gnu dot org
--- Comment #4 from jason at gcc dot gnu dot org 2009-11-12 04:59 --- This issue isn't limited to C++0x mode: struct A { typedef int Type; }; template typename T::Type f (); template char (* g())[sizeof(f())]; int main() { g(); } -- jason at gcc dot gnu dot org changed: