------- Comment #6 from jv244 at cam dot ac dot uk 2009-05-02 14:26 ------- (In reply to comment #5) > If I have read correctly the ifort man, ifort does not bounds check this kind > of constructs (A(*) or A(1) in procs).
the problem is not bounds, but this: Error: Element of assumed-shaped array passed to dummy argument 'a' at (1) -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=40006