Commit 984ad449 by Tobias Burnus Committed by Tobias Burnus

options.c (gfc_handle_option): Fix handling of -fno-whole-file.

2010-05-28  Tobias Burnus  <burnus@net-b.de>

        * options.c (gfc_handle_option): Fix handling of
        -fno-whole-file.

From-SVN: r159997
parent 4a73490d
2010-05-28 Tobias Burnus <burnus@net-b.de>
* options.c (gfc_handle_option): Fix handling of -fno-whole-file.
2010-05-28 Joseph Myers <joseph@codesourcery.com>
* gfortranspec.c (append_arg, lang_specific_driver): Use
......
......@@ -719,7 +719,7 @@ gfc_handle_option (size_t scode, const char *arg, int value,
break;
case OPT_fwhole_file:
gfc_option.flag_whole_file = 1;
gfc_option.flag_whole_file = value;
break;
case OPT_fsecond_underscore:
......
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