]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR fortran/17901 (max-identifier-length problem with -J option)
authorAndrew Pinski <pinskia@physics.uc.edu>
Fri, 8 Oct 2004 22:03:36 +0000 (22:03 +0000)
committerAndrew Pinski <pinskia@gcc.gnu.org>
Fri, 8 Oct 2004 22:03:36 +0000 (15:03 -0700)
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

gcc/fortran/ChangeLog
gcc/fortran/options.c

index e86cf37967e68d73ffedf1c8b549c288a36edca9..5b3c8edcc56aa57269489a925f0f485e630dc96d 100644 (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.
index 13b1f11ad947a8590295725bcb8012a47a701750..9d33352745d56b2bc0347b942585207c6e5eec14 100644 (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