[Bug fortran/82313] Rejects-valid for sum(minloc(...))) as array dimension
kargl at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sat Jun 23 23:27:00 GMT 2018
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=82313
kargl at gcc dot gnu.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Keywords|rejects-valid |
Priority|P3 |P4
Status|NEW |WAITING
Severity|normal |minor
--- Comment #3 from kargl at gcc dot gnu.org ---
Removed rejects-valid. The code is invalid.
1 2 3 4 5 5 4 3 2
integer y( ( sum ( minloc ( (/1/) ) ) )
end
More information about the Gcc-bugs
mailing list