Andrew,
Thank you for your kind reply. You alerted me to the fact that the bug
I am seeing is likely limited to a version or a small range of
versions of GCC. I have thus tinkered with my project's CMakeLists.txt
and discovered the following:
* The compiler was originally set to `gcc-11`, whereas
On Wed, Dec 22, 2021 at 5:07 PM Alessandro Baretta via Gcc
wrote:
>
> Hello GCC hackers, and thank you very much for your precious work here.
>
> I've been observing somewhat random GCC segfaults in my C++ 20
> codebase for a while. By "random" I mean that if I rerun the cmake
> build after a fail
Hello GCC hackers, and thank you very much for your precious work here.
I've been observing somewhat random GCC segfaults in my C++ 20
codebase for a while. By "random" I mean that if I rerun the cmake
build after a failure, 75% out of the time it will succeed, and it
might fail again the next tim