[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-11-28 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |13.0

[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-11-02 Thread tschwinge at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 Thomas Schwinge changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |tschwinge at gcc dot gnu.org

[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-11-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 --- Comment #3 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:f6ce1e77bbf5d3a096f52e674bfd7354c6537d10 commit r13-3617-gf6ce1e77bbf5d3a096f52e674bfd7354c6537d10 Author: Thomas Schwinge Date:

[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-11-02 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 --- Comment #2 from CVS Commits --- The master branch has been updated by Thomas Schwinge : https://gcc.gnu.org/g:da8e0e1191c5512244a752b30dea0eba83e3d10c commit r13-3616-gda8e0e1191c5512244a752b30dea0eba83e3d10c Author: Thomas Schwinge Date:

[Bug libgomp/106643] [gfortran + OpenACC] Allocate in module causes refcount error

2022-08-30 Thread hberre3 at gatech dot edu via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643 --- Comment #1 from Henry Le Berre --- Here is a more minimal version: m_mod.f90: ```fortran module m_mod real(kind(0d0)),allocatable, dimension(:) :: arrs !$acc declare create(arrs) contains subroutine s_mod_init() allo