summaryrefslogtreecommitdiff
path: root/test/fixedbugs/bug090.go
Commit message (Collapse)AuthorAgeFilesLines
* test: use testlib (second 100)Russ Cox2012-02-161-1/+1
| | | | | | | | | | | X ,s;^// \$G (\$D/)?\$F\.go *$;// compile;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A *$;// build;g X ,s;^// \$G (\$D/)?\$F\.go && \$L \$F\.\$A && \./\$A\.out *$;// run;g X ,s;^// errchk \$G( -e)? (\$D/)?\$F\.go *$;// errorcheck;g R=golang-dev CC=golang-dev http://codereview.appspot.com/5673078
* more 6g reorg; checkpoint.Russ Cox2009-08-031-2/+2
| | | | | | | | | typecheck.c is now responsible for all type checking except for assignment and function argument "..." R=ken OCL=32661 CL=32667
* Match gccgo error messages.Ian Lance Taylor2009-03-201-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
* make 6g constants behave as ken proposes. (i hope.)Russ Cox2009-03-121-4/+5
| | | | | | | | | | various bug fixes and tests involving constants. test/const1.go is the major new test case. R=ken OCL=26216 CL=26224
* update fixed bugs (and delete an irrelevant one)Rob Pike2008-10-171-0/+45
R=rsc DELTA=328 (158 added, 170 deleted, 0 changed) OCL=17353 CL=17359