https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015
Jerry DeLisle changed:
What|Removed |Added
Status|NEW |RESOLVED
Resolution|---
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015
--- Comment #3 from Francois-Xavier Coudert ---
Allowing EXPR_STRUCTURE to go through the tests (by adding it along
EXPR_VARIABLE and EXPR_FUNCTION) leads to a failure of c_ptr_tests_16.f90 (the
rest of the testsuite works ok). The code that trigg
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015
--- Comment #2 from Francois-Xavier Coudert ---
We don't trigger the check in resolve.c:resolve_transfer() because we bail out
early:
if (exp == NULL || (exp->expr_type != EXPR_VARIABLE
&& exp->expr_type != EXPR_FUNCTION))
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015
Tobias Burnus changed:
What|Removed |Added
Keywords||accepts-invalid, diagnostic
S