By making the 64 bit integer literals unsigned. Otherwise some of them
are unexpectedly sign extended (and the compiler rightly diagnosed this
with warnings)
Initially added in D80506.
Paths
| Differential D146667
[builtins][test] Fix divmodti4_test.c on Windows ClosedPublic Authored by aeubanks on Mar 22 2023, 3:57 PM.
Details Summary By making the 64 bit integer literals unsigned. Otherwise some of them Initially added in D80506.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 23 2023, 1:14 PM This revision was landed with ongoing or failed builds.Mar 23 2023, 7:09 PM Closed by commit rGccd96b3e03e1: [builtins][test] Fix divmodti4_test.c on Windows (authored by aeubanks). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 507941 compiler-rt/test/builtins/Unit/divmodti4_test.c
|