[Bug fortran/49076] ASSOCIATE: Array descriptor passed to explicit-shaped dummy

2011-05-20 Thread andrew.t.baldwin at me dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49076 --- Comment #2 from Andrew Baldwin 2011-05-21 03:16:20 UTC --- I'm not sure if this is directly related or not, but the following program produces the same output as the original (with the same problem): subroutine print_int (i) in

[Bug fortran/49076] ASSOCIATE: Array descriptor passed to explicit-shaped dummy

2011-05-20 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49076 --- Comment #1 from Tobias Burnus 2011-05-20 21:50:25 UTC --- If one places a break point in gfc_conv_array_parameter - which is called during gfc_conv_procedure_call, one finds that "foo" is of type "AS_DEFERRED" and not "AS_ASSUMED_SHAPE"; at t