This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] crash in pretty-printer
Diego Novillo <dnovillo@redhat.com> writes:
| On Tue, 2003-09-02 at 18:09, Gabriel Dos Reis wrote:
|
| > The pretty-printer on mainline normally says "#xxx not supported by yyy#"
| > when it can't grok a tree node -- it does not crash.
| >
| Yeah, I do see a few 'not supported' messages. But, in this case, it is
| trying to de-reference a NULL pointer out of a tree node (IIRC). When
| it happened I was trying to fix another bug, so I didn't pay much
| attention, sorry.
I would be happy to examine a backtrace, if you had a chane to send me
one. I would also be happy to have a description of the other nodes
not supportedby which functions. Thanks,
-- Gaby