[patch, fortran] Fix PR 36931, more array dependencies

Steven Bosscher stevenb.gcc@gmail.com
Sat Sep 4 21:03:00 GMT 2010


On Sat, Sep 4, 2010 at 12:58 AM, Thomas Koenig <tkoenig@netcologne.de> wrote:
> Hello world,
>
> here a few more temporary eliminations, for code like
>
>  a = f() + b


So what happens with "a = f() + g() + h" e.g. a = matmul(b,c) +
matmul(d,e) + f" ?

Ciao!
Steven



More information about the Fortran mailing list