diff options
Diffstat (limited to 'gcc/gensupport.c')
-rw-r--r-- | gcc/gensupport.c | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/gcc/gensupport.c b/gcc/gensupport.c index 77a72865e7c..bda01fa04f5 100644 --- a/gcc/gensupport.c +++ b/gcc/gensupport.c @@ -2227,11 +2227,12 @@ process_define_subst (void) if (strcmp (XSTR (elem->data, 0), XSTR (elem_attr->data, 1)) == 0) goto found; - error_with_line (elem->lineno, - "%s: `define_subst' must have at least one " - "corresponding `define_subst_attr'", - XSTR (elem->data, 0)); - return; + error_with_line (elem->lineno, + "%s: `define_subst' must have at least one " + "corresponding `define_subst_attr'", + XSTR (elem->data, 0)); + return; + found: continue; } |