RepoNotes
Toggle theme
Loading ...
Sign in
golang/gofrontend
Go compiler frontend (gccgo)
875
1
2
Readme
Notes
New Note
Sign in to add notes for this repository
RN
golang
10327
Followers
0
Following
61
Repos
No Twitter
The Go Programming Language
Branches
master
Releases
Commits
runtime: avoid libc memmove and memclr The libc memmove and memclr don't reliably operate on full memory words. We already avoided them on PPC64, but the same problem can occur even on x86, where som
syscall: pass correct pointer to system call in recvmsgRaw The code in recvmsgRaw, introduced in CL 384695, incorrectly passed &rsa to the recvmsg system call. But in recvmsgRaw rsa is already a poin
libgo: bump libgo version for GCC 15 release For https://gcc.gnu.org/PR119098 Change-Id: I754c4b3df2801de8a978d4ecc5932e49ad9fceb3 Reviewed-on: https://go-review.googlesource.com/c/gofrontend/+/6544
Issues
fix when "x[i] op= y" evaluates x[i] more than once
fix when "x[i] op= y" evaluates x[i] more than once