--- Comment #8 from jvdelisle at gcc dot gnu dot org 2007-01-02 04:35
---
Already fixed
*** This bug has been marked as a duplicate of 24459 ***
--
jvdelisle at gcc dot gnu dot org changed:
What|Removed |Added
--- Comment #7 from jvdelisle at verizon dot net 2006-12-14 00:12 ---
Subject: Re: Namelist issues when reading in asterisk
preceeded arrays
Thanks for checking the latest 4.1, I just updated my 4.1 branch last night and
I had not had a chance to check it.
Also, the namelist I/O pre
--- Comment #6 from burnus at gcc dot gnu dot org 2006-12-13 07:46 ---
> "&test", &
> "ihp(1,1) = 2*1", &
> "ihp(1,2) = 2", &
> "/"
> READ (UNIT=22, NML=test)
I think the result is *not* well defined:
ihp(1,1) = 2*1
does make sense - one cannot assign 2 values to ihp(1,1). I th
--- Comment #5 from mjw99 at ic dot ac dot uk 2006-12-13 04:14 ---
Ok, I'll grab the 4.2 pre-release and start playing with that. Once again,
thanks for the help.
Mark
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30193
--- Comment #4 from jvdelisle at verizon dot net 2006-12-13 04:12 ---
Subject: Re: Namelist issues when reading in asterisk
preceeded arrays
4.2 is in pre-release stage now. It is usually not too difficult to build it
yourself. You could consider downloading the source, build, and i
--- Comment #3 from kargl at gcc dot gnu dot org 2006-12-13 04:07 ---
(In reply to comment #2)
> Thank you Jerry for the testing. How does one ascertain if this bug warrants
> backporting to 4.1?
>
If this is a regression with respect to a previous version of gfortran,
then a backport
--- Comment #2 from mjw99 at ic dot ac dot uk 2006-12-13 03:32 ---
Thank you Jerry for the testing. How does one ascertain if this bug warrants
backporting to 4.1?
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30193
--- Comment #1 from jvdelisle at verizon dot net 2006-12-13 03:18 ---
Subject: Re: New: Namelist issues when reading in
asterisk preceeded arrays
With gfortran 4.3 I get:
$ ./a.out
1 1 2 10922
The last element is odd because gfortran does not i