[Bug fortran/24636] gfortran: STOP without stop-code too noisy, regression w.r.t. g77

2005-11-04 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2005-11-04 22:18 --- Subject: Bug 24636 Author: kargl Date: Fri Nov 4 22:18:22 2005 New Revision: 106509 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106509 Log: PR fortran/24636 * match.c (gfc_match_stopcode):

[Bug fortran/24636] gfortran: STOP without stop-code too noisy, regression w.r.t. g77

2005-11-04 Thread kargl at gcc dot gnu dot org
--- Comment #4 from kargl at gcc dot gnu dot org 2005-11-04 23:21 --- Subject: Bug 24636 Author: kargl Date: Fri Nov 4 23:21:36 2005 New Revision: 106510 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=106510 Log: PR fortran/24636 * match.c (gfc_match_stopcode):

[Bug fortran/24636] gfortran: STOP without stop-code too noisy, regression w.r.t. g77

2005-11-04 Thread kargl at gcc dot gnu dot org
--- Comment #5 from kargl at gcc dot gnu dot org 2005-11-04 23:24 --- Fixed. -- kargl at gcc dot gnu dot org changed: What|Removed |Added Status|NEW

[Bug fortran/24636] gfortran: STOP without stop-code too noisy, regression w.r.t. g77

2005-11-02 Thread pinskia at gcc dot gnu dot org
--- Comment #1 from pinskia at gcc dot gnu dot org 2005-11-02 14:59 --- Confirmed, this is more of a front-end issue than a library issue. As the front-end emits a call to _gfortran_stop_numeric in both the STOP cases. -- pinskia at gcc dot gnu dot org changed: What

[Bug fortran/24636] gfortran: STOP without stop-code too noisy, regression w.r.t. g77

2005-11-02 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-11-02 18:27 --- This has bugged me also. For a patch, see http://gcc.gnu.org/ml/gcc-patches/2005-11/msg00122.html -- kargl at gcc dot gnu dot org changed: What|Removed |Added