go/test/fixedbugs
Emmanuel Odeke 53fd522c0d all: make copyright headers consistent with one space after period
Follows suit with https://go-review.googlesource.com/#/c/20111.

Generated by running
$ grep -R 'Go Authors.  All' * | cut -d":" -f1 | while read F;do perl -pi -e 's/Go
Authors.  All/Go Authors. All/g' $F;done

The code in cmd/internal/unvendor wasn't changed.

Fixes #15213

Change-Id: I4f235cee0a62ec435f9e8540a1ec08ae03b1a75f
Reviewed-on: https://go-review.googlesource.com/21819
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2016-05-02 13:43:18 +00:00
..
bug083.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug088.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug106.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug133.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug160.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug302.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug306.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug313.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug345.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug367.dir test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug369.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug377.dir test: Add the usual Copyright notice. 2012-01-24 14:48:15 -05:00
bug382.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug392.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug396.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug404.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug407.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug414.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug415.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug424.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug437.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug448.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug460.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug465.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug466.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug467.dir cmd/gc: fix incomplete export data when inlining with local variables. 2012-11-01 19:06:52 +01:00
bug468.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug472.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug478.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug479.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug480.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug488.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug492.dir test: add test case that gccgo failed to link 2014-12-22 23:07:10 +00:00
gcc67968.dir test: add gcc6798, valid code that caused gccgo to crash 2015-11-01 21:17:01 +00:00
issue3552.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4252.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4326.dir test/run: handle compiledir and errorcheckdir with multi-file packages 2013-01-02 15:31:49 -05:00
issue4370.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4510.dir test: match gccgo error messages 2013-12-12 17:18:37 -08:00
issue4590.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 test: use go:noinline consistently 2015-11-03 02:01:34 +00: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: adjust gccgo expected import errors 2015-10-07 14:37:44 +00:00
issue6295.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6513.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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
issue7648.dir cmd/gc: fix spurious "bad negated constant" for complex constants. 2014-04-01 02:55:38 -04:00
issue7995b.dir test: use go:noinline consistently 2015-11-03 02:01:34 +00:00
issue8060.dir cmd/gc: generate type alg after calling dowidth. 2014-09-15 18:24:16 +02:00
issue8280.dir cmd/gc: fix import of package with var func returning _ 2014-09-24 16:53:34 -04:00
issue9355.dir cmd/gc: resolve static addresses of the form &x.f at link time 2014-12-18 21:53:03 +00:00
issue9537.dir cmd/gc: treat non-local vars inlined into wrapper as escaping 2015-01-22 03:25:12 +00:00
issue9608.dir cmd/gc: eliminate dead code in switch statements 2015-02-06 19:05:47 +00:00
issue10066.dir cmd/internal/gc: do not show original expression for constants in export data 2015-03-05 03:40:42 +00:00
issue10219.dir cmd/compile: recognize embedded field in inlined function 2015-07-15 06:04:51 +00:00
issue10700.dir cmd/internal/gc: improve "type *X has no field or method M" message 2015-05-07 16:21:57 +00:00
issue11053.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12677.dir cmd/compile: fix export type conversion loss in inlined func body 2015-12-16 20:30:04 +00:00
issue13777.dir cmd/compile: suppress export of Note field within exported bodies 2016-01-05 15:42:12 +00:00
issue14164.dir cmd/compile: fix parsing of inlined interface types with unexported methods 2016-02-01 20:29:19 +00:00
issue14331.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15071.dir all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15470.dir test: added test case for (fixed) issue 15470 2016-04-29 00:42:13 +00: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 cmd/compile: give informative error instead of "stupid shift" 2016-02-23 22:31:35 +00: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 cmd/internal/gc, cmd/yacc: restore custom syntax error messages 2015-04-02 21:56:24 +00: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 cmd/gc: implement 'for range x {' 2014-07-16 19:27:10 -04: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 cmd/gc: suppress array index error caused by a previously reported error 2014-03-29 15:45:40 +01: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug215.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug216.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug217.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug218.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug219.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug221.go all: link to https instead of http 2015-07-11 14:36:33 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug228.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug229.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug230.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug231.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug232.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug233.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug234.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug235.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug236.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug237.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug244.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug245.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug246.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug247.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug248.go all: retire architecture letter in file names, public API 2015-05-21 17:32:17 +00:00
bug249.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug250.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug251.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug252.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug253.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug254.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug255.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug256.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug257.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug258.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug259.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug260.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug261.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug265.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug266.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug267.go test: use testlib (another bunch). 2012-02-18 22:15:42 +01:00
bug269.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug271.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug272.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug273.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug274.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug275.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug279.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug280.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug281.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug282.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug283.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug284.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug285.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug286.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug287.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug288.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug289.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug290.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug291.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug292.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug293.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug294.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug295.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug296.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug297.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug298.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug299.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug300.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug301.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug302.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug303.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug304.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug305.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug309.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug311.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug312.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug313.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug318.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug319.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug320.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug321.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug322.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug323.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug324.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug325.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug326.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug327.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug328.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug328.out test: split golden.out into expected output per test 2012-01-18 16:12:24 -08:00
bug329.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug330.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug331.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug332.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug333.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug334.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug335.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug336.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug337.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug338.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug339.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug340.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug341.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug342.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug343.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug344.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug345.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug346.go cmd/gc: transform closure calls to function calls 2015-02-13 12:12:18 +00:00
bug347.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug348.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug349.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug350.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug351.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug352.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug353.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug354.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug355.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug356.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug357.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug358.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug361.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug362.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug363.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug364.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug365.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug366.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug367.go test: use rundir and errorcheckdir for a few more tests. 2012-10-07 18:37:05 +02:00
bug368.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug369.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug370.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug371.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug372.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug373.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug374.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug375.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug376.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug377.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug378.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug379.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug380.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug381.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug382.go test: convert more tests to rundir/compiledir conventions 2012-10-07 23:22:01 +02:00
bug383.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug384.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug385_32.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug385_64.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug386.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug387.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug388.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug389.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug390.go test: use testlib (third 100) 2012-02-16 23:49:59 -05:00
bug391.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug392.go test: use run.go for more tests. 2012-08-25 10:16:02 +02:00
bug393.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug394.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug396.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug397.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug398.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug399.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug401.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug402.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug403.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug407.go test: add a compiledir pattern in run.go 2012-07-30 21:12:05 +02:00
bug409.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug409.out 6g,8g: make constant propagation inlining-friendly. 2012-02-08 10:25:13 -05:00
bug410.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug411.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug412.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug413.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug414.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug415.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug416.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug425.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug426.go test: add bug426.go: a gccgo crash on valid code 2012-02-29 21:51:21 -08:00
bug427.go all: link to https instead of http 2015-07-11 14:36:33 +00:00
bug428.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug429.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug429_run.go test: migrate remaining tests to run.go 2014-12-22 22:41:34 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug436.go test: add bug436, valid code that crashed gccgo 2012-05-03 10:33:10 -07:00
bug437.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug442.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug443.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug444.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug445.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug446.go cmd/gc: fix initialization order involving method calls. 2012-07-30 09:14:49 +02:00
bug447.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug448.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug449.go runtime: round return value address in runtime.equal 2012-07-31 23:02:46 -04:00
bug450.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug451.go test: match gccgo error messages 2012-09-28 08:30:30 -07:00
bug452.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug453.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug454.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug455.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug456.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug457.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug458.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug459.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug460.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug461.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug462.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug463.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug464.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug465.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug466.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug467.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug468.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug470.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug471.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug472.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug473.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug474.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug475.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug476.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug477.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug478.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug479.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug480.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug481.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug482.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug483.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug484.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug485.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug486.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug487.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug488.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug489.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug490.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug491.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug492.go test: add test case that gccgo failed to link 2014-12-22 23:07:10 +00:00
bug493.go test: add test that gccgo failed to compile 2014-12-17 02:22:57 +00:00
bug494.go test: add bug494: test case miscompiled by gccgo 2014-12-18 02:45:00 +00:00
bug495.go test: add test that gccgo failed to compile 2015-03-13 22:05:23 +00:00
bug496.go test: add another test that gccgo failed to compile 2015-11-20 13:31:30 +00:00
bug497.go test: add test that gccgo miscompiled 2015-12-22 00:03:45 +00:00
bug1515.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
bug13343.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61204.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61244.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61246.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61248.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61253.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61254.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61255.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61258.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61264.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61265.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc61273.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc65755.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
gcc67968.go test: add gcc6798, valid code that caused gccgo to crash 2015-11-01 21:17:01 +00:00
issue887.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue1304.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue2615.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue3552.go cmd/gc: fix wrong interaction between inlining and embedded builtins. 2012-12-22 19:16:31 +01:00
issue3705.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue3783.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue3925.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4085b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4097.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4099.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4162.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4167.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4232.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4251.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4252.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4264.go cmd/gc: Error out on division by constant zero. 2013-01-30 20:21:08 +01:00
issue4283.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4313.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4316.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4323.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4326.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4348.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4353.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4359.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4365.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4370.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4388.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4396a.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4396b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4399.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4405.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4429.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4448.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4452.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4458.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4463.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4468.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4470.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4495.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4510.go cmd/gc: make redeclaration between import and func less confusing 2013-01-02 15:34:28 -05:00
issue4517a.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4517b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4517c.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4517d.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4518.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4529.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4545.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4562.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4585.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4618.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4620.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4654.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4663.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4667.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4734.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4748.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4752.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4776.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue4785.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5056.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5089.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5373.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5704.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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
issue5793.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5809.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5820.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5841.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue5856.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00: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 all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6004.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6036.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6055.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6131.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6140.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6247.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6269.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6295.go cmd/gc: preserve qualified names of unexported methods in imports. 2014-01-21 22:55:50 -05:00
issue6298.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6399.go cmd/gc: fix divide by zero error in compiler 2013-09-16 14:22:37 -04:00
issue6402.go cmd/gc: fix spurious 'use of untyped nil' error 2014-03-27 18:47:00 +01:00
issue6403.go cmd/gc: fix spurious 'const initializer is not a constant' error 2014-03-24 20:36:42 +01:00
issue6405.go cmd/gc: fix spurious 'not enough arguments to return' error 2014-03-14 16:42:42 +01:00
issue6406.go cmd/gc: silence assignment errors to undefined symbols 2014-01-03 21:03:20 +01:00
issue6500.go cmd/gc: reject incorrect use of fallthrough. 2014-02-19 07:55:03 +01:00
issue6513.go cmd/gc: qualified embedded fields with owner package. 2013-10-02 12:27:33 -04:00
issue6572.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6671.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703a.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703c.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703d.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703e.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703f.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703g.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703h.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703i.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703j.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703k.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703l.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703m.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703n.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703o.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703p.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703q.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703r.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703s.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703t.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703u.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703v.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703w.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703x.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703y.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6703z.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6789.go test: add some test cases that were miscompiled by gccgo 2013-12-10 10:47:30 -08:00
issue6847.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6866.go cmd/internal/gc: use big.Float to represent Mpflt bits 2015-04-02 22:49:47 +00:00
issue6889.go cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic 2015-04-03 17:13:07 +00:00
issue6899.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue6899.out runtime: check for signed zero in printfloat 2013-12-09 17:51:30 -08:00
issue6902.go cmd/gc: round floats with a large negative exponent towards zero 2014-03-24 10:10:29 -07:00
issue6964.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7023.go cmd/gc: mark OGOTO as a statement for formatters. 2014-01-10 01:33:24 +01:00
issue7044.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7050.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7083.go cmd/gc: return canonical Node* from temp 2014-01-14 10:43:13 -05:00
issue7129.go cmd/gc: increase specificity of errors in function call context 2014-04-11 15:57:30 +02:00
issue7150.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7153.go cmd/compile: clearer error for invalid array/slice literal elements 2015-11-25 19:49:38 +00:00
issue7214.go cmd/gc: check duplicate keys in maps with interface{} key type 2014-04-04 16:46:23 +02:00
issue7223.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7272.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7310.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7316.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7346.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7366.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7405.go cmd/6g, cmd/8g: skip CONVNOP nodes in bgen. 2014-03-20 22:22:37 +01:00
issue7419.go cmd/gc: check exponent overflow and underflow in mparith 2014-03-19 05:48:00 +01:00
issue7525.go cmd/gc: fix error check for self-referential array type. 2014-03-17 20:26:19 -07:00
issue7538a.go cmd/gc: ignore blank (_) labels in label declarations 2014-04-09 08:34:17 +02:00
issue7538b.go cmd/gc: ignore blank (_) labels in label declarations 2014-04-09 08:34:17 +02:00
issue7547.go cmd/gc: compute size of keys & values before making map bucket 2014-04-04 12:58:19 -07:00
issue7550.go runtime: check that new slice cap doesn't overflow 2014-04-03 13:44:44 +11:00
issue7590.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7648.go cmd/gc: fix spurious "bad negated constant" for complex constants. 2014-04-01 02:55:38 -04:00
issue7675.go cmd/gc: fewer errors for wrong argument count 2014-04-16 22:42:09 -04:00
issue7690.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7740.go cmd/internal/gc: use 512 bits (rather than 464) for multi-precision arithmetic 2015-04-03 17:13:07 +00:00
issue7742.go cmd/gc: fix typo in ordermapassign 2014-04-11 15:28:37 +02:00
issue7746.go cmd/internal/gc: avoid spurious div-zero errors 2015-05-13 17:38:13 +00:00
issue7760.go cmd/gc: disallow pointer constants 2014-08-15 11:33:31 -07:00
issue7794.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7863.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7867.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7884.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7944.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7995.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7995b.go cmd/gc: correct handling of globals, func args, results 2014-05-15 15:34:53 -04:00
issue7996.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7997.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue7998.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8004.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8011.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8017.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8028.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8036.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8039.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8047.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8047b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8048.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8060.go cmd/gc: generate type alg after calling dowidth. 2014-09-15 18:24:16 +02:00
issue8073.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8074.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8076.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8079.go test: add test for gccgo-specific issue 8079 2014-10-13 12:33:45 -07:00
issue8132.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8139.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8154.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8155.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8158.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8183.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8280.go cmd/gc: fix import of package with var func returning _ 2014-09-24 16:53:34 -04:00
issue8311.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8325.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8336.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8347.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8385.go cmd/compile: provide better error when method called without receiver 2015-06-18 19:37:38 +00:00
issue8475.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8501.go cmd/gc: give an error if only one argument is given to complex() 2015-01-02 02:52:56 +00:00
issue8507.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8612.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8613.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8620.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8745.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8761.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8836.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8947.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue8961.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9006.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9017.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9036.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9076.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9083.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9110.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9321.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9355.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9370.go cmd/gc: evaluate concrete == interface without allocating 2015-02-12 22:23:38 +00:00
issue9432.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9521.go cmd/internal/gc: detect bad append(f()) during type check 2015-05-12 16:26:35 +00:00
issue9537.go cmd/gc: treat non-local vars inlined into wrapper as escaping 2015-01-22 03:25:12 +00:00
issue9604.go cmd/5g: make sure we normalize after unary ops on small types 2015-01-15 23:50:01 +00:00
issue9604b.go test: generate tests for arithmetic on narrow types 2015-01-17 21:00:15 +00:00
issue9608.go cmd/gc: eliminate dead code in switch statements 2015-02-06 19:05:47 +00:00
issue9634.go cmd/gc: don't unpack struct arguments to append 2015-01-20 22:55:56 +00:00
issue9691.go cmd/gc: allow map index expressions in for range statements 2015-01-28 15:14:04 +00:00
issue9731.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9738.go cmd/gc: always treat the output parameters as having been assigned in capturevars. 2015-02-02 14:14:21 +00:00
issue9862.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue9862_run.go cmd/link: reject data size > 2 GB 2015-06-30 19:40:39 +00:00
issue10047.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10066.go cmd/internal/gc: do not show original expression for constants in export data 2015-03-05 03:40:42 +00:00
issue10135.go runtime: don't return a slice with nil ptr but non-zero len from growslice 2015-03-12 00:08:38 +00:00
issue10219.go cmd/compile: recognize embedded field in inlined function 2015-07-15 06:04:51 +00:00
issue10253.go cmd/7g: fix ACMP entry in progtable 2015-04-02 20:18:28 +00:00
issue10284.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10320.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10332.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10353.go cmd/internal/gc: improve flow of input params to output params 2015-05-01 13:47:20 +00:00
issue10407.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10441.go test: use go:noinline consistently 2015-11-03 02:01:34 +00:00
issue10486.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10607.go test: fix nosplit.go, fixedbugs/issue11656.go and skip two tests for mips64{,le} 2015-11-12 04:52:31 +00:00
issue10607a.go cmd/link: if -B option was used, pass it to the external linker 2015-07-21 03:57:55 +00:00
issue10654.go cmd/compile: use generated temps in bool codegen 2015-06-09 17:38:26 +00:00
issue10700.go cmd/internal/gc: improve "type *X has no field or method M" message 2015-05-07 16:21:57 +00:00
issue10925.go cmd/internal/gc: make indirect calls properly escape-y 2015-05-22 01:36:11 +00:00
issue10975.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue10977.go cmd/compile: early typecheck top level OAS2 nodes 2015-06-09 00:25:02 +00:00
issue11053.go cmd/compile: run escape analysis after method wrapper generation 2015-06-17 02:36:45 +00:00
issue11053.out cmd/compile: run escape analysis after method wrapper generation 2015-06-17 02:36:45 +00:00
issue11256.go runtime: always clear stack barriers on G exit 2015-06-29 15:02:30 +00:00
issue11286.go runtime: fix heap bitmap repeating with large scalar tails 2015-06-23 18:37:17 +00:00
issue11326.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11326b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11359.go cmd/compile: reject identifiers beginning with non-ASCII digit 2015-11-16 20:38:42 +00:00
issue11361.go cmd/compile: fix crash on bare package name in constant declarations 2016-04-13 06:37:39 +00:00
issue11362.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11369.go cmd/compile: fix half multiply issue 2015-06-26 15:55:22 +00:00
issue11590.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11610.go cmd/compile: towards simpler and faster lexing: always use getr 2016-02-24 04:36:25 +00:00
issue11614.go cmd/compile/internal/gc: fix panic in Type Stringer 2015-12-07 20:18:03 +00:00
issue11656.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11699.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11737.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11750.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11771.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11790.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue11987.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12006.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12108.go cmd/compile/internal/ppc64: fix the epilogue for non-leaf generated methods 2015-10-06 03:34:13 +00:00
issue12133.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12226.go cmd/compile: fix register allocation for == operator 2015-08-25 18:10:14 +00:00
issue12347.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12411.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12413.go cmd/compile: "invalid variable name x in type switch", where x is a name of a constant 2015-10-21 04:21:16 +00:00
issue12525.go cmd/compile: don't emit conversion error in non-numeric increment/decrement 2016-03-07 14:34:58 +00:00
issue12577.go cmd/compile/internal/gc: there are no -0 floating-point constants 2015-10-20 22:11:11 +00:00
issue12588.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12677.go cmd/compile: fix export type conversion loss in inlined func body 2015-12-16 20:30:04 +00:00
issue12686.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue12944.go cmd/compile/internal/gc: reject invalid unsafe.Sizeof([0]byte{}[0]) 2015-10-15 20:56:58 +00:00
issue13160.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13169.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13171.go runtime: teach peephole optimizer that duffcopy clobbers X0 2015-11-06 15:11:42 +00:00
issue13248.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13261.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13266.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13268.go test: add test case for issue 13268 2015-11-24 04:14:39 +00:00
issue13273.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13274.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13319.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13337.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13365.go cmd/compile: clearer error for invalid array/slice literal elements 2015-11-25 19:49:38 +00:00
issue13415.go cmd/compile: use correct line number for := (LCOLAS) 2015-11-28 03:36:00 +00:00
issue13471.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13480.go cmd/compile: reject slice/map/func comparisons against converted nil 2015-12-05 05:46:48 +00:00
issue13539.go cmd/compile: recognize labels even if they have the same name as packages 2015-12-09 02:02:11 +00:00
issue13559.go cmd/compile: don't truncate tiny float constants to 0 in error messages 2015-12-10 16:39:46 +00:00
issue13587.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13684.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13777.go cmd/compile: suppress export of Note field within exported bodies 2016-01-05 15:42:12 +00:00
issue13779.go cmd/compile: better error when assigning to struct field in map 2016-04-04 14:07:47 +00:00
issue13799.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13821.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue13821b.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14006.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14010.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14164.go cmd/compile: fix parsing of inlined interface types with unexported methods 2016-02-01 20:29:19 +00:00
issue14331.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14405.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14520.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14553.go cmd/compile: update vendored math/big to latest version 2016-03-22 17:09:29 +00:00
issue14591.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14636.go cmd/link/internal/ld: don't panic on short buildid 2016-03-04 21:20:09 +00:00
issue14646.go cmd/compile: attach correct line number for fallthru-return 2016-03-08 19:23:25 +00:00
issue14651.go cmd/compile: update vendored math/big to latest version 2016-03-22 17:09:29 +00:00
issue14652.go cmd/compile: stop leaking 'any' type into user package 2016-03-05 02:13:04 +00:00
issue14725.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue14729.go cmd/compile: reject embedded unsafe.Pointer values 2016-04-21 00:32:01 +00:00
issue14988.go cmd/compile: make enqueued map keys fail validation on forward types 2016-04-13 08:43:12 +00:00
issue14999.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15002.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15013.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15039.go cmd/compile, runtime: fix pedantic int->string conversions 2016-03-31 10:28:23 +00:00
issue15042.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15084.go test: add test for issue 15084 2016-04-25 19:20:40 +00:00
issue15091.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15175.go all: make copyright headers consistent with one space after period 2016-05-02 13:43:18 +00:00
issue15252.go cmd/compile: fix register size for ODOTPTR result 2016-04-14 21:19:12 +00:00
issue15281.go cmd/compile: clear hidden value at end of channel range body 2016-04-14 19:20:26 +00:00
issue15311.go cmd/compile: a dot expression can not be a struct literal key 2016-04-18 15:09:47 +00:00
issue15439.go cmd/compile: treat empty and absent struct field tags as identical 2016-04-25 21:28:45 +00:00
issue15470.go test: added test case for (fixed) issue 15470 2016-04-29 00:42:13 +00:00