Re: [PATCH] testsuite: adjust gomp test for x86 -m32

2023-11-08 Thread Jakub Jelinek
On Wed, Nov 08, 2023 at 12:56:44PM -0300, Alexandre Oliva wrote: > > declare-target-3.C expects .quad for entries in offload_var_table, but > the entries are pointer-wide, so 32-bit targets use .long instead. > Accept both. > > Regstrapped on x86_64-linux-gnu, also tested with gcc-13 on i686- and

[PATCH] testsuite: adjust gomp test for x86 -m32

2023-11-08 Thread Alexandre Oliva
declare-target-3.C expects .quad for entries in offload_var_table, but the entries are pointer-wide, so 32-bit targets use .long instead. Accept both. Regstrapped on x86_64-linux-gnu, also tested with gcc-13 on i686- and x86_64-. Ok to install? for gcc/testsuite/ChangeLog * g++.dg/go