diff options
author | Ian Lance Taylor <iant@golang.org> | 2023-10-19 16:46:14 -0700 |
---|---|---|
committer | Ian Lance Taylor <iant@golang.org> | 2023-10-23 14:03:10 -0700 |
commit | 2621bd1bac614b63e52d0deb4ab2ff287a9fafa8 (patch) | |
tree | 19af26bacbb783cc5051ac47bede560731f2148d /gcc | |
parent | 32b74c9e1d46932a4bbb1f46353bfc43c702c20a (diff) | |
download | gcc-2621bd1bac614b63e52d0deb4ab2ff287a9fafa8.zip gcc-2621bd1bac614b63e52d0deb4ab2ff287a9fafa8.tar.gz gcc-2621bd1bac614b63e52d0deb4ab2ff287a9fafa8.tar.bz2 |
syscall: add missing type conversion
The gofrontend incorrectly accepted code that was missing a type conversion.
The test case for this is bug518.go in https://go.dev/cl/536537.
Future CLs in this series will detect the type error.
Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/536638
Diffstat (limited to 'gcc')
-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 398d267..0f96115 100644 --- a/gcc/go/gofrontend/MERGE +++ b/gcc/go/gofrontend/MERGE @@ -1,4 +1,4 @@ -c201fa2a684ada551ca9a0825a3075a0a69498de +081ec9824a74ec9d82628d8d2f6b9a7a4c35a529 The first line of this file holds the git revision number of the last merge done from the gofrontend repository. |