summaryrefslogtreecommitdiff
path: root/test/const1.go
Commit message (Expand)AuthorAgeFilesLines
* [dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer2020-12-011-28/+28
* cmd/compile: fix ICE from invalid operations on float/complex constantsMatthew Dempsky2019-03-281-1/+1
* cmd/compile: fix constant pointer comparison failureMatthew Dempsky2018-04-091-2/+2
* test: match gccgo error messagesIan Lance Taylor2013-12-121-4/+4
* cmd/gc: reject non-Go constantsRuss Cox2013-02-011-0/+6
* test: match gccgo error messagesIan Lance Taylor2012-09-281-1/+1
* test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor2012-02-291-0/+2
* gc: fix error for floating-point constant %Russ Cox2012-02-191-27/+28
* test: [a-c]: add introductory comments to testsRob Pike2012-02-191-0/+3
* test: use testlib (first 100)Russ Cox2012-02-161-1/+1
* delete float, complex - code changesRuss Cox2011-01-191-55/+56
* gc: const nil bugRuss Cox2010-09-111-0/+2
* test: remove semiocolons.Rob Pike2010-09-041-56/+56
* Cleaned up gccgo error messages require minor adjustment toIan Lance Taylor2009-11-051-2/+2
* more 6g reorg; checkpoint.Russ Cox2009-08-031-8/+8
* ^ type(const) now inverts "enough" bitsKen Thompson2009-03-241-1/+1
* Modify error regexps to match gccgo error messages.Ian Lance Taylor2009-03-191-34/+34
* make 6g constants behave as ken proposes. (i hope.)Russ Cox2009-03-121-0/+79