This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug 10903] [3.4 regression] ICE: error routines re-entered.
- From: gcc-bugzilla at gcc dot gnu dot org
- To: gcc-bugs at gcc dot gnu dot org
- Date: 21 May 2003 18:57:49 -0000
- Subject: [Bug 10903] [3.4 regression] ICE: error routines re-entered.
- 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=10903
reichelt@gcc.gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|UNCONFIRMED |NEW
Ever Confirmed| |1
Keywords| |ice-on-invalid-code
Summary|g++ says: "error: object |[3.4 regression] ICE: error
|``type_decl' not supported |routines re-entered.
|by dump_expr" |
------- Additional Comments From reichelt@gcc.gnu.org 2003-21-05 18:57 -------
Your code is buggy.
In line 76 and line 80 you have to write "cmp::type::val" instead
of "cmp::type". Then the code compiles fine with gcc 3.1 and later.
Alas, the buggy version crashes mainline.
So that we have an ice-on-invalid-code, which is a regression
from gcc 3.3.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.