Re: Testsuite differences between native and cross build

2025-07-22 Thread Andreas Schwab via Gcc
On Jul 22 2025, Stefan Schulze Frielinghaus via Gcc wrote: > and the cross build with > > --target=x86_64-linux-gnu > --enable-languages=c > --without-headers > --enable-checking=yes,rtl > --disable-nls Using --without-headers can subtly change the compiler, better use a sysroot. > Sin

Testsuite differences between native and cross build

2025-07-22 Thread Stefan Schulze Frielinghaus via Gcc
Hi all, While looking into PR121205 I've been testing my fix with a native build on x86_64 and via a cross compiler. The dg-compile+scan-assembler tests pass on the native build but fail in the cross build. I'm using a cross setup here, too, since I'm also testing for targets without native acce