On Mon, Jul 27, 2026 at 11:46:40PM +0200, Thomas Schwinge wrote:
> Simplify commit 97a43fc4dbc5cfb1174a13313dda7637c838d110
> "OpenMP: Handle 'device_type(nohost)' on 'target'".
>
> gcc/
> * gimplify.cc (gimplify_omp_workshare)
> [OMP_TARGET && OMP_CLAUSE_DEVICE_TYPE_NOHOST]: Use
> 'build_string_literal'. Use 'build_int_cst'.
> libgomp/
> * testsuite/libgomp.c/target-device-type-1.c: Adjust.
> * testsuite/libgomp.c/target-device-type-2.c: Likewise.
> ---
> gcc/gimplify.cc | 11 ++---------
> libgomp/testsuite/libgomp.c/target-device-type-1.c | 2 +-
> libgomp/testsuite/libgomp.c/target-device-type-2.c | 2 +-
> 3 files changed, 4 insertions(+), 11 deletions(-)
LGTM, thanks.
Jakub