diff options
author | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-12-01 00:17:36 +0000 |
---|---|---|
committer | GCC Administrator <gccadmin@gcc.gnu.org> | 2023-12-01 00:17:36 +0000 |
commit | 8428bcd70374dc5643519562ebb01c5e097d9ee7 (patch) | |
tree | 9fb0391d00ad7dba2fee0a9a34e87b3fc8fa7436 /libgomp | |
parent | 725c68c54c265fe7f6fc7babff7139f3161bdfa6 (diff) | |
download | gcc-8428bcd70374dc5643519562ebb01c5e097d9ee7.zip gcc-8428bcd70374dc5643519562ebb01c5e097d9ee7.tar.gz gcc-8428bcd70374dc5643519562ebb01c5e097d9ee7.tar.bz2 |
Daily bump.
Diffstat (limited to 'libgomp')
-rw-r--r-- | libgomp/ChangeLog | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/libgomp/ChangeLog b/libgomp/ChangeLog index 9881e23..bcb1712 100644 --- a/libgomp/ChangeLog +++ b/libgomp/ChangeLog @@ -1,3 +1,49 @@ +2023-11-30 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c/declare-variant-4-fiji.c: Adjust. + * testsuite/libgomp.c/declare-variant-4-gfx803.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx900.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx906.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx908.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx90a.c: Likewise. + * testsuite/libgomp.c/declare-variant-4.h: Likewise. + * testsuite/libgomp.c/declare-variant-4.c: New. + +2023-11-30 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c/declare-variant-3-sm30.c: Turn 'dg-do run' + into 'dg-do link'. + * testsuite/libgomp.c/declare-variant-3.c: New. + * testsuite/libgomp.c/declare-variant-3.h: Extend. + +2023-11-30 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c/declare-variant-3-sm30.c: Restrict + 'scan-offload-tree-dump' to 'only_for_offload_target nvptx-none'. + * testsuite/libgomp.c/declare-variant-3-sm35.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm53.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm70.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm75.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm80.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-fiji.c: Restrict + 'scan-offload-tree-dump' to + 'only_for_offload_target amdgcn-amdhsa'. + * testsuite/libgomp.c/declare-variant-4-gfx803.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx900.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx906.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx908.c: Likewise. + * testsuite/libgomp.c/declare-variant-4-gfx90a.c: Likewise. + +2023-11-30 Thomas Schwinge <thomas@codesourcery.com> + + * testsuite/libgomp.c/declare-variant-3-sm30.c: + 'dg-additional-options -foffload=nvptx-none'. + * testsuite/libgomp.c/declare-variant-3-sm35.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm53.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm70.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm75.c: Likewise. + * testsuite/libgomp.c/declare-variant-3-sm80.c: Likewise. + 2023-11-29 Thomas Schwinge <thomas@codesourcery.com> * testsuite/libgomp.c/target-simd-clone-1.c: Restrict |