[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #10 from Tobias Burnus --- Author: burnus Date: Tue Nov 5 14:28:07 2019 New Revision: 277840 URL: https://gcc.gnu.org/viewcvs?rev=277840=gcc=rev Log: PR 92208 + PR 92277 – GCC 9 follow-up fix PR fortran/92208

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-05 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #9 from Christophe Lyon --- (In reply to Tobias Burnus from comment #8) > (In reply to Christophe Lyon from comment #7) > > On gcc-9, the patch introduced regressions, seen on arm and aarch64: > > On trunk, the following was needed

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-05 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #8 from Tobias Burnus --- (In reply to Christophe Lyon from comment #7) > On gcc-9, the patch introduced regressions, seen on arm and aarch64: On trunk, the following was needed (PR92277, r277661) – but I it did not trigger on the

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-05 Thread clyon at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 Christophe Lyon changed: What|Removed |Added CC||clyon at gcc dot gnu.org --- Comment

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 Tobias Burnus changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #5 from Tobias Burnus --- Author: burnus Date: Mon Nov 4 15:07:19 2019 New Revision: 277783 URL: https://gcc.gnu.org/viewcvs?rev=277783=gcc=rev Log: Fortran] PR 92208 don't use function-result dummy variable as actual argument

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-10-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #4 from Tobias Burnus --- Author: burnus Date: Wed Oct 30 20:01:36 2019 New Revision: 277639 URL: https://gcc.gnu.org/viewcvs?rev=277639=gcc=rev Log: Fortran] PR 92208 don't use function-result dummy variable as actual argument

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-10-29 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 --- Comment #3 from Tobias Burnus --- "fixed" by the following patch: * The LHS [se->string_length] is the string length represented as MAX_EXPR <(integer(kind=8)) D.4012, 0> * The RHS [expr->ts.u.cl->backend_decl] is ..__result The question

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-10-28 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 Tobias Burnus changed: What|Removed |Added CC||tkoenig at gcc dot gnu.org --- Comment

[Bug fortran/92208] [9/10 Regression] internal compile error, character array of dynamic length returned from function and passed to subroutine

2019-10-28 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92208 Tobias Burnus changed: What|Removed |Added Keywords||ice-on-valid-code