diff options
author | Ian Lance Taylor <iant@golang.org> | 2021-03-08 13:58:14 -0800 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2021-03-08 16:23:31 -0800 |
commit | d5d3f15a0e04c30d5dbec09b56c14ad923a3e8da (patch) | |
tree | 2bec0f8ade5b0e9952cf1925a9e3cdf3a4d30580 /gcc/go | |
parent | 6405b40f4a6cfa0bb5194c3062cab4af10e43dd7 (diff) | |
download | gcc-d5d3f15a0e04c30d5dbec09b56c14ad923a3e8da.zip gcc-d5d3f15a0e04c30d5dbec09b56c14ad923a3e8da.tar.gz gcc-d5d3f15a0e04c30d5dbec09b56c14ad923a3e8da.tar.bz2 |
runtime: cast SIGSTKSZ to uintptr
In newer versions of glibc it is long, which causes a signed
comparison warning.
Fixes PR go/99458
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gofrontend/MERGE | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/go/gofrontend/MERGE b/gcc/go/gofrontend/MERGE index 5c9fc7d..5b45f03 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -2c5188b5ad6143e791f2ba42f02a4ea7887d87b6 +93380a9126e76b71fa208e62c31c7914084c0e37 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |