This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug 10903] [3.4 regression] ICE: error routines re-entered.


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]