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
Starting with gcc11, many of the hash reference functions return incorrect results on -O2 and above but pass as at -O1. This may be related to a gcc11 siting gcc bug 101257 where IPA is causing a violation of the strict aliasing rules. Commit 9510077 attempts to fix this with attribute(noipa) but can revert if fixed.
The text was updated successfully, but these errors were encountered:
Starting with gcc11, many of the hash reference functions return incorrect results on -O2 and above but pass as at -O1. This may be related to a gcc11 siting gcc bug 101257 where IPA is causing a violation of the strict aliasing rules. Commit 9510077 attempts to fix this with attribute(noipa) but can revert if fixed.
The text was updated successfully, but these errors were encountered: