This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/34336] 4.2.2 internal error in stabilize_expr
- From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 4 Dec 2007 18:15:31 -0000
- Subject: [Bug c++/34336] 4.2.2 internal error in stabilize_expr
- References: <bug-34336-15474@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from pinskia at gcc dot gnu dot org 2007-12-04 18:15 -------
We have:
<<< Unknown tree: non_dependent_expr
*((struct ClassC *) this)->m_xfr >>>
Which means we are missing a TARGET_EXPR or we are trying to stabilize the
expression too early.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=34336