[Bug fortran/37498] [4.4 Regression] Incorrect array value returned
tkoenig at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Mon Sep 15 17:44:00 GMT 2008
------- 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
More information about the Gcc-bugs
mailing list