Commit d5efd449 by Max Ostapenko Committed by Maxim Ostapenko

parse.c (decode_statement): Initialize M to MATCH_NO.

2015-10-14  Maxim Ostapenko  <m.ostapenko@partner.samsung.com>

	* parse.c (decode_statement): Initialize M to MATCH_NO.

From-SVN: r228807
parent ddf56386
2015-10-14 Maxim Ostapenko <m.ostapenko@partner.samsung.com>
* parse.c (decode_statement): Initialize M to MATCH_NO.
2015-10-13 Jakub Jelinek <jakub@redhat.com>
Ilya Verbin <ilya.verbin@intel.com>
......
......@@ -296,7 +296,7 @@ decode_statement (void)
gfc_namespace *ns;
gfc_statement st;
locus old_locus;
match m;
match m = MATCH_NO;
char c;
gfc_enforce_clean_symbol_state ();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment