Commit fbddce27 by Geoff Keating Committed by Geoffrey Keating

c-parse.in (extdefs): Call ggc_collect between external definitions.

* c-parse.in (extdefs): Call ggc_collect between external
definitions.

From-SVN: r35367
parent c47fef6e
2000-07-31 Geoff Keating <geoffk@cygnus.com>
* c-parse.in (extdefs): Call ggc_collect between external
definitions.
2000-07-30 Michael Hayes <mhayes@cygnus.com>
Richard Henderson <rth@cygnus.com>
......@@ -111,7 +116,8 @@ Sun Jul 30 20:38:26 MET DST 2000 Jan Hubicka <jh@suse.cz>
Sun Jul 30 20:30:41 MET DST 2000 Jan Hubicka <jh@suse.cz>
* combine.c (if_then_else_cond): Be sure that mode fits in HOST_WIDE_INT
* combine.c (if_then_else_cond): Be sure that mode fits in
HOST_WIDE_INT.
Sun Jul 30 20:27:36 MET DST 2000 Jan Hubicka <jh@suse.cz>
......
......@@ -296,7 +296,7 @@ program: /* empty */
extdefs:
{$<ttype>$ = NULL_TREE; } extdef
| extdefs {$<ttype>$ = NULL_TREE; } extdef
| extdefs {$<ttype>$ = NULL_TREE; ggc_collect(); } extdef
;
extdef:
......
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