summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug192.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-24Match gccgo error messages.Ian Lance Taylor1-2/+2
bug192.go:11:5: error: redefinition of ‘fmt’ bug192.go:9:8: note: previous definition of ‘fmt’ was here R=r DELTA=2 (0 added, 0 deleted, 2 changed) OCL=33780 CL=33790
2009-08-19add bug to capture double declaration of name in file and package blockRob Pike1-0/+11
R=rsc DELTA=12 (12 added, 0 deleted, 0 changed) OCL=33554 CL=33563