This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/15890] [3.3/3.4/3.5 regression] internal compiler error: in c_expand_expr, at c-common.c:4138
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 9 Jun 2004 13:19:04 -0000
- Subject: [Bug c++/15890] [3.3/3.4/3.5 regression] internal compiler error: in c_expand_expr, at c-common.c:4138
- References: <20040609120931.15890.jkherciueh@gmx.net>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Additional Comments From bangerth at dealii dot org 2004-06-09 13:19 -------
The code is invalid, btw: you can't declare operator delete a template
this way (how is the compiler supposed to figure out the value of 'T'?).
W.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=15890