You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to build with these flags: -flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing
Note: the -Werror=* are important since they indicate cases where the compiler can try to optimize by assuming UB cannot exist, and if it does exist then the result is incorrectly compiled code.
Thanks for the fix -- I verified it makes things pass for me too.
For future notice it may help to add the term "Fixes #2023" to your PR so it gets automatically closed as "fixed by that-other-PR". I got a notification that the stalebot closed it instead and wasn't originally planning to revisit the issue at all -- I don't usually argue with people who use stalebots -- but for some reason I ended up doing so and got extremely confused to see a referenced PR. Github doesn't give notifications for those, by the way. :)
I tried to build with these flags:
-flto=4 -Werror=odr -Werror=lto-type-mismatch -Werror=strict-aliasing
Note: the -Werror=* are important since they indicate cases where the compiler can try to optimize by assuming UB cannot exist, and if it does exist then the result is incorrectly compiled code.
I got this error when building the tests:
Previously reported downstream: https://bugs.gentoo.org/878525
Full build logs: build.log
Edit on May 6:
Not doing this dance, sorry.
The text was updated successfully, but these errors were encountered: