[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread tbm at gcc dot gnu dot org
--- Comment #4 from tbm at gcc dot gnu dot org 2007-03-31 18:09 --- Testcase: namespace std { template < class T > class allocator { public:typedef T value_type; typedef long unsigned int size_type; ~allocator () { } }; template < class charT > struct char_tr

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread pinskia at gcc dot gnu dot org
--- Comment #3 from pinskia at gcc dot gnu dot org 2007-03-31 18:04 --- Reducing... -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31411

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread tbm at gcc dot gnu dot org
--- Comment #2 from tbm at gcc dot gnu dot org 2007-03-31 17:59 --- Confirmed. -- tbm at gcc dot gnu dot org changed: What|Removed |Added Status|UNCONFIRMED

[Bug c++/31411] internal compiler error: in gimplify_expr, at gimplify.c:4519

2007-03-31 Thread gkajmowi at tbaytel dot net
--- Comment #1 from gkajmowi at tbaytel dot net 2007-03-31 17:23 --- Created an attachment (id=13308) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13308&action=view) This is sample code which causes ICE under GCC -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31411