This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug fortran/37498] [4.4 Regression] Incorrect array value returned
- From: "tkoenig at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 15 Sep 2008 17:42:51 -0000
- Subject: [Bug fortran/37498] [4.4 Regression] Incorrect array value returned
- References: <bug-37498-16432@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #11 from tkoenig at gcc dot gnu dot org 2008-09-15 17:42 -------
Hi Jerry,
I'd like help you out on this as soon as time permits (which
may be a few days yet)
Just a couple of thoughts, which may or may not be helpful:
- We chould take this opportunity to bring the front end
and library into sync via including the ioparm.def field
- We could mark the use of F 2003 features with a flag
and precede all uses with if (V4_4(dtp) && actual_test...)
for a suitable macro V4_4
- We should run the 4.3 testsuite with the 4.3 compiler and the
4.4 library every once in a while (for example when we have
fixed this bug :-)
Best of luck
Thomas
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37498