re PR fortran/17901 (max-identifier-length problem with -J option)

2004-10-08  Andrew Pinski  <pinskia@physics.uc.edu>

        PR fortran/17901
        * options.c (gfc_handle_option): Add break after handing the
        J/M option.

From-SVN: r88797
This commit is contained in:
Andrew Pinski 2004-10-08 22:03:36 +00:00 committed by Andrew Pinski
parent 6d84156b87
commit 2d0b4bcd66
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2004-10-08 Andrew Pinski <pinskia@physics.uc.edu>
PR fortran/17901
* options.c (gfc_handle_option): Add break after handing the
J/M option.
2004-10-08 Tobias Schlueter <tobias.shclueter@physik.uni-muenchen.de>
* arith.c: Fix formatting issues.

View File

@ -306,6 +306,7 @@ gfc_handle_option (size_t scode, const char *arg, int value)
case OPT_J:
case OPT_M:
gfc_handle_module_path_options (arg);
break;
case OPT_std_f95:
gfc_option.allow_std = GFC_STD_F95_OBS | GFC_STD_F2003_OBS