Re: [Patch, fortran] LBOUND/UBOUND/SHAPE assumed rank support

2012-08-02 Thread Tobias Burnus
Hello Mikael, thanks for your patch series, which not only implements missing parts of the assumed-rank support but also fixes some buglets such as the set_loop_bounds setting or the shape setting for assumed ranks. The patch is okay. Tobias On 08/02/2012 04:17 PM, Mikael Morin wrote: Hell

[Patch, fortran] LBOUND/UBOUND/SHAPE assumed rank support

2012-08-02 Thread Mikael Morin
Hello, as promised, I submit the patch (split to 5 pieces) adding support for assumed rank actual arguments to the LBOUND/UBOUND/SHAPE intrinsics in the non-scalar case (without the DIM argument). Patch 1: Disable shape setting and simplification for assumed rank. Patch 2: Move and rename get_ran