[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2021-10-19 Thread burnus at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 Bug 92284 depends on bug 92189, which changed state. Bug 92189 Summary: Fortran-written bind(C) function with allocatable argument does not update C descriptor on exit https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92189 What|Remove

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

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

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-11-04 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 --- Comment #8 from Tobias Burnus --- Author: burnus Date: Mon Nov 4 14:14:43 2019 New Revision: 277781 URL: https://gcc.gnu.org/viewcvs?rev=277781&root=gcc&view=rev Log: Backport Fortran BIND(C) fixes gcc/fortran/ Backport fro

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-31 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 --- Comment #7 from Jakub Jelinek --- Author: jakub Date: Thu Oct 31 16:37:55 2019 New Revision: 277679 URL: https://gcc.gnu.org/viewcvs?rev=277679&root=gcc&view=rev Log: PR fortran/92284 * gfortran.dg/bind_c_array_params_3_aux.c

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-31 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 --- Comment #6 from Tobias Burnus --- Author: burnus Date: Thu Oct 31 10:12:55 2019 New Revision: 277663 URL: https://gcc.gnu.org/viewcvs?rev=277663&root=gcc&view=rev Log: Fortran] PR92284 – gfc_desc_to_cfi_desc fixes gcc/fortran/

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 Tobias Burnus changed: What|Removed |Added Keywords||wrong-code Status|RESOLVED

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-30 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 --- Comment #4 from José Rui Faustino de Sousa --- Sorry I blooped while trying to simplify the sample code... :-( The new code should ICE 10.0.0, but not 9.1.0, using either the C procedure or the Fortran bind(c) one. Using just the "arr_set"

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-30 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 José Rui Faustino de Sousa changed: What|Removed |Added Attachment #47134|0 |1 is obsolete|

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-30 Thread jrfsousa at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 José Rui Faustino de Sousa changed: What|Removed |Added Attachment #47130|0 |1 is obsolete|

[Bug fortran/92284] Subroutine with bind(c) attribute causing varied problems

2019-10-30 Thread burnus at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92284 Tobias Burnus changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|