https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108895
--- Comment #2 from Henry Le Berre ---
Thank you Thomas for your swift reply! I would also like to thank you for
fixing the previous bug I had reported, it is sincerely appreciated. I will
take a look at the devel/omp/gcc-12 branch to see how mu
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=108895
Bug ID: 108895
Summary: [13.0.1 (exp)] Fortran + gfx90a !$acc update device
produces a segfault.
Product: gcc
Version: unknown
Status: UNCONFIRMED
Severity: no
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
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106643
Bug ID: 106643
Summary: [gfortran + OpenACC] Allocate in module causes
refcount error
Product: gcc
Version: 13.0
Status: UNCONFIRMED
Severity: normal