Index: head/lang/go14/Makefile =================================================================== --- head/lang/go14/Makefile +++ head/lang/go14/Makefile @@ -2,7 +2,7 @@ PORTNAME= go14 PORTVERSION= 1.4.3 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= lang MASTER_SITES= https://dl.google.com/go/ DISTNAME= go1.4-bootstrap-20171003 @@ -50,12 +50,18 @@ GO386=387 \ CGO_ENABLED=0 \ ${SH} make.bash - ${RM} ${WRKSRC}/.[a-z]* ${WRKSRC}/favicon.ico ${WRKSRC}/robots.txt - ${RM} -r ${WRKSRC}/lib/codereview ${WRKSRC}/misc \ - ${WRKSRC}/pkg/obj ${WRKSRC}/pkg/${OPSYS:tl}_${GOARCH}/cmd do-install: - @${CP} -a ${WRKSRC} ${STAGEDIR}${PREFIX}/go14 + @${MKDIR} ${STAGEDIR}${PREFIX}/go14 + ( cd ${WRKSRC} ; \ + ${COPYTREE_BIN} "bin pkg/tool" ${STAGEDIR}${PREFIX}/go14 ; \ + ${RM} -r pkg/${OPSYS:tl}_${GOARCH}/cmd ; \ + ${COPYTREE_SHARE} " \ + [A-Z]* \ + include \ + pkg/${OPSYS:tl}_${GOARCH} \ + src" \ + ${STAGEDIR}${PREFIX}/go14 ) do-test: cd ${WRKSRC}/src && GOROOT=${WRKSRC} PATH=${WRKSRC}/bin:${PATH} ${SH} run.bash --no-rebuild --banner Index: head/lang/go14/pkg-plist =================================================================== --- head/lang/go14/pkg-plist +++ head/lang/go14/pkg-plist @@ -4,168 +4,8 @@ go14/PATENTS go14/README go14/VERSION -go14/api/README -go14/api/except.txt -go14/api/go1.1.txt -go14/api/go1.2.txt -go14/api/go1.3.txt -go14/api/go1.4.txt -go14/api/go1.txt -go14/api/next.txt go14/bin/go go14/bin/gofmt -go14/doc/articles/go_command.html -go14/doc/articles/index.html -go14/doc/articles/race_detector.html -go14/doc/articles/wiki/edit.html -go14/doc/articles/wiki/final-noclosure.go -go14/doc/articles/wiki/final-noerror.go -go14/doc/articles/wiki/final-parsetemplate.go -go14/doc/articles/wiki/final-template.go -go14/doc/articles/wiki/final.go -go14/doc/articles/wiki/get.go -go14/doc/articles/wiki/http-sample.go -go14/doc/articles/wiki/index.html -go14/doc/articles/wiki/notemplate.go -go14/doc/articles/wiki/part1-noerror.go -go14/doc/articles/wiki/part1.go -go14/doc/articles/wiki/part2.go -go14/doc/articles/wiki/part3-errorhandling.go -go14/doc/articles/wiki/part3.go -go14/doc/articles/wiki/test.bash -go14/doc/articles/wiki/test_Test.txt.good -go14/doc/articles/wiki/test_edit.good -go14/doc/articles/wiki/test_view.good -go14/doc/articles/wiki/view.html -go14/doc/asm.html -go14/doc/cmd.html -go14/doc/code.html -go14/doc/codewalk/codewalk.css -go14/doc/codewalk/codewalk.js -go14/doc/codewalk/codewalk.xml -go14/doc/codewalk/functions.xml -go14/doc/codewalk/markov.go -go14/doc/codewalk/markov.xml -go14/doc/codewalk/pig.go -go14/doc/codewalk/popout.png -go14/doc/codewalk/run -go14/doc/codewalk/sharemem.xml -go14/doc/codewalk/urlpoll.go -go14/doc/contrib.html -go14/doc/contribute.html -go14/doc/debugging_with_gdb.html -go14/doc/devel/release.html -go14/doc/devel/weekly.html -go14/doc/docs.html -go14/doc/effective_go.html -go14/doc/gccgo_contribute.html -go14/doc/gccgo_install.html -go14/doc/go-logo-black.png -go14/doc/go-logo-blue.png -go14/doc/go-logo-white.png -go14/doc/go1.1.html -go14/doc/go1.2.html -go14/doc/go1.3.html -go14/doc/go1.4.html -go14/doc/go1.html -go14/doc/go1compat.html -go14/doc/go_faq.html -go14/doc/go_mem.html -go14/doc/go_spec.html -go14/doc/gopher/README -go14/doc/gopher/appenginegopher.jpg -go14/doc/gopher/appenginegophercolor.jpg -go14/doc/gopher/appenginelogo.gif -go14/doc/gopher/biplane.jpg -go14/doc/gopher/bumper.png -go14/doc/gopher/bumper192x108.png -go14/doc/gopher/bumper320x180.png -go14/doc/gopher/bumper480x270.png -go14/doc/gopher/bumper640x360.png -go14/doc/gopher/doc.png -go14/doc/gopher/fiveyears.jpg -go14/doc/gopher/frontpage.png -go14/doc/gopher/gopherbw.png -go14/doc/gopher/gophercolor.png -go14/doc/gopher/gophercolor16x16.png -go14/doc/gopher/help.png -go14/doc/gopher/pencil/gopherhat.jpg -go14/doc/gopher/pencil/gopherhelmet.jpg -go14/doc/gopher/pencil/gophermega.jpg -go14/doc/gopher/pencil/gopherrunning.jpg -go14/doc/gopher/pencil/gopherswim.jpg -go14/doc/gopher/pencil/gopherswrench.jpg -go14/doc/gopher/pkg.png -go14/doc/gopher/project.png -go14/doc/gopher/ref.png -go14/doc/gopher/run.png -go14/doc/gopher/talks.png -go14/doc/help.html -go14/doc/ie.css -go14/doc/install-source.html -go14/doc/install.html -go14/doc/logo-153x55.png -go14/doc/play/fib.go -go14/doc/play/hello.go -go14/doc/play/life.go -go14/doc/play/peano.go -go14/doc/play/pi.go -go14/doc/play/sieve.go -go14/doc/play/solitaire.go -go14/doc/play/tree.go -go14/doc/progs/cgo1.go -go14/doc/progs/cgo2.go -go14/doc/progs/cgo3.go -go14/doc/progs/cgo4.go -go14/doc/progs/defer.go -go14/doc/progs/defer.out -go14/doc/progs/defer2.go -go14/doc/progs/defer2.out -go14/doc/progs/eff_bytesize.go -go14/doc/progs/eff_bytesize.out -go14/doc/progs/eff_qr.go -go14/doc/progs/eff_sequence.go -go14/doc/progs/eff_sequence.out -go14/doc/progs/eff_unused1.go -go14/doc/progs/eff_unused2.go -go14/doc/progs/error.go -go14/doc/progs/error2.go -go14/doc/progs/error3.go -go14/doc/progs/error4.go -go14/doc/progs/go1.go -go14/doc/progs/gobs1.go -go14/doc/progs/gobs2.go -go14/doc/progs/image_draw.go -go14/doc/progs/image_package1.go -go14/doc/progs/image_package1.out -go14/doc/progs/image_package2.go -go14/doc/progs/image_package2.out -go14/doc/progs/image_package3.go -go14/doc/progs/image_package3.out -go14/doc/progs/image_package4.go -go14/doc/progs/image_package4.out -go14/doc/progs/image_package5.go -go14/doc/progs/image_package5.out -go14/doc/progs/image_package6.go -go14/doc/progs/image_package6.out -go14/doc/progs/interface.go -go14/doc/progs/interface2.go -go14/doc/progs/interface2.out -go14/doc/progs/json1.go -go14/doc/progs/json2.go -go14/doc/progs/json2.out -go14/doc/progs/json3.go -go14/doc/progs/json4.go -go14/doc/progs/json5.go -go14/doc/progs/run -go14/doc/progs/slices.go -go14/doc/progs/timeout1.go -go14/doc/progs/timeout2.go -go14/doc/progs/update.bash -go14/doc/root.html -go14/doc/share.png -go14/doc/sieve.gif -go14/doc/tos.html go14/include/README go14/include/ar.h go14/include/bio.h @@ -185,9 +25,6 @@ go14/include/plan9/utf.h go14/include/u.h go14/include/utf.h -go14/lib/time/README -go14/lib/time/update.bash -go14/lib/time/zoneinfo.zip go14/pkg/freebsd_%%ARCH%%/archive/tar.a go14/pkg/freebsd_%%ARCH%%/archive/zip.a go14/pkg/freebsd_%%ARCH%%/bufio.a @@ -3098,1258 +2935,3 @@ go14/src/unicode/utf8/utf8.go go14/src/unicode/utf8/utf8_test.go go14/src/unsafe/unsafe.go -go14/test/235.go -go14/test/64bit.go -go14/test/alias.go -go14/test/alias1.go -go14/test/append.go -go14/test/args.go -go14/test/assign.go -go14/test/assign1.go -go14/test/bench/garbage/Makefile -go14/test/bench/garbage/parser.go -go14/test/bench/garbage/peano.go -go14/test/bench/garbage/stats.go -go14/test/bench/garbage/tree.go -go14/test/bench/garbage/tree2.go -go14/test/bench/go1/binarytree_test.go -go14/test/bench/go1/fannkuch_test.go -go14/test/bench/go1/fasta_test.go -go14/test/bench/go1/fmt_test.go -go14/test/bench/go1/gob_test.go -go14/test/bench/go1/gzip_test.go -go14/test/bench/go1/http_test.go -go14/test/bench/go1/json_test.go -go14/test/bench/go1/jsondata_test.go -go14/test/bench/go1/mandel_test.go -go14/test/bench/go1/parser_test.go -go14/test/bench/go1/parserdata_test.go -go14/test/bench/go1/regexp_test.go -go14/test/bench/go1/revcomp_test.go -go14/test/bench/go1/template_test.go -go14/test/bench/go1/time_test.go -go14/test/bench/shootout/binary-tree-freelist.go -go14/test/bench/shootout/binary-tree-freelist.txt -go14/test/bench/shootout/binary-tree.c -go14/test/bench/shootout/binary-tree.go -go14/test/bench/shootout/binary-tree.txt -go14/test/bench/shootout/chameneosredux.c -go14/test/bench/shootout/chameneosredux.go -go14/test/bench/shootout/chameneosredux.txt -go14/test/bench/shootout/fannkuch-parallel.go -go14/test/bench/shootout/fannkuch-parallel.txt -go14/test/bench/shootout/fannkuch.c -go14/test/bench/shootout/fannkuch.go -go14/test/bench/shootout/fannkuch.txt -go14/test/bench/shootout/fasta-1000.out -go14/test/bench/shootout/fasta.c -go14/test/bench/shootout/fasta.go -go14/test/bench/shootout/fasta.txt -go14/test/bench/shootout/k-nucleotide-parallel.go -go14/test/bench/shootout/k-nucleotide-parallel.txt -go14/test/bench/shootout/k-nucleotide.c -go14/test/bench/shootout/k-nucleotide.go -go14/test/bench/shootout/k-nucleotide.txt -go14/test/bench/shootout/mandelbrot.c -go14/test/bench/shootout/mandelbrot.go -go14/test/bench/shootout/mandelbrot.txt -go14/test/bench/shootout/meteor-contest.c -go14/test/bench/shootout/meteor-contest.go -go14/test/bench/shootout/meteor-contest.txt -go14/test/bench/shootout/nbody.c -go14/test/bench/shootout/nbody.go -go14/test/bench/shootout/nbody.txt -go14/test/bench/shootout/pidigits.c -go14/test/bench/shootout/pidigits.go -go14/test/bench/shootout/pidigits.txt -go14/test/bench/shootout/regex-dna-parallel.go -go14/test/bench/shootout/regex-dna-parallel.txt -go14/test/bench/shootout/regex-dna.c -go14/test/bench/shootout/regex-dna.go -go14/test/bench/shootout/regex-dna.txt -go14/test/bench/shootout/reverse-complement.c -go14/test/bench/shootout/reverse-complement.go -go14/test/bench/shootout/reverse-complement.txt -go14/test/bench/shootout/spectral-norm-parallel.go -go14/test/bench/shootout/spectral-norm.c -go14/test/bench/shootout/spectral-norm.go -go14/test/bench/shootout/spectral-norm.txt -go14/test/bench/shootout/threadring.c -go14/test/bench/shootout/threadring.go -go14/test/bench/shootout/threadring.txt -go14/test/bench/shootout/timing.log -go14/test/bench/shootout/timing.sh -go14/test/bigalg.go -go14/test/bigmap.go -go14/test/blank.go -go14/test/blank1.go -go14/test/bom.go -go14/test/bombad.go -go14/test/bounds.go -go14/test/bugs/bug395.go -go14/test/bugs/placeholder -go14/test/chan/doubleselect.go -go14/test/chan/fifo.go -go14/test/chan/goroutines.go -go14/test/chan/nonblock.go -go14/test/chan/perm.go -go14/test/chan/powser1.go -go14/test/chan/powser2.go -go14/test/chan/select.go -go14/test/chan/select2.go -go14/test/chan/select3.go -go14/test/chan/select4.go -go14/test/chan/select5.go -go14/test/chan/select6.go -go14/test/chan/select7.go -go14/test/chan/sendstmt.go -go14/test/chan/sieve1.go -go14/test/chan/sieve2.go -go14/test/chan/zerosize.go -go14/test/chancap.go -go14/test/char_lit.go -go14/test/char_lit1.go -go14/test/closedchan.go -go14/test/closure.go -go14/test/cmp.go -go14/test/cmp6.go -go14/test/cmplx.go -go14/test/cmplxdivide.c -go14/test/cmplxdivide.go -go14/test/cmplxdivide1.go -go14/test/complit.go -go14/test/complit1.go -go14/test/compos.go -go14/test/const.go -go14/test/const1.go -go14/test/const2.go -go14/test/const3.go -go14/test/const4.go -go14/test/const5.go -go14/test/const6.go -go14/test/convT2X.go -go14/test/convert.go -go14/test/convert1.go -go14/test/convert3.go -go14/test/convlit.go -go14/test/convlit1.go -go14/test/copy.go -go14/test/crlf.go -go14/test/ddd.go -go14/test/ddd1.go -go14/test/ddd2.dir/ddd2.go -go14/test/ddd2.dir/ddd3.go -go14/test/ddd2.go -go14/test/decl.go -go14/test/declbad.go -go14/test/defer.go -go14/test/deferfin.go -go14/test/deferprint.go -go14/test/deferprint.out -go14/test/divide.go -go14/test/divmod.go -go14/test/dwarf/dwarf.dir/main.go -go14/test/dwarf/dwarf.dir/z1.go -go14/test/dwarf/dwarf.dir/z10.go -go14/test/dwarf/dwarf.dir/z11.go -go14/test/dwarf/dwarf.dir/z12.go -go14/test/dwarf/dwarf.dir/z13.go -go14/test/dwarf/dwarf.dir/z14.go -go14/test/dwarf/dwarf.dir/z15.go -go14/test/dwarf/dwarf.dir/z16.go -go14/test/dwarf/dwarf.dir/z17.go -go14/test/dwarf/dwarf.dir/z18.go -go14/test/dwarf/dwarf.dir/z19.go -go14/test/dwarf/dwarf.dir/z2.go -go14/test/dwarf/dwarf.dir/z20.go -go14/test/dwarf/dwarf.dir/z3.go -go14/test/dwarf/dwarf.dir/z4.go -go14/test/dwarf/dwarf.dir/z5.go -go14/test/dwarf/dwarf.dir/z6.go -go14/test/dwarf/dwarf.dir/z7.go -go14/test/dwarf/dwarf.dir/z8.go -go14/test/dwarf/dwarf.dir/z9.go -go14/test/dwarf/dwarf.go -go14/test/dwarf/linedirectives.go -go14/test/empty.go -go14/test/env.go -go14/test/eof.go -go14/test/eof1.go -go14/test/errchk -go14/test/escape.go -go14/test/escape2.go -go14/test/escape2n.go -go14/test/escape3.go -go14/test/escape4.go -go14/test/escape5.go -go14/test/fixedbugs/bug000.go -go14/test/fixedbugs/bug002.go -go14/test/fixedbugs/bug003.go -go14/test/fixedbugs/bug004.go -go14/test/fixedbugs/bug005.go -go14/test/fixedbugs/bug006.go -go14/test/fixedbugs/bug007.go -go14/test/fixedbugs/bug008.go -go14/test/fixedbugs/bug009.go -go14/test/fixedbugs/bug010.go -go14/test/fixedbugs/bug011.go -go14/test/fixedbugs/bug012.go -go14/test/fixedbugs/bug013.go -go14/test/fixedbugs/bug014.go -go14/test/fixedbugs/bug015.go -go14/test/fixedbugs/bug016.go -go14/test/fixedbugs/bug017.go -go14/test/fixedbugs/bug020.go -go14/test/fixedbugs/bug021.go -go14/test/fixedbugs/bug022.go -go14/test/fixedbugs/bug023.go -go14/test/fixedbugs/bug024.go -go14/test/fixedbugs/bug026.go -go14/test/fixedbugs/bug027.go -go14/test/fixedbugs/bug028.go -go14/test/fixedbugs/bug030.go -go14/test/fixedbugs/bug031.go -go14/test/fixedbugs/bug035.go -go14/test/fixedbugs/bug037.go -go14/test/fixedbugs/bug039.go -go14/test/fixedbugs/bug040.go -go14/test/fixedbugs/bug045.go -go14/test/fixedbugs/bug046.go -go14/test/fixedbugs/bug047.go -go14/test/fixedbugs/bug048.go -go14/test/fixedbugs/bug049.go -go14/test/fixedbugs/bug050.go -go14/test/fixedbugs/bug051.go -go14/test/fixedbugs/bug052.go -go14/test/fixedbugs/bug053.go -go14/test/fixedbugs/bug054.go -go14/test/fixedbugs/bug055.go -go14/test/fixedbugs/bug056.go -go14/test/fixedbugs/bug057.go -go14/test/fixedbugs/bug058.go -go14/test/fixedbugs/bug059.go -go14/test/fixedbugs/bug060.go -go14/test/fixedbugs/bug061.go -go14/test/fixedbugs/bug062.go -go14/test/fixedbugs/bug063.go -go14/test/fixedbugs/bug064.go -go14/test/fixedbugs/bug065.go -go14/test/fixedbugs/bug066.go -go14/test/fixedbugs/bug067.go -go14/test/fixedbugs/bug068.go -go14/test/fixedbugs/bug069.go -go14/test/fixedbugs/bug070.go -go14/test/fixedbugs/bug071.go -go14/test/fixedbugs/bug072.go -go14/test/fixedbugs/bug073.go -go14/test/fixedbugs/bug074.go -go14/test/fixedbugs/bug075.go -go14/test/fixedbugs/bug076.go -go14/test/fixedbugs/bug077.go -go14/test/fixedbugs/bug078.go -go14/test/fixedbugs/bug080.go -go14/test/fixedbugs/bug081.go -go14/test/fixedbugs/bug082.go -go14/test/fixedbugs/bug083.dir/bug0.go -go14/test/fixedbugs/bug083.dir/bug1.go -go14/test/fixedbugs/bug083.go -go14/test/fixedbugs/bug084.go -go14/test/fixedbugs/bug085.go -go14/test/fixedbugs/bug086.go -go14/test/fixedbugs/bug087.go -go14/test/fixedbugs/bug088.dir/bug0.go -go14/test/fixedbugs/bug088.dir/bug1.go -go14/test/fixedbugs/bug088.go -go14/test/fixedbugs/bug089.go -go14/test/fixedbugs/bug090.go -go14/test/fixedbugs/bug091.go -go14/test/fixedbugs/bug092.go -go14/test/fixedbugs/bug093.go -go14/test/fixedbugs/bug094.go -go14/test/fixedbugs/bug096.go -go14/test/fixedbugs/bug097.go -go14/test/fixedbugs/bug098.go -go14/test/fixedbugs/bug099.go -go14/test/fixedbugs/bug101.go -go14/test/fixedbugs/bug102.go -go14/test/fixedbugs/bug103.go -go14/test/fixedbugs/bug104.go -go14/test/fixedbugs/bug106.dir/bug0.go -go14/test/fixedbugs/bug106.dir/bug1.go -go14/test/fixedbugs/bug106.go -go14/test/fixedbugs/bug107.go -go14/test/fixedbugs/bug108.go -go14/test/fixedbugs/bug109.go -go14/test/fixedbugs/bug110.go -go14/test/fixedbugs/bug111.go -go14/test/fixedbugs/bug112.go -go14/test/fixedbugs/bug113.go -go14/test/fixedbugs/bug114.go -go14/test/fixedbugs/bug115.go -go14/test/fixedbugs/bug116.go -go14/test/fixedbugs/bug117.go -go14/test/fixedbugs/bug118.go -go14/test/fixedbugs/bug119.go -go14/test/fixedbugs/bug120.go -go14/test/fixedbugs/bug121.go -go14/test/fixedbugs/bug122.go -go14/test/fixedbugs/bug123.go -go14/test/fixedbugs/bug126.go -go14/test/fixedbugs/bug127.go -go14/test/fixedbugs/bug128.go -go14/test/fixedbugs/bug129.go -go14/test/fixedbugs/bug130.go -go14/test/fixedbugs/bug131.go -go14/test/fixedbugs/bug132.go -go14/test/fixedbugs/bug133.dir/bug0.go -go14/test/fixedbugs/bug133.dir/bug1.go -go14/test/fixedbugs/bug133.dir/bug2.go -go14/test/fixedbugs/bug133.go -go14/test/fixedbugs/bug135.go -go14/test/fixedbugs/bug136.go -go14/test/fixedbugs/bug137.go -go14/test/fixedbugs/bug139.go -go14/test/fixedbugs/bug140.go -go14/test/fixedbugs/bug141.go -go14/test/fixedbugs/bug142.go -go14/test/fixedbugs/bug143.go -go14/test/fixedbugs/bug144.go -go14/test/fixedbugs/bug145.go -go14/test/fixedbugs/bug146.go -go14/test/fixedbugs/bug147.go -go14/test/fixedbugs/bug148.go -go14/test/fixedbugs/bug149.go -go14/test/fixedbugs/bug150.go -go14/test/fixedbugs/bug151.go -go14/test/fixedbugs/bug1515.go -go14/test/fixedbugs/bug152.go -go14/test/fixedbugs/bug154.go -go14/test/fixedbugs/bug155.go -go14/test/fixedbugs/bug156.go -go14/test/fixedbugs/bug157.go -go14/test/fixedbugs/bug158.go -go14/test/fixedbugs/bug159.go -go14/test/fixedbugs/bug160.dir/x.go -go14/test/fixedbugs/bug160.dir/y.go -go14/test/fixedbugs/bug160.go -go14/test/fixedbugs/bug161.go -go14/test/fixedbugs/bug163.go -go14/test/fixedbugs/bug164.go -go14/test/fixedbugs/bug165.go -go14/test/fixedbugs/bug167.go -go14/test/fixedbugs/bug168.go -go14/test/fixedbugs/bug169.go -go14/test/fixedbugs/bug170.go -go14/test/fixedbugs/bug171.go -go14/test/fixedbugs/bug172.go -go14/test/fixedbugs/bug173.go -go14/test/fixedbugs/bug174.go -go14/test/fixedbugs/bug175.go -go14/test/fixedbugs/bug176.go -go14/test/fixedbugs/bug177.go -go14/test/fixedbugs/bug178.go -go14/test/fixedbugs/bug179.go -go14/test/fixedbugs/bug180.go -go14/test/fixedbugs/bug181.go -go14/test/fixedbugs/bug182.go -go14/test/fixedbugs/bug183.go -go14/test/fixedbugs/bug184.go -go14/test/fixedbugs/bug185.go -go14/test/fixedbugs/bug186.go -go14/test/fixedbugs/bug187.go -go14/test/fixedbugs/bug188.go -go14/test/fixedbugs/bug189.go -go14/test/fixedbugs/bug190.go -go14/test/fixedbugs/bug191.dir/a.go -go14/test/fixedbugs/bug191.dir/b.go -go14/test/fixedbugs/bug191.dir/main.go -go14/test/fixedbugs/bug191.go -go14/test/fixedbugs/bug192.go -go14/test/fixedbugs/bug193.go -go14/test/fixedbugs/bug194.go -go14/test/fixedbugs/bug195.go -go14/test/fixedbugs/bug196.go -go14/test/fixedbugs/bug197.go -go14/test/fixedbugs/bug198.go -go14/test/fixedbugs/bug199.go -go14/test/fixedbugs/bug200.go -go14/test/fixedbugs/bug201.go -go14/test/fixedbugs/bug202.go -go14/test/fixedbugs/bug203.go -go14/test/fixedbugs/bug204.go -go14/test/fixedbugs/bug205.go -go14/test/fixedbugs/bug206.go -go14/test/fixedbugs/bug206.out -go14/test/fixedbugs/bug207.go -go14/test/fixedbugs/bug208.go -go14/test/fixedbugs/bug209.go -go14/test/fixedbugs/bug211.go -go14/test/fixedbugs/bug212.go -go14/test/fixedbugs/bug213.go -go14/test/fixedbugs/bug214.go -go14/test/fixedbugs/bug215.go -go14/test/fixedbugs/bug216.go -go14/test/fixedbugs/bug217.go -go14/test/fixedbugs/bug218.go -go14/test/fixedbugs/bug219.go -go14/test/fixedbugs/bug221.go -go14/test/fixedbugs/bug222.dir/chanbug.go -go14/test/fixedbugs/bug222.dir/chanbug2.go -go14/test/fixedbugs/bug222.go -go14/test/fixedbugs/bug223.go -go14/test/fixedbugs/bug224.go -go14/test/fixedbugs/bug225.go -go14/test/fixedbugs/bug227.go -go14/test/fixedbugs/bug228.go -go14/test/fixedbugs/bug229.go -go14/test/fixedbugs/bug230.go -go14/test/fixedbugs/bug231.go -go14/test/fixedbugs/bug232.go -go14/test/fixedbugs/bug233.go -go14/test/fixedbugs/bug234.go -go14/test/fixedbugs/bug235.go -go14/test/fixedbugs/bug236.go -go14/test/fixedbugs/bug237.go -go14/test/fixedbugs/bug238.go -go14/test/fixedbugs/bug239.go -go14/test/fixedbugs/bug240.go -go14/test/fixedbugs/bug241.go -go14/test/fixedbugs/bug242.go -go14/test/fixedbugs/bug243.go -go14/test/fixedbugs/bug244.go -go14/test/fixedbugs/bug245.go -go14/test/fixedbugs/bug246.go -go14/test/fixedbugs/bug247.go -go14/test/fixedbugs/bug248.dir/bug0.go -go14/test/fixedbugs/bug248.dir/bug1.go -go14/test/fixedbugs/bug248.dir/bug2.go -go14/test/fixedbugs/bug248.dir/bug3.go -go14/test/fixedbugs/bug248.go -go14/test/fixedbugs/bug249.go -go14/test/fixedbugs/bug250.go -go14/test/fixedbugs/bug251.go -go14/test/fixedbugs/bug252.go -go14/test/fixedbugs/bug253.go -go14/test/fixedbugs/bug254.go -go14/test/fixedbugs/bug255.go -go14/test/fixedbugs/bug256.go -go14/test/fixedbugs/bug257.go -go14/test/fixedbugs/bug258.go -go14/test/fixedbugs/bug259.go -go14/test/fixedbugs/bug260.go -go14/test/fixedbugs/bug261.go -go14/test/fixedbugs/bug262.go -go14/test/fixedbugs/bug263.go -go14/test/fixedbugs/bug264.go -go14/test/fixedbugs/bug265.go -go14/test/fixedbugs/bug266.go -go14/test/fixedbugs/bug267.go -go14/test/fixedbugs/bug269.go -go14/test/fixedbugs/bug271.go -go14/test/fixedbugs/bug272.go -go14/test/fixedbugs/bug273.go -go14/test/fixedbugs/bug274.go -go14/test/fixedbugs/bug275.go -go14/test/fixedbugs/bug276.go -go14/test/fixedbugs/bug277.go -go14/test/fixedbugs/bug278.go -go14/test/fixedbugs/bug279.go -go14/test/fixedbugs/bug280.go -go14/test/fixedbugs/bug281.go -go14/test/fixedbugs/bug282.dir/p1.go -go14/test/fixedbugs/bug282.dir/p2.go -go14/test/fixedbugs/bug282.go -go14/test/fixedbugs/bug283.go -go14/test/fixedbugs/bug284.go -go14/test/fixedbugs/bug285.go -go14/test/fixedbugs/bug286.go -go14/test/fixedbugs/bug287.go -go14/test/fixedbugs/bug288.go -go14/test/fixedbugs/bug289.go -go14/test/fixedbugs/bug290.go -go14/test/fixedbugs/bug291.go -go14/test/fixedbugs/bug292.go -go14/test/fixedbugs/bug293.go -go14/test/fixedbugs/bug294.go -go14/test/fixedbugs/bug295.go -go14/test/fixedbugs/bug296.go -go14/test/fixedbugs/bug297.go -go14/test/fixedbugs/bug298.go -go14/test/fixedbugs/bug299.go -go14/test/fixedbugs/bug300.go -go14/test/fixedbugs/bug301.go -go14/test/fixedbugs/bug302.dir/main.go -go14/test/fixedbugs/bug302.dir/p.go -go14/test/fixedbugs/bug302.go -go14/test/fixedbugs/bug303.go -go14/test/fixedbugs/bug304.go -go14/test/fixedbugs/bug305.go -go14/test/fixedbugs/bug306.dir/p1.go -go14/test/fixedbugs/bug306.dir/p2.go -go14/test/fixedbugs/bug306.go -go14/test/fixedbugs/bug307.go -go14/test/fixedbugs/bug308.go -go14/test/fixedbugs/bug309.go -go14/test/fixedbugs/bug311.go -go14/test/fixedbugs/bug312.go -go14/test/fixedbugs/bug313.dir/a.go -go14/test/fixedbugs/bug313.dir/b.go -go14/test/fixedbugs/bug313.go -go14/test/fixedbugs/bug314.go -go14/test/fixedbugs/bug315.go -go14/test/fixedbugs/bug316.go -go14/test/fixedbugs/bug317.go -go14/test/fixedbugs/bug318.go -go14/test/fixedbugs/bug319.go -go14/test/fixedbugs/bug320.go -go14/test/fixedbugs/bug321.go -go14/test/fixedbugs/bug322.dir/lib.go -go14/test/fixedbugs/bug322.dir/main.go -go14/test/fixedbugs/bug322.go -go14/test/fixedbugs/bug323.go -go14/test/fixedbugs/bug324.dir/p.go -go14/test/fixedbugs/bug324.dir/prog.go -go14/test/fixedbugs/bug324.go -go14/test/fixedbugs/bug325.go -go14/test/fixedbugs/bug326.go -go14/test/fixedbugs/bug327.go -go14/test/fixedbugs/bug328.go -go14/test/fixedbugs/bug328.out -go14/test/fixedbugs/bug329.go -go14/test/fixedbugs/bug330.go -go14/test/fixedbugs/bug331.go -go14/test/fixedbugs/bug332.go -go14/test/fixedbugs/bug333.go -go14/test/fixedbugs/bug334.go -go14/test/fixedbugs/bug335.dir/a.go -go14/test/fixedbugs/bug335.dir/b.go -go14/test/fixedbugs/bug335.go -go14/test/fixedbugs/bug336.go -go14/test/fixedbugs/bug337.go -go14/test/fixedbugs/bug338.go -go14/test/fixedbugs/bug339.go -go14/test/fixedbugs/bug340.go -go14/test/fixedbugs/bug341.go -go14/test/fixedbugs/bug342.go -go14/test/fixedbugs/bug343.go -go14/test/fixedbugs/bug344.go -go14/test/fixedbugs/bug345.dir/io.go -go14/test/fixedbugs/bug345.dir/main.go -go14/test/fixedbugs/bug345.go -go14/test/fixedbugs/bug346.go -go14/test/fixedbugs/bug347.go -go14/test/fixedbugs/bug348.go -go14/test/fixedbugs/bug349.go -go14/test/fixedbugs/bug350.go -go14/test/fixedbugs/bug351.go -go14/test/fixedbugs/bug352.go -go14/test/fixedbugs/bug353.go -go14/test/fixedbugs/bug354.go -go14/test/fixedbugs/bug355.go -go14/test/fixedbugs/bug356.go -go14/test/fixedbugs/bug357.go -go14/test/fixedbugs/bug358.go -go14/test/fixedbugs/bug361.go -go14/test/fixedbugs/bug362.go -go14/test/fixedbugs/bug363.go -go14/test/fixedbugs/bug364.go -go14/test/fixedbugs/bug365.go -go14/test/fixedbugs/bug366.go -go14/test/fixedbugs/bug367.dir/p.go -go14/test/fixedbugs/bug367.dir/prog.go -go14/test/fixedbugs/bug367.go -go14/test/fixedbugs/bug368.go -go14/test/fixedbugs/bug369.dir/pkg.go -go14/test/fixedbugs/bug369.go -go14/test/fixedbugs/bug370.go -go14/test/fixedbugs/bug371.go -go14/test/fixedbugs/bug372.go -go14/test/fixedbugs/bug373.go -go14/test/fixedbugs/bug374.go -go14/test/fixedbugs/bug375.go -go14/test/fixedbugs/bug376.go -go14/test/fixedbugs/bug377.dir/one.go -go14/test/fixedbugs/bug377.dir/two.go -go14/test/fixedbugs/bug377.go -go14/test/fixedbugs/bug378.go -go14/test/fixedbugs/bug379.go -go14/test/fixedbugs/bug380.go -go14/test/fixedbugs/bug381.go -go14/test/fixedbugs/bug382.dir/pkg.go -go14/test/fixedbugs/bug382.dir/prog.go -go14/test/fixedbugs/bug382.go -go14/test/fixedbugs/bug383.go -go14/test/fixedbugs/bug384.go -go14/test/fixedbugs/bug385_32.go -go14/test/fixedbugs/bug385_64.go -go14/test/fixedbugs/bug386.go -go14/test/fixedbugs/bug387.go -go14/test/fixedbugs/bug388.go -go14/test/fixedbugs/bug389.go -go14/test/fixedbugs/bug390.go -go14/test/fixedbugs/bug391.go -go14/test/fixedbugs/bug392.dir/one.go -go14/test/fixedbugs/bug392.dir/pkg2.go -go14/test/fixedbugs/bug392.dir/pkg3.go -go14/test/fixedbugs/bug392.go -go14/test/fixedbugs/bug393.go -go14/test/fixedbugs/bug394.go -go14/test/fixedbugs/bug396.dir/one.go -go14/test/fixedbugs/bug396.dir/two.go -go14/test/fixedbugs/bug396.go -go14/test/fixedbugs/bug397.go -go14/test/fixedbugs/bug398.go -go14/test/fixedbugs/bug399.go -go14/test/fixedbugs/bug401.go -go14/test/fixedbugs/bug402.go -go14/test/fixedbugs/bug403.go -go14/test/fixedbugs/bug404.dir/one.go -go14/test/fixedbugs/bug404.dir/two.go -go14/test/fixedbugs/bug404.go -go14/test/fixedbugs/bug405.go -go14/test/fixedbugs/bug406.go -go14/test/fixedbugs/bug407.dir/one.go -go14/test/fixedbugs/bug407.dir/two.go -go14/test/fixedbugs/bug407.go -go14/test/fixedbugs/bug409.go -go14/test/fixedbugs/bug409.out -go14/test/fixedbugs/bug410.go -go14/test/fixedbugs/bug411.go -go14/test/fixedbugs/bug412.go -go14/test/fixedbugs/bug413.go -go14/test/fixedbugs/bug414.dir/p1.go -go14/test/fixedbugs/bug414.dir/prog.go -go14/test/fixedbugs/bug414.go -go14/test/fixedbugs/bug415.dir/p.go -go14/test/fixedbugs/bug415.dir/prog.go -go14/test/fixedbugs/bug415.go -go14/test/fixedbugs/bug416.go -go14/test/fixedbugs/bug417.go -go14/test/fixedbugs/bug418.go -go14/test/fixedbugs/bug419.go -go14/test/fixedbugs/bug420.go -go14/test/fixedbugs/bug421.go -go14/test/fixedbugs/bug422.go -go14/test/fixedbugs/bug423.go -go14/test/fixedbugs/bug424.dir/lib.go -go14/test/fixedbugs/bug424.dir/main.go -go14/test/fixedbugs/bug424.go -go14/test/fixedbugs/bug425.go -go14/test/fixedbugs/bug426.go -go14/test/fixedbugs/bug427.go -go14/test/fixedbugs/bug428.go -go14/test/fixedbugs/bug429.go -go14/test/fixedbugs/bug430.go -go14/test/fixedbugs/bug431.go -go14/test/fixedbugs/bug432.go -go14/test/fixedbugs/bug433.go -go14/test/fixedbugs/bug434.go -go14/test/fixedbugs/bug435.go -go14/test/fixedbugs/bug436.go -go14/test/fixedbugs/bug437.dir/one.go -go14/test/fixedbugs/bug437.dir/two.go -go14/test/fixedbugs/bug437.dir/x.go -go14/test/fixedbugs/bug437.go -go14/test/fixedbugs/bug438.go -go14/test/fixedbugs/bug439.go -go14/test/fixedbugs/bug440_32.go -go14/test/fixedbugs/bug440_64.go -go14/test/fixedbugs/bug441.go -go14/test/fixedbugs/bug442.go -go14/test/fixedbugs/bug443.go -go14/test/fixedbugs/bug444.go -go14/test/fixedbugs/bug445.go -go14/test/fixedbugs/bug446.go -go14/test/fixedbugs/bug447.go -go14/test/fixedbugs/bug448.dir/pkg1.go -go14/test/fixedbugs/bug448.dir/pkg2.go -go14/test/fixedbugs/bug448.go -go14/test/fixedbugs/bug449.go -go14/test/fixedbugs/bug450.go -go14/test/fixedbugs/bug451.go -go14/test/fixedbugs/bug452.go -go14/test/fixedbugs/bug453.go -go14/test/fixedbugs/bug454.go -go14/test/fixedbugs/bug455.go -go14/test/fixedbugs/bug456.go -go14/test/fixedbugs/bug457.go -go14/test/fixedbugs/bug458.go -go14/test/fixedbugs/bug459.go -go14/test/fixedbugs/bug460.dir/a.go -go14/test/fixedbugs/bug460.dir/b.go -go14/test/fixedbugs/bug460.go -go14/test/fixedbugs/bug461.go -go14/test/fixedbugs/bug462.go -go14/test/fixedbugs/bug463.go -go14/test/fixedbugs/bug464.go -go14/test/fixedbugs/bug465.dir/a.go -go14/test/fixedbugs/bug465.dir/b.go -go14/test/fixedbugs/bug465.go -go14/test/fixedbugs/bug466.dir/a.go -go14/test/fixedbugs/bug466.dir/b.go -go14/test/fixedbugs/bug466.go -go14/test/fixedbugs/bug467.dir/p1.go -go14/test/fixedbugs/bug467.dir/p2.go -go14/test/fixedbugs/bug467.dir/p3.go -go14/test/fixedbugs/bug467.go -go14/test/fixedbugs/bug468.dir/p1.go -go14/test/fixedbugs/bug468.dir/p2.go -go14/test/fixedbugs/bug468.go -go14/test/fixedbugs/bug470.go -go14/test/fixedbugs/bug471.go -go14/test/fixedbugs/bug472.dir/p1.go -go14/test/fixedbugs/bug472.dir/p2.go -go14/test/fixedbugs/bug472.dir/z.go -go14/test/fixedbugs/bug472.go -go14/test/fixedbugs/bug473.go -go14/test/fixedbugs/bug474.go -go14/test/fixedbugs/bug475.go -go14/test/fixedbugs/bug476.go -go14/test/fixedbugs/bug477.go -go14/test/fixedbugs/bug478.dir/a.go -go14/test/fixedbugs/bug478.dir/b.go -go14/test/fixedbugs/bug478.go -go14/test/fixedbugs/bug479.dir/a.go -go14/test/fixedbugs/bug479.dir/b.go -go14/test/fixedbugs/bug479.go -go14/test/fixedbugs/bug480.dir/a.go -go14/test/fixedbugs/bug480.dir/b.go -go14/test/fixedbugs/bug480.go -go14/test/fixedbugs/bug481.go -go14/test/fixedbugs/bug482.go -go14/test/fixedbugs/bug483.go -go14/test/fixedbugs/bug484.go -go14/test/fixedbugs/bug485.go -go14/test/fixedbugs/bug486.go -go14/test/fixedbugs/bug487.go -go14/test/fixedbugs/bug488.dir/a.go -go14/test/fixedbugs/bug488.dir/b.go -go14/test/fixedbugs/bug488.go -go14/test/fixedbugs/bug489.go -go14/test/fixedbugs/bug490.go -go14/test/fixedbugs/bug491.go -go14/test/fixedbugs/issue10135.go -go14/test/fixedbugs/issue1304.go -go14/test/fixedbugs/issue2615.go -go14/test/fixedbugs/issue3552.dir/one.go -go14/test/fixedbugs/issue3552.dir/two.go -go14/test/fixedbugs/issue3552.go -go14/test/fixedbugs/issue3705.go -go14/test/fixedbugs/issue3783.go -go14/test/fixedbugs/issue3924.go -go14/test/fixedbugs/issue3925.go -go14/test/fixedbugs/issue4066.go -go14/test/fixedbugs/issue4085a.go -go14/test/fixedbugs/issue4085b.go -go14/test/fixedbugs/issue4097.go -go14/test/fixedbugs/issue4099.go -go14/test/fixedbugs/issue4162.go -go14/test/fixedbugs/issue4167.go -go14/test/fixedbugs/issue4232.go -go14/test/fixedbugs/issue4251.go -go14/test/fixedbugs/issue4252.dir/a.go -go14/test/fixedbugs/issue4252.dir/main.go -go14/test/fixedbugs/issue4252.go -go14/test/fixedbugs/issue4264.go -go14/test/fixedbugs/issue4283.go -go14/test/fixedbugs/issue4313.go -go14/test/fixedbugs/issue4316.go -go14/test/fixedbugs/issue4323.go -go14/test/fixedbugs/issue4326.dir/p1.go -go14/test/fixedbugs/issue4326.dir/p2.go -go14/test/fixedbugs/issue4326.dir/q1.go -go14/test/fixedbugs/issue4326.dir/q2.go -go14/test/fixedbugs/issue4326.dir/z.go -go14/test/fixedbugs/issue4326.go -go14/test/fixedbugs/issue4348.go -go14/test/fixedbugs/issue4353.go -go14/test/fixedbugs/issue4359.go -go14/test/fixedbugs/issue4370.dir/p1.go -go14/test/fixedbugs/issue4370.dir/p2.go -go14/test/fixedbugs/issue4370.dir/p3.go -go14/test/fixedbugs/issue4370.go -go14/test/fixedbugs/issue4388.go -go14/test/fixedbugs/issue4396a.go -go14/test/fixedbugs/issue4396b.go -go14/test/fixedbugs/issue4399.go -go14/test/fixedbugs/issue4405.go -go14/test/fixedbugs/issue4429.go -go14/test/fixedbugs/issue4448.go -go14/test/fixedbugs/issue4452.go -go14/test/fixedbugs/issue4458.go -go14/test/fixedbugs/issue4463.go -go14/test/fixedbugs/issue4468.go -go14/test/fixedbugs/issue4470.go -go14/test/fixedbugs/issue4495.go -go14/test/fixedbugs/issue4510.dir/f1.go -go14/test/fixedbugs/issue4510.dir/f2.go -go14/test/fixedbugs/issue4510.go -go14/test/fixedbugs/issue4517a.go -go14/test/fixedbugs/issue4517b.go -go14/test/fixedbugs/issue4517c.go -go14/test/fixedbugs/issue4517d.go -go14/test/fixedbugs/issue4518.go -go14/test/fixedbugs/issue4529.go -go14/test/fixedbugs/issue4545.go -go14/test/fixedbugs/issue4562.go -go14/test/fixedbugs/issue4585.go -go14/test/fixedbugs/issue4590.dir/pkg1.go -go14/test/fixedbugs/issue4590.dir/pkg2.go -go14/test/fixedbugs/issue4590.dir/prog.go -go14/test/fixedbugs/issue4590.go -go14/test/fixedbugs/issue4610.go -go14/test/fixedbugs/issue4614.go -go14/test/fixedbugs/issue4618.go -go14/test/fixedbugs/issue4620.go -go14/test/fixedbugs/issue4654.go -go14/test/fixedbugs/issue4663.go -go14/test/fixedbugs/issue4667.go -go14/test/fixedbugs/issue4734.go -go14/test/fixedbugs/issue4748.go -go14/test/fixedbugs/issue4752.go -go14/test/fixedbugs/issue4776.go -go14/test/fixedbugs/issue4785.go -go14/test/fixedbugs/issue4813.go -go14/test/fixedbugs/issue4847.go -go14/test/fixedbugs/issue4879.dir/a.go -go14/test/fixedbugs/issue4879.dir/b.go -go14/test/fixedbugs/issue4879.go -go14/test/fixedbugs/issue4909a.go -go14/test/fixedbugs/issue4909b.go -go14/test/fixedbugs/issue4932.dir/foo.go -go14/test/fixedbugs/issue4932.dir/state.go -go14/test/fixedbugs/issue4932.dir/state2.go -go14/test/fixedbugs/issue4932.go -go14/test/fixedbugs/issue4964.dir/a.go -go14/test/fixedbugs/issue4964.dir/b.go -go14/test/fixedbugs/issue4964.go -go14/test/fixedbugs/issue5002.go -go14/test/fixedbugs/issue5056.go -go14/test/fixedbugs/issue5089.go -go14/test/fixedbugs/issue5105.dir/a.go -go14/test/fixedbugs/issue5105.dir/b.go -go14/test/fixedbugs/issue5105.go -go14/test/fixedbugs/issue5125.dir/bug.go -go14/test/fixedbugs/issue5125.dir/main.go -go14/test/fixedbugs/issue5125.go -go14/test/fixedbugs/issue5162.go -go14/test/fixedbugs/issue5172.go -go14/test/fixedbugs/issue5231.go -go14/test/fixedbugs/issue5244.go -go14/test/fixedbugs/issue5259.dir/bug.go -go14/test/fixedbugs/issue5259.dir/main.go -go14/test/fixedbugs/issue5259.go -go14/test/fixedbugs/issue5260.dir/a.go -go14/test/fixedbugs/issue5260.dir/b.go -go14/test/fixedbugs/issue5260.go -go14/test/fixedbugs/issue5291.dir/pkg1.go -go14/test/fixedbugs/issue5291.dir/prog.go -go14/test/fixedbugs/issue5291.go -go14/test/fixedbugs/issue5358.go -go14/test/fixedbugs/issue5470.dir/a.go -go14/test/fixedbugs/issue5470.dir/b.go -go14/test/fixedbugs/issue5470.go -go14/test/fixedbugs/issue5493.go -go14/test/fixedbugs/issue5515.go -go14/test/fixedbugs/issue5581.go -go14/test/fixedbugs/issue5607.go -go14/test/fixedbugs/issue5609.go -go14/test/fixedbugs/issue5614.dir/rethinkgo.go -go14/test/fixedbugs/issue5614.dir/x.go -go14/test/fixedbugs/issue5614.dir/y.go -go14/test/fixedbugs/issue5614.go -go14/test/fixedbugs/issue5698.go -go14/test/fixedbugs/issue5704.go -go14/test/fixedbugs/issue5753.go -go14/test/fixedbugs/issue5755.dir/a.go -go14/test/fixedbugs/issue5755.dir/main.go -go14/test/fixedbugs/issue5755.go -go14/test/fixedbugs/issue5793.go -go14/test/fixedbugs/issue5809.go -go14/test/fixedbugs/issue5820.go -go14/test/fixedbugs/issue5841.go -go14/test/fixedbugs/issue5856.go -go14/test/fixedbugs/issue5910.dir/a.go -go14/test/fixedbugs/issue5910.dir/main.go -go14/test/fixedbugs/issue5910.go -go14/test/fixedbugs/issue5957.dir/a.go -go14/test/fixedbugs/issue5957.dir/b.go -go14/test/fixedbugs/issue5957.dir/c.go -go14/test/fixedbugs/issue5957.go -go14/test/fixedbugs/issue5963.go -go14/test/fixedbugs/issue6004.go -go14/test/fixedbugs/issue6036.go -go14/test/fixedbugs/issue6055.go -go14/test/fixedbugs/issue6131.go -go14/test/fixedbugs/issue6140.go -go14/test/fixedbugs/issue6247.go -go14/test/fixedbugs/issue6269.go -go14/test/fixedbugs/issue6295.dir/p0.go -go14/test/fixedbugs/issue6295.dir/p1.go -go14/test/fixedbugs/issue6295.dir/p2.go -go14/test/fixedbugs/issue6295.go -go14/test/fixedbugs/issue6298.go -go14/test/fixedbugs/issue6399.go -go14/test/fixedbugs/issue6402.go -go14/test/fixedbugs/issue6403.go -go14/test/fixedbugs/issue6405.go -go14/test/fixedbugs/issue6406.go -go14/test/fixedbugs/issue6500.go -go14/test/fixedbugs/issue6513.dir/a.go -go14/test/fixedbugs/issue6513.dir/b.go -go14/test/fixedbugs/issue6513.dir/main.go -go14/test/fixedbugs/issue6513.go -go14/test/fixedbugs/issue6572.go -go14/test/fixedbugs/issue6703a.go -go14/test/fixedbugs/issue6703b.go -go14/test/fixedbugs/issue6703c.go -go14/test/fixedbugs/issue6703d.go -go14/test/fixedbugs/issue6703e.go -go14/test/fixedbugs/issue6703f.go -go14/test/fixedbugs/issue6703g.go -go14/test/fixedbugs/issue6703h.go -go14/test/fixedbugs/issue6703i.go -go14/test/fixedbugs/issue6703j.go -go14/test/fixedbugs/issue6703k.go -go14/test/fixedbugs/issue6703l.go -go14/test/fixedbugs/issue6703m.go -go14/test/fixedbugs/issue6703n.go -go14/test/fixedbugs/issue6703o.go -go14/test/fixedbugs/issue6703p.go -go14/test/fixedbugs/issue6703q.go -go14/test/fixedbugs/issue6703r.go -go14/test/fixedbugs/issue6703s.go -go14/test/fixedbugs/issue6703t.go -go14/test/fixedbugs/issue6703u.go -go14/test/fixedbugs/issue6703v.go -go14/test/fixedbugs/issue6703w.go -go14/test/fixedbugs/issue6703x.go -go14/test/fixedbugs/issue6703y.go -go14/test/fixedbugs/issue6703z.go -go14/test/fixedbugs/issue6789.dir/a.go -go14/test/fixedbugs/issue6789.dir/b.go -go14/test/fixedbugs/issue6789.go -go14/test/fixedbugs/issue6847.go -go14/test/fixedbugs/issue6889.go -go14/test/fixedbugs/issue6899.go -go14/test/fixedbugs/issue6899.out -go14/test/fixedbugs/issue6902.go -go14/test/fixedbugs/issue6964.go -go14/test/fixedbugs/issue7023.dir/a.go -go14/test/fixedbugs/issue7023.dir/b.go -go14/test/fixedbugs/issue7023.go -go14/test/fixedbugs/issue7044.go -go14/test/fixedbugs/issue7050.go -go14/test/fixedbugs/issue7083.go -go14/test/fixedbugs/issue7129.go -go14/test/fixedbugs/issue7150.go -go14/test/fixedbugs/issue7153.go -go14/test/fixedbugs/issue7214.go -go14/test/fixedbugs/issue7223.go -go14/test/fixedbugs/issue7272.go -go14/test/fixedbugs/issue7310.go -go14/test/fixedbugs/issue7316.go -go14/test/fixedbugs/issue7346.go -go14/test/fixedbugs/issue7366.go -go14/test/fixedbugs/issue7405.go -go14/test/fixedbugs/issue7419.go -go14/test/fixedbugs/issue7525.go -go14/test/fixedbugs/issue7538a.go -go14/test/fixedbugs/issue7538b.go -go14/test/fixedbugs/issue7547.go -go14/test/fixedbugs/issue7550.go -go14/test/fixedbugs/issue7590.go -go14/test/fixedbugs/issue7648.dir/a.go -go14/test/fixedbugs/issue7648.dir/b.go -go14/test/fixedbugs/issue7648.go -go14/test/fixedbugs/issue7675.go -go14/test/fixedbugs/issue7690.go -go14/test/fixedbugs/issue7742.go -go14/test/fixedbugs/issue7760.go -go14/test/fixedbugs/issue7794.go -go14/test/fixedbugs/issue7863.go -go14/test/fixedbugs/issue7867.go -go14/test/fixedbugs/issue7884.go -go14/test/fixedbugs/issue7944.go -go14/test/fixedbugs/issue7995.go -go14/test/fixedbugs/issue7995b.dir/x1.go -go14/test/fixedbugs/issue7995b.dir/x2.go -go14/test/fixedbugs/issue7995b.go -go14/test/fixedbugs/issue7996.go -go14/test/fixedbugs/issue7997.go -go14/test/fixedbugs/issue7998.go -go14/test/fixedbugs/issue8004.go -go14/test/fixedbugs/issue8011.go -go14/test/fixedbugs/issue8017.go -go14/test/fixedbugs/issue8028.go -go14/test/fixedbugs/issue8036.go -go14/test/fixedbugs/issue8039.go -go14/test/fixedbugs/issue8047.go -go14/test/fixedbugs/issue8047b.go -go14/test/fixedbugs/issue8048.go -go14/test/fixedbugs/issue8060.dir/a.go -go14/test/fixedbugs/issue8060.dir/b.go -go14/test/fixedbugs/issue8060.go -go14/test/fixedbugs/issue8073.go -go14/test/fixedbugs/issue8074.go -go14/test/fixedbugs/issue8076.go -go14/test/fixedbugs/issue8079.go -go14/test/fixedbugs/issue8132.go -go14/test/fixedbugs/issue8139.go -go14/test/fixedbugs/issue8155.go -go14/test/fixedbugs/issue8158.go -go14/test/fixedbugs/issue8280.dir/a.go -go14/test/fixedbugs/issue8280.dir/b.go -go14/test/fixedbugs/issue8280.go -go14/test/fixedbugs/issue8311.go -go14/test/fixedbugs/issue8325.go -go14/test/fixedbugs/issue8336.go -go14/test/fixedbugs/issue8347.go -go14/test/fixedbugs/issue8475.go -go14/test/fixedbugs/issue8507.go -go14/test/fixedbugs/issue8612.go -go14/test/fixedbugs/issue8761.go -go14/test/fixedbugs/issue887.go -go14/test/fixedbugs/issue8947.go -go14/test/fixedbugs/issue8961.go -go14/test/fixedbugs/issue9006.go -go14/test/fixedbugs/issue9110.go -go14/test/fixedbugs/issue9321.go -go14/test/fixedbugs/issue9432.go -go14/test/fixedbugs/issue9537.dir/a.go -go14/test/fixedbugs/issue9537.dir/b.go -go14/test/fixedbugs/issue9537.go -go14/test/fixedbugs/issue9604.go -go14/test/fixedbugs/issue9634.go -go14/test/float_lit.go -go14/test/float_lit2.go -go14/test/float_lit3.go -go14/test/floatcmp.go -go14/test/for.go -go14/test/func.go -go14/test/func1.go -go14/test/func2.go -go14/test/func3.go -go14/test/func4.go -go14/test/func5.go -go14/test/func6.go -go14/test/func7.go -go14/test/func8.go -go14/test/funcdup.go -go14/test/funcdup2.go -go14/test/gc.go -go14/test/gc1.go -go14/test/gc2.go -go14/test/gcstring.go -go14/test/golden.out -go14/test/goprint.go -go14/test/goprint.out -go14/test/goto.go -go14/test/helloworld.go -go14/test/helloworld.out -go14/test/if.go -go14/test/import.go -go14/test/import1.go -go14/test/import2.dir/import2.go -go14/test/import2.dir/import3.go -go14/test/import2.go -go14/test/import4.dir/empty.go -go14/test/import4.dir/import4.go -go14/test/import4.go -go14/test/import5.go -go14/test/index.go -go14/test/index0.go -go14/test/index1.go -go14/test/index2.go -go14/test/indirect.go -go14/test/indirect1.go -go14/test/init.go -go14/test/init1.go -go14/test/initcomma.go -go14/test/initialize.go -go14/test/initializerr.go -go14/test/int_lit.go -go14/test/intcvt.go -go14/test/interface/bigdata.go -go14/test/interface/convert.go -go14/test/interface/convert1.go -go14/test/interface/convert2.go -go14/test/interface/embed.go -go14/test/interface/embed1.dir/embed0.go -go14/test/interface/embed1.dir/embed1.go -go14/test/interface/embed1.go -go14/test/interface/embed2.go -go14/test/interface/explicit.go -go14/test/interface/fail.go -go14/test/interface/fake.go -go14/test/interface/noeq.go -go14/test/interface/pointer.go -go14/test/interface/private.dir/private1.go -go14/test/interface/private.dir/prog.go -go14/test/interface/private.go -go14/test/interface/receiver.go -go14/test/interface/receiver1.go -go14/test/interface/recursive.go -go14/test/interface/recursive1.dir/recursive1.go -go14/test/interface/recursive1.dir/recursive2.go -go14/test/interface/recursive1.go -go14/test/interface/returntype.go -go14/test/interface/struct.go -go14/test/iota.go -go14/test/ken/array.go -go14/test/ken/chan.go -go14/test/ken/chan1.go -go14/test/ken/complit.go -go14/test/ken/convert.go -go14/test/ken/cplx0.go -go14/test/ken/cplx0.out -go14/test/ken/cplx1.go -go14/test/ken/cplx2.go -go14/test/ken/cplx3.go -go14/test/ken/cplx4.go -go14/test/ken/cplx5.go -go14/test/ken/divconst.go -go14/test/ken/divmod.go -go14/test/ken/embed.go -go14/test/ken/for.go -go14/test/ken/interbasic.go -go14/test/ken/interfun.go -go14/test/ken/intervar.go -go14/test/ken/label.go -go14/test/ken/litfun.go -go14/test/ken/mfunc.go -go14/test/ken/modconst.go -go14/test/ken/ptrfun.go -go14/test/ken/ptrvar.go -go14/test/ken/range.go -go14/test/ken/rob1.go -go14/test/ken/rob2.go -go14/test/ken/robfor.go -go14/test/ken/robfunc.go -go14/test/ken/shift.go -go14/test/ken/simparray.go -go14/test/ken/simpbool.go -go14/test/ken/simpconv.go -go14/test/ken/simpfun.go -go14/test/ken/simpswitch.go -go14/test/ken/simpvar.go -go14/test/ken/slicearray.go -go14/test/ken/sliceslice.go -go14/test/ken/string.go -go14/test/ken/string.out -go14/test/ken/strvar.go -go14/test/label.go -go14/test/label1.go -go14/test/linkx.go -go14/test/linkx_run.go -go14/test/literal.go -go14/test/live.go -go14/test/live1.go -go14/test/live2.go -go14/test/mallocfin.go -go14/test/map.go -go14/test/map1.go -go14/test/maplinear.go -go14/test/method.go -go14/test/method1.go -go14/test/method2.go -go14/test/method3.go -go14/test/method4.dir/method4a.go -go14/test/method4.dir/prog.go -go14/test/method4.go -go14/test/method5.go -go14/test/named.go -go14/test/named1.go -go14/test/nil.go -go14/test/nilcheck.go -go14/test/nilptr.go -go14/test/nilptr2.go -go14/test/nilptr3.go -go14/test/nilptr4.go -go14/test/nosplit.go -go14/test/nul1.go -go14/test/parentype.go -go14/test/peano.go -go14/test/print.go -go14/test/print.out -go14/test/printbig.go -go14/test/printbig.out -go14/test/range.go -go14/test/recover.go -go14/test/recover1.go -go14/test/recover2.go -go14/test/recover3.go -go14/test/rename.go -go14/test/rename1.go -go14/test/reorder.go -go14/test/reorder2.go -go14/test/return.go -go14/test/rotate.go -go14/test/rotate0.go -go14/test/rotate1.go -go14/test/rotate2.go -go14/test/rotate3.go -go14/test/run -go14/test/run.go -go14/test/rune.go -go14/test/runtime.go -go14/test/safe/main.go -go14/test/safe/nousesafe.go -go14/test/safe/pkg.go -go14/test/safe/usesafe.go -go14/test/shift1.go -go14/test/shift2.go -go14/test/sieve.go -go14/test/sigchld.go -go14/test/sigchld.out -go14/test/simassign.go -go14/test/sinit.go -go14/test/sinit_run.go -go14/test/sizeof.go -go14/test/slice3.go -go14/test/slice3err.go -go14/test/slicecap.go -go14/test/solitaire.go -go14/test/stack.go -go14/test/stress/maps.go -go14/test/stress/parsego.go -go14/test/stress/runstress.go -go14/test/string_lit.go -go14/test/stringrange.go -go14/test/struct0.go -go14/test/switch.go -go14/test/switch3.go -go14/test/switch4.go -go14/test/syntax/chan.go -go14/test/syntax/chan1.go -go14/test/syntax/composite.go -go14/test/syntax/else.go -go14/test/syntax/forvar.go -go14/test/syntax/if.go -go14/test/syntax/import.go -go14/test/syntax/interface.go -go14/test/syntax/semi1.go -go14/test/syntax/semi2.go -go14/test/syntax/semi3.go -go14/test/syntax/semi4.go -go14/test/syntax/semi5.go -go14/test/syntax/semi6.go -go14/test/syntax/semi7.go -go14/test/syntax/topexpr.go -go14/test/syntax/typesw.go -go14/test/syntax/vareq.go -go14/test/syntax/vareq1.go -go14/test/testlib -go14/test/tinyfin.go -go14/test/torture.go -go14/test/turing.go -go14/test/typecheck.go -go14/test/typeswitch.go -go14/test/typeswitch1.go -go14/test/typeswitch2.go -go14/test/typeswitch3.go -go14/test/undef.go -go14/test/utf.go -go14/test/varerr.go -go14/test/varinit.go -go14/test/zerodivide.go