------- Comment #10 from tkoenig at gcc dot gnu dot org  2010-09-15 05:01 
-------
One point:

As far as I can see, you are calling compute_spt_call on functions in
'naked' expressions, as in

a = f(x)

but you are not following array or substring references, as in

a(f(x)) = g(f(y))

where the dummy argument to f could be intent(out).


-- 


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

Reply via email to