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/47844] Array stride ignored for pointer-valued function results


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

Dominique d'Humieres <dominiq at lps dot ens.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
   Last reconfirmed|                            |2011-10-05
     Ever Confirmed|0                           |1

--- Comment #4 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2011-10-05 10:02:21 UTC ---
Still there on trunk at revision 179525 (I see it with 4.4.6, 4.5.3, and
4.6.1). Note that for the test in comment #3, the line

  print *, ptr ! but    prints 1 2 3

should probably be replaced with

  print *, var ! but    prints 1 2 3


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