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/57096] Allocatable variable is not behaved as expected


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57096

--- Comment #15 from Jerry DeLisle <jvdelisle at gcc dot gnu.org> ---
(In reply to Dominique d'Humieres from comment #6)
> I get
> 
>  gA%next():           2
>  gA%next():           4
>  gA%next():           6
> 
>  gAp%next():           2
>  gAp%next():           4
>  gAp%next():           6
> 
> for 4.8 up to trunk (8.0).

Not sure how this worked.

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