------- Comment #2 from mmitchel at gcc dot gnu dot org 2007-09-28 04:09 ------- This kind of problem is why I have long said that we should never, ever try to dump expressions. Because we lower some expressions up front, we cannot possibly reconstruct good expressions from TREE. Instead, we should do what EDG does: give accurate source positions (file, line, column) for the offending expression.
-- mmitchel at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Priority|P3 |P4 http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33492