https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121618

Sam James <sjames at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|needs-bisection             |
                 CC|                            |rsandifo at gcc dot gnu.org
            Summary|[16 regression] Failed      |[16 regression] Failed
                   |bootstrap on                |bootstrap on
                   |armv7a-unknown-linux-gnueab |armv7a-unknown-linux-gnueab
                   |ihf                         |ihf since
                   |                            |r16-3301-g724d88900b7aa8

--- Comment #3 from Sam James <sjames at gcc dot gnu.org> ---
yes, r16-3301-g724d88900b7aa8.

I can reproduce it with:
```
$ /tmp/bisect-gcc-bld/gcc/xgcc -v
Using built-in specs.
COLLECT_GCC=/tmp/bisect-gcc-bld/gcc/xgcc
Target: armv7a-unknown-linux-gnueabihf
Configured with: /root/git/gcc/configure --build=armv7a-unknown-linux-gnueabihf
--host=armv7a-unknown-linux-gnueabihf --target=armv7a-unknown-linux-gnueabihf
--disable-analyzer --disable-cet --disable-default-pie --disable-default-ssp
--disable-multilib --disable-nls --disable-systemtap --disable-werror
--enable-languages=c,c++ --prefix=/tmp/bisect-gcc-pfx --enable-checking=release
--with-build-config=bootstrap-time --with-arch=armv7-a --with-float=hard
--with-fpu=vfpv3-d16
Thread model: posix
Supported LTO compression algorithms: zlib zstd
gcc version 16.0.0 20250820 (experimental) (GCC) 
```

Note that I used --with-build-config=bootstrap-time just to make sure
bootstrap-debug (the default) wasn't used, because you will get an unrelated
bootstrap comparison failure otherwise (discriminators, known issue).

Reply via email to