summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug255.go
Commit message (Expand)AuthorAgeFilesLines
* cmd/compile: skip array bounds errors when type is brokenJosh Bleecher Snyder2017-04-101-1/+1
* cmd/compile: untyped arrays bounds representable as integers are validRobert Griesemer2016-10-051-1/+1
* all: make copyright headers consistent with one space after periodEmmanuel Odeke2016-05-021-1/+1
* cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox2014-09-161-7/+12
* cmd/gc: Friendlier errors on oversized arrays.Daniel Morsing2012-10-211-1/+1
* test: use testlib (third 100)Russ Cox2012-02-161-1/+1
* test: Recognize gccgo error messages.Ian Lance Taylor2010-08-311-3/+3
* gc: diagnose invalid array boundsRuss Cox2010-02-121-0/+15