http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38111

Thomas Koenig <tkoenig at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tkoenig at gcc dot gnu.org

--- Comment #5 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
One way of handling this would be to create a DO loop
from the array assignment.

Of course, we would have to make sure check for dependencies,
for example

a = [(a(4)+3,i=1,n)]

Reply via email to