* gensupport.c (identify_predicable_attribute): Don't free p_false
when it is still in use.
From-SVN: r112081
+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>
* config.gcc (default with_cpu setting) <sparc*-*-*>: Do not modify
"unknown value `%s' for `predicable' attribute",
value);
errors = 1;
+ if (p_false)
+ free (p_false);
}
-
- if (p_false)
- free (p_false);
}
/* Return the number of alternatives in constraint S. */