Le 28/03/2013 18:48, Tobias Burnus a écrit : > Talking about dependencies, I wonder whether you would be interested > implementing the function > bool gfc_simply_noncontiguous (gfc_expr *); > or something similarly named. > > It should return true, if the expression is known to be noncontiguous.
I suggest having instead a single function returning a two bit integer, one bit for contiguous, one for noncontiguous. Mikael