diff -r 0c2ef191b22a -r d48f53715f77 stage1_2/iec_bison.yy --- a/stage1_2/iec_bison.yy Wed Feb 01 13:01:08 2012 +0000 +++ b/stage1_2/iec_bison.yy Wed Feb 01 19:49:11 2012 +0000 @@ -2791,7 +2791,7 @@ | signed_integer DOTDOT error {$$ = NULL; if (is_current_syntax_token()) {print_err_msg(locl(@2), locf(@3), "no value defined for upper bound in subrange definition.");} - else {print_err_msg(locf(@3), locl(@3), "invalid value for upper bound in subrange definition."); yyclearin;} + else {print_err_msg(locf(@3), locl(@3), "invalid value for lower bound in subrange definition."); yyclearin;} yyerrok; } /* ERROR_CHECK_END */