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/38324] Wrong lbound given to allocatable components



------- Comment #3 from mikael at gcc dot gnu dot org  2009-01-29 22:03 -------
patch http://gcc.gnu.org/ml/fortran/2009-01/msg00348.html

The failure for ik=8 is not fixed by this patch. 
I thought it was ok because of the kind conversion function call. 
But it seems it's not.

It is impacting function calls too (descriptor with wrong bounds passed), but
the descriptor bounds are never used from within the function.
This needs a bit more investigation.


-- 

mikael at gcc dot gnu dot org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |patch


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38324


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