-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
Update submodule to latest master (7f90b960): cmd/compile: don't elid…
…e zero extension on top of signed values
1 parent
68a5577
commit 79f0916
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule go
updated
7 files
+14 −3 | src/cmd/compile/internal/ssa/rewrite.go | |
+7 −0 | src/cmd/go/alldocs.go | |
+7 −0 | src/cmd/go/internal/help/helpdoc.go | |
+15 −8 | src/cmd/link/internal/ld/lib.go | |
+79 −94 | src/os/os_test.go | |
+4 −5 | src/slices/iter.go | |
+43 −0 | test/fixedbugs/issue68227.go |