From: Andrew Pinski Date: Fri, 8 Oct 2004 22:03:36 +0000 (+0000) Subject: re PR fortran/17901 (max-identifier-length problem with -J option) X-Git-Tag: releases/gcc-4.0.0~4184 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d0b4bcd6608ed65158a7d03ff33f47e5f9d5400;p=thirdparty%2Fgcc.git re PR fortran/17901 (max-identifier-length problem with -J option) 2004-10-08 Andrew Pinski PR fortran/17901 * options.c (gfc_handle_option): Add break after handing the J/M option. From-SVN: r88797 --- diff --git a/gcc/fortran/ChangeLog b/gcc/fortran/ChangeLog index e86cf37967e6..5b3c8edcc56a 100644 --- a/gcc/fortran/ChangeLog +++ b/gcc/fortran/ChangeLog @@ -1,3 +1,9 @@ +2004-10-08 Andrew Pinski + + PR fortran/17901 + * options.c (gfc_handle_option): Add break after handing the + J/M option. + 2004-10-08 Tobias Schlueter * arith.c: Fix formatting issues. diff --git a/gcc/fortran/options.c b/gcc/fortran/options.c index 13b1f11ad947..9d33352745d5 100644 --- a/gcc/fortran/options.c +++ b/gcc/fortran/options.c @@ -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