Host and offload targets have no common meaning of address spaces
authorThomas Schwinge <thomas@codesourcery.com>
Tue, 24 Aug 2021 09:14:10 +0000 (11:14 +0200)
committerThomas Schwinge <thomas@codesourcery.com>
Thu, 13 Jan 2022 10:16:20 +0000 (11:16 +0100)
commit9fcc3a1dd2372deea8856c55d25337b06e201203
tree74d53607d282759352437f616c1e67e5f6f72db9
parente52253bcc0916d9a7c7ba4bbe7501ae1ded3b8a8
Host and offload targets have no common meaning of address spaces

gcc/
* tree-streamer-out.c (pack_ts_base_value_fields): Don't pack
'TYPE_ADDR_SPACE' for offloading.
* tree-streamer-in.c (unpack_ts_base_value_fields): Don't unpack
'TYPE_ADDR_SPACE' for offloading.
libgomp/
* testsuite/libgomp.c/address-space-1.c: Remove 'dg-xfail-run-if'
for 'offload_device_intel_mic'.
gcc/tree-streamer-in.c
gcc/tree-streamer-out.c
libgomp/testsuite/libgomp.c/address-space-1.c