go/test/fixedbugs
Dmitriy Vyukov 1fa7029425 runtime: combine small NoScan allocations
Combine NoScan allocations < 16 bytes into a single memory block.
Reduces number of allocations on json/garbage benchmarks by 10+%.

json-1
allocated                 8039872      7949194      -1.13%
allocs                     105774        93776     -11.34%
cputime                 156200000    100700000     -35.53%
gc-pause-one              4908873      3814853     -22.29%
gc-pause-total            2748969      2899288      +5.47%
rss                      52674560     43560960     -17.30%
sys-gc                    3796976      3256304     -14.24%
sys-heap                 43843584     35192832     -19.73%
sys-other                 5589312      5310784      -4.98%
sys-stack                  393216       393216      +0.00%
sys-total                53623088     44153136     -17.66%
time                    156193436    100886714     -35.41%
virtual-mem             256548864    256540672      -0.00%

garbage-1
allocated                 2996885      2932982      -2.13%
allocs                      62904        55200     -12.25%
cputime                  17470000     17400000      -0.40%
gc-pause-one            932757485    925806143      -0.75%
gc-pause-total            4663787      4629030      -0.75%
rss                    1151074304   1133670400      -1.51%
sys-gc                   66068352     65085312      -1.49%
sys-heap               1039728640   1024065536      -1.51%
sys-other                38038208     37485248      -1.45%
sys-stack                 8650752      8781824      +1.52%
sys-total              1152485952   1135417920      -1.48%
time                     17478088     17418005      -0.34%
virtual-mem            1343709184   1324204032      -1.45%

LGTM=iant, bradfitz
R=golang-codereviews, dave, iant, rsc, bradfitz
CC=golang-codereviews, khr
https://golang.org/cl/38750047
2014-01-24 22:35:11 +04:00
..
bug083.dir
bug088.dir
bug106.dir
bug133.dir
bug160.dir
bug191.dir test: don't rely on order of unrelated imports in bug191 2013-12-10 12:05:37 -08:00
bug222.dir test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
bug248.dir test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
bug282.dir
bug302.dir
bug306.dir
bug313.dir
bug322.dir gc: relax assignability of method receivers 2011-05-24 19:48:19 -04:00
bug324.dir test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug335.dir test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug345.dir test: match gccgo error messages for bug345 2012-01-17 18:00:34 -08:00
bug367.dir test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug369.dir 5g, 6g, 8g: registerize variables again 2011-10-03 17:46:36 -04:00
bug377.dir test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
bug382.dir test: convert more tests to rundir/compiledir conventions 2012-10-07 23:22:01 +02:00
bug392.dir test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug396.dir cmd/gc: test for issue 3552 2012-05-02 16:56:26 +02:00
bug404.dir test: add import test that caused an incorrect gccgo error 2012-02-02 11:04:09 -08:00
bug407.dir cmd/gc: another special (%hhS) case for method names. 2012-02-06 16:38:59 +01:00
bug414.dir test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug415.dir test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug424.dir test: convert more tests to rundir/compiledir conventions 2012-10-07 23:22:01 +02:00
bug437.dir test: convert tests to run.go whenever possible. 2012-10-10 22:35:27 +02:00
bug448.dir cmd/gc: fix inlining bug with receive operator. 2012-08-01 00:45:26 +02:00
bug460.dir cmd/gc: tag builtin error, byte, rune to avoid exporting them. 2013-08-27 21:18:32 +02:00
bug465.dir cmd/gc: fix pointer composite literals in exported if statements. 2013-06-23 18:39:07 +02:00
bug466.dir cmd/gc: don't squash complex literals when inlining. 2012-10-17 20:33:44 +02:00
bug467.dir cmd/gc: fix incomplete export data when inlining with local variables. 2012-11-01 19:06:52 +01:00
bug468.dir reflect: fix test of whether structs are identical 2012-11-07 11:55:35 -08:00
bug472.dir cmd/gc: add space to export data to match linker expectations 2013-01-09 22:02:53 +01:00
bug478.dir test: add a test that gccgo failed to compile 2013-09-18 16:30:38 -07:00
bug479.dir test: add a test that causes gccgo to get a failure at link time 2013-09-19 15:20:39 -07:00
bug480.dir test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
issue3552.dir cmd/gc: fix wrong interaction between inlining and embedded builtins. 2012-12-22 19:16:31 +01:00
issue4252.dir cmd/gc: do not export useless private symbols. 2012-12-08 14:43:00 +01:00
issue4326.dir test/run: handle compiledir and errorcheckdir with multi-file packages 2013-01-02 15:31:49 -05:00
issue4370.dir cmd/gc: fix export of inlined function body with type guard 2012-11-08 16:07:05 -05:00
issue4510.dir test: match gccgo error messages 2013-12-12 17:18:37 -08:00
issue4590.dir cmd/gc: mark wrapper methods for unnamed types as DUPOK. 2013-01-02 21:42:26 +01:00
issue4879.dir cmd/gc: fix corruption in export of &T{} literals. 2013-02-26 00:43:31 +01:00
issue4932.dir cmd/gc: unbreak exporting of composite literals. 2013-03-04 16:42:03 +01:00
issue4964.dir cmd/gc: fix escape analysis bug. 2013-03-15 09:03:45 +01:00
issue5105.dir cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition. 2013-03-25 22:09:55 +01:00
issue5125.dir cmd/gc: be more tolerant with recursive types when checking map types. 2013-04-03 08:18:30 +02:00
issue5259.dir cmd/gc: disable inlining of method values 2013-04-13 08:22:16 +02:00
issue5260.dir gc: escape unicode BOM in exported string literals 2013-04-11 11:45:18 -07:00
issue5291.dir cmd/gc: initialize t->width in dgcsym() if required 2013-04-25 18:47:12 +02:00
issue5470.dir cmd/gc: repair make(T) in export data for inlining. 2013-05-16 09:01:43 +02:00
issue5614.dir cmd/gc: fix missing slice/array types in export data. 2013-06-04 08:18:36 +02:00
issue5755.dir cmd/gc: fix missing export data for inlining in a few other cases. 2013-06-28 23:29:13 +02:00
issue5910.dir cmd/gc: tag builtin error, byte, rune to avoid exporting them. 2013-08-27 21:18:32 +02:00
issue5957.dir test: match gccgo import error messages 2013-12-12 19:02:11 -08:00
issue6295.dir cmd/gc: preserve qualified names of unexported methods in imports. 2014-01-21 22:55:50 -05:00
issue6513.dir cmd/gc: qualified embedded fields with owner package. 2013-10-02 12:27:33 -04:00
issue6789.dir test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
issue7023.dir cmd/gc: mark OGOTO as a statement for formatters. 2014-01-10 01:33:24 +01:00
bug000.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug002.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug003.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug004.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug005.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug006.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug007.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug008.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug009.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug010.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug011.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug012.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug013.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug014.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug015.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug016.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug017.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug020.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug021.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug022.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug023.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug024.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug026.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug027.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug028.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug030.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug031.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug035.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug037.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug039.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug040.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
bug045.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug046.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug047.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug048.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug049.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug050.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug051.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug052.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug053.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug054.go test: use testlib (first 100) 2012-02-16 23:48:57 -05:00
bug055.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug056.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug057.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug058.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug059.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug060.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug061.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug062.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug063.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug064.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug065.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug066.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug067.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug068.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug069.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug070.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug071.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug072.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug073.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug074.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug075.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug076.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug077.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug078.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug080.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug081.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug082.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug083.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug084.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug085.go test: s/float/float32/ 2012-12-13 15:11:31 -08:00
bug086.go test: update bug086.go for current gccgo behaviour 2013-08-09 08:43:19 -07:00
bug087.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug088.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug089.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug090.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug091.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug092.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug093.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug094.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug096.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug097.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug098.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug099.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug101.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug102.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug103.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug104.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug106.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug107.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug108.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug109.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug110.go test: use testlib in a few more cases. 2012-02-22 00:19:59 +01:00
bug111.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug112.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug113.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug114.go test: use testlib in a few more cases. 2012-02-22 00:19:59 +01:00
bug115.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug116.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug117.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug118.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug119.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug120.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug121.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug122.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug123.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug126.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug127.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug128.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug129.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug130.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug131.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug132.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug133.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug135.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug136.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug137.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug139.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug140.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug141.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug142.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug143.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug144.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug145.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug146.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug147.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug148.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug149.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug150.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug151.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug152.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug154.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug155.go test: use testlib in a few more cases. 2012-02-22 00:19:59 +01:00
bug156.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug157.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug158.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug159.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug160.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug161.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug163.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug164.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug165.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug167.go test: use testlib in a few more cases. 2012-02-22 00:19:59 +01:00
bug168.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug169.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug170.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug171.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug172.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug173.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug174.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug175.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug176.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug177.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug178.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug179.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug180.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug181.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug182.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug183.go test: use testlib in a few more cases. 2012-02-22 00:19:59 +01:00
bug184.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug185.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug186.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug187.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug188.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug189.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug190.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug191.go test: don't rely on order of unrelated imports in bug191 2013-12-10 12:05:37 -08:00
bug192.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug193.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug194.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug195.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug196.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug197.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug198.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug199.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug200.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug201.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug202.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug203.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug204.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug205.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
bug206.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug206.out test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug207.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug208.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug209.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug211.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug212.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug213.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug214.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug215.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug216.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug217.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug218.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug219.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug221.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug222.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug223.go test: match gccgo error messages 2012-09-28 08:30:30 -07:00
bug224.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug225.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug227.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug228.go test: s/float/float32/ 2012-12-13 15:11:31 -08:00
bug229.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug230.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug231.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug232.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug233.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug234.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
bug235.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug236.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug237.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug238.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug239.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug240.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug241.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug242.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug243.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug244.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug245.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug246.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug247.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug248.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
bug249.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug250.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug251.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug252.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug253.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug254.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug255.go cmd/gc: Friendlier errors on oversized arrays. 2012-10-21 19:22:51 +02:00
bug256.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug257.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug258.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug259.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug260.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug261.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug262.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug263.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug264.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug265.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug266.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug267.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug269.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug271.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug272.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug273.go test: tweak bug273.go to not have constant len < cap when calling make 2012-12-04 16:51:51 -08:00
bug274.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug275.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug276.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug277.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug278.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug279.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug280.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug281.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug282.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug283.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug284.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug285.go gc: return of ideal bool 2012-02-21 22:54:07 -05:00
bug286.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug287.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug288.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug289.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug290.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug291.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug292.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug293.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug294.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug295.go test/fixedbugs/bug295.go: fix test in anticipation of future gc fix 2013-09-20 09:40:56 -07:00
bug296.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug297.go cmd/gc: reject non-Go constants 2013-02-01 23:10:02 -05:00
bug298.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug299.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug300.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug301.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug302.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
bug303.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug304.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug305.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug306.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug307.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug308.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug309.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug311.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug312.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug313.go test: add rotate.go and fixedbugs/bug313 2013-01-11 22:42:55 +01:00
bug314.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug315.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug316.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug317.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug318.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug319.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug320.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug321.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug322.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug323.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug324.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug325.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug326.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug327.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug328.go test: add cmpout to testlib 2012-02-24 13:17:26 +11:00
bug328.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
bug329.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug330.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug331.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug332.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug333.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug334.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug335.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug336.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug337.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug338.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug339.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug340.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug341.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug342.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
bug343.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug344.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug345.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
bug346.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug347.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug348.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug349.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug350.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug351.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug352.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug353.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug354.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug355.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug356.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug357.go cmd/gc: put 'not used' message on correct line 2013-02-01 21:13:41 -05:00
bug358.go test: match gccgo error messages for bug358.go 2012-10-30 20:56:32 -07:00
bug361.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug362.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug363.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug364.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug365.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug366.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug367.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug368.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug369.go testing: change -test.benchtime to a flag.Duration. 2012-10-09 08:57:29 +11:00
bug370.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug371.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug372.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug373.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug374.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug375.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug376.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug377.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug378.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug379.go cmd/gc: put 'not used' message on correct line 2013-02-01 21:13:41 -05:00
bug380.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug381.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug382.go test: convert more tests to rundir/compiledir conventions 2012-10-07 23:22:01 +02:00
bug383.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug384.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug385_32.go test: disable large type/stack frame tests for gccgo 2013-12-12 17:13:46 -08:00
bug385_64.go test: disable large type/stack frame tests for gccgo 2013-12-12 17:13:46 -08:00
bug386.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug387.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug388.go test: match gccgo error messages for bug388.go 2012-03-05 16:21:46 -08:00
bug389.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug390.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug391.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug392.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug393.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug394.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug396.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug397.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug398.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug399.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug401.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug402.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug403.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug404.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug405.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug406.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug407.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug409.go test: add cmpout to testlib 2012-02-24 13:17:26 +11:00
bug409.out 6g,8g: make constant propagation inlining-friendly. 2012-02-08 10:25:13 -05:00
bug410.go cmd/gc: Error out on division by constant zero. 2013-01-30 20:21:08 +01:00
bug411.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug412.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
bug413.go test: match gccgo error messages 2012-09-28 08:30:30 -07:00
bug414.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug415.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug416.go test: match gccgo error messages 2012-09-28 08:30:30 -07:00
bug417.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug418.go test: use testlib (fourth 100) 2012-02-16 23:50:37 -05:00
bug419.go test: add some tests that gccgo failed to handle correctly 2012-02-17 17:52:05 -08:00
bug420.go test: add some tests that gccgo failed to handle correctly 2012-02-17 17:52:05 -08:00
bug421.go test: add some tests that gccgo failed to handle correctly 2012-02-17 17:52:05 -08:00
bug422.go test: add some tests that gccgo failed to handle correctly 2012-02-17 17:52:05 -08:00
bug423.go test: fix bug423.go to actually fail with older releases. 2012-02-21 07:50:10 +01:00
bug424.go test: convert more tests to rundir/compiledir conventions 2012-10-07 23:22:01 +02:00
bug425.go gc: fix string comparisons for new bool rules 2012-02-29 13:55:50 -08:00
bug426.go test: add bug426.go: a gccgo crash on valid code 2012-02-29 21:51:21 -08:00
bug427.go gc: fix struct and array comparisons for new bool rules 2012-03-19 15:57:28 -07:00
bug428.go cmd/gc: when expanding append inline, preserve arguments 2012-03-22 09:44:31 -07:00
bug429.go test: expand run.go's errorcheck, make clear which bugs run 2012-09-23 13:16:14 -04:00
bug430.go test: add some tests of valid code that failed with gccgo 2012-03-30 08:42:21 -07:00
bug431.go test: add some tests of valid code that failed with gccgo 2012-03-30 08:42:21 -07:00
bug432.go test: add some tests of valid code that failed with gccgo 2012-03-30 08:42:21 -07:00
bug433.go test: add some tests of valid code that failed with gccgo 2012-03-30 08:42:21 -07:00
bug434.go test: test handling of negative float constants 2012-04-23 15:47:34 -07:00
bug435.go cmd/gc: insert \n at end of every input file 2013-07-30 10:27:08 -04:00
bug436.go test: add bug436, valid code that crashed gccgo 2012-05-03 10:33:10 -07:00
bug437.go test: convert tests to run.go whenever possible. 2012-10-10 22:35:27 +02:00
bug438.go test: add bug438, a valid test case that gccgo used to fail to compile 2012-05-04 13:14:09 -07:00
bug439.go test: add bug439, valid code that caused a gccgo crash 2012-05-15 13:29:46 -07:00
bug440_32.go cmd/6g, cmd/8g: eliminate short integer arithmetic when possible. 2012-09-01 16:40:54 +02:00
bug440_64.go cmd/6g, cmd/8g: eliminate short integer arithmetic when possible. 2012-09-01 16:40:54 +02:00
bug441.go cmd/gc: preserve side effects during inlining of function with _ argument 2012-06-07 01:54:07 -04:00
bug442.go cmd/gc: do not crash on struct with _ field 2012-06-07 02:05:08 -04:00
bug443.go cmd/gc: fix type checking loop 2012-06-07 03:06:40 -04:00
bug444.go cmd/gc: fix use of nil interface, slice 2012-09-22 20:42:11 -04:00
bug445.go cmd/gc: add missing case for OCOM in defaultlit() 2012-07-02 09:33:22 +08:00
bug446.go cmd/gc: fix initialization order involving method calls. 2012-07-30 09:14:49 +02:00
bug447.go cmd/6g: fix float32/64->uint64 conversion 2012-08-23 14:35:26 +08:00
bug448.go cmd/gc: fix inlining bug with receive operator. 2012-08-01 00:45:26 +02:00
bug449.go runtime: round return value address in runtime.equal 2012-07-31 23:02:46 -04:00
bug450.go cmd/8g: fix miscompilation due to BADWIDTH. 2012-08-03 22:05:51 +02:00
bug451.go test: match gccgo error messages 2012-09-28 08:30:30 -07:00
bug452.go test: restore nigel's bug451 as bug452. 2012-08-31 15:43:27 -04:00
bug453.go cmd/6g: fix internal error with SSE registers. 2012-09-23 18:22:03 +02:00
bug454.go test/fixedbugs/bug454.go: add a test for CL 6564052 2012-09-29 23:23:56 +08:00
bug455.go test/fixedbugs: forgotten test cases for issues 3907 and 4156. 2012-09-30 10:35:09 +02:00
bug456.go test/fixedbugs: forgotten test cases for issues 3907 and 4156. 2012-09-30 10:35:09 +02:00
bug457.go runtime: fix a panic when growing zero-width-element slices. 2012-10-06 12:05:52 +02:00
bug458.go cmd/gc: make rnd() more 64-bit-friendly. 2012-10-07 00:29:55 +02:00
bug459.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
bug460.go cmd/gc: Don't export embedded builtins 2012-10-07 06:53:57 +02:00
bug461.go cmd/gc: Don't export embedded builtins 2012-10-07 06:53:57 +02:00
bug462.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
bug463.go cmd/gc: replace "typechecking loop" by nicer errors in some cases. 2012-10-07 17:35:21 +02:00
bug464.go cmd/gc: replace "typechecking loop" by nicer errors in some cases. 2012-10-07 17:35:21 +02:00
bug465.go cmd/gc: fix inlining bug for composite literals in if statements. 2012-10-22 08:38:23 +02:00
bug466.go cmd/gc: don't squash complex literals when inlining. 2012-10-17 20:33:44 +02:00
bug467.go cmd/gc: fix incomplete export data when inlining with local variables. 2012-11-01 19:06:52 +01:00
bug468.go reflect: fix test of whether structs are identical 2012-11-07 11:55:35 -08:00
bug470.go test: add test for floating point rounding of constants 2012-11-26 08:31:15 -08:00
bug471.go test: add a test that caused gccgo to crash 2012-11-30 14:14:51 -08:00
bug472.go cmd/gc: add space to export data to match linker expectations 2013-01-09 22:02:53 +01:00
bug473.go test: add test case miscompiled by gccgo 2013-01-28 16:17:06 -08:00
bug474.go cmd/gc: fix escape analysis of method values 2013-03-20 23:53:27 -04:00
bug475.go test: add a compilation test that gccgo failed to compile 2013-07-16 15:31:42 -07:00
bug476.go all: fix a few spelling errors in source comments 2013-12-27 08:59:02 -08:00
bug477.go test: add a test that gccgo failed to compile 2013-09-18 15:47:50 -07:00
bug478.go test: add a test that gccgo failed to compile 2013-09-18 16:30:38 -07:00
bug479.go test: add a test that causes gccgo to get a failure at link time 2013-09-19 15:20:39 -07:00
bug480.go test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
bug481.go test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
bug482.go test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
bug1515.go test: use testlib (second 100) 2012-02-16 23:49:30 -05:00
issue887.go cmd/8g: add a few missing splitclean 2013-02-07 17:55:25 -05:00
issue2615.go cmd/gc: do not overflow parser stack on a long chain of else if. 2012-12-06 08:09:17 +01:00
issue3552.go cmd/gc: fix wrong interaction between inlining and embedded builtins. 2012-12-22 19:16:31 +01:00
issue3705.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue3783.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
issue3924.go cmd/gc: Make sure bools lose idealness when used with logical operators. 2012-11-26 22:23:13 +01:00
issue3925.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
issue4066.go cmd/5g, cmd/6g, cmd/8g: flush return parameters in case of panic. 2013-01-04 17:07:21 +01:00
issue4085a.go test: match gccgo error strings. 2013-06-26 18:05:02 +02:00
issue4085b.go cmd/gc: implement latest rules for checking make sizes 2013-02-03 14:28:44 -05:00
issue4097.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
issue4099.go cmd/gc: add way to specify 'noescape' for extern funcs 2013-02-05 07:00:38 -05:00
issue4162.go cmd/gc: allow new conversion syntax 2013-02-03 00:03:10 -05:00
issue4167.go cmd/gc: fix inlining internal error with T.Method calls. 2012-12-03 13:39:40 +01:00
issue4232.go test: match gccgo error strings. 2013-06-28 23:08:07 +02:00
issue4251.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4252.go cmd/gc: do not export useless private symbols. 2012-12-08 14:43:00 +01:00
issue4264.go cmd/gc: Error out on division by constant zero. 2013-01-30 20:21:08 +01:00
issue4283.go test: add test for invalid nil == nil 2012-12-04 11:30:46 -08:00
issue4313.go cmd/gc: fix eval order in select 2012-12-22 16:46:01 -05:00
issue4316.go cmd/6l, cmd/8l: emit no-ops to separate zero-stack funcs from nosplits. 2012-11-26 21:51:48 +01:00
issue4323.go cmd/gc: fix inlining bug with local variables. 2012-11-01 18:59:32 +01:00
issue4326.go cmd/gc: annotate local variables with unique ids for inlining 2012-11-07 09:59:19 -05:00
issue4348.go test: re-enable issue4348.go. 2013-01-18 22:54:27 +01:00
issue4353.go cmd/6g, cmd/8g: mark used registers in indirect addressing. 2012-11-07 21:36:15 +01:00
issue4359.go cmd/gc: fix internal compiler error with broken structs. 2012-11-07 23:09:01 +01:00
issue4370.go cmd/gc: fix export of inlined function body with type guard 2012-11-08 16:07:05 -05:00
issue4396a.go cmd/5g: use MOVB for fixed array nil check 2012-12-06 08:01:33 +11:00
issue4396b.go cmd/5g: use MOVB for fixed array nil check 2012-12-06 08:01:33 +11:00
issue4399.go cmd/8g: fix erroneous LEAL nil. 2012-11-21 08:39:45 +01:00
issue4405.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4429.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4448.go cmd/5g, cmd/8g: fix internal error on 64-bit indices statically bounded 2012-11-27 21:37:38 +01:00
issue4452.go test: match gccgo error strings. 2013-06-28 23:08:07 +02:00
issue4458.go test: match gccgo error messages 2013-06-20 08:21:14 +02:00
issue4463.go test: match gccgo error strings. 2013-06-28 23:08:07 +02:00
issue4468.go test: add some tests where go/defer arg starts with parenthesis 2012-12-05 20:32:12 -08:00
issue4470.go cmd/gc: Reject parenthesised .(type) expressions. 2012-12-22 17:36:10 +01:00
issue4495.go cmd/gc: remove bad check for BADWIDTH 2012-12-11 17:36:10 +01:00
issue4510.go cmd/gc: make redeclaration between import and func less confusing 2013-01-02 15:34:28 -05:00
issue4517a.go cmd/gc: add diagnostic for var, type, const named init 2012-12-22 17:23:33 -05:00
issue4517b.go cmd/gc: add diagnostic for var, type, const named init 2012-12-22 17:23:33 -05:00
issue4517c.go cmd/gc: add diagnostic for var, type, const named init 2012-12-22 17:23:33 -05:00
issue4517d.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4518.go cmd/6g: fix componentgen for funarg structs. 2012-12-17 22:29:43 +01:00
issue4529.go cmd/gc: remove an incorrect assertion in escape analysis. 2012-12-20 23:27:28 +01:00
issue4545.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4562.go cmd/gc: fix error line in switch expr eval 2012-12-22 10:01:15 -05:00
issue4585.go cmd/gc: fix handling of struct padding in hash/eq. 2013-01-18 22:40:32 +01:00
issue4590.go cmd/gc: mark wrapper methods for unnamed types as DUPOK. 2013-01-02 21:42:26 +01:00
issue4610.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4614.go cmd/gc: fix uintptr(nil) issues. 2013-01-08 00:23:02 +01:00
issue4618.go runtime: combine small NoScan allocations 2014-01-24 22:35:11 +04:00
issue4620.go cmg/gc: Fix evaluation order of map indexing during multiple assignments 2013-02-02 12:39:04 +01:00
issue4654.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4663.go cmd/gc: implement new return requirements 2013-03-04 17:02:04 -05:00
issue4667.go runtime: combine small NoScan allocations 2014-01-24 22:35:11 +04:00
issue4734.go test: add test that caused a gccgo compilation failure 2013-01-31 15:59:30 -08:00
issue4748.go cmd/gc: make inlined labels distinct 2013-02-03 11:19:22 -05:00
issue4752.go cmd/gc: fix &^ code generation bug 2013-02-04 00:21:44 -05:00
issue4776.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4785.go cmd/8g: fix sse2 compare code gen 2013-02-14 14:49:04 -05:00
issue4813.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4847.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue4879.go cmd/gc: fix corruption in export of &T{} literals. 2013-02-26 00:43:31 +01:00
issue4909a.go cmd/gc: fix Offsetof computation. 2013-04-05 21:24:07 +02:00
issue4909b.go cmd/gc: fix Offsetof computation. 2013-04-05 21:24:07 +02:00
issue4932.go cmd/gc: unbreak exporting of composite literals. 2013-03-04 16:42:03 +01:00
issue4964.go cmd/gc: fix escape analysis bug. 2013-03-15 09:03:45 +01:00
issue5002.go cmd/8g: fix code generation of int64(0) == int64(0). 2013-03-07 21:47:45 +01:00
issue5056.go cmd/gc: steal escape analysis info when inlining 2013-03-18 22:22:35 +01:00
issue5089.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue5105.go cmd/5l, cmd/6l, cmd/8l: fix segfault on reading LOCALS for a duplicate definition. 2013-03-25 22:09:55 +01:00
issue5125.go cmd/gc: be more tolerant with recursive types when checking map types. 2013-04-03 08:18:30 +02:00
issue5162.go cmd/gc: do not reuse bool temporaries for composite equality. 2013-04-01 21:01:50 +02:00
issue5172.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue5231.go cmd/gc: properly set variadic flag on method values. 2013-04-08 08:59:33 +02:00
issue5244.go cmd/gc: compute initialization order for top-level blank vars too. 2013-06-11 22:21:51 +02:00
issue5259.go cmd/gc: disable inlining of method values 2013-04-13 08:22:16 +02:00
issue5260.go gc: escape unicode BOM in exported string literals 2013-04-11 11:45:18 -07:00
issue5291.go cmd/gc: initialize t->width in dgcsym() if required 2013-04-25 18:47:12 +02:00
issue5358.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue5470.go cmd/gc: repair make(T) in export data for inlining. 2013-05-16 09:01:43 +02:00
issue5493.go test: disable a couple of precise GC tests for gccgo 2013-12-12 17:13:27 -08:00
issue5515.go cmd/gc: save local var list before inlining 2013-06-11 20:23:21 -07:00
issue5581.go test: match gccgo error messages 2013-12-12 17:18:12 -08:00
issue5607.go cmd/gc: do not corrupt init() with initializers of _ in closures. 2013-06-02 23:54:34 +02:00
issue5609.go test: match gccgo error strings. 2013-06-28 23:08:07 +02:00
issue5614.go cmd/gc: fix missing slice/array types in export data. 2013-06-04 08:18:36 +02:00
issue5698.go cmd/gc: fix computation of equality class of types. 2013-07-02 09:08:43 +02:00
issue5704.go spec: fix spec on conversions to match implementations 2013-06-21 16:11:13 -07:00
issue5753.go cmd/gc: fix issue with method wrappers not having escape analysis run on them. 2013-07-02 17:12:08 +02:00
issue5755.go cmd/gc: fix missing export data for inlining in a few other cases. 2013-06-28 23:29:13 +02:00
issue5809.go cmd/6g, cmd/8g: prevent constant propagation of non-constant LEA. 2013-07-05 16:11:22 +02:00
issue5820.go cmd/8g: Make clearfat non-interleaved with pointer calculations. 2013-07-17 11:04:34 +02:00
issue5841.go cmd/gc: avoid passing unevaluated constant expressions to backends. 2013-07-25 09:42:05 -04:00
issue5856.go cmd/5g, cmd/6g, cmd/8g: fix line number of caller of deferred func 2013-07-12 13:47:55 -04:00
issue5910.go cmd/gc: fix inlining of unnamed structs with embedded fields. 2013-08-05 22:09:53 +02:00
issue5957.go cmd/gc: show package name in 'imported and not used' error 2013-09-09 12:21:09 -04:00
issue5963.go runtime: handle runtime.Goexit during init 2013-07-26 13:54:44 -04:00
issue6004.go cmd/gc: diagnose '_ = nil' better 2013-09-09 12:49:39 -04:00
issue6036.go cmd/6g: handle very wide offsets. 2013-09-09 20:36:19 +02:00
issue6055.go runtime: Better test tracebackability of jmpdefer when running a nil defer. 2013-08-09 15:27:45 -07:00
issue6131.go cmd/gc: add missing typecheck for walk-generated constants. 2013-09-06 16:55:30 -04:00
issue6140.go cmd/gc: fix method values whose receiver is an unnamed interface. 2013-08-29 10:00:58 +02:00
issue6247.go cmd/5g: avoid clash between R13 and F3 registers. 2013-08-27 21:09:16 +02:00
issue6269.go cmd/gc: make method names for function scoped types unique 2013-08-29 16:48:44 +02:00
issue6295.go cmd/gc: preserve qualified names of unexported methods in imports. 2014-01-21 22:55:50 -05:00
issue6298.go cmd/gc: fix 'internal error: typename ideal bool' 2013-09-09 12:00:16 -04:00
issue6399.go cmd/gc: fix divide by zero error in compiler 2013-09-16 14:22:37 -04:00
issue6406.go cmd/gc: silence assignment errors to undefined symbols 2014-01-03 21:03:20 +01:00
issue6513.go cmd/gc: qualified embedded fields with owner package. 2013-10-02 12:27:33 -04:00
issue6572.go cmd/gc: do not typecheck nil types in multiple assignment 2014-01-21 22:44:54 -05:00
issue6789.go test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
issue6899.go runtime: check for signed zero in printfloat 2013-12-09 17:51:30 -08:00
issue6899.out runtime: check for signed zero in printfloat 2013-12-09 17:51:30 -08:00
issue6964.go cmd/gc: fix comparison order of parameters in mpcmpfltc(a, b) 2013-12-16 16:54:10 -05:00
issue7023.go cmd/gc: mark OGOTO as a statement for formatters. 2014-01-10 01:33:24 +01:00
issue7083.go cmd/gc: return canonical Node* from temp 2014-01-14 10:43:13 -05:00