This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] crash in pretty-printer
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.
Diego.