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 c++/34336] 4.2.2 internal error in stabilize_expr



------- 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


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