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/50684] [4.6/4.7 Regression] Incorrect error for move_alloc on element inside intent(in) pointer


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

--- Comment #11 from janus at gcc dot gnu.org 2011-10-13 12:31:38 UTC ---
(In reply to comment #10)
> 
> >   call move_alloc (x%a, a)      ! Invalid (2)
> 
> This one corresponds to the original test case.

Sorry, of course I meant this one:

call move_alloc (px%a, a)     ! OK (4)


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