• Hiroshi Ioka's avatar
    cmd/cgo: support large unsigned macros · 7555a45d
    Hiroshi Ioka authored
    Currently, cgo converts integer macros into int64 if it's possible.
    As a result, some macros which satisfy
    
    math.MaxInt64 < x <= math.MaxUint64
    
    will lose their original values.
    
    This CL introduces the new probe to check signs,
    so we can handle signed ints and unsigned ints separately.
    
    Fixes #20369
    
    Change-Id: I002ba452a82514b3a87440960473676f842cc9ee
    Reviewed-on: https://go-review.googlesource.com/43476Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
    Run-TryBot: Ian Lance Taylor <iant@golang.org>
    TryBot-Result: Gobot Gobot <gobot@golang.org>
    7555a45d
Name
Last commit
Last update
.github Loading commit data...
api Loading commit data...
doc Loading commit data...
lib/time Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.gitattributes Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTING.md Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README.md Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...