------- Comment #2 from reichelt at gcc dot gnu dot org 2006-04-19 18:26
-------
Even shorter testcase:
===================================
template<typename T> void foo()
{
new char[2*sizeof(T)];
}
===================================
--
reichelt at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |reichelt at gcc dot gnu dot
| |org
Keywords| |monitored
Target Milestone|--- |4.2.0
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27210