[patch][v2a] libgomp: Add interop types and routines to OpenMP's headers and module

2024-08-22 Thread Tobias Burnus
This is nearly identical to v2, except that I presumably used 'git add testsuite' when intending to use 'git add -u testsuite' in a last-minute change as it contained a bunch of unrelated test files … The only other change besides removing unrelated files  is that for the generic part of omp_g

PR 116468: Segmentation fault at intrinsic assignment to allocatable array component of derived type with kind type parameter

2024-08-22 Thread Damian Rouson
A program compiled with gfortran terminates with a segmentation fault at an intrinsic assignment to an allocatable array component of a derived type with a kind type parameter. Please see below. I tried several workarounds, including replacing the intrinsic assignment with a type-bound defined as