https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113
Thomas Koenig changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|---
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113
--- Comment #2 from Thomas Koenig ---
Author: tkoenig
Date: Wed Jan 1 21:40:35 2020
New Revision: 279821
URL: https://gcc.gnu.org/viewcvs?rev=279821&root=gcc&view=rev
Log:
Handle REF_INQUIRY for dependency checking.
2020-01-01 Thomas Koenig
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113
--- Comment #1 from Thomas Koenig ---
Reduced test case:
program main
complex, dimension(10,10) :: a
a%re = a%re - 0.5
end program main
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93113
Thomas Koenig changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|