[Bug fortran/59015] I/O of PARAMETER derived type with private component is forbidden

2016-09-16 Thread jvdelisle at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015 Jerry DeLisle changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/59015] I/O of PARAMETER derived type with private component is forbidden

2013-11-06 Thread fxcoudert at gcc dot gnu.org
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

[Bug fortran/59015] I/O of PARAMETER derived type with private component is forbidden

2013-11-06 Thread fxcoudert at gcc dot gnu.org
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))

[Bug fortran/59015] I/O of PARAMETER derived type with private component is forbidden

2013-11-06 Thread burnus at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59015 Tobias Burnus changed: What|Removed |Added Keywords||accepts-invalid, diagnostic S