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/41113] spurious _gfortran_internal_pack



------- Comment #1 from jv244 at cam dot ac dot uk  2009-08-19 08:58 -------
an ugly workaround is to write instead of

CALL S1(d%data)

the following

CALL S1(d%data(1))

which works in simple cases


-- 


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


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