Comment 1 for bug 1851644

Revision history for this message
William Daniau (wdaniau) wrote :

This bug is the same as the following on gcc bugzilla

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

and comment #3 gives a workaround :
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=92321#c3

using -fno-frontend-optimize on the compilation line will remove the error at the price of some inlining optimizations.