This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/12369] [3.3 regression] ICE with templates and friends
- From: "bangerth at dealii dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Sep 2003 20:58:29 -0000
- Subject: [Bug c++/12369] [3.3 regression] ICE with templates and friends
- References: <20030922203913.12369.zhaojiangbin@yahoo.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12369
bangerth at dealii dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |lerdsuwa at gcc dot gnu dot
| |org
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-valid-code
Last reconfirmed|0000-00-00 00:00:00 |2003-09-22 20:58:28
date| |
Summary|internal compiler error: |[3.3 regression] ICE with
|segmentation fault |templates and friends
Target Milestone|--- |3.3.2
------- Additional Comments From bangerth at dealii dot org 2003-09-22 20:58 -------
Confirmed, this is a regression on the 3.3 branch against
3.2 that compiled this fine. Mainline is fine as well. Here's
what I get with 3.3 compiled with checking enabled:
g/x> /home/bangerth/bin/gcc-3.3*/bin/c++ -c x.cc
x.cc:6: internal compiler error: tree check: expected identifier_node, have
template_id_expr in grokfndecl, at cp/decl.c:9594
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
Kriang, you have done all that great work in this area lately --
is this something that you think is possible to fix on the
release branch?
W.