summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug090.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-1/+1
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+46
2011-09-13Imported Upstream version 60Ondřej Surý1-46/+0
2009-08-03more 6g reorg; checkpoint.Russ Cox1-2/+2
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
2009-03-20Match gccgo error messages.Ian Lance Taylor1-2/+2
bug090.go:41:6: error: floating point constant truncated to integer bug090.go:32:6: error: floating point constant truncated to integer bug090.go:34:14: error: floating point constant truncated to integer bug090.go:37:5: error: incompatible types in assignment bug090.go:40:5: error: incompatible types in assignment R=rsc DELTA=2 (0 added, 0 deleted, 2 changed) OCL=26564 CL=26574
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-4/+5
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
2008-10-17update fixed bugs (and delete an irrelevant one)Rob Pike1-0/+45
R=rsc DELTA=328 (158 added, 170 deleted, 0 changed) OCL=17353 CL=17359