Hi FX,
The patch has been bootstrapped and regtested on two 64-bit targets: aarch64-apple-darwin21 (development branch) and x86_64-pc-gnu-linux. I would like it to be tested on a 32-bit target without 128-bit integer type. Does someone have access to that?
There are two possibilities: Either use gcc45 on the compile farm, or run it with make -k -j8 check-fortran RUNTESTFLAGS="--target_board=unix'{-m32,-m64}'" which is the magic incantation to also use -m32 binaries. You'll need the 32-bit support on your Linux system, of course (which you can check quickly with a "hello world" kind of program with -m32). Regards Thomas