https://gcc.gnu.org/bugzilla/show_bug.cgi?id=60238
Dominique d'Humieres changed:
What|Removed |Added
Status|WAITING |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60238
Dominique d'Humieres changed:
What|Removed |Added
Status|UNCONFIRMED |WAITING
Last reconfirmed|
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=60238
--- Comment #1 from Dominique d'Humieres ---
> as an alternative to the ugly
>
> indices = (/ (I, I=3, 5) /)
You can use
indices=[(I, I=3, 5)]
if your coding style accepts f2003 syntax.
> Supporting it would allow easier compiler interoper