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/47054] Compilation error when cray pointers are declared in both host and internal subroutines


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

--- Comment #2 from Dominique d'Humieres <dominiq at lps dot ens.fr> 2010-12-23 19:33:04 UTC ---
> What compilation error?

For me it is

[macbook] f90/bug% gfc -fcray-pointer pr47054.f90
pr47054.f90:23.29:

      pointer (paxg_8, G_xg_8(G_ni))
                             1
Error: Symbol 'g_xg_8' at (1) has no IMPLICIT type
pr47054.f90:24.29:

      pointer (payg_8, G_yg_8(G_nj))
                             1
Error: Symbol 'g_yg_8' at (1) has no IMPLICIT type


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