[Bug fortran/23232] DATA implied DO variables

2007-01-05 Thread pault at gcc dot gnu dot org
--- Comment #9 from pault at gcc dot gnu dot org 2007-01-05 14:45 --- Subject: Bug 23232 Author: pault Date: Fri Jan 5 14:45:20 2007 New Revision: 120485 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=120485 Log: 2007-01-05 Paul Thomas <[EMAIL PROTECTED]> PR fortran/

[Bug fortran/23232] DATA implied DO variables

2007-01-04 Thread pault at gcc dot gnu dot org
--- Comment #8 from pault at gcc dot gnu dot org 2007-01-04 15:46 --- I have just submitted a patch. Paul -- pault at gcc dot gnu dot org changed: What|Removed |Added

[Bug fortran/23232] DATA implied DO variables

2007-01-04 Thread patchapp at dberlin dot org
--- Comment #7 from patchapp at dberlin dot org 2007-01-04 15:35 --- Subject: Bug number PR23232 A patch for this bug has been added to the patch tracker. The mailing list url for the patch is http://gcc.gnu.org/ml/gcc-patches/2007-01/msg00239.html -- http://gcc.gnu.org/bugzilla/sh

[Bug fortran/23232] DATA implied DO variables

2006-10-24 Thread happydeer at gmail dot com
--- Comment #6 from happydeer at gmail dot com 2006-10-24 14:05 --- Fortran runtime error: Bad real number in item 1 of list input My READ statement is: READ(2,*)(JM(I,IQ),IQ=0,MQ) JM(I,IQ) got from an input file. JM(I,IQ) defined :DOUBLE PRECISION JM(NSDMAX,0:MQ),JB(0:LMAX,0:MB)

[Bug fortran/23232] DATA implied DO variables

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #5 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:59 --- (In reply to comment #4) > *** Bug 29395 has been marked as a duplicate of this bug. *** $ cat a10.f90 integer :: i(2,2) data ((i(k,j), j = 1, k), k = 1, 2) / 3 * 0 / end $ gfortran a10.f90 In file a10

[Bug fortran/23232] DATA implied DO variables

2006-10-08 Thread fxcoudert at gcc dot gnu dot org
--- Comment #4 from fxcoudert at gcc dot gnu dot org 2006-10-08 21:59 --- *** Bug 29395 has been marked as a duplicate of this bug. *** -- fxcoudert at gcc dot gnu dot org changed: What|Removed |Added --

[Bug fortran/23232] DATA implied DO variables

2005-09-28 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-09-28 13:24 --- *** Bug 24100 has been marked as a duplicate of this bug. *** -- What|Removed |Added

[Bug fortran/23232] DATA implied DO variables

2005-08-16 Thread tobi at gcc dot gnu dot org
--- Additional Comments From tobi at gcc dot gnu dot org 2005-08-16 19:20 --- Confirmed g77. g77 accepts similar code. -- What|Removed |Added Status|UNCONFIRMED

[Bug fortran/23232] DATA implied DO variables

2005-08-04 Thread rofi at ya dot com
--- Additional Comments From rofi at ya dot com 2005-08-04 15:59 --- Created an attachment (id=9431) --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=9431&action=view) Failing case with an optional commented checking part -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=23232