aboutsummaryrefslogtreecommitdiff
path: root/test/const1.go
AgeCommit message (Expand)Author
2020-12-01[dev.typeparams] test: add scaffolding to run.go to check compiler with -G flagRobert Griesemer
2019-03-28cmd/compile: fix ICE from invalid operations on float/complex constantsMatthew Dempsky
2018-04-09cmd/compile: fix constant pointer comparison failureMatthew Dempsky
2013-12-12test: match gccgo error messagesIan Lance Taylor
2013-02-01cmd/gc: reject non-Go constantsRuss Cox
2012-09-28test: match gccgo error messagesIan Lance Taylor
2012-02-29test: add a couple of cases to const1.go that crashed gccgoIan Lance Taylor
2012-02-19gc: fix error for floating-point constant %Russ Cox
2012-02-19test: [a-c]: add introductory comments to testsRob Pike
2012-02-16test: use testlib (first 100)Russ Cox
2011-01-19delete float, complex - code changesRuss Cox
2010-09-11gc: const nil bugRuss Cox
2010-09-04test: remove semiocolons.Rob Pike
2009-11-05Cleaned up gccgo error messages require minor adjustment toIan Lance Taylor
2009-08-03more 6g reorg; checkpoint.Russ Cox
2009-03-24^ type(const) now inverts "enough" bitsKen Thompson
2009-03-19Modify error regexps to match gccgo error messages.Ian Lance Taylor
2009-03-12make 6g constants behave as ken proposes. (i hope.)Russ Cox