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


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