[Bug libgomp/108895] [13.0.1 (exp)] Fortran + gfx90a !$acc update device produces a segfault.

2023-02-23 Thread hberre3 at gatech dot edu via Gcc-bugs
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

[Bug libgomp/108895] New: [13.0.1 (exp)] Fortran + gfx90a !$acc update device produces a segfault.

2023-02-22 Thread hberre3 at gatech dot edu via Gcc-bugs
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

[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

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

2022-08-16 Thread hberre3 at gatech dot edu via Gcc-bugs
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