Commit c0fa4721 by Andreas Schwab Committed by Andreas Schwab

gensupport.c (identify_predicable_attribute): Don't free p_false when it is still in use.

	* gensupport.c (identify_predicable_attribute): Don't free p_false
	when it is still in use.

From-SVN: r112081
parent cc0f8895
2006-03-15 Andreas Schwab <schwab@suse.de>
* gensupport.c (identify_predicable_attribute): Don't free p_false
when it is still in use.
2006-03-15 Eric Botcazou <ebotcazou@libertysurf.fr> 2006-03-15 Eric Botcazou <ebotcazou@libertysurf.fr>
* config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify * config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify
......
...@@ -510,10 +510,9 @@ identify_predicable_attribute (void) ...@@ -510,10 +510,9 @@ identify_predicable_attribute (void)
"unknown value `%s' for `predicable' attribute", "unknown value `%s' for `predicable' attribute",
value); value);
errors = 1; errors = 1;
if (p_false)
free (p_false);
} }
if (p_false)
free (p_false);
} }
/* Return the number of alternatives in constraint S. */ /* Return the number of alternatives in constraint S. */
......
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