Commit e7105ec5 by Tobias Burnus Committed by Tobias Burnus

options.c (gfc_handle_option): Fix -fno-recursive.

2010-06-07  Tobias Burnus  <burnus@net-b.de>

        * options.c (gfc_handle_option): Fix -fno-recursive.

From-SVN: r160391
parent d233147b
2010-06-07 Tobias Burnus <burnus@net-b.de>
* options.c (gfc_handle_option): Fix -fno-recursive.
2010-06-07 Tobias Burnus <burnus@net-b.de>
* gfc-internals.texi (copyrights-gfortran): Fix copyright year format.
* gfortran.texi (copyrights-gfortran): Ditto.
......
......@@ -938,7 +938,7 @@ gfc_handle_option (size_t scode, const char *arg, int value,
break;
case OPT_frecursive:
gfc_option.flag_recursive = 1;
gfc_option.flag_recursive = value;
break;
case OPT_falign_commons:
......
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