Commit 9581dc65 by Mark Mitchell

* dump.c (dequeue_and_dump): Fix thinko for catch-clauses.

From-SVN: r30367
parent f5733617
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -735,7 +735,7 @@ dequeue_and_dump (di)
case START_CATCH_STMT:
dump_stmt (di, t);
queue_and_dump_type (di, TREE_TYPE (t));
queue_and_dump_type (di, t);
dump_next_stmt (di, t);
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