[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-12-16 Thread kargl at gcc dot gnu dot org
--- Comment #3 from kargl at gcc dot gnu dot org 2005-12-16 23:32 --- Subject: Bug 25055 Author: kargl Date: Fri Dec 16 23:32:29 2005 New Revision: 108692 URL: http://gcc.gnu.org/viewcvs?root=gccview=revrev=108692 Log: 2005-12-10 Steven G. Kargl [EMAIL PROTECTED] PR

[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-12-11 Thread kargl at gcc dot gnu dot org
--- Comment #2 from kargl at gcc dot gnu dot org 2005-12-11 16:47 --- Patch http://gcc.gnu.org/ml/fortran/2005-12/msg00215.html -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25055

[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-11-27 Thread kargl at gcc dot gnu dot org
-- kargl at gcc dot gnu dot org changed: What|Removed |Added AssignedTo|unassigned at gcc dot gnu |kargl at gcc dot gnu dot org |dot org

[Bug fortran/25055] numeric STOP code should be limited to five digits

2005-11-26 Thread fxcoudert at gcc dot gnu dot org
--- Comment #1 from fxcoudert at gcc dot gnu dot org 2005-11-26 19:17 --- OK, we ## g95 ## In file foo.f90:1 STOP 001234 1 Error: Too many digits in stop/pause code at (1) ## Intel ## ## Portland ## ## Sun ## STOP 001234 ^ foo.f90, Line = 1, Column = 6: ERROR: No