Re: Inconsistent segmentation fault in GCC

2021-12-22 Thread Alessandro Baretta via Gcc
inside gdb, but as far as I know cc1plus cannot be called directly. Suggestions? -- Alex On Wed, Dec 22, 2021 at 5:16 PM Andrew Pinski wrote: > > On Wed, Dec 22, 2021 at 5:07 PM Alessandro Baretta via Gcc > wrote: > > > > Hello GCC hackers, and thank you very much for your p

Inconsistent segmentation fault in GCC

2021-12-22 Thread Alessandro Baretta via Gcc
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