View | Details | Raw Unified | Return to bug 239857 | Differences between
and this patch

Collapse All | Expand All

(-)lang/go14/Makefile (-5 / +11 lines)
Lines 2-8 Link Here
2
2
3
PORTNAME=	go14
3
PORTNAME=	go14
4
PORTVERSION=	1.4.3
4
PORTVERSION=	1.4.3
5
PORTREVISION=	5
5
PORTREVISION=	6
6
CATEGORIES=	lang
6
CATEGORIES=	lang
7
MASTER_SITES=	https://dl.google.com/go/
7
MASTER_SITES=	https://dl.google.com/go/
8
DISTNAME=	go1.4-bootstrap-20171003
8
DISTNAME=	go1.4-bootstrap-20171003
Lines 50-61 Link Here
50
		GO386=387 \
50
		GO386=387 \
51
		CGO_ENABLED=0 \
51
		CGO_ENABLED=0 \
52
		${SH} make.bash
52
		${SH} make.bash
53
	${RM} ${WRKSRC}/.[a-z]* ${WRKSRC}/favicon.ico ${WRKSRC}/robots.txt
54
	${RM} -r ${WRKSRC}/lib/codereview ${WRKSRC}/misc \
55
		${WRKSRC}/pkg/obj ${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd
56
53
57
do-install:
54
do-install:
58
	@${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}/go14
55
	@${MKDIR} ${STAGEDIR}${PREFIX}/go14
56
	( cd ${WRKSRC} ; \
57
		${COPYTREE_BIN} "bin pkg/tool" ${STAGEDIR}${PREFIX}/go14 ; \
58
		${RM} -r pkg/${OPSYS:tl}_${GOARCH}/cmd ; \
59
		${COPYTREE_SHARE} " \
60
			[A-Z]* \
61
			include \
62
			pkg/${OPSYS:tl}_${GOARCH} \
63
			src" \
64
		${STAGEDIR}${PREFIX}/go14 )
59
65
60
do-test:
66
do-test:
61
	cd ${WRKSRC}/src && GOROOT=${WRKSRC} PATH=${WRKSRC}/bin:${PATH} ${SH} run.bash --no-rebuild --banner
67
	cd ${WRKSRC}/src && GOROOT=${WRKSRC} PATH=${WRKSRC}/bin:${PATH} ${SH} run.bash --no-rebuild --banner
(-)lang/go14/pkg-plist (-1418 lines)
Lines 4-171 Link Here
4
go14/PATENTS
4
go14/PATENTS
5
go14/README
5
go14/README
6
go14/VERSION
6
go14/VERSION
7
go14/api/README
8
go14/api/except.txt
9
go14/api/go1.1.txt
10
go14/api/go1.2.txt
11
go14/api/go1.3.txt
12
go14/api/go1.4.txt
13
go14/api/go1.txt
14
go14/api/next.txt
15
go14/bin/go
7
go14/bin/go
16
go14/bin/gofmt
8
go14/bin/gofmt
17
go14/doc/articles/go_command.html
18
go14/doc/articles/index.html
19
go14/doc/articles/race_detector.html
20
go14/doc/articles/wiki/edit.html
21
go14/doc/articles/wiki/final-noclosure.go
22
go14/doc/articles/wiki/final-noerror.go
23
go14/doc/articles/wiki/final-parsetemplate.go
24
go14/doc/articles/wiki/final-template.go
25
go14/doc/articles/wiki/final.go
26
go14/doc/articles/wiki/get.go
27
go14/doc/articles/wiki/http-sample.go
28
go14/doc/articles/wiki/index.html
29
go14/doc/articles/wiki/notemplate.go
30
go14/doc/articles/wiki/part1-noerror.go
31
go14/doc/articles/wiki/part1.go
32
go14/doc/articles/wiki/part2.go
33
go14/doc/articles/wiki/part3-errorhandling.go
34
go14/doc/articles/wiki/part3.go
35
go14/doc/articles/wiki/test.bash
36
go14/doc/articles/wiki/test_Test.txt.good
37
go14/doc/articles/wiki/test_edit.good
38
go14/doc/articles/wiki/test_view.good
39
go14/doc/articles/wiki/view.html
40
go14/doc/asm.html
41
go14/doc/cmd.html
42
go14/doc/code.html
43
go14/doc/codewalk/codewalk.css
44
go14/doc/codewalk/codewalk.js
45
go14/doc/codewalk/codewalk.xml
46
go14/doc/codewalk/functions.xml
47
go14/doc/codewalk/markov.go
48
go14/doc/codewalk/markov.xml
49
go14/doc/codewalk/pig.go
50
go14/doc/codewalk/popout.png
51
go14/doc/codewalk/run
52
go14/doc/codewalk/sharemem.xml
53
go14/doc/codewalk/urlpoll.go
54
go14/doc/contrib.html
55
go14/doc/contribute.html
56
go14/doc/debugging_with_gdb.html
57
go14/doc/devel/release.html
58
go14/doc/devel/weekly.html
59
go14/doc/docs.html
60
go14/doc/effective_go.html
61
go14/doc/gccgo_contribute.html
62
go14/doc/gccgo_install.html
63
go14/doc/go-logo-black.png
64
go14/doc/go-logo-blue.png
65
go14/doc/go-logo-white.png
66
go14/doc/go1.1.html
67
go14/doc/go1.2.html
68
go14/doc/go1.3.html
69
go14/doc/go1.4.html
70
go14/doc/go1.html
71
go14/doc/go1compat.html
72
go14/doc/go_faq.html
73
go14/doc/go_mem.html
74
go14/doc/go_spec.html
75
go14/doc/gopher/README
76
go14/doc/gopher/appenginegopher.jpg
77
go14/doc/gopher/appenginegophercolor.jpg
78
go14/doc/gopher/appenginelogo.gif
79
go14/doc/gopher/biplane.jpg
80
go14/doc/gopher/bumper.png
81
go14/doc/gopher/bumper192x108.png
82
go14/doc/gopher/bumper320x180.png
83
go14/doc/gopher/bumper480x270.png
84
go14/doc/gopher/bumper640x360.png
85
go14/doc/gopher/doc.png
86
go14/doc/gopher/fiveyears.jpg
87
go14/doc/gopher/frontpage.png
88
go14/doc/gopher/gopherbw.png
89
go14/doc/gopher/gophercolor.png
90
go14/doc/gopher/gophercolor16x16.png
91
go14/doc/gopher/help.png
92
go14/doc/gopher/pencil/gopherhat.jpg
93
go14/doc/gopher/pencil/gopherhelmet.jpg
94
go14/doc/gopher/pencil/gophermega.jpg
95
go14/doc/gopher/pencil/gopherrunning.jpg
96
go14/doc/gopher/pencil/gopherswim.jpg
97
go14/doc/gopher/pencil/gopherswrench.jpg
98
go14/doc/gopher/pkg.png
99
go14/doc/gopher/project.png
100
go14/doc/gopher/ref.png
101
go14/doc/gopher/run.png
102
go14/doc/gopher/talks.png
103
go14/doc/help.html
104
go14/doc/ie.css
105
go14/doc/install-source.html
106
go14/doc/install.html
107
go14/doc/logo-153x55.png
108
go14/doc/play/fib.go
109
go14/doc/play/hello.go
110
go14/doc/play/life.go
111
go14/doc/play/peano.go
112
go14/doc/play/pi.go
113
go14/doc/play/sieve.go
114
go14/doc/play/solitaire.go
115
go14/doc/play/tree.go
116
go14/doc/progs/cgo1.go
117
go14/doc/progs/cgo2.go
118
go14/doc/progs/cgo3.go
119
go14/doc/progs/cgo4.go
120
go14/doc/progs/defer.go
121
go14/doc/progs/defer.out
122
go14/doc/progs/defer2.go
123
go14/doc/progs/defer2.out
124
go14/doc/progs/eff_bytesize.go
125
go14/doc/progs/eff_bytesize.out
126
go14/doc/progs/eff_qr.go
127
go14/doc/progs/eff_sequence.go
128
go14/doc/progs/eff_sequence.out
129
go14/doc/progs/eff_unused1.go
130
go14/doc/progs/eff_unused2.go
131
go14/doc/progs/error.go
132
go14/doc/progs/error2.go
133
go14/doc/progs/error3.go
134
go14/doc/progs/error4.go
135
go14/doc/progs/go1.go
136
go14/doc/progs/gobs1.go
137
go14/doc/progs/gobs2.go
138
go14/doc/progs/image_draw.go
139
go14/doc/progs/image_package1.go
140
go14/doc/progs/image_package1.out
141
go14/doc/progs/image_package2.go
142
go14/doc/progs/image_package2.out
143
go14/doc/progs/image_package3.go
144
go14/doc/progs/image_package3.out
145
go14/doc/progs/image_package4.go
146
go14/doc/progs/image_package4.out
147
go14/doc/progs/image_package5.go
148
go14/doc/progs/image_package5.out
149
go14/doc/progs/image_package6.go
150
go14/doc/progs/image_package6.out
151
go14/doc/progs/interface.go
152
go14/doc/progs/interface2.go
153
go14/doc/progs/interface2.out
154
go14/doc/progs/json1.go
155
go14/doc/progs/json2.go
156
go14/doc/progs/json2.out
157
go14/doc/progs/json3.go
158
go14/doc/progs/json4.go
159
go14/doc/progs/json5.go
160
go14/doc/progs/run
161
go14/doc/progs/slices.go
162
go14/doc/progs/timeout1.go
163
go14/doc/progs/timeout2.go
164
go14/doc/progs/update.bash
165
go14/doc/root.html
166
go14/doc/share.png
167
go14/doc/sieve.gif
168
go14/doc/tos.html
169
go14/include/README
9
go14/include/README
170
go14/include/ar.h
10
go14/include/ar.h
171
go14/include/bio.h
11
go14/include/bio.h
Lines 185-193 Link Here
185
go14/include/plan9/utf.h
25
go14/include/plan9/utf.h
186
go14/include/u.h
26
go14/include/u.h
187
go14/include/utf.h
27
go14/include/utf.h
188
go14/lib/time/README
189
go14/lib/time/update.bash
190
go14/lib/time/zoneinfo.zip
191
go14/pkg/freebsd_%%ARCH%%/archive/tar.a
28
go14/pkg/freebsd_%%ARCH%%/archive/tar.a
192
go14/pkg/freebsd_%%ARCH%%/archive/zip.a
29
go14/pkg/freebsd_%%ARCH%%/archive/zip.a
193
go14/pkg/freebsd_%%ARCH%%/bufio.a
30
go14/pkg/freebsd_%%ARCH%%/bufio.a
Lines 3098-4355 Link Here
3098
go14/src/unicode/utf8/utf8.go
2935
go14/src/unicode/utf8/utf8.go
3099
go14/src/unicode/utf8/utf8_test.go
2936
go14/src/unicode/utf8/utf8_test.go
3100
go14/src/unsafe/unsafe.go
2937
go14/src/unsafe/unsafe.go
3101
go14/test/235.go
3102
go14/test/64bit.go
3103
go14/test/alias.go
3104
go14/test/alias1.go
3105
go14/test/append.go
3106
go14/test/args.go
3107
go14/test/assign.go
3108
go14/test/assign1.go
3109
go14/test/bench/garbage/Makefile
3110
go14/test/bench/garbage/parser.go
3111
go14/test/bench/garbage/peano.go
3112
go14/test/bench/garbage/stats.go
3113
go14/test/bench/garbage/tree.go
3114
go14/test/bench/garbage/tree2.go
3115
go14/test/bench/go1/binarytree_test.go
3116
go14/test/bench/go1/fannkuch_test.go
3117
go14/test/bench/go1/fasta_test.go
3118
go14/test/bench/go1/fmt_test.go
3119
go14/test/bench/go1/gob_test.go
3120
go14/test/bench/go1/gzip_test.go
3121
go14/test/bench/go1/http_test.go
3122
go14/test/bench/go1/json_test.go
3123
go14/test/bench/go1/jsondata_test.go
3124
go14/test/bench/go1/mandel_test.go
3125
go14/test/bench/go1/parser_test.go
3126
go14/test/bench/go1/parserdata_test.go
3127
go14/test/bench/go1/regexp_test.go
3128
go14/test/bench/go1/revcomp_test.go
3129
go14/test/bench/go1/template_test.go
3130
go14/test/bench/go1/time_test.go
3131
go14/test/bench/shootout/binary-tree-freelist.go
3132
go14/test/bench/shootout/binary-tree-freelist.txt
3133
go14/test/bench/shootout/binary-tree.c
3134
go14/test/bench/shootout/binary-tree.go
3135
go14/test/bench/shootout/binary-tree.txt
3136
go14/test/bench/shootout/chameneosredux.c
3137
go14/test/bench/shootout/chameneosredux.go
3138
go14/test/bench/shootout/chameneosredux.txt
3139
go14/test/bench/shootout/fannkuch-parallel.go
3140
go14/test/bench/shootout/fannkuch-parallel.txt
3141
go14/test/bench/shootout/fannkuch.c
3142
go14/test/bench/shootout/fannkuch.go
3143
go14/test/bench/shootout/fannkuch.txt
3144
go14/test/bench/shootout/fasta-1000.out
3145
go14/test/bench/shootout/fasta.c
3146
go14/test/bench/shootout/fasta.go
3147
go14/test/bench/shootout/fasta.txt
3148
go14/test/bench/shootout/k-nucleotide-parallel.go
3149
go14/test/bench/shootout/k-nucleotide-parallel.txt
3150
go14/test/bench/shootout/k-nucleotide.c
3151
go14/test/bench/shootout/k-nucleotide.go
3152
go14/test/bench/shootout/k-nucleotide.txt
3153
go14/test/bench/shootout/mandelbrot.c
3154
go14/test/bench/shootout/mandelbrot.go
3155
go14/test/bench/shootout/mandelbrot.txt
3156
go14/test/bench/shootout/meteor-contest.c
3157
go14/test/bench/shootout/meteor-contest.go
3158
go14/test/bench/shootout/meteor-contest.txt
3159
go14/test/bench/shootout/nbody.c
3160
go14/test/bench/shootout/nbody.go
3161
go14/test/bench/shootout/nbody.txt
3162
go14/test/bench/shootout/pidigits.c
3163
go14/test/bench/shootout/pidigits.go
3164
go14/test/bench/shootout/pidigits.txt
3165
go14/test/bench/shootout/regex-dna-parallel.go
3166
go14/test/bench/shootout/regex-dna-parallel.txt
3167
go14/test/bench/shootout/regex-dna.c
3168
go14/test/bench/shootout/regex-dna.go
3169
go14/test/bench/shootout/regex-dna.txt
3170
go14/test/bench/shootout/reverse-complement.c
3171
go14/test/bench/shootout/reverse-complement.go
3172
go14/test/bench/shootout/reverse-complement.txt
3173
go14/test/bench/shootout/spectral-norm-parallel.go
3174
go14/test/bench/shootout/spectral-norm.c
3175
go14/test/bench/shootout/spectral-norm.go
3176
go14/test/bench/shootout/spectral-norm.txt
3177
go14/test/bench/shootout/threadring.c
3178
go14/test/bench/shootout/threadring.go
3179
go14/test/bench/shootout/threadring.txt
3180
go14/test/bench/shootout/timing.log
3181
go14/test/bench/shootout/timing.sh
3182
go14/test/bigalg.go
3183
go14/test/bigmap.go
3184
go14/test/blank.go
3185
go14/test/blank1.go
3186
go14/test/bom.go
3187
go14/test/bombad.go
3188
go14/test/bounds.go
3189
go14/test/bugs/bug395.go
3190
go14/test/bugs/placeholder
3191
go14/test/chan/doubleselect.go
3192
go14/test/chan/fifo.go
3193
go14/test/chan/goroutines.go
3194
go14/test/chan/nonblock.go
3195
go14/test/chan/perm.go
3196
go14/test/chan/powser1.go
3197
go14/test/chan/powser2.go
3198
go14/test/chan/select.go
3199
go14/test/chan/select2.go
3200
go14/test/chan/select3.go
3201
go14/test/chan/select4.go
3202
go14/test/chan/select5.go
3203
go14/test/chan/select6.go
3204
go14/test/chan/select7.go
3205
go14/test/chan/sendstmt.go
3206
go14/test/chan/sieve1.go
3207
go14/test/chan/sieve2.go
3208
go14/test/chan/zerosize.go
3209
go14/test/chancap.go
3210
go14/test/char_lit.go
3211
go14/test/char_lit1.go
3212
go14/test/closedchan.go
3213
go14/test/closure.go
3214
go14/test/cmp.go
3215
go14/test/cmp6.go
3216
go14/test/cmplx.go
3217
go14/test/cmplxdivide.c
3218
go14/test/cmplxdivide.go
3219
go14/test/cmplxdivide1.go
3220
go14/test/complit.go
3221
go14/test/complit1.go
3222
go14/test/compos.go
3223
go14/test/const.go
3224
go14/test/const1.go
3225
go14/test/const2.go
3226
go14/test/const3.go
3227
go14/test/const4.go
3228
go14/test/const5.go
3229
go14/test/const6.go
3230
go14/test/convT2X.go
3231
go14/test/convert.go
3232
go14/test/convert1.go
3233
go14/test/convert3.go
3234
go14/test/convlit.go
3235
go14/test/convlit1.go
3236
go14/test/copy.go
3237
go14/test/crlf.go
3238
go14/test/ddd.go
3239
go14/test/ddd1.go
3240
go14/test/ddd2.dir/ddd2.go
3241
go14/test/ddd2.dir/ddd3.go
3242
go14/test/ddd2.go
3243
go14/test/decl.go
3244
go14/test/declbad.go
3245
go14/test/defer.go
3246
go14/test/deferfin.go
3247
go14/test/deferprint.go
3248
go14/test/deferprint.out
3249
go14/test/divide.go
3250
go14/test/divmod.go
3251
go14/test/dwarf/dwarf.dir/main.go
3252
go14/test/dwarf/dwarf.dir/z1.go
3253
go14/test/dwarf/dwarf.dir/z10.go
3254
go14/test/dwarf/dwarf.dir/z11.go
3255
go14/test/dwarf/dwarf.dir/z12.go
3256
go14/test/dwarf/dwarf.dir/z13.go
3257
go14/test/dwarf/dwarf.dir/z14.go
3258
go14/test/dwarf/dwarf.dir/z15.go
3259
go14/test/dwarf/dwarf.dir/z16.go
3260
go14/test/dwarf/dwarf.dir/z17.go
3261
go14/test/dwarf/dwarf.dir/z18.go
3262
go14/test/dwarf/dwarf.dir/z19.go
3263
go14/test/dwarf/dwarf.dir/z2.go
3264
go14/test/dwarf/dwarf.dir/z20.go
3265
go14/test/dwarf/dwarf.dir/z3.go
3266
go14/test/dwarf/dwarf.dir/z4.go
3267
go14/test/dwarf/dwarf.dir/z5.go
3268
go14/test/dwarf/dwarf.dir/z6.go
3269
go14/test/dwarf/dwarf.dir/z7.go
3270
go14/test/dwarf/dwarf.dir/z8.go
3271
go14/test/dwarf/dwarf.dir/z9.go
3272
go14/test/dwarf/dwarf.go
3273
go14/test/dwarf/linedirectives.go
3274
go14/test/empty.go
3275
go14/test/env.go
3276
go14/test/eof.go
3277
go14/test/eof1.go
3278
go14/test/errchk
3279
go14/test/escape.go
3280
go14/test/escape2.go
3281
go14/test/escape2n.go
3282
go14/test/escape3.go
3283
go14/test/escape4.go
3284
go14/test/escape5.go
3285
go14/test/fixedbugs/bug000.go
3286
go14/test/fixedbugs/bug002.go
3287
go14/test/fixedbugs/bug003.go
3288
go14/test/fixedbugs/bug004.go
3289
go14/test/fixedbugs/bug005.go
3290
go14/test/fixedbugs/bug006.go
3291
go14/test/fixedbugs/bug007.go
3292
go14/test/fixedbugs/bug008.go
3293
go14/test/fixedbugs/bug009.go
3294
go14/test/fixedbugs/bug010.go
3295
go14/test/fixedbugs/bug011.go
3296
go14/test/fixedbugs/bug012.go
3297
go14/test/fixedbugs/bug013.go
3298
go14/test/fixedbugs/bug014.go
3299
go14/test/fixedbugs/bug015.go
3300
go14/test/fixedbugs/bug016.go
3301
go14/test/fixedbugs/bug017.go
3302
go14/test/fixedbugs/bug020.go
3303
go14/test/fixedbugs/bug021.go
3304
go14/test/fixedbugs/bug022.go
3305
go14/test/fixedbugs/bug023.go
3306
go14/test/fixedbugs/bug024.go
3307
go14/test/fixedbugs/bug026.go
3308
go14/test/fixedbugs/bug027.go
3309
go14/test/fixedbugs/bug028.go
3310
go14/test/fixedbugs/bug030.go
3311
go14/test/fixedbugs/bug031.go
3312
go14/test/fixedbugs/bug035.go
3313
go14/test/fixedbugs/bug037.go
3314
go14/test/fixedbugs/bug039.go
3315
go14/test/fixedbugs/bug040.go
3316
go14/test/fixedbugs/bug045.go
3317
go14/test/fixedbugs/bug046.go
3318
go14/test/fixedbugs/bug047.go
3319
go14/test/fixedbugs/bug048.go
3320
go14/test/fixedbugs/bug049.go
3321
go14/test/fixedbugs/bug050.go
3322
go14/test/fixedbugs/bug051.go
3323
go14/test/fixedbugs/bug052.go
3324
go14/test/fixedbugs/bug053.go
3325
go14/test/fixedbugs/bug054.go
3326
go14/test/fixedbugs/bug055.go
3327
go14/test/fixedbugs/bug056.go
3328
go14/test/fixedbugs/bug057.go
3329
go14/test/fixedbugs/bug058.go
3330
go14/test/fixedbugs/bug059.go
3331
go14/test/fixedbugs/bug060.go
3332
go14/test/fixedbugs/bug061.go
3333
go14/test/fixedbugs/bug062.go
3334
go14/test/fixedbugs/bug063.go
3335
go14/test/fixedbugs/bug064.go
3336
go14/test/fixedbugs/bug065.go
3337
go14/test/fixedbugs/bug066.go
3338
go14/test/fixedbugs/bug067.go
3339
go14/test/fixedbugs/bug068.go
3340
go14/test/fixedbugs/bug069.go
3341
go14/test/fixedbugs/bug070.go
3342
go14/test/fixedbugs/bug071.go
3343
go14/test/fixedbugs/bug072.go
3344
go14/test/fixedbugs/bug073.go
3345
go14/test/fixedbugs/bug074.go
3346
go14/test/fixedbugs/bug075.go
3347
go14/test/fixedbugs/bug076.go
3348
go14/test/fixedbugs/bug077.go
3349
go14/test/fixedbugs/bug078.go
3350
go14/test/fixedbugs/bug080.go
3351
go14/test/fixedbugs/bug081.go
3352
go14/test/fixedbugs/bug082.go
3353
go14/test/fixedbugs/bug083.dir/bug0.go
3354
go14/test/fixedbugs/bug083.dir/bug1.go
3355
go14/test/fixedbugs/bug083.go
3356
go14/test/fixedbugs/bug084.go
3357
go14/test/fixedbugs/bug085.go
3358
go14/test/fixedbugs/bug086.go
3359
go14/test/fixedbugs/bug087.go
3360
go14/test/fixedbugs/bug088.dir/bug0.go
3361
go14/test/fixedbugs/bug088.dir/bug1.go
3362
go14/test/fixedbugs/bug088.go
3363
go14/test/fixedbugs/bug089.go
3364
go14/test/fixedbugs/bug090.go
3365
go14/test/fixedbugs/bug091.go
3366
go14/test/fixedbugs/bug092.go
3367
go14/test/fixedbugs/bug093.go
3368
go14/test/fixedbugs/bug094.go
3369
go14/test/fixedbugs/bug096.go
3370
go14/test/fixedbugs/bug097.go
3371
go14/test/fixedbugs/bug098.go
3372
go14/test/fixedbugs/bug099.go
3373
go14/test/fixedbugs/bug101.go
3374
go14/test/fixedbugs/bug102.go
3375
go14/test/fixedbugs/bug103.go
3376
go14/test/fixedbugs/bug104.go
3377
go14/test/fixedbugs/bug106.dir/bug0.go
3378
go14/test/fixedbugs/bug106.dir/bug1.go
3379
go14/test/fixedbugs/bug106.go
3380
go14/test/fixedbugs/bug107.go
3381
go14/test/fixedbugs/bug108.go
3382
go14/test/fixedbugs/bug109.go
3383
go14/test/fixedbugs/bug110.go
3384
go14/test/fixedbugs/bug111.go
3385
go14/test/fixedbugs/bug112.go
3386
go14/test/fixedbugs/bug113.go
3387
go14/test/fixedbugs/bug114.go
3388
go14/test/fixedbugs/bug115.go
3389
go14/test/fixedbugs/bug116.go
3390
go14/test/fixedbugs/bug117.go
3391
go14/test/fixedbugs/bug118.go
3392
go14/test/fixedbugs/bug119.go
3393
go14/test/fixedbugs/bug120.go
3394
go14/test/fixedbugs/bug121.go
3395
go14/test/fixedbugs/bug122.go
3396
go14/test/fixedbugs/bug123.go
3397
go14/test/fixedbugs/bug126.go
3398
go14/test/fixedbugs/bug127.go
3399
go14/test/fixedbugs/bug128.go
3400
go14/test/fixedbugs/bug129.go
3401
go14/test/fixedbugs/bug130.go
3402
go14/test/fixedbugs/bug131.go
3403
go14/test/fixedbugs/bug132.go
3404
go14/test/fixedbugs/bug133.dir/bug0.go
3405
go14/test/fixedbugs/bug133.dir/bug1.go
3406
go14/test/fixedbugs/bug133.dir/bug2.go
3407
go14/test/fixedbugs/bug133.go
3408
go14/test/fixedbugs/bug135.go
3409
go14/test/fixedbugs/bug136.go
3410
go14/test/fixedbugs/bug137.go
3411
go14/test/fixedbugs/bug139.go
3412
go14/test/fixedbugs/bug140.go
3413
go14/test/fixedbugs/bug141.go
3414
go14/test/fixedbugs/bug142.go
3415
go14/test/fixedbugs/bug143.go
3416
go14/test/fixedbugs/bug144.go
3417
go14/test/fixedbugs/bug145.go
3418
go14/test/fixedbugs/bug146.go
3419
go14/test/fixedbugs/bug147.go
3420
go14/test/fixedbugs/bug148.go
3421
go14/test/fixedbugs/bug149.go
3422
go14/test/fixedbugs/bug150.go
3423
go14/test/fixedbugs/bug151.go
3424
go14/test/fixedbugs/bug1515.go
3425
go14/test/fixedbugs/bug152.go
3426
go14/test/fixedbugs/bug154.go
3427
go14/test/fixedbugs/bug155.go
3428
go14/test/fixedbugs/bug156.go
3429
go14/test/fixedbugs/bug157.go
3430
go14/test/fixedbugs/bug158.go
3431
go14/test/fixedbugs/bug159.go
3432
go14/test/fixedbugs/bug160.dir/x.go
3433
go14/test/fixedbugs/bug160.dir/y.go
3434
go14/test/fixedbugs/bug160.go
3435
go14/test/fixedbugs/bug161.go
3436
go14/test/fixedbugs/bug163.go
3437
go14/test/fixedbugs/bug164.go
3438
go14/test/fixedbugs/bug165.go
3439
go14/test/fixedbugs/bug167.go
3440
go14/test/fixedbugs/bug168.go
3441
go14/test/fixedbugs/bug169.go
3442
go14/test/fixedbugs/bug170.go
3443
go14/test/fixedbugs/bug171.go
3444
go14/test/fixedbugs/bug172.go
3445
go14/test/fixedbugs/bug173.go
3446
go14/test/fixedbugs/bug174.go
3447
go14/test/fixedbugs/bug175.go
3448
go14/test/fixedbugs/bug176.go
3449
go14/test/fixedbugs/bug177.go
3450
go14/test/fixedbugs/bug178.go
3451
go14/test/fixedbugs/bug179.go
3452
go14/test/fixedbugs/bug180.go
3453
go14/test/fixedbugs/bug181.go
3454
go14/test/fixedbugs/bug182.go
3455
go14/test/fixedbugs/bug183.go
3456
go14/test/fixedbugs/bug184.go
3457
go14/test/fixedbugs/bug185.go
3458
go14/test/fixedbugs/bug186.go
3459
go14/test/fixedbugs/bug187.go
3460
go14/test/fixedbugs/bug188.go
3461
go14/test/fixedbugs/bug189.go
3462
go14/test/fixedbugs/bug190.go
3463
go14/test/fixedbugs/bug191.dir/a.go
3464
go14/test/fixedbugs/bug191.dir/b.go
3465
go14/test/fixedbugs/bug191.dir/main.go
3466
go14/test/fixedbugs/bug191.go
3467
go14/test/fixedbugs/bug192.go
3468
go14/test/fixedbugs/bug193.go
3469
go14/test/fixedbugs/bug194.go
3470
go14/test/fixedbugs/bug195.go
3471
go14/test/fixedbugs/bug196.go
3472
go14/test/fixedbugs/bug197.go
3473
go14/test/fixedbugs/bug198.go
3474
go14/test/fixedbugs/bug199.go
3475
go14/test/fixedbugs/bug200.go
3476
go14/test/fixedbugs/bug201.go
3477
go14/test/fixedbugs/bug202.go
3478
go14/test/fixedbugs/bug203.go
3479
go14/test/fixedbugs/bug204.go
3480
go14/test/fixedbugs/bug205.go
3481
go14/test/fixedbugs/bug206.go
3482
go14/test/fixedbugs/bug206.out
3483
go14/test/fixedbugs/bug207.go
3484
go14/test/fixedbugs/bug208.go
3485
go14/test/fixedbugs/bug209.go
3486
go14/test/fixedbugs/bug211.go
3487
go14/test/fixedbugs/bug212.go
3488
go14/test/fixedbugs/bug213.go
3489
go14/test/fixedbugs/bug214.go
3490
go14/test/fixedbugs/bug215.go
3491
go14/test/fixedbugs/bug216.go
3492
go14/test/fixedbugs/bug217.go
3493
go14/test/fixedbugs/bug218.go
3494
go14/test/fixedbugs/bug219.go
3495
go14/test/fixedbugs/bug221.go
3496
go14/test/fixedbugs/bug222.dir/chanbug.go
3497
go14/test/fixedbugs/bug222.dir/chanbug2.go
3498
go14/test/fixedbugs/bug222.go
3499
go14/test/fixedbugs/bug223.go
3500
go14/test/fixedbugs/bug224.go
3501
go14/test/fixedbugs/bug225.go
3502
go14/test/fixedbugs/bug227.go
3503
go14/test/fixedbugs/bug228.go
3504
go14/test/fixedbugs/bug229.go
3505
go14/test/fixedbugs/bug230.go
3506
go14/test/fixedbugs/bug231.go
3507
go14/test/fixedbugs/bug232.go
3508
go14/test/fixedbugs/bug233.go
3509
go14/test/fixedbugs/bug234.go
3510
go14/test/fixedbugs/bug235.go
3511
go14/test/fixedbugs/bug236.go
3512
go14/test/fixedbugs/bug237.go
3513
go14/test/fixedbugs/bug238.go
3514
go14/test/fixedbugs/bug239.go
3515
go14/test/fixedbugs/bug240.go
3516
go14/test/fixedbugs/bug241.go
3517
go14/test/fixedbugs/bug242.go
3518
go14/test/fixedbugs/bug243.go
3519
go14/test/fixedbugs/bug244.go
3520
go14/test/fixedbugs/bug245.go
3521
go14/test/fixedbugs/bug246.go
3522
go14/test/fixedbugs/bug247.go
3523
go14/test/fixedbugs/bug248.dir/bug0.go
3524
go14/test/fixedbugs/bug248.dir/bug1.go
3525
go14/test/fixedbugs/bug248.dir/bug2.go
3526
go14/test/fixedbugs/bug248.dir/bug3.go
3527
go14/test/fixedbugs/bug248.go
3528
go14/test/fixedbugs/bug249.go
3529
go14/test/fixedbugs/bug250.go
3530
go14/test/fixedbugs/bug251.go
3531
go14/test/fixedbugs/bug252.go
3532
go14/test/fixedbugs/bug253.go
3533
go14/test/fixedbugs/bug254.go
3534
go14/test/fixedbugs/bug255.go
3535
go14/test/fixedbugs/bug256.go
3536
go14/test/fixedbugs/bug257.go
3537
go14/test/fixedbugs/bug258.go
3538
go14/test/fixedbugs/bug259.go
3539
go14/test/fixedbugs/bug260.go
3540
go14/test/fixedbugs/bug261.go
3541
go14/test/fixedbugs/bug262.go
3542
go14/test/fixedbugs/bug263.go
3543
go14/test/fixedbugs/bug264.go
3544
go14/test/fixedbugs/bug265.go
3545
go14/test/fixedbugs/bug266.go
3546
go14/test/fixedbugs/bug267.go
3547
go14/test/fixedbugs/bug269.go
3548
go14/test/fixedbugs/bug271.go
3549
go14/test/fixedbugs/bug272.go
3550
go14/test/fixedbugs/bug273.go
3551
go14/test/fixedbugs/bug274.go
3552
go14/test/fixedbugs/bug275.go
3553
go14/test/fixedbugs/bug276.go
3554
go14/test/fixedbugs/bug277.go
3555
go14/test/fixedbugs/bug278.go
3556
go14/test/fixedbugs/bug279.go
3557
go14/test/fixedbugs/bug280.go
3558
go14/test/fixedbugs/bug281.go
3559
go14/test/fixedbugs/bug282.dir/p1.go
3560
go14/test/fixedbugs/bug282.dir/p2.go
3561
go14/test/fixedbugs/bug282.go
3562
go14/test/fixedbugs/bug283.go
3563
go14/test/fixedbugs/bug284.go
3564
go14/test/fixedbugs/bug285.go
3565
go14/test/fixedbugs/bug286.go
3566
go14/test/fixedbugs/bug287.go
3567
go14/test/fixedbugs/bug288.go
3568
go14/test/fixedbugs/bug289.go
3569
go14/test/fixedbugs/bug290.go
3570
go14/test/fixedbugs/bug291.go
3571
go14/test/fixedbugs/bug292.go
3572
go14/test/fixedbugs/bug293.go
3573
go14/test/fixedbugs/bug294.go
3574
go14/test/fixedbugs/bug295.go
3575
go14/test/fixedbugs/bug296.go
3576
go14/test/fixedbugs/bug297.go
3577
go14/test/fixedbugs/bug298.go
3578
go14/test/fixedbugs/bug299.go
3579
go14/test/fixedbugs/bug300.go
3580
go14/test/fixedbugs/bug301.go
3581
go14/test/fixedbugs/bug302.dir/main.go
3582
go14/test/fixedbugs/bug302.dir/p.go
3583
go14/test/fixedbugs/bug302.go
3584
go14/test/fixedbugs/bug303.go
3585
go14/test/fixedbugs/bug304.go
3586
go14/test/fixedbugs/bug305.go
3587
go14/test/fixedbugs/bug306.dir/p1.go
3588
go14/test/fixedbugs/bug306.dir/p2.go
3589
go14/test/fixedbugs/bug306.go
3590
go14/test/fixedbugs/bug307.go
3591
go14/test/fixedbugs/bug308.go
3592
go14/test/fixedbugs/bug309.go
3593
go14/test/fixedbugs/bug311.go
3594
go14/test/fixedbugs/bug312.go
3595
go14/test/fixedbugs/bug313.dir/a.go
3596
go14/test/fixedbugs/bug313.dir/b.go
3597
go14/test/fixedbugs/bug313.go
3598
go14/test/fixedbugs/bug314.go
3599
go14/test/fixedbugs/bug315.go
3600
go14/test/fixedbugs/bug316.go
3601
go14/test/fixedbugs/bug317.go
3602
go14/test/fixedbugs/bug318.go
3603
go14/test/fixedbugs/bug319.go
3604
go14/test/fixedbugs/bug320.go
3605
go14/test/fixedbugs/bug321.go
3606
go14/test/fixedbugs/bug322.dir/lib.go
3607
go14/test/fixedbugs/bug322.dir/main.go
3608
go14/test/fixedbugs/bug322.go
3609
go14/test/fixedbugs/bug323.go
3610
go14/test/fixedbugs/bug324.dir/p.go
3611
go14/test/fixedbugs/bug324.dir/prog.go
3612
go14/test/fixedbugs/bug324.go
3613
go14/test/fixedbugs/bug325.go
3614
go14/test/fixedbugs/bug326.go
3615
go14/test/fixedbugs/bug327.go
3616
go14/test/fixedbugs/bug328.go
3617
go14/test/fixedbugs/bug328.out
3618
go14/test/fixedbugs/bug329.go
3619
go14/test/fixedbugs/bug330.go
3620
go14/test/fixedbugs/bug331.go
3621
go14/test/fixedbugs/bug332.go
3622
go14/test/fixedbugs/bug333.go
3623
go14/test/fixedbugs/bug334.go
3624
go14/test/fixedbugs/bug335.dir/a.go
3625
go14/test/fixedbugs/bug335.dir/b.go
3626
go14/test/fixedbugs/bug335.go
3627
go14/test/fixedbugs/bug336.go
3628
go14/test/fixedbugs/bug337.go
3629
go14/test/fixedbugs/bug338.go
3630
go14/test/fixedbugs/bug339.go
3631
go14/test/fixedbugs/bug340.go
3632
go14/test/fixedbugs/bug341.go
3633
go14/test/fixedbugs/bug342.go
3634
go14/test/fixedbugs/bug343.go
3635
go14/test/fixedbugs/bug344.go
3636
go14/test/fixedbugs/bug345.dir/io.go
3637
go14/test/fixedbugs/bug345.dir/main.go
3638
go14/test/fixedbugs/bug345.go
3639
go14/test/fixedbugs/bug346.go
3640
go14/test/fixedbugs/bug347.go
3641
go14/test/fixedbugs/bug348.go
3642
go14/test/fixedbugs/bug349.go
3643
go14/test/fixedbugs/bug350.go
3644
go14/test/fixedbugs/bug351.go
3645
go14/test/fixedbugs/bug352.go
3646
go14/test/fixedbugs/bug353.go
3647
go14/test/fixedbugs/bug354.go
3648
go14/test/fixedbugs/bug355.go
3649
go14/test/fixedbugs/bug356.go
3650
go14/test/fixedbugs/bug357.go
3651
go14/test/fixedbugs/bug358.go
3652
go14/test/fixedbugs/bug361.go
3653
go14/test/fixedbugs/bug362.go
3654
go14/test/fixedbugs/bug363.go
3655
go14/test/fixedbugs/bug364.go
3656
go14/test/fixedbugs/bug365.go
3657
go14/test/fixedbugs/bug366.go
3658
go14/test/fixedbugs/bug367.dir/p.go
3659
go14/test/fixedbugs/bug367.dir/prog.go
3660
go14/test/fixedbugs/bug367.go
3661
go14/test/fixedbugs/bug368.go
3662
go14/test/fixedbugs/bug369.dir/pkg.go
3663
go14/test/fixedbugs/bug369.go
3664
go14/test/fixedbugs/bug370.go
3665
go14/test/fixedbugs/bug371.go
3666
go14/test/fixedbugs/bug372.go
3667
go14/test/fixedbugs/bug373.go
3668
go14/test/fixedbugs/bug374.go
3669
go14/test/fixedbugs/bug375.go
3670
go14/test/fixedbugs/bug376.go
3671
go14/test/fixedbugs/bug377.dir/one.go
3672
go14/test/fixedbugs/bug377.dir/two.go
3673
go14/test/fixedbugs/bug377.go
3674
go14/test/fixedbugs/bug378.go
3675
go14/test/fixedbugs/bug379.go
3676
go14/test/fixedbugs/bug380.go
3677
go14/test/fixedbugs/bug381.go
3678
go14/test/fixedbugs/bug382.dir/pkg.go
3679
go14/test/fixedbugs/bug382.dir/prog.go
3680
go14/test/fixedbugs/bug382.go
3681
go14/test/fixedbugs/bug383.go
3682
go14/test/fixedbugs/bug384.go
3683
go14/test/fixedbugs/bug385_32.go
3684
go14/test/fixedbugs/bug385_64.go
3685
go14/test/fixedbugs/bug386.go
3686
go14/test/fixedbugs/bug387.go
3687
go14/test/fixedbugs/bug388.go
3688
go14/test/fixedbugs/bug389.go
3689
go14/test/fixedbugs/bug390.go
3690
go14/test/fixedbugs/bug391.go
3691
go14/test/fixedbugs/bug392.dir/one.go
3692
go14/test/fixedbugs/bug392.dir/pkg2.go
3693
go14/test/fixedbugs/bug392.dir/pkg3.go
3694
go14/test/fixedbugs/bug392.go
3695
go14/test/fixedbugs/bug393.go
3696
go14/test/fixedbugs/bug394.go
3697
go14/test/fixedbugs/bug396.dir/one.go
3698
go14/test/fixedbugs/bug396.dir/two.go
3699
go14/test/fixedbugs/bug396.go
3700
go14/test/fixedbugs/bug397.go
3701
go14/test/fixedbugs/bug398.go
3702
go14/test/fixedbugs/bug399.go
3703
go14/test/fixedbugs/bug401.go
3704
go14/test/fixedbugs/bug402.go
3705
go14/test/fixedbugs/bug403.go
3706
go14/test/fixedbugs/bug404.dir/one.go
3707
go14/test/fixedbugs/bug404.dir/two.go
3708
go14/test/fixedbugs/bug404.go
3709
go14/test/fixedbugs/bug405.go
3710
go14/test/fixedbugs/bug406.go
3711
go14/test/fixedbugs/bug407.dir/one.go
3712
go14/test/fixedbugs/bug407.dir/two.go
3713
go14/test/fixedbugs/bug407.go
3714
go14/test/fixedbugs/bug409.go
3715
go14/test/fixedbugs/bug409.out
3716
go14/test/fixedbugs/bug410.go
3717
go14/test/fixedbugs/bug411.go
3718
go14/test/fixedbugs/bug412.go
3719
go14/test/fixedbugs/bug413.go
3720
go14/test/fixedbugs/bug414.dir/p1.go
3721
go14/test/fixedbugs/bug414.dir/prog.go
3722
go14/test/fixedbugs/bug414.go
3723
go14/test/fixedbugs/bug415.dir/p.go
3724
go14/test/fixedbugs/bug415.dir/prog.go
3725
go14/test/fixedbugs/bug415.go
3726
go14/test/fixedbugs/bug416.go
3727
go14/test/fixedbugs/bug417.go
3728
go14/test/fixedbugs/bug418.go
3729
go14/test/fixedbugs/bug419.go
3730
go14/test/fixedbugs/bug420.go
3731
go14/test/fixedbugs/bug421.go
3732
go14/test/fixedbugs/bug422.go
3733
go14/test/fixedbugs/bug423.go
3734
go14/test/fixedbugs/bug424.dir/lib.go
3735
go14/test/fixedbugs/bug424.dir/main.go
3736
go14/test/fixedbugs/bug424.go
3737
go14/test/fixedbugs/bug425.go
3738
go14/test/fixedbugs/bug426.go
3739
go14/test/fixedbugs/bug427.go
3740
go14/test/fixedbugs/bug428.go
3741
go14/test/fixedbugs/bug429.go
3742
go14/test/fixedbugs/bug430.go
3743
go14/test/fixedbugs/bug431.go
3744
go14/test/fixedbugs/bug432.go
3745
go14/test/fixedbugs/bug433.go
3746
go14/test/fixedbugs/bug434.go
3747
go14/test/fixedbugs/bug435.go
3748
go14/test/fixedbugs/bug436.go
3749
go14/test/fixedbugs/bug437.dir/one.go
3750
go14/test/fixedbugs/bug437.dir/two.go
3751
go14/test/fixedbugs/bug437.dir/x.go
3752
go14/test/fixedbugs/bug437.go
3753
go14/test/fixedbugs/bug438.go
3754
go14/test/fixedbugs/bug439.go
3755
go14/test/fixedbugs/bug440_32.go
3756
go14/test/fixedbugs/bug440_64.go
3757
go14/test/fixedbugs/bug441.go
3758
go14/test/fixedbugs/bug442.go
3759
go14/test/fixedbugs/bug443.go
3760
go14/test/fixedbugs/bug444.go
3761
go14/test/fixedbugs/bug445.go
3762
go14/test/fixedbugs/bug446.go
3763
go14/test/fixedbugs/bug447.go
3764
go14/test/fixedbugs/bug448.dir/pkg1.go
3765
go14/test/fixedbugs/bug448.dir/pkg2.go
3766
go14/test/fixedbugs/bug448.go
3767
go14/test/fixedbugs/bug449.go
3768
go14/test/fixedbugs/bug450.go
3769
go14/test/fixedbugs/bug451.go
3770
go14/test/fixedbugs/bug452.go
3771
go14/test/fixedbugs/bug453.go
3772
go14/test/fixedbugs/bug454.go
3773
go14/test/fixedbugs/bug455.go
3774
go14/test/fixedbugs/bug456.go
3775
go14/test/fixedbugs/bug457.go
3776
go14/test/fixedbugs/bug458.go
3777
go14/test/fixedbugs/bug459.go
3778
go14/test/fixedbugs/bug460.dir/a.go
3779
go14/test/fixedbugs/bug460.dir/b.go
3780
go14/test/fixedbugs/bug460.go
3781
go14/test/fixedbugs/bug461.go
3782
go14/test/fixedbugs/bug462.go
3783
go14/test/fixedbugs/bug463.go
3784
go14/test/fixedbugs/bug464.go
3785
go14/test/fixedbugs/bug465.dir/a.go
3786
go14/test/fixedbugs/bug465.dir/b.go
3787
go14/test/fixedbugs/bug465.go
3788
go14/test/fixedbugs/bug466.dir/a.go
3789
go14/test/fixedbugs/bug466.dir/b.go
3790
go14/test/fixedbugs/bug466.go
3791
go14/test/fixedbugs/bug467.dir/p1.go
3792
go14/test/fixedbugs/bug467.dir/p2.go
3793
go14/test/fixedbugs/bug467.dir/p3.go
3794
go14/test/fixedbugs/bug467.go
3795
go14/test/fixedbugs/bug468.dir/p1.go
3796
go14/test/fixedbugs/bug468.dir/p2.go
3797
go14/test/fixedbugs/bug468.go
3798
go14/test/fixedbugs/bug470.go
3799
go14/test/fixedbugs/bug471.go
3800
go14/test/fixedbugs/bug472.dir/p1.go
3801
go14/test/fixedbugs/bug472.dir/p2.go
3802
go14/test/fixedbugs/bug472.dir/z.go
3803
go14/test/fixedbugs/bug472.go
3804
go14/test/fixedbugs/bug473.go
3805
go14/test/fixedbugs/bug474.go
3806
go14/test/fixedbugs/bug475.go
3807
go14/test/fixedbugs/bug476.go
3808
go14/test/fixedbugs/bug477.go
3809
go14/test/fixedbugs/bug478.dir/a.go
3810
go14/test/fixedbugs/bug478.dir/b.go
3811
go14/test/fixedbugs/bug478.go
3812
go14/test/fixedbugs/bug479.dir/a.go
3813
go14/test/fixedbugs/bug479.dir/b.go
3814
go14/test/fixedbugs/bug479.go
3815
go14/test/fixedbugs/bug480.dir/a.go
3816
go14/test/fixedbugs/bug480.dir/b.go
3817
go14/test/fixedbugs/bug480.go
3818
go14/test/fixedbugs/bug481.go
3819
go14/test/fixedbugs/bug482.go
3820
go14/test/fixedbugs/bug483.go
3821
go14/test/fixedbugs/bug484.go
3822
go14/test/fixedbugs/bug485.go
3823
go14/test/fixedbugs/bug486.go
3824
go14/test/fixedbugs/bug487.go
3825
go14/test/fixedbugs/bug488.dir/a.go
3826
go14/test/fixedbugs/bug488.dir/b.go
3827
go14/test/fixedbugs/bug488.go
3828
go14/test/fixedbugs/bug489.go
3829
go14/test/fixedbugs/bug490.go
3830
go14/test/fixedbugs/bug491.go
3831
go14/test/fixedbugs/issue10135.go
3832
go14/test/fixedbugs/issue1304.go
3833
go14/test/fixedbugs/issue2615.go
3834
go14/test/fixedbugs/issue3552.dir/one.go
3835
go14/test/fixedbugs/issue3552.dir/two.go
3836
go14/test/fixedbugs/issue3552.go
3837
go14/test/fixedbugs/issue3705.go
3838
go14/test/fixedbugs/issue3783.go
3839
go14/test/fixedbugs/issue3924.go
3840
go14/test/fixedbugs/issue3925.go
3841
go14/test/fixedbugs/issue4066.go
3842
go14/test/fixedbugs/issue4085a.go
3843
go14/test/fixedbugs/issue4085b.go
3844
go14/test/fixedbugs/issue4097.go
3845
go14/test/fixedbugs/issue4099.go
3846
go14/test/fixedbugs/issue4162.go
3847
go14/test/fixedbugs/issue4167.go
3848
go14/test/fixedbugs/issue4232.go
3849
go14/test/fixedbugs/issue4251.go
3850
go14/test/fixedbugs/issue4252.dir/a.go
3851
go14/test/fixedbugs/issue4252.dir/main.go
3852
go14/test/fixedbugs/issue4252.go
3853
go14/test/fixedbugs/issue4264.go
3854
go14/test/fixedbugs/issue4283.go
3855
go14/test/fixedbugs/issue4313.go
3856
go14/test/fixedbugs/issue4316.go
3857
go14/test/fixedbugs/issue4323.go
3858
go14/test/fixedbugs/issue4326.dir/p1.go
3859
go14/test/fixedbugs/issue4326.dir/p2.go
3860
go14/test/fixedbugs/issue4326.dir/q1.go
3861
go14/test/fixedbugs/issue4326.dir/q2.go
3862
go14/test/fixedbugs/issue4326.dir/z.go
3863
go14/test/fixedbugs/issue4326.go
3864
go14/test/fixedbugs/issue4348.go
3865
go14/test/fixedbugs/issue4353.go
3866
go14/test/fixedbugs/issue4359.go
3867
go14/test/fixedbugs/issue4370.dir/p1.go
3868
go14/test/fixedbugs/issue4370.dir/p2.go
3869
go14/test/fixedbugs/issue4370.dir/p3.go
3870
go14/test/fixedbugs/issue4370.go
3871
go14/test/fixedbugs/issue4388.go
3872
go14/test/fixedbugs/issue4396a.go
3873
go14/test/fixedbugs/issue4396b.go
3874
go14/test/fixedbugs/issue4399.go
3875
go14/test/fixedbugs/issue4405.go
3876
go14/test/fixedbugs/issue4429.go
3877
go14/test/fixedbugs/issue4448.go
3878
go14/test/fixedbugs/issue4452.go
3879
go14/test/fixedbugs/issue4458.go
3880
go14/test/fixedbugs/issue4463.go
3881
go14/test/fixedbugs/issue4468.go
3882
go14/test/fixedbugs/issue4470.go
3883
go14/test/fixedbugs/issue4495.go
3884
go14/test/fixedbugs/issue4510.dir/f1.go
3885
go14/test/fixedbugs/issue4510.dir/f2.go
3886
go14/test/fixedbugs/issue4510.go
3887
go14/test/fixedbugs/issue4517a.go
3888
go14/test/fixedbugs/issue4517b.go
3889
go14/test/fixedbugs/issue4517c.go
3890
go14/test/fixedbugs/issue4517d.go
3891
go14/test/fixedbugs/issue4518.go
3892
go14/test/fixedbugs/issue4529.go
3893
go14/test/fixedbugs/issue4545.go
3894
go14/test/fixedbugs/issue4562.go
3895
go14/test/fixedbugs/issue4585.go
3896
go14/test/fixedbugs/issue4590.dir/pkg1.go
3897
go14/test/fixedbugs/issue4590.dir/pkg2.go
3898
go14/test/fixedbugs/issue4590.dir/prog.go
3899
go14/test/fixedbugs/issue4590.go
3900
go14/test/fixedbugs/issue4610.go
3901
go14/test/fixedbugs/issue4614.go
3902
go14/test/fixedbugs/issue4618.go
3903
go14/test/fixedbugs/issue4620.go
3904
go14/test/fixedbugs/issue4654.go
3905
go14/test/fixedbugs/issue4663.go
3906
go14/test/fixedbugs/issue4667.go
3907
go14/test/fixedbugs/issue4734.go
3908
go14/test/fixedbugs/issue4748.go
3909
go14/test/fixedbugs/issue4752.go
3910
go14/test/fixedbugs/issue4776.go
3911
go14/test/fixedbugs/issue4785.go
3912
go14/test/fixedbugs/issue4813.go
3913
go14/test/fixedbugs/issue4847.go
3914
go14/test/fixedbugs/issue4879.dir/a.go
3915
go14/test/fixedbugs/issue4879.dir/b.go
3916
go14/test/fixedbugs/issue4879.go
3917
go14/test/fixedbugs/issue4909a.go
3918
go14/test/fixedbugs/issue4909b.go
3919
go14/test/fixedbugs/issue4932.dir/foo.go
3920
go14/test/fixedbugs/issue4932.dir/state.go
3921
go14/test/fixedbugs/issue4932.dir/state2.go
3922
go14/test/fixedbugs/issue4932.go
3923
go14/test/fixedbugs/issue4964.dir/a.go
3924
go14/test/fixedbugs/issue4964.dir/b.go
3925
go14/test/fixedbugs/issue4964.go
3926
go14/test/fixedbugs/issue5002.go
3927
go14/test/fixedbugs/issue5056.go
3928
go14/test/fixedbugs/issue5089.go
3929
go14/test/fixedbugs/issue5105.dir/a.go
3930
go14/test/fixedbugs/issue5105.dir/b.go
3931
go14/test/fixedbugs/issue5105.go
3932
go14/test/fixedbugs/issue5125.dir/bug.go
3933
go14/test/fixedbugs/issue5125.dir/main.go
3934
go14/test/fixedbugs/issue5125.go
3935
go14/test/fixedbugs/issue5162.go
3936
go14/test/fixedbugs/issue5172.go
3937
go14/test/fixedbugs/issue5231.go
3938
go14/test/fixedbugs/issue5244.go
3939
go14/test/fixedbugs/issue5259.dir/bug.go
3940
go14/test/fixedbugs/issue5259.dir/main.go
3941
go14/test/fixedbugs/issue5259.go
3942
go14/test/fixedbugs/issue5260.dir/a.go
3943
go14/test/fixedbugs/issue5260.dir/b.go
3944
go14/test/fixedbugs/issue5260.go
3945
go14/test/fixedbugs/issue5291.dir/pkg1.go
3946
go14/test/fixedbugs/issue5291.dir/prog.go
3947
go14/test/fixedbugs/issue5291.go
3948
go14/test/fixedbugs/issue5358.go
3949
go14/test/fixedbugs/issue5470.dir/a.go
3950
go14/test/fixedbugs/issue5470.dir/b.go
3951
go14/test/fixedbugs/issue5470.go
3952
go14/test/fixedbugs/issue5493.go
3953
go14/test/fixedbugs/issue5515.go
3954
go14/test/fixedbugs/issue5581.go
3955
go14/test/fixedbugs/issue5607.go
3956
go14/test/fixedbugs/issue5609.go
3957
go14/test/fixedbugs/issue5614.dir/rethinkgo.go
3958
go14/test/fixedbugs/issue5614.dir/x.go
3959
go14/test/fixedbugs/issue5614.dir/y.go
3960
go14/test/fixedbugs/issue5614.go
3961
go14/test/fixedbugs/issue5698.go
3962
go14/test/fixedbugs/issue5704.go
3963
go14/test/fixedbugs/issue5753.go
3964
go14/test/fixedbugs/issue5755.dir/a.go
3965
go14/test/fixedbugs/issue5755.dir/main.go
3966
go14/test/fixedbugs/issue5755.go
3967
go14/test/fixedbugs/issue5793.go
3968
go14/test/fixedbugs/issue5809.go
3969
go14/test/fixedbugs/issue5820.go
3970
go14/test/fixedbugs/issue5841.go
3971
go14/test/fixedbugs/issue5856.go
3972
go14/test/fixedbugs/issue5910.dir/a.go
3973
go14/test/fixedbugs/issue5910.dir/main.go
3974
go14/test/fixedbugs/issue5910.go
3975
go14/test/fixedbugs/issue5957.dir/a.go
3976
go14/test/fixedbugs/issue5957.dir/b.go
3977
go14/test/fixedbugs/issue5957.dir/c.go
3978
go14/test/fixedbugs/issue5957.go
3979
go14/test/fixedbugs/issue5963.go
3980
go14/test/fixedbugs/issue6004.go
3981
go14/test/fixedbugs/issue6036.go
3982
go14/test/fixedbugs/issue6055.go
3983
go14/test/fixedbugs/issue6131.go
3984
go14/test/fixedbugs/issue6140.go
3985
go14/test/fixedbugs/issue6247.go
3986
go14/test/fixedbugs/issue6269.go
3987
go14/test/fixedbugs/issue6295.dir/p0.go
3988
go14/test/fixedbugs/issue6295.dir/p1.go
3989
go14/test/fixedbugs/issue6295.dir/p2.go
3990
go14/test/fixedbugs/issue6295.go
3991
go14/test/fixedbugs/issue6298.go
3992
go14/test/fixedbugs/issue6399.go
3993
go14/test/fixedbugs/issue6402.go
3994
go14/test/fixedbugs/issue6403.go
3995
go14/test/fixedbugs/issue6405.go
3996
go14/test/fixedbugs/issue6406.go
3997
go14/test/fixedbugs/issue6500.go
3998
go14/test/fixedbugs/issue6513.dir/a.go
3999
go14/test/fixedbugs/issue6513.dir/b.go
4000
go14/test/fixedbugs/issue6513.dir/main.go
4001
go14/test/fixedbugs/issue6513.go
4002
go14/test/fixedbugs/issue6572.go
4003
go14/test/fixedbugs/issue6703a.go
4004
go14/test/fixedbugs/issue6703b.go
4005
go14/test/fixedbugs/issue6703c.go
4006
go14/test/fixedbugs/issue6703d.go
4007
go14/test/fixedbugs/issue6703e.go
4008
go14/test/fixedbugs/issue6703f.go
4009
go14/test/fixedbugs/issue6703g.go
4010
go14/test/fixedbugs/issue6703h.go
4011
go14/test/fixedbugs/issue6703i.go
4012
go14/test/fixedbugs/issue6703j.go
4013
go14/test/fixedbugs/issue6703k.go
4014
go14/test/fixedbugs/issue6703l.go
4015
go14/test/fixedbugs/issue6703m.go
4016
go14/test/fixedbugs/issue6703n.go
4017
go14/test/fixedbugs/issue6703o.go
4018
go14/test/fixedbugs/issue6703p.go
4019
go14/test/fixedbugs/issue6703q.go
4020
go14/test/fixedbugs/issue6703r.go
4021
go14/test/fixedbugs/issue6703s.go
4022
go14/test/fixedbugs/issue6703t.go
4023
go14/test/fixedbugs/issue6703u.go
4024
go14/test/fixedbugs/issue6703v.go
4025
go14/test/fixedbugs/issue6703w.go
4026
go14/test/fixedbugs/issue6703x.go
4027
go14/test/fixedbugs/issue6703y.go
4028
go14/test/fixedbugs/issue6703z.go
4029
go14/test/fixedbugs/issue6789.dir/a.go
4030
go14/test/fixedbugs/issue6789.dir/b.go
4031
go14/test/fixedbugs/issue6789.go
4032
go14/test/fixedbugs/issue6847.go
4033
go14/test/fixedbugs/issue6889.go
4034
go14/test/fixedbugs/issue6899.go
4035
go14/test/fixedbugs/issue6899.out
4036
go14/test/fixedbugs/issue6902.go
4037
go14/test/fixedbugs/issue6964.go
4038
go14/test/fixedbugs/issue7023.dir/a.go
4039
go14/test/fixedbugs/issue7023.dir/b.go
4040
go14/test/fixedbugs/issue7023.go
4041
go14/test/fixedbugs/issue7044.go
4042
go14/test/fixedbugs/issue7050.go
4043
go14/test/fixedbugs/issue7083.go
4044
go14/test/fixedbugs/issue7129.go
4045
go14/test/fixedbugs/issue7150.go
4046
go14/test/fixedbugs/issue7153.go
4047
go14/test/fixedbugs/issue7214.go
4048
go14/test/fixedbugs/issue7223.go
4049
go14/test/fixedbugs/issue7272.go
4050
go14/test/fixedbugs/issue7310.go
4051
go14/test/fixedbugs/issue7316.go
4052
go14/test/fixedbugs/issue7346.go
4053
go14/test/fixedbugs/issue7366.go
4054
go14/test/fixedbugs/issue7405.go
4055
go14/test/fixedbugs/issue7419.go
4056
go14/test/fixedbugs/issue7525.go
4057
go14/test/fixedbugs/issue7538a.go
4058
go14/test/fixedbugs/issue7538b.go
4059
go14/test/fixedbugs/issue7547.go
4060
go14/test/fixedbugs/issue7550.go
4061
go14/test/fixedbugs/issue7590.go
4062
go14/test/fixedbugs/issue7648.dir/a.go
4063
go14/test/fixedbugs/issue7648.dir/b.go
4064
go14/test/fixedbugs/issue7648.go
4065
go14/test/fixedbugs/issue7675.go
4066
go14/test/fixedbugs/issue7690.go
4067
go14/test/fixedbugs/issue7742.go
4068
go14/test/fixedbugs/issue7760.go
4069
go14/test/fixedbugs/issue7794.go
4070
go14/test/fixedbugs/issue7863.go
4071
go14/test/fixedbugs/issue7867.go
4072
go14/test/fixedbugs/issue7884.go
4073
go14/test/fixedbugs/issue7944.go
4074
go14/test/fixedbugs/issue7995.go
4075
go14/test/fixedbugs/issue7995b.dir/x1.go
4076
go14/test/fixedbugs/issue7995b.dir/x2.go
4077
go14/test/fixedbugs/issue7995b.go
4078
go14/test/fixedbugs/issue7996.go
4079
go14/test/fixedbugs/issue7997.go
4080
go14/test/fixedbugs/issue7998.go
4081
go14/test/fixedbugs/issue8004.go
4082
go14/test/fixedbugs/issue8011.go
4083
go14/test/fixedbugs/issue8017.go
4084
go14/test/fixedbugs/issue8028.go
4085
go14/test/fixedbugs/issue8036.go
4086
go14/test/fixedbugs/issue8039.go
4087
go14/test/fixedbugs/issue8047.go
4088
go14/test/fixedbugs/issue8047b.go
4089
go14/test/fixedbugs/issue8048.go
4090
go14/test/fixedbugs/issue8060.dir/a.go
4091
go14/test/fixedbugs/issue8060.dir/b.go
4092
go14/test/fixedbugs/issue8060.go
4093
go14/test/fixedbugs/issue8073.go
4094
go14/test/fixedbugs/issue8074.go
4095
go14/test/fixedbugs/issue8076.go
4096
go14/test/fixedbugs/issue8079.go
4097
go14/test/fixedbugs/issue8132.go
4098
go14/test/fixedbugs/issue8139.go
4099
go14/test/fixedbugs/issue8155.go
4100
go14/test/fixedbugs/issue8158.go
4101
go14/test/fixedbugs/issue8280.dir/a.go
4102
go14/test/fixedbugs/issue8280.dir/b.go
4103
go14/test/fixedbugs/issue8280.go
4104
go14/test/fixedbugs/issue8311.go
4105
go14/test/fixedbugs/issue8325.go
4106
go14/test/fixedbugs/issue8336.go
4107
go14/test/fixedbugs/issue8347.go
4108
go14/test/fixedbugs/issue8475.go
4109
go14/test/fixedbugs/issue8507.go
4110
go14/test/fixedbugs/issue8612.go
4111
go14/test/fixedbugs/issue8761.go
4112
go14/test/fixedbugs/issue887.go
4113
go14/test/fixedbugs/issue8947.go
4114
go14/test/fixedbugs/issue8961.go
4115
go14/test/fixedbugs/issue9006.go
4116
go14/test/fixedbugs/issue9110.go
4117
go14/test/fixedbugs/issue9321.go
4118
go14/test/fixedbugs/issue9432.go
4119
go14/test/fixedbugs/issue9537.dir/a.go
4120
go14/test/fixedbugs/issue9537.dir/b.go
4121
go14/test/fixedbugs/issue9537.go
4122
go14/test/fixedbugs/issue9604.go
4123
go14/test/fixedbugs/issue9634.go
4124
go14/test/float_lit.go
4125
go14/test/float_lit2.go
4126
go14/test/float_lit3.go
4127
go14/test/floatcmp.go
4128
go14/test/for.go
4129
go14/test/func.go
4130
go14/test/func1.go
4131
go14/test/func2.go
4132
go14/test/func3.go
4133
go14/test/func4.go
4134
go14/test/func5.go
4135
go14/test/func6.go
4136
go14/test/func7.go
4137
go14/test/func8.go
4138
go14/test/funcdup.go
4139
go14/test/funcdup2.go
4140
go14/test/gc.go
4141
go14/test/gc1.go
4142
go14/test/gc2.go
4143
go14/test/gcstring.go
4144
go14/test/golden.out
4145
go14/test/goprint.go
4146
go14/test/goprint.out
4147
go14/test/goto.go
4148
go14/test/helloworld.go
4149
go14/test/helloworld.out
4150
go14/test/if.go
4151
go14/test/import.go
4152
go14/test/import1.go
4153
go14/test/import2.dir/import2.go
4154
go14/test/import2.dir/import3.go
4155
go14/test/import2.go
4156
go14/test/import4.dir/empty.go
4157
go14/test/import4.dir/import4.go
4158
go14/test/import4.go
4159
go14/test/import5.go
4160
go14/test/index.go
4161
go14/test/index0.go
4162
go14/test/index1.go
4163
go14/test/index2.go
4164
go14/test/indirect.go
4165
go14/test/indirect1.go
4166
go14/test/init.go
4167
go14/test/init1.go
4168
go14/test/initcomma.go
4169
go14/test/initialize.go
4170
go14/test/initializerr.go
4171
go14/test/int_lit.go
4172
go14/test/intcvt.go
4173
go14/test/interface/bigdata.go
4174
go14/test/interface/convert.go
4175
go14/test/interface/convert1.go
4176
go14/test/interface/convert2.go
4177
go14/test/interface/embed.go
4178
go14/test/interface/embed1.dir/embed0.go
4179
go14/test/interface/embed1.dir/embed1.go
4180
go14/test/interface/embed1.go
4181
go14/test/interface/embed2.go
4182
go14/test/interface/explicit.go
4183
go14/test/interface/fail.go
4184
go14/test/interface/fake.go
4185
go14/test/interface/noeq.go
4186
go14/test/interface/pointer.go
4187
go14/test/interface/private.dir/private1.go
4188
go14/test/interface/private.dir/prog.go
4189
go14/test/interface/private.go
4190
go14/test/interface/receiver.go
4191
go14/test/interface/receiver1.go
4192
go14/test/interface/recursive.go
4193
go14/test/interface/recursive1.dir/recursive1.go
4194
go14/test/interface/recursive1.dir/recursive2.go
4195
go14/test/interface/recursive1.go
4196
go14/test/interface/returntype.go
4197
go14/test/interface/struct.go
4198
go14/test/iota.go
4199
go14/test/ken/array.go
4200
go14/test/ken/chan.go
4201
go14/test/ken/chan1.go
4202
go14/test/ken/complit.go
4203
go14/test/ken/convert.go
4204
go14/test/ken/cplx0.go
4205
go14/test/ken/cplx0.out
4206
go14/test/ken/cplx1.go
4207
go14/test/ken/cplx2.go
4208
go14/test/ken/cplx3.go
4209
go14/test/ken/cplx4.go
4210
go14/test/ken/cplx5.go
4211
go14/test/ken/divconst.go
4212
go14/test/ken/divmod.go
4213
go14/test/ken/embed.go
4214
go14/test/ken/for.go
4215
go14/test/ken/interbasic.go
4216
go14/test/ken/interfun.go
4217
go14/test/ken/intervar.go
4218
go14/test/ken/label.go
4219
go14/test/ken/litfun.go
4220
go14/test/ken/mfunc.go
4221
go14/test/ken/modconst.go
4222
go14/test/ken/ptrfun.go
4223
go14/test/ken/ptrvar.go
4224
go14/test/ken/range.go
4225
go14/test/ken/rob1.go
4226
go14/test/ken/rob2.go
4227
go14/test/ken/robfor.go
4228
go14/test/ken/robfunc.go
4229
go14/test/ken/shift.go
4230
go14/test/ken/simparray.go
4231
go14/test/ken/simpbool.go
4232
go14/test/ken/simpconv.go
4233
go14/test/ken/simpfun.go
4234
go14/test/ken/simpswitch.go
4235
go14/test/ken/simpvar.go
4236
go14/test/ken/slicearray.go
4237
go14/test/ken/sliceslice.go
4238
go14/test/ken/string.go
4239
go14/test/ken/string.out
4240
go14/test/ken/strvar.go
4241
go14/test/label.go
4242
go14/test/label1.go
4243
go14/test/linkx.go
4244
go14/test/linkx_run.go
4245
go14/test/literal.go
4246
go14/test/live.go
4247
go14/test/live1.go
4248
go14/test/live2.go
4249
go14/test/mallocfin.go
4250
go14/test/map.go
4251
go14/test/map1.go
4252
go14/test/maplinear.go
4253
go14/test/method.go
4254
go14/test/method1.go
4255
go14/test/method2.go
4256
go14/test/method3.go
4257
go14/test/method4.dir/method4a.go
4258
go14/test/method4.dir/prog.go
4259
go14/test/method4.go
4260
go14/test/method5.go
4261
go14/test/named.go
4262
go14/test/named1.go
4263
go14/test/nil.go
4264
go14/test/nilcheck.go
4265
go14/test/nilptr.go
4266
go14/test/nilptr2.go
4267
go14/test/nilptr3.go
4268
go14/test/nilptr4.go
4269
go14/test/nosplit.go
4270
go14/test/nul1.go
4271
go14/test/parentype.go
4272
go14/test/peano.go
4273
go14/test/print.go
4274
go14/test/print.out
4275
go14/test/printbig.go
4276
go14/test/printbig.out
4277
go14/test/range.go
4278
go14/test/recover.go
4279
go14/test/recover1.go
4280
go14/test/recover2.go
4281
go14/test/recover3.go
4282
go14/test/rename.go
4283
go14/test/rename1.go
4284
go14/test/reorder.go
4285
go14/test/reorder2.go
4286
go14/test/return.go
4287
go14/test/rotate.go
4288
go14/test/rotate0.go
4289
go14/test/rotate1.go
4290
go14/test/rotate2.go
4291
go14/test/rotate3.go
4292
go14/test/run
4293
go14/test/run.go
4294
go14/test/rune.go
4295
go14/test/runtime.go
4296
go14/test/safe/main.go
4297
go14/test/safe/nousesafe.go
4298
go14/test/safe/pkg.go
4299
go14/test/safe/usesafe.go
4300
go14/test/shift1.go
4301
go14/test/shift2.go
4302
go14/test/sieve.go
4303
go14/test/sigchld.go
4304
go14/test/sigchld.out
4305
go14/test/simassign.go
4306
go14/test/sinit.go
4307
go14/test/sinit_run.go
4308
go14/test/sizeof.go
4309
go14/test/slice3.go
4310
go14/test/slice3err.go
4311
go14/test/slicecap.go
4312
go14/test/solitaire.go
4313
go14/test/stack.go
4314
go14/test/stress/maps.go
4315
go14/test/stress/parsego.go
4316
go14/test/stress/runstress.go
4317
go14/test/string_lit.go
4318
go14/test/stringrange.go
4319
go14/test/struct0.go
4320
go14/test/switch.go
4321
go14/test/switch3.go
4322
go14/test/switch4.go
4323
go14/test/syntax/chan.go
4324
go14/test/syntax/chan1.go
4325
go14/test/syntax/composite.go
4326
go14/test/syntax/else.go
4327
go14/test/syntax/forvar.go
4328
go14/test/syntax/if.go
4329
go14/test/syntax/import.go
4330
go14/test/syntax/interface.go
4331
go14/test/syntax/semi1.go
4332
go14/test/syntax/semi2.go
4333
go14/test/syntax/semi3.go
4334
go14/test/syntax/semi4.go
4335
go14/test/syntax/semi5.go
4336
go14/test/syntax/semi6.go
4337
go14/test/syntax/semi7.go
4338
go14/test/syntax/topexpr.go
4339
go14/test/syntax/typesw.go
4340
go14/test/syntax/vareq.go
4341
go14/test/syntax/vareq1.go
4342
go14/test/testlib
4343
go14/test/tinyfin.go
4344
go14/test/torture.go
4345
go14/test/turing.go
4346
go14/test/typecheck.go
4347
go14/test/typeswitch.go
4348
go14/test/typeswitch1.go
4349
go14/test/typeswitch2.go
4350
go14/test/typeswitch3.go
4351
go14/test/undef.go
4352
go14/test/utf.go
4353
go14/test/varerr.go
4354
go14/test/varinit.go
4355
go14/test/zerodivide.go

Return to bug 239857