https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122828
--- Comment #3 from Bjorn Wehlin <bjorn.wehlin at gmail dot com> --- (In reply to Jonathan Wakely from comment #2) > (In reply to Bjorn Wehlin from comment #0) > > gcc -v output: > [snip] > > gcc version 11.4.0 (Ubuntu 11.4.0-1ubuntu1~22.04.2) > > This is not useful, it's the output of your system gcc, not the one you used > to compile the reflection example. You're 100% right, I was a bit too quick when filing this bug. Here's the output of the g++ -v for the actual GCC I'm using: Using built-in specs. COLLECT_GCC=/opt/gcc-reflection/bin/g++ COLLECT_LTO_WRAPPER=/opt/gcc-reflection/libexec/gcc/x86_64-pc-linux-gnu/16.0.0/lto-wrapper Target: x86_64-pc-linux-gnu Configured with: ../git/gcc/configure --disable-multilib --host=x86_64-pc-linux-gnu --prefix=/opt/gcc-reflection --enable-threads=posix --enable-languages=c,c++ --disable-werror Thread model: posix Supported LTO compression algorithms: zlib gcc version 16.0.0 20251114 (experimental) (GCC)
