summaryrefslogtreecommitdiff
path: root/test/convlit.go
AgeCommit message (Collapse)AuthorFilesLines
2012-04-06Imported Upstream version 1upstream/1Ondřej Surý1-12/+13
2011-09-13Imported Upstream version 60upstream/60Ondřej Surý1-0/+66
2011-09-13Imported Upstream version 60Ondřej Surý1-66/+0
2011-02-14Imported Upstream version 2011-02-01.1upstream/2011-02-01.1Ondřej Surý1-21/+23
2011-01-17Imported Upstream version 2011.01.12upstream/2011.01.12Ondřej Surý1-20/+20
2010-02-25gc: implement []int(string) and []byte(string)Russ Cox1-0/+27
R=ken2 CC=golang-dev http://codereview.appspot.com/224060
2009-08-03more 6g reorg; checkpoint.Russ Cox1-5/+5
typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
2009-05-05update convlit.go to current specRuss Cox1-7/+7
R=r DELTA=17 (2 added, 9 deleted, 6 changed) OCL=28286 CL=28286
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox1-3/+5
various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
2008-11-17fix the easy parts of bug120Russ Cox1-1/+1
R=r,ken DELTA=66 (52 added, 3 deleted, 11 changed) OCL=19386 CL=19389
2008-10-22Match gccgo error messages.Ian Lance Taylor1-5/+5
convlit.go:17: error: incompatible type in initialization convlit.go:18: error: incompatible types in binary expression convlit.go:19: error: incompatible types in binary expression convlit.go:20: error: incompatible types in binary expression convlit.go:21: error: incompatible types in binary expression convlit.go:23: error: cannot convert non-integer constant convlit.go:24: error: integer type overflow convlit.go:25: error: floating point overflow R=rsc DELTA=5 (0 added, 0 deleted, 5 changed) OCL=17649 CL=17661
2008-10-16diagnose various conversion problemsRuss Cox1-0/+35
R=ken OCL=17320 CL=17320