Descriptiongc: avoid meaningless constant overflow error for inverted slice range
Used to say:
issue4251.go:12: inverted slice range
issue4251.go:12: constant -1 overflows uint64
issue4251.go:16: inverted slice range
issue4251.go:16: constant -1 overflows uint64
issue4251.go:20: inverted slice range
issue4251.go:20: constant -1 overflows uint64
With this patch, only gives the "inverted slice range" errors.
Patch Set 1 #
Total comments: 2
Patch Set 2 : diff -r 9dedd7cd21ed https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 5eac1a2d6fc3 https://go.googlecode.com/hg/ #
MessagesTotal messages: 5
|