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: "jvdelisle at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 20 Sep 2008 15:29:02 -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 #13 from jvdelisle at gcc dot gnu dot org 2008-09-20 15:29 -------
Proposed solution:
I will add another component to the st_parameter_dt union and call it q. It
will be identical to the existing component p accept with the added IOparms at
the top. In the 4.4 library we will reference the q instead of p. 4.4
compiled applications should then see their respective runtime information and
4.3 should be unaffected.
I will give it a shot and see, the editing is straight forward.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=37498