On 18/12/2020 7:31 pm, Jakub Jelinek wrote: > On Fri, Dec 18, 2020 at 03:10:52PM +0000, Kwok Cheung Yeung wrote: >> 2020-12-17 Kwok Cheung Yeung >> >> gcc/testsuite/ >> * g++.dg/gomp/declare-target-3.C: New. > > Note the test fails on the trunk when one doesn't have offloading > configured. IL scan tests are always problematic, different between > offloading and no offloading... Oops. This patch disables the scan for .offload_var_table entries in the assembler if offloading is not enabled. The gimple tests appear to be okay though? Okay for trunk? Thanks Kwok