diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 16878b8cf09..c15540b9006 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -510,10 +510,9 @@ identify_predicable_attribute (void) "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. */ |