This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug fortran/37498] [4.4 Regression] Incorrect array value returned



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]