aboutsummaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug255.go
AgeCommit message (Expand)Author
2017-04-10cmd/compile: skip array bounds errors when type is brokenJosh Bleecher Snyder
2016-10-05cmd/compile: untyped arrays bounds representable as integers are validRobert Griesemer
2016-05-02all: make copyright headers consistent with one space after periodEmmanuel Odeke
2014-09-16cmd/gc: say 'non-constant array bound' instead of 'invalid array bound'Russ Cox
2012-10-21cmd/gc: Friendlier errors on oversized arrays.Daniel Morsing
2012-02-16test: use testlib (third 100)Russ Cox
2010-08-31test: Recognize gccgo error messages.Ian Lance Taylor
2010-02-12gc: diagnose invalid array boundsRuss Cox