summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug131.go
AgeCommit message (Collapse)AuthorFilesLines
2009-08-17fix up some irregular indentationRob Pike1-2/+2
R=rsc OCL=33382 CL=33391
2009-08-13Recognize gccgo error messages.Ian Lance Taylor1-1/+1
bug039.go:6:7: error: redefinition of 'x' bug039.go:5:1: note: previous definition of 'x' was here bug049.go:6:9: error: incompatible types in binary expression bug062.go:6:7: error: incompatible type in initialization bug086.go:5:1: error: control reaches end of non-void function bug103.go:8:2: error: variable has no type bug121.go:9:2: error: expected signature or type name bug131.go:7:7: error: incompatible type in initialization bug165.go:10:8: error: expected complete type bug171.go:5:1: error: control reaches end of non-void function bug171.go:6:1: error: control reaches end of non-void function bug172.go:7:6: error: expected integer type bug182.go:7:2: error: if statement expects boolean expression bug183.go:10:5: error: incompatible types in assignment bug183.go:19:5: error: incompatible types in assignment R=rsc DELTA=15 (0 added, 0 deleted, 15 changed) OCL=33168 CL=33175
2009-08-03more 6g reorg; checkpoint.Russ Cox1-1/+1
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
2009-07-30use errchk in more places.Russ Cox1-1/+1
let errchk exit 0 even if it has reported a BUG. it echoed BUG and that's all that matters. R=r DELTA=143 (1 added, 89 deleted, 53 changed) OCL=32533 CL=32542
2009-04-28bug131 has been fixed with no changeKen Thompson1-0/+12
R=r OCL=27980 CL=27980