On Thu, 14 Dec 2023 08:14:56 +0100
Jakub Jelinek <ja...@redhat.com> wrote:

> On Wed, Nov 29, 2023 at 11:43:05AM +0000, Julian Brown wrote:
> >     * c-c++-common/gomp/target-enter-data-1.c: Adjust scan
> > output.  
> 
> struct bar { int num_vectors; double *vectors; };
> 
> is 16 bytes only on 64-bit targets, on 32-bit ones it is just 8 bytes,
> so the explicit matching of the * 16 multiplication only works on the
> former.
> 
> Tested on x86_64-linux -m32/-m64, committed to trunk.

That was quick, thank you! Apologies for the breakage.

Julian

Reply via email to