------- 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

Reply via email to