You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid an off-by-one error when checking the start index of a string
slice by allowing the start index to be the string length instead
of the string length - 1.
Fixesgolang/go#11522.
Reviewed-on: https://go-review.googlesource.com/13030
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227191 138bc75d-0d04-0410-961f-82ee72b054a4
gccgo rejects to compile the following program:
gcc version 6.0.0 2015070 (experimental) (GCC)
The text was updated successfully, but these errors were encountered: