diff options
Diffstat (limited to 'gcc/genautomata.c')
-rw-r--r-- | gcc/genautomata.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/genautomata.c b/gcc/genautomata.c index 486ed63a827..7b4dc1623a7 100644 --- a/gcc/genautomata.c +++ b/gcc/genautomata.c @@ -4924,7 +4924,7 @@ form_the_same_automaton_unit_lists_from_regexp (regexp) if (unit->mode == rm_unit) process_unit_to_form_the_same_automaton_unit_lists (unit, regexp, j); - else if (allof->mode != rm_nothing) + else if (unit->mode != rm_nothing) abort (); } else if (allof->mode == rm_unit) |