Re: [Patch] libgomp.texi: Update OpenMP implementation status

2022-01-26 Thread Jakub Jelinek via Gcc-patches
On Wed, Jan 26, 2022 at 11:14:54PM +0100, Tobias Burnus wrote: > ]I saw that the following now is implemented: > > * requires: dynamic_allocators is now also works > (by assuming that it is supported, no longer giving 'sorry') > https://gcc.gnu.org/r12-6641-g450c85b81f4dd67bf6211d307afdc0f3c07

[Patch] libgomp.texi: Update OpenMP implementation status

2022-01-26 Thread Tobias Burnus
]I saw that the following now is implemented: * requires: dynamic_allocators is now also works (by assuming that it is supported, no longer giving 'sorry') https://gcc.gnu.org/r12-6641-g450c85b81f4dd67bf6211d307afdc0f3c07ef44f * in_reduction on target: Now also supported for Fortran https: