This is the mail archive of the gcc@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]

Re: [tree-ssa] crash in pretty-printer


Diego Novillo <dnovillo@redhat.com> writes:

| On Tue, 2003-09-02 at 15:00, Joe Buck wrote:
| 
| > I'll make it a PR if someone asks me to (this might not be needed if
| > the fix is obvious).
| > 
| Please do.  I've seen a similar one.  Out of curiosity, does it only
| occur when dumping GENERIC?  The one I've seen seems that the pretty
| printer we inherited from mainline doesn't handle some tree codes. 

The pretty-printer on mainline normally says "#xxx not supported by yyy#"
when it can't grok a tree node -- it does not crash.

That does not rule out possibilities for bugs.

-- Gaby


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