Commit 8a90e86d by Jason Merrill Committed by Jason Merrill

re PR middle-end/13234 (ICE when dumping a translation unit)

        PR middle-end/13234
        * tree-dump.c (dequeue_and_dump): Handle 'r' and 's' code
        classes.

From-SVN: r74791
parent 67c03833
2003-12-18 Jason Merrill <jason@redhat.com>
PR middle-end/13234
* tree-dump.c (dequeue_and_dump): Handle 'r' and 's' code
classes.
2003-12-18 Steven Bosscher <stevenb@suse.de>
* Makefile.in (tracer.o, bb-reorder.o): Depend on timevar.h
......
......@@ -302,6 +302,8 @@ dequeue_and_dump (dump_info_p di)
break;
case 'e':
case 'r':
case 's':
/* These nodes are handled explicitly below. */
break;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment