--- Comment #3 from pinskia at gcc dot gnu dot org 2006-03-24 16:14 ---
Fixed in 3.4.0.
Reduced testcase:
namespace std
{
class type_info {};
}
int main(int argc, char **argv)
{
int filas, columnas;
typeid( new double[filas][columnas] );
}
This is invalid code:
t.cc: In functi
--- Comment #2 from bedorlan at gmail dot com 2006-03-24 14:06 ---
Created an attachment (id=2)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=2&action=view)
g++ -ansi result.cc
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26844
--- Comment #1 from pinskia at gcc dot gnu dot org 2006-03-24 13:56 ---
Details about this bug?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=26844