https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93764
Martin Liška <marxin at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution|--- |INVALID --- Comment #1 from Martin Liška <marxin at gcc dot gnu.org> --- I saw this issue on openSUSE built with GCC 10. It's due to violation of strict-aliasing by the package. We added -fno-strict-aliasing to the spec file.