https://gcc.gnu.org/bugzilla/show_bug.cgi?id=37131

--- Comment #29 from Thomas Koenig <tkoenig at gcc dot gnu.org> ---
Further ideas:

- Handling of TRANSPOSEd arguments

- Temporaries for arguments which are not plain arrays

- Remove size<0 checks (the DO loops will do that on their own)

- Remove double run-time checks, both at the beginning and in the DO loops
themselves

Reply via email to