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

--- Comment #1 from Matthias Klose <doko at gcc dot gnu.org> ---
the nvida-nccl package uses nvidia-cuda-toolkit-gcc for the build, which uses
GCC 13.  Afaik, there is no newer version of the nvidia-cuda-toolkit available.

when calling just g++ for the link, it errors out with
lto1: fatal error: bytecode stream in file 'bootstrap.o' generated with LTO
version 13.1 instead of the expected 16.0

so this actually a report for GCC 13, and the ICE is still seen with the gcc-13
branch.

Reply via email to