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
This bug suggests this is a gcc12 issue and we only see this diagnostic when compiling with GCC12 -O3. No tests fail if the diagnostic is removed and address sanitization runs on clang do not show any illegal stack accesses. This all points to a false positive. We may need to pragma/ignore this to work around.
The text was updated successfully, but these errors were encountered:
This bug suggests this is a gcc12 issue and we only see this diagnostic when compiling with GCC12
-O3
. No tests fail if the diagnostic is removed and address sanitization runs on clang do not show any illegal stack accesses. This all points to a false positive. We may need to pragma/ignore this to work around.The text was updated successfully, but these errors were encountered: