◐ Shell
clean mode source ↗

gh-108562: fix compiler warnings for bundled libmpdec in the main by skirpichev · Pull Request #114751 · python/cpython

@bedevere-app Bot mentioned this pull request

Jan 30, 2024
This patch enable (if awailable) -fstrict-overflow for libmpdec and also
shut off false positive warnings (-Warray-bounds).  The later part
was backported from mpdecimal-4.0.0.

erlend-aasland

sethmlarson

erlend-aasland

erlend-aasland

@skirpichev skirpichev deleted the enable-strict-overflow-108562 branch

March 3, 2024 07:26

woodruffw pushed a commit to woodruffw-forks/cpython that referenced this pull request

Mar 4, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.

adorilson pushed a commit to adorilson/cpython that referenced this pull request

Mar 25, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.

diegorusso pushed a commit to diegorusso/cpython that referenced this pull request

Apr 17, 2024
If awailable, enable -fstrict-overflow for libmpdec. Also
shut off false positive warnings (-Warray-bounds).

The later was backported from mpdecimal-4.0.0.