summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug197.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-31Match gccgo error messages.Ian Lance Taylor1-6/+6
bug197.go:10:5: error: incompatible type in initialization bug197.go:11:5: error: incompatible type in initialization bug197.go:12:5: error: incompatible type in initialization bug197.go:13:5: error: incompatible type in initialization bug197.go:20:13: error: incompatible types in binary expression bug197.go:21:27: error: incompatible types in binary expression R=rsc DELTA=6 (0 added, 0 deleted, 6 changed) OCL=34135 CL=34177
2009-08-24bug197Russ Cox1-0/+33
R=ken OCL=33765 CL=33765