[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):  Set stop_code = -1.
* runtime/stop.c (stop_numeric): Use stop_code = -1.


Modified:
trunk/gcc/fortran/ChangeLog
trunk/gcc/fortran/match.c
trunk/libgfortran/ChangeLog
trunk/libgfortran/runtime/stop.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636



[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):  Set stop_code = -1.
* runtime/stop.c (stop_numeric): Use stop_code = -1.


Modified:
branches/gcc-4_0-branch/gcc/fortran/ChangeLog
branches/gcc-4_0-branch/gcc/fortran/match.c
branches/gcc-4_0-branch/libgfortran/ChangeLog
branches/gcc-4_0-branch/libgfortran/runtime/stop.c


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636



[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 |RESOLVED
 Resolution||FIXED
   Target Milestone|--- |4.0.3


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636



[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|Removed |Added

 Status|UNCONFIRMED |NEW
  Component|libfortran  |fortran
 Ever Confirmed|0   |1
   Last reconfirmed|-00-00 00:00:00 |2005-11-02 14:59:16
   date||


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636



[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

 CC||kargl at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=24636