Re: [Patch, Fortran] Implement RANK

2012-06-18 Thread Paul Richard Thomas
Hi Tobias, > > Build and regtested on x86-64-gnu-linux. > OK for the trunk? Yes, of course it's OK for trunk. It verges on obvious! Thanks Paul

[Patch, Fortran] Implement RANK

2012-06-16 Thread Tobias Burnus
This patch adds run-time support for the RANK intrinsic. That's currently a bit pointless as the rank is known at compile time and, thus, the new code is unreachable as simplify.c handles it. However, it becomes useful for assumed-rank arrays ("dimension(..)") of TS 29113. I tested it by disab