1
0
mirror of https://github.com/golang/go synced 2024-11-26 10:18:12 -07:00
go/test
Rémy Oudompheng 78f5b616fc cmd/gc: repair make(T) in export data for inlining.
When T was an unexported type it could be forgotten.

Fixes #5470.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/9303050
2013-05-16 09:01:43 +02:00
..
bench go/test/bench/go1: add regexp test 2013-03-12 16:50:10 -07:00
bugs
chan test: raise the allocation threshold for chan/select2.go failure 2013-04-12 15:58:34 -07:00
ddd2.dir
dwarf
fixedbugs cmd/gc: repair make(T) in export data for inlining. 2013-05-16 09:01:43 +02:00
import2.dir
import4.dir
interface
ken
method4.dir
safe
stress test/stress: start of a runtime stress program 2013-04-15 11:50:14 -07:00
syntax
64bit.go
235.go
alias1.go
alias.go
append.go
args.go
assign1.go
assign.go
bigalg.go
bigmap.go
blank1.go cmd/gc: disallow selectors to the blank identifier 2013-03-04 17:01:42 +01:00
blank.go
bom.go
bombad.go
bounds.go
chancap.go
char_lit1.go
char_lit.go
closedchan.go
closure.go
cmp6.go
cmp.go
cmplx.go cmd/gc: reject complex calls with mismatched argument types. 2013-03-11 22:55:14 +01:00
cmplxdivide1.go
cmplxdivide.c
cmplxdivide.go
complit1.go
complit.go
compos.go
const1.go
const2.go
const3.go
const4.go
const5.go
const6.go
const.go
convert1.go
convert3.go
convert.go
convlit1.go
convlit.go
convT2X.go
copy.go
crlf.go
ddd1.go
ddd2.go
ddd.go
decl.go
declbad.go
defer.go
deferprint.go
deferprint.out
divide.go
empty.go
env.go
eof1.go
eof.go
errchk cmd/vet: add assembly checker 2013-03-22 15:14:40 -04:00
escape2.go cmd/gc: fix escape analysis of method values 2013-03-20 23:53:27 -04:00
escape3.go
escape4.go
escape5.go
escape.go
float_lit.go
floatcmp.go
for.go
func1.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
func2.go
func3.go
func4.go
func5.go
func6.go
func7.go
func8.go
func.go
funcdup2.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
funcdup.go cmd/gc: ensure unique parameter and result names in function types 2013-03-15 15:24:13 -04:00
gc1.go
gc2.go
gc.go
golden.out
goprint.go test: make goprint.go wait longer for go its routine to execute 2013-04-12 16:04:19 -07:00
goprint.out
goto.go
helloworld.go
helloworld.out
if.go
import1.go
import2.go
import4.go
import5.go
import.go
index0.go
index1.go
index2.go
index.go cmd/gc: accept ideal float as indices. 2013-03-22 00:38:23 +01:00
indirect1.go
indirect.go
init1.go
init.go
initcomma.go
initialize.go
initializerr.go
int_lit.go
intcvt.go
iota.go
label1.go
label.go
linkx.go
literal.go
mallocfin.go
map1.go
map.go test: fix flaky NaN-key map complexity test 2013-04-07 11:56:15 -07:00
mapnan.go test: fix mapnan.go build tag 2013-04-08 00:09:35 -07:00
method1.go
method2.go
method3.go
method4.go
method5.go cmd/gc: implement method values 2013-03-20 17:11:09 -04:00
method.go
named1.go
named.go
nil.go
nilptr.go cmd/5g, cmd/6g, cmd/8g: more nil ptr to large struct checks 2013-04-24 08:13:01 -07:00
nul1.go
parentype.go
peano.go
printbig.go
printbig.out
range.go
recover1.go
recover2.go
recover3.go
recover.go
rename1.go
rename.go
reorder2.go
reorder.go
return.go cmd/gc: fix line number for 'missing return' in closure 2013-03-22 17:50:29 -04:00
rotate0.go
rotate1.go
rotate2.go
rotate3.go
rotate.go
run
run.go
rune.go
runtime.go
shift1.go test: more systematic shift tests 2013-03-21 16:56:59 -07:00
shift2.go
sieve.go
sigchld.go
sigchld.out
simassign.go
sinit.go
sizeof.go cmd/gc: fix Offsetof computation. 2013-04-05 21:24:07 +02:00
solitaire.go
stack.go
string_lit.go
stringrange.go
struct0.go
switch3.go
switch4.go cmd/gc: disallow fallthrough in final case of switch 2013-03-15 00:35:09 -04:00
switch.go cmd/gc: disallow fallthrough in final case of switch 2013-03-15 00:35:09 -04:00
testlib
torture.go
turing.go
typecheck.go
typeswitch1.go
typeswitch2.go
typeswitch3.go
typeswitch.go
undef.go
utf.go
varerr.go
varinit.go
zerodivide.go