This patch adds part of the D2 testsuite, which includes D source code files that are considered compilable; files that are considered uncompilable, but should not ICE; and files that should execute on targets with crash or assertion failures.
ftp://ftp.gdcproject.org/patches/v4/08-v4-d-testsuite.patch --- gcc/testsuite/gdc.test/compilable/99bottles.d | 52 + gcc/testsuite/gdc.test/compilable/a3682.d | 20 + .../gdc.test/compilable/aggr_alignment.d | 28 + gcc/testsuite/gdc.test/compilable/aliasdecl.d | 40 + gcc/testsuite/gdc.test/compilable/alignment.d | 12 + gcc/testsuite/gdc.test/compilable/art4769.d | 19 + gcc/testsuite/gdc.test/compilable/b11118.d | 12 + gcc/testsuite/gdc.test/compilable/b1215.d | 146 + gcc/testsuite/gdc.test/compilable/b15428.d | 13 + gcc/testsuite/gdc.test/compilable/b16244.d | 12 + gcc/testsuite/gdc.test/compilable/b16346.d | 3 + gcc/testsuite/gdc.test/compilable/b16355.d | 14 + gcc/testsuite/gdc.test/compilable/b16382.d | 6 + gcc/testsuite/gdc.test/compilable/b16483.d | 12 + gcc/testsuite/gdc.test/compilable/b16598.d | 15 + gcc/testsuite/gdc.test/compilable/b16697.d | 13 + gcc/testsuite/gdc.test/compilable/b16967.d | 33 + gcc/testsuite/gdc.test/compilable/b17111.d | 13 + gcc/testsuite/gdc.test/compilable/b33.d | 12 + gcc/testsuite/gdc.test/compilable/b6227.d | 18 + gcc/testsuite/gdc.test/compilable/b6395.d | 25 + gcc/testsuite/gdc.test/compilable/b6400.d | 37 + .../gdc.test/compilable/betterCarray.d | 17 + .../gdc.test/compilable/betterCswitch.d | 16 + gcc/testsuite/gdc.test/compilable/bug11735.d | 36 + gcc/testsuite/gdc.test/compilable/bug6963.d | 73 + gcc/testsuite/gdc.test/compilable/callconv.d | 75 + gcc/testsuite/gdc.test/compilable/compile1.d | 964 ++ gcc/testsuite/gdc.test/compilable/const.d | 41 + gcc/testsuite/gdc.test/compilable/cppmangle.d | 353 + gcc/testsuite/gdc.test/compilable/ctfe_math.d | 25 + gcc/testsuite/gdc.test/compilable/ddoc1.d | 69 + gcc/testsuite/gdc.test/compilable/ddoc10.d | 210 + gcc/testsuite/gdc.test/compilable/ddoc10236.d | 59 + .../gdc.test/compilable/ddoc10236b.d | 69 + gcc/testsuite/gdc.test/compilable/ddoc10325.d | 17 + gcc/testsuite/gdc.test/compilable/ddoc10334.d | 29 + gcc/testsuite/gdc.test/compilable/ddoc10366.d | 20 + gcc/testsuite/gdc.test/compilable/ddoc10367.d | 28 + gcc/testsuite/gdc.test/compilable/ddoc10869.d | 27 + gcc/testsuite/gdc.test/compilable/ddoc10870.d | 10 + gcc/testsuite/gdc.test/compilable/ddoc11.d | 69 + gcc/testsuite/gdc.test/compilable/ddoc11479.d | 96 + gcc/testsuite/gdc.test/compilable/ddoc11511.d | 20 + gcc/testsuite/gdc.test/compilable/ddoc11823.d | 7 + gcc/testsuite/gdc.test/compilable/ddoc12.d | 20 + gcc/testsuite/gdc.test/compilable/ddoc12706.d | 9 + gcc/testsuite/gdc.test/compilable/ddoc12745.d | 25 + gcc/testsuite/gdc.test/compilable/ddoc13.d | 26 + gcc/testsuite/gdc.test/compilable/ddoc13270.d | 18 + gcc/testsuite/gdc.test/compilable/ddoc13502.d | 24 + gcc/testsuite/gdc.test/compilable/ddoc13645.d | 9 + gcc/testsuite/gdc.test/compilable/ddoc14.d | 97 + gcc/testsuite/gdc.test/compilable/ddoc14383.d | 14 + gcc/testsuite/gdc.test/compilable/ddoc14413.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc14633.d | 23 + gcc/testsuite/gdc.test/compilable/ddoc14778.d | 42 + gcc/testsuite/gdc.test/compilable/ddoc15475.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc17697.d | 29 + gcc/testsuite/gdc.test/compilable/ddoc198.d | 35 + gcc/testsuite/gdc.test/compilable/ddoc2.d | 42 + gcc/testsuite/gdc.test/compilable/ddoc2273.d | 37 + gcc/testsuite/gdc.test/compilable/ddoc3.d | 71 + gcc/testsuite/gdc.test/compilable/ddoc4.d | 11 + gcc/testsuite/gdc.test/compilable/ddoc4162.d | 17 + gcc/testsuite/gdc.test/compilable/ddoc4899.d | 23 + gcc/testsuite/gdc.test/compilable/ddoc5.d | 31 + gcc/testsuite/gdc.test/compilable/ddoc5446.d | 69 + gcc/testsuite/gdc.test/compilable/ddoc5446a.d | 15 + gcc/testsuite/gdc.test/compilable/ddoc5446b.d | 6 + gcc/testsuite/gdc.test/compilable/ddoc6.d | 25 + gcc/testsuite/gdc.test/compilable/ddoc648.d | 90 + gcc/testsuite/gdc.test/compilable/ddoc6491.d | 14 + gcc/testsuite/gdc.test/compilable/ddoc7.d | 59 + gcc/testsuite/gdc.test/compilable/ddoc7555.d | 53 + gcc/testsuite/gdc.test/compilable/ddoc7656.d | 24 + gcc/testsuite/gdc.test/compilable/ddoc7715.d | 16 + gcc/testsuite/gdc.test/compilable/ddoc7795.d | 17 + gcc/testsuite/gdc.test/compilable/ddoc8.d | 9 + gcc/testsuite/gdc.test/compilable/ddoc8271.d | 15 + gcc/testsuite/gdc.test/compilable/ddoc8739.d | 19 + gcc/testsuite/gdc.test/compilable/ddoc9.d | 26 + gcc/testsuite/gdc.test/compilable/ddoc9037.d | 18 + gcc/testsuite/gdc.test/compilable/ddoc9155.d | 81 + gcc/testsuite/gdc.test/compilable/ddoc9305.d | 38 + gcc/testsuite/gdc.test/compilable/ddoc9369.d | 18 + gcc/testsuite/gdc.test/compilable/ddoc9475.d | 29 + gcc/testsuite/gdc.test/compilable/ddoc9497a.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc9497b.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc9497c.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc9497d.d | 12 + gcc/testsuite/gdc.test/compilable/ddoc9676a.d | 9 + gcc/testsuite/gdc.test/compilable/ddoc9676b.d | 8 + gcc/testsuite/gdc.test/compilable/ddoc9727.d | 25 + gcc/testsuite/gdc.test/compilable/ddoc9789.d | 11 + gcc/testsuite/gdc.test/compilable/ddoc9903.d | 35 + gcc/testsuite/gdc.test/compilable/ddocYear.d | 6 + .../gdc.test/compilable/ddocbackticks.d | 24 + .../gdc.test/compilable/ddocunittest.d | 496 + gcc/testsuite/gdc.test/compilable/debuginfo.d | 20 + gcc/testsuite/gdc.test/compilable/defa.d | 19 + gcc/testsuite/gdc.test/compilable/depmsg.d | 33 + .../gdc.test/compilable/deprecate12979a.d | 27 + .../gdc.test/compilable/deprecate14283.d | 18 + .../gdc.test/compilable/depsOutput9948.d | 12 + .../gdc.test/compilable/derivedarray.d | 130 + gcc/testsuite/gdc.test/compilable/diag11066.d | 13 + gcc/testsuite/gdc.test/compilable/diag3243.d | 19 + gcc/testsuite/gdc.test/compilable/dip22.d | 20 + .../gdc.test/compilable/empty_file.d | 0 gcc/testsuite/gdc.test/compilable/exception.d | 18 + .../gdc.test/compilable/extra-files/c6395.d | 20 + .../compilable/extra-files/ddoc10367.ddoc | 1 + .../compilable/extra-files/ddoc198.ddoc | 2 + .../compilable/extra-files/ddoc3.ddoc | 3 + .../compilable/extra-files/ddoc9369.ddoc | 3 + .../compilable/extra-files/ddoc9497a.ddoc | 1 + .../compilable/extra-files/ddoc9497b.ddoc | 1 + .../compilable/extra-files/ddoc9497c.ddoc | 1 + .../compilable/extra-files/ddoc9497d.ddoc | 1 + .../compilable/extra-files/ddoc9676a.ddoc | 1 + .../compilable/extra-files/ddoc9764.dd | 7 + .../compilable/extra-files/depsOutput9948a.d | 6 + .../gdc.test/compilable/extra-files/e6815.d | 7 + .../example7190/controllers/HomeController.d | 7 + .../example7190/models/HomeModel.d | 11 + .../gdc.test/compilable/extra-files/header1.d | 521 ++ .../gdc.test/compilable/extra-files/header2.d | 152 + .../gdc.test/compilable/extra-files/header3.d | 14 + .../compilable/extra-files/imp12624.d | 27 + .../gdc.test/compilable/extra-files/imp9057.d | 5 + .../compilable/extra-files/imp9057_2.d | 5 + .../extra-files/pkgDIP37/datetime/common.d | 3 + .../extra-files/pkgDIP37/datetime/package.d | 3 + .../extra-files/pkgDIP37/test17629/common.di | 3 + .../extra-files/pkgDIP37/test17629/package.di | 2 + .../extra-files/pkgDIP37_10302/liba.d | 2 + .../extra-files/pkgDIP37_10302/libb.d | 11 + .../extra-files/pkgDIP37_10302/package.d | 2 + .../extra-files/pkgDIP37_10354/mbar.d | 2 + .../extra-files/pkgDIP37_10354/mfoo.d | 2 + .../extra-files/pkgDIP37_10354/package.d | 3 + .../extra-files/pkgDIP37_10421/algo/mod.d | 8 + .../extra-files/pkgDIP37_10421/algo/package.d | 7 + .../extra-files/pkgDIP37_10421/except.d | 3 + .../serenity7190/core/Controller.d | 8 + .../extra-files/serenity7190/core/Model.d | 5 + .../compilable/extra-files/test14894a.d | 15 + .../compilable/extra-files/test14894main.d | 7 + .../compilable/extra-files/test16080b.d | 6 + .../compilable/extra-files/test6461/a.d | 4 + .../compilable/extra-files/test6461/b.d | 4 + .../compilable/extra-files/test6461/main.d | 6 + .../compilable/extra-files/test6461/tmpl.d | 4 + .../compilable/extra-files/test9680dllmain.d | 6 + .../compilable/extra-files/test9680main.d | 1 + .../compilable/extra-files/test9680winmain.d | 6 + gcc/testsuite/gdc.test/compilable/fail260.d | 37 + gcc/testsuite/gdc.test/compilable/fix17123.d | 14 + gcc/testsuite/gdc.test/compilable/fix17335.d | 28 + gcc/testsuite/gdc.test/compilable/fix17349.d | 40 + gcc/testsuite/gdc.test/compilable/fix17686.d | 45 + gcc/testsuite/gdc.test/compilable/forward1.d | 7 + gcc/testsuite/gdc.test/compilable/future.d | 47 + gcc/testsuite/gdc.test/compilable/futurexf.d | 12 + .../gdc.test/compilable/iasm_labeloperand.d | 48 + gcc/testsuite/gdc.test/compilable/ice10040.d | 15 + gcc/testsuite/gdc.test/compilable/ice10431a.d | 19 + gcc/testsuite/gdc.test/compilable/ice10431b.d | 11 + gcc/testsuite/gdc.test/compilable/ice10486.d | 5 + gcc/testsuite/gdc.test/compilable/ice10598.d | 3 + gcc/testsuite/gdc.test/compilable/ice11054.d | 8 + gcc/testsuite/gdc.test/compilable/ice11300.d | 5 + gcc/testsuite/gdc.test/compilable/ice11596.d | 17 + gcc/testsuite/gdc.test/compilable/ice11610.d | 79 + gcc/testsuite/gdc.test/compilable/ice11777.d | 14 + gcc/testsuite/gdc.test/compilable/ice11906.d | 10 + gcc/testsuite/gdc.test/compilable/ice11925.d | 38 + gcc/testsuite/gdc.test/compilable/ice12002.d | 24 + gcc/testsuite/gdc.test/compilable/ice12554.d | 46 + gcc/testsuite/gdc.test/compilable/ice12956.d | 30 + gcc/testsuite/gdc.test/compilable/ice13071.d | 13 + gcc/testsuite/gdc.test/compilable/ice13088.d | 19 + gcc/testsuite/gdc.test/compilable/ice13245.d | 5 + gcc/testsuite/gdc.test/compilable/ice13323.d | 10 + gcc/testsuite/gdc.test/compilable/ice13403.d | 5 + gcc/testsuite/gdc.test/compilable/ice13792.d | 6 + gcc/testsuite/gdc.test/compilable/ice13874.d | 20 + gcc/testsuite/gdc.test/compilable/ice13886.d | 14 + gcc/testsuite/gdc.test/compilable/ice13920.d | 25 + gcc/testsuite/gdc.test/compilable/ice13968.d | 18 + gcc/testsuite/gdc.test/compilable/ice14075.d | 15 + gcc/testsuite/gdc.test/compilable/ice1524.d | 22 + gcc/testsuite/gdc.test/compilable/ice15333.d | 14 + gcc/testsuite/gdc.test/compilable/ice15760.d | 11 + gcc/testsuite/gdc.test/compilable/ice15789.d | 30 + gcc/testsuite/gdc.test/compilable/ice15992.d | 34 + gcc/testsuite/gdc.test/compilable/ice6538.d | 43 + gcc/testsuite/gdc.test/compilable/ice8392.d | 12 + gcc/testsuite/gdc.test/compilable/ice854.d | 43 + gcc/testsuite/gdc.test/compilable/ice9663.d | 13 + .../gdc.test/compilable/imports/a12506.d | 3 + .../gdc.test/compilable/imports/a12567.d | 4 + .../gdc.test/compilable/imports/a13226.d | 18 + .../gdc.test/compilable/imports/a14528.d | 6 + .../gdc.test/compilable/imports/a15333.d | 12 + .../gdc.test/compilable/imports/a15760.d | 8 + .../gdc.test/compilable/imports/a15856.d | 3 + .../gdc.test/compilable/imports/a313.d | 8 + .../compilable/imports/a313templatemixin1.d | 3 + .../compilable/imports/a313templatemixin2.d | 3 + .../gdc.test/compilable/imports/a314.d | 5 + .../gdc.test/compilable/imports/a8392.d | 15 + .../gdc.test/compilable/imports/art4769a.d | 15 + .../gdc.test/compilable/imports/art4769b.d | 9 + .../gdc.test/compilable/imports/b313.d | 7 + .../gdc.test/compilable/imports/b33a.d | 28 + .../gdc.test/compilable/imports/b3682.d | 5 + .../gdc.test/compilable/imports/bug8922.d | 1 + .../gdc.test/compilable/imports/c314.d | 4 + .../gdc.test/compilable/imports/defaa.d | 15 + .../gdc.test/compilable/imports/defab.d | 15 + .../gdc.test/compilable/imports/defac.d | 13 + .../gdc.test/compilable/imports/defad.d | 14 + .../gdc.test/compilable/imports/dip22.d | 21 + .../gdc.test/compilable/imports/f313.d | 6 + .../compilable/imports/fwdref12201a.d | 1 + .../compilable/imports/fwdref2_test17548.d | 9 + .../gdc.test/compilable/imports/fwdref9514.d | 4 + .../gdc.test/compilable/imports/g313.d | 24 + .../gdc.test/compilable/imports/g313public.d | 3 + .../compilable/imports/g313staticif.d | 3 + .../compilable/imports/g313stringmixin.d | 3 + .../compilable/imports/g313templatemixin.d | 3 + .../gdc.test/compilable/imports/ice10598a.d | 5 + .../gdc.test/compilable/imports/ice10598b.d | 3 + .../gdc.test/compilable/imports/ice11054a.d | 21 + .../gdc.test/compilable/imports/ice11300a.d | 3 + .../gdc.test/compilable/imports/ice13403a.d | 7 + .../gdc.test/compilable/imports/imp12242a.d | 17 + .../gdc.test/compilable/imports/imp12242a1.d | 8 + .../gdc.test/compilable/imports/imp12242a2.d | 11 + .../gdc.test/compilable/imports/imp12242b.d | 17 + .../gdc.test/compilable/imports/imp12242b1.d | 8 + .../gdc.test/compilable/imports/imp12242b2.d | 11 + .../gdc.test/compilable/imports/imp15490a.d | 8 + .../gdc.test/compilable/imports/imp15490b.d | 12 + .../gdc.test/compilable/imports/imp15907.d | 23 + .../gdc.test/compilable/imports/imp15925.d | 1 + .../gdc.test/compilable/imports/imp16080.d | 4 + .../gdc.test/compilable/imports/imp16085.d | 29 + .../gdc.test/compilable/imports/imp16085b.d | 25 + .../gdc.test/compilable/imports/imp16460.d | 3 + .../gdc.test/compilable/imports/imp16798.d | 4 + .../gdc.test/compilable/imports/jsonimport1.d | 3 + .../gdc.test/compilable/imports/jsonimport2.d | 3 + .../gdc.test/compilable/imports/jsonimport3.d | 3 + .../gdc.test/compilable/imports/jsonimport4.d | 1 + .../gdc.test/compilable/imports/pkg313/c313.d | 5 + .../compilable/imports/pkgmod313/mod.d | 3 + .../compilable/imports/pkgmod313/package.d | 5 + .../compilable/imports/protectionimp.d | 30 + .../gdc.test/compilable/imports/stdio4003.d | 3 + .../gdc.test/compilable/imports/test10375a.d | 6 + .../gdc.test/compilable/imports/test10752.d | 2 + .../gdc.test/compilable/imports/test11225b.d | 13 + .../gdc.test/compilable/imports/test11225c.d | 2 + .../compilable/imports/test11563core_bitop.d | 1 + .../compilable/imports/test11563std_array.d | 6 + .../compilable/imports/test11563std_range.d | 12 + .../compilable/imports/test11563std_traits.d | 22 + .../gdc.test/compilable/imports/test1238a.d | 3 + .../gdc.test/compilable/imports/test1238b.d | 3 + .../gdc.test/compilable/imports/test13242a.d | 19 + .../gdc.test/compilable/imports/test13242b.d | 13 + .../gdc.test/compilable/imports/test14666a.d | 9 + .../gdc.test/compilable/imports/test14666b.d | 8 + .../gdc.test/compilable/imports/test15117a.d | 9 + .../gdc.test/compilable/imports/test15150a.d | 6 + .../gdc.test/compilable/imports/test15150b.d | 3 + .../gdc.test/compilable/imports/test15785.d | 13 + .../gdc.test/compilable/imports/test15857a.d | 2 + .../gdc.test/compilable/imports/test15857b.d | 1 + .../gdc.test/compilable/imports/test15857c.d | 1 + .../gdc.test/compilable/imports/test16348.d | 6 + .../gdc.test/compilable/imports/test1754a.d | 5 + .../gdc.test/compilable/imports/test1754b.d | 5 + .../gdc.test/compilable/imports/test1imp.d | 2 + .../gdc.test/compilable/imports/test25a.d | 12 + .../gdc.test/compilable/imports/test25b.d | 9 + .../gdc.test/compilable/imports/test2991.d | 5 + .../gdc.test/compilable/imports/test4003a.d | 6 + .../gdc.test/compilable/imports/test50a.d | 6 + .../gdc.test/compilable/imports/test55a.d | 14 + .../gdc.test/compilable/imports/test59a.d | 5 + .../gdc.test/compilable/imports/test59b.d | 3 + .../gdc.test/compilable/imports/test6013.d | 11 + .../gdc.test/compilable/imports/test61a.d | 4 + .../gdc.test/compilable/imports/test62a.d | 15 + .../gdc.test/compilable/imports/test63a.d | 10 + .../gdc.test/compilable/imports/test66a.d | 7 + .../gdc.test/compilable/imports/test67a.d | 19 + .../gdc.test/compilable/imports/test68a.d | 9 + .../gdc.test/compilable/imports/test70.d | 5 + .../gdc.test/compilable/imports/test71.d | 6 + .../gdc.test/compilable/imports/test72a.d | 2 + .../gdc.test/compilable/imports/test72b.d | 2 + .../gdc.test/compilable/imports/test72c.d | 5 + .../gdc.test/compilable/imports/test7491a.d | 1 + .../gdc.test/compilable/imports/test7491b.d | 1 + .../compilable/imports/test9276decl.d | 14 + .../compilable/imports/test9276expr.d | 15 + .../compilable/imports/test9276hash.d | 1 + .../compilable/imports/test9276parser.d | 4 + .../gdc.test/compilable/imports/test9276sem.d | 25 + .../compilable/imports/test9276type.d | 12 + .../compilable/imports/test9276util.d | 13 + .../compilable/imports/test9276visitors.d | 16 + .../gdc.test/compilable/imports/test9399a.d | 5 + .../compilable/imports/test9436aggr.d | 11 + .../compilable/imports/test9436interp.d | 16 + .../compilable/imports/test9436node.d | 7 + .../compilable/imports/test9436type.d | 13 + .../gdc.test/compilable/imports/test9672a.d | 32 + .../gdc.test/compilable/imports/test9692b.d | 2 + .../gdc.test/compilable/imports/test9919a.d | 3 + .../gdc.test/compilable/imports/test9919b.d | 19 + .../gdc.test/compilable/imports/test9919c.d | 5 + .../compilable/imports/testcontracts.d | 32 + .../compilable/imports/typecons4003.d | 22 + .../gdc.test/compilable/imports/udamodule1.d | 5 + .../gdc.test/compilable/imports/udamodule2.d | 7 + .../gdc.test/compilable/imports/udamodule2a.d | 6 + .../gdc.test/compilable/imports/wax16798.d | 4 + .../gdc.test/compilable/interpret3.d | 7733 +++++++++++++++ gcc/testsuite/gdc.test/compilable/json.d | 113 + gcc/testsuite/gdc.test/compilable/line.d | 30 + gcc/testsuite/gdc.test/compilable/noderef.d | 53 + gcc/testsuite/gdc.test/compilable/nogc.d | 111 + gcc/testsuite/gdc.test/compilable/protattr.d | 5 + .../gdc.test/compilable/protection.d | 96 + .../protection/aggregate/mod14275.d | 11 + .../compilable/protection/basic/mod1.d | 13 + .../compilable/protection/basic/tests.d | 23 + .../compilable/protection/bug/bug14275.d | 12 + .../compilable/protection/subpkg/explicit.d | 4 + .../compilable/protection/subpkg/tests.d | 12 + .../compilable/protection/subpkg2/tests.d | 5 + gcc/testsuite/gdc.test/compilable/pull6815.d | 8 + gcc/testsuite/gdc.test/compilable/riia_ctor.d | 44 + gcc/testsuite/gdc.test/compilable/scope.d | 14 + .../gdc.test/compilable/shared_destructor.d | 21 + .../compilable/sw_transition_complex.d | 136 + .../gdc.test/compilable/sw_transition_field.d | 25 + .../gdc.test/compilable/sw_transition_tls.d | 16 + gcc/testsuite/gdc.test/compilable/test1.d | 13 + gcc/testsuite/gdc.test/compilable/test10056.d | 66 + gcc/testsuite/gdc.test/compilable/test10066.d | 66 + gcc/testsuite/gdc.test/compilable/test10073.d | 24 + gcc/testsuite/gdc.test/compilable/test10186.d | 27 + gcc/testsuite/gdc.test/compilable/test10312.d | 11 + gcc/testsuite/gdc.test/compilable/test10375.d | 13 + gcc/testsuite/gdc.test/compilable/test10520.d | 11 + gcc/testsuite/gdc.test/compilable/test10695.d | 9 + gcc/testsuite/gdc.test/compilable/test10726.d | 53 + gcc/testsuite/gdc.test/compilable/test10752.d | 6 + gcc/testsuite/gdc.test/compilable/test10981.d | 24 + gcc/testsuite/gdc.test/compilable/test10992.d | 11 + .../gdc.test/compilable/test10992b.d | 16 + gcc/testsuite/gdc.test/compilable/test10993.d | 33 + gcc/testsuite/gdc.test/compilable/test11169.d | 45 + .../gdc.test/compilable/test11225a.d | 9 + gcc/testsuite/gdc.test/compilable/test11237.d | 4 + gcc/testsuite/gdc.test/compilable/test11371.d | 11 + gcc/testsuite/gdc.test/compilable/test11471.d | 10 + .../compilable/test11559upgradeoptlink.d | 16 + gcc/testsuite/gdc.test/compilable/test11563.d | 9 + gcc/testsuite/gdc.test/compilable/test11656.d | 10 + gcc/testsuite/gdc.test/compilable/test11824.d | 72 + gcc/testsuite/gdc.test/compilable/test11914.d | 118 + gcc/testsuite/gdc.test/compilable/test11980.d | 2 + gcc/testsuite/gdc.test/compilable/test12009.d | 36 + gcc/testsuite/gdc.test/compilable/test1238.d | 10 + gcc/testsuite/gdc.test/compilable/test12523.d | 15 + gcc/testsuite/gdc.test/compilable/test12527.d | 10 + gcc/testsuite/gdc.test/compilable/test12558.d | 39 + .../gdc.test/compilable/test12567a.d | 11 + .../gdc.test/compilable/test12567b.d | 11 + .../gdc.test/compilable/test12567c.d | 11 + .../gdc.test/compilable/test12567d.d | 10 + gcc/testsuite/gdc.test/compilable/test12593.d | 12 + gcc/testsuite/gdc.test/compilable/test12624.d | 30 + gcc/testsuite/gdc.test/compilable/test12967.d | 64 + .../gdc.test/compilable/test12979a.d | 5 + .../gdc.test/compilable/test12979b.d | 64 + gcc/testsuite/gdc.test/compilable/test13008.d | 10 + gcc/testsuite/gdc.test/compilable/test13053.d | 13 + gcc/testsuite/gdc.test/compilable/test13193.d | 126 + gcc/testsuite/gdc.test/compilable/test13194.d | 17 + gcc/testsuite/gdc.test/compilable/test13226.d | 32 + gcc/testsuite/gdc.test/compilable/test13242.d | 34 + gcc/testsuite/gdc.test/compilable/test13281.d | 47 + gcc/testsuite/gdc.test/compilable/test13512.d | 8 + gcc/testsuite/gdc.test/compilable/test1353.d | 14 + gcc/testsuite/gdc.test/compilable/test13600.d | 13 + gcc/testsuite/gdc.test/compilable/test13668.d | 38 + gcc/testsuite/gdc.test/compilable/test13858.d | 20 + gcc/testsuite/gdc.test/compilable/test13902.d | 8 + gcc/testsuite/gdc.test/compilable/test14275.d | 4 + gcc/testsuite/gdc.test/compilable/test14317.d | 15 + gcc/testsuite/gdc.test/compilable/test14375.d | 15 + gcc/testsuite/gdc.test/compilable/test14528.d | 14 + gcc/testsuite/gdc.test/compilable/test14666.d | 8 + gcc/testsuite/gdc.test/compilable/test14747.d | 31 + gcc/testsuite/gdc.test/compilable/test14781.d | 38 + gcc/testsuite/gdc.test/compilable/test14838.d | 91 + gcc/testsuite/gdc.test/compilable/test14962.d | 41 + gcc/testsuite/gdc.test/compilable/test14973.d | 104 + gcc/testsuite/gdc.test/compilable/test15019.d | 74 + gcc/testsuite/gdc.test/compilable/test15056.d | 28 + gcc/testsuite/gdc.test/compilable/test15150.d | 8 + gcc/testsuite/gdc.test/compilable/test15177.d | 23 + gcc/testsuite/gdc.test/compilable/test15326.d | 23 + gcc/testsuite/gdc.test/compilable/test1537.d | 106 + .../gdc.test/compilable/test15389_x.d | 7 + .../gdc.test/compilable/test15389_y.d | 8 + gcc/testsuite/gdc.test/compilable/test15402.d | 12 + gcc/testsuite/gdc.test/compilable/test15464.d | 22 + gcc/testsuite/gdc.test/compilable/test15490.d | 12 + .../gdc.test/compilable/test15519_x.d | 7 + .../gdc.test/compilable/test15519_y.d | 8 + gcc/testsuite/gdc.test/compilable/test15550.d | 16 + gcc/testsuite/gdc.test/compilable/test15565.d | 3 + gcc/testsuite/gdc.test/compilable/test15578.d | 10 + gcc/testsuite/gdc.test/compilable/test15618.d | 19 + gcc/testsuite/gdc.test/compilable/test15668.d | 9 + gcc/testsuite/gdc.test/compilable/test15762.d | 13 + gcc/testsuite/gdc.test/compilable/test15780.d | 17 + gcc/testsuite/gdc.test/compilable/test15784.d | 47 + gcc/testsuite/gdc.test/compilable/test15785.d | 22 + gcc/testsuite/gdc.test/compilable/test15802.d | 10 + gcc/testsuite/gdc.test/compilable/test15856.d | 17 + gcc/testsuite/gdc.test/compilable/test15898.d | 27 + gcc/testsuite/gdc.test/compilable/test15907.d | 18 + gcc/testsuite/gdc.test/compilable/test15925.d | 18 + gcc/testsuite/gdc.test/compilable/test16031.d | 33 + gcc/testsuite/gdc.test/compilable/test16080.d | 6 + gcc/testsuite/gdc.test/compilable/test16083.d | 15 + gcc/testsuite/gdc.test/compilable/test16085.d | 13 + gcc/testsuite/gdc.test/compilable/test16225.d | 14 + gcc/testsuite/gdc.test/compilable/test16292.d | 19 + gcc/testsuite/gdc.test/compilable/test16303.d | 13 + gcc/testsuite/gdc.test/compilable/test16340.d | 9 + gcc/testsuite/gdc.test/compilable/test16348.d | 13 + gcc/testsuite/gdc.test/compilable/test16460.d | 13 + gcc/testsuite/gdc.test/compilable/test16525.d | 19 + gcc/testsuite/gdc.test/compilable/test16540.d | 14 + gcc/testsuite/gdc.test/compilable/test16563.d | 10 + gcc/testsuite/gdc.test/compilable/test16570.d | 8 + gcc/testsuite/gdc.test/compilable/test16572.d | 15 + gcc/testsuite/gdc.test/compilable/test16574.d | 34 + gcc/testsuite/gdc.test/compilable/test16607.d | 15 + gcc/testsuite/gdc.test/compilable/test16627.d | 18 + gcc/testsuite/gdc.test/compilable/test1673.d | 52 + gcc/testsuite/gdc.test/compilable/test16747.d | 13 + gcc/testsuite/gdc.test/compilable/test16798.d | 13 + gcc/testsuite/gdc.test/compilable/test17057.d | 12 + gcc/testsuite/gdc.test/compilable/test17059.d | 11 + gcc/testsuite/gdc.test/compilable/test17130.d | 38 + gcc/testsuite/gdc.test/compilable/test17143.d | 4 + gcc/testsuite/gdc.test/compilable/test17168.d | 4 + gcc/testsuite/gdc.test/compilable/test17215.d | 9 + gcc/testsuite/gdc.test/compilable/test17339.d | 19 + gcc/testsuite/gdc.test/compilable/test17349.d | 30 + gcc/testsuite/gdc.test/compilable/test17352.d | 18 + gcc/testsuite/gdc.test/compilable/test17399.d | 18 + gcc/testsuite/gdc.test/compilable/test17419.d | 37 + gcc/testsuite/gdc.test/compilable/test17421.d | 19 + gcc/testsuite/gdc.test/compilable/test17468.d | 12 + gcc/testsuite/gdc.test/compilable/test1754.d | 9 + gcc/testsuite/gdc.test/compilable/test17545.d | 16 + gcc/testsuite/gdc.test/compilable/test17548.d | 12 + gcc/testsuite/gdc.test/compilable/test17590.d | 40 + gcc/testsuite/gdc.test/compilable/test1878a.d | 16 + gcc/testsuite/gdc.test/compilable/test25.d | 10 + gcc/testsuite/gdc.test/compilable/test2991.d | 12 + gcc/testsuite/gdc.test/compilable/test313a.d | 36 + gcc/testsuite/gdc.test/compilable/test313b.d | 6 + gcc/testsuite/gdc.test/compilable/test313c.d | 8 + gcc/testsuite/gdc.test/compilable/test313d.d | 9 + gcc/testsuite/gdc.test/compilable/test313e.d | 9 + gcc/testsuite/gdc.test/compilable/test313f.d | 7 + gcc/testsuite/gdc.test/compilable/test313g.d | 12 + gcc/testsuite/gdc.test/compilable/test314.d | 11 + gcc/testsuite/gdc.test/compilable/test3673.d | 48 + gcc/testsuite/gdc.test/compilable/test3775.d | 9 + gcc/testsuite/gdc.test/compilable/test4003.d | 6 + gcc/testsuite/gdc.test/compilable/test4090.d | 235 + gcc/testsuite/gdc.test/compilable/test4364.d | 8 + gcc/testsuite/gdc.test/compilable/test4375.d | 473 + gcc/testsuite/gdc.test/compilable/test50.d | 10 + gcc/testsuite/gdc.test/compilable/test5227.d | 124 + gcc/testsuite/gdc.test/compilable/test55.d | 20 + gcc/testsuite/gdc.test/compilable/test59.d | 4 + gcc/testsuite/gdc.test/compilable/test6013.d | 9 + gcc/testsuite/gdc.test/compilable/test602.d | 412 + gcc/testsuite/gdc.test/compilable/test6056a.d | 3 + gcc/testsuite/gdc.test/compilable/test6056b.d | 5 + gcc/testsuite/gdc.test/compilable/test6056c.d | 3 + gcc/testsuite/gdc.test/compilable/test6089.d | 6 + gcc/testsuite/gdc.test/compilable/test61.d | 15 + gcc/testsuite/gdc.test/compilable/test62.d | 7 + gcc/testsuite/gdc.test/compilable/test63.d | 7 + gcc/testsuite/gdc.test/compilable/test6319.d | 13 + gcc/testsuite/gdc.test/compilable/test6395.d | 7 + gcc/testsuite/gdc.test/compilable/test6534.d | 39 + gcc/testsuite/gdc.test/compilable/test6552.d | 26 + gcc/testsuite/gdc.test/compilable/test66.d | 21 + gcc/testsuite/gdc.test/compilable/test67.d | 12 + gcc/testsuite/gdc.test/compilable/test68.d | 19 + gcc/testsuite/gdc.test/compilable/test69.d | 54 + gcc/testsuite/gdc.test/compilable/test6999.d | 29 + gcc/testsuite/gdc.test/compilable/test70.d | 10 + gcc/testsuite/gdc.test/compilable/test7065.d | 38 + gcc/testsuite/gdc.test/compilable/test71.d | 6 + gcc/testsuite/gdc.test/compilable/test7172.d | 23 + gcc/testsuite/gdc.test/compilable/test7190.d | 7 + gcc/testsuite/gdc.test/compilable/test72.d | 8 + gcc/testsuite/gdc.test/compilable/test7252.d | 10 + gcc/testsuite/gdc.test/compilable/test7399.d | 6 + gcc/testsuite/gdc.test/compilable/test7491.d | 53 + gcc/testsuite/gdc.test/compilable/test7524.d | 3 + gcc/testsuite/gdc.test/compilable/test7569.d | 9 + gcc/testsuite/gdc.test/compilable/test7754.d | 14 + gcc/testsuite/gdc.test/compilable/test8038.d | 13 + gcc/testsuite/gdc.test/compilable/test8041.d | 10 + gcc/testsuite/gdc.test/compilable/test8296.d | 33 + gcc/testsuite/gdc.test/compilable/test8509.d | 11 + gcc/testsuite/gdc.test/compilable/test8513.d | 32 + gcc/testsuite/gdc.test/compilable/test8543.d | 32 + gcc/testsuite/gdc.test/compilable/test8631.d | 12 + gcc/testsuite/gdc.test/compilable/test8675.d | 17 + gcc/testsuite/gdc.test/compilable/test8696.d | 14 + gcc/testsuite/gdc.test/compilable/test8717.d | 63 + gcc/testsuite/gdc.test/compilable/test8802.d | 39 + gcc/testsuite/gdc.test/compilable/test8898.d | 11 + gcc/testsuite/gdc.test/compilable/test8922a.d | 9 + gcc/testsuite/gdc.test/compilable/test8922b.d | 9 + gcc/testsuite/gdc.test/compilable/test8922c.d | 10 + gcc/testsuite/gdc.test/compilable/test8922d.d | 10 + gcc/testsuite/gdc.test/compilable/test8922e.d | 11 + gcc/testsuite/gdc.test/compilable/test8922f.d | 10 + gcc/testsuite/gdc.test/compilable/test8937.d | 60 + gcc/testsuite/gdc.test/compilable/test8959.d | 55 + gcc/testsuite/gdc.test/compilable/test9057.d | 19 + gcc/testsuite/gdc.test/compilable/test9209.d | 16 + gcc/testsuite/gdc.test/compilable/test9276.d | 6 + gcc/testsuite/gdc.test/compilable/test9278a.d | 16 + gcc/testsuite/gdc.test/compilable/test9278b.d | 16 + gcc/testsuite/gdc.test/compilable/test9399.d | 10 + gcc/testsuite/gdc.test/compilable/test9434.d | 19 + gcc/testsuite/gdc.test/compilable/test9435.d | 17 + gcc/testsuite/gdc.test/compilable/test9436.d | 5 + gcc/testsuite/gdc.test/compilable/test9526.d | 21 + gcc/testsuite/gdc.test/compilable/test9554.d | 22 + gcc/testsuite/gdc.test/compilable/test9565.d | 86 + gcc/testsuite/gdc.test/compilable/test9570.d | 59 + gcc/testsuite/gdc.test/compilable/test9613.d | 32 + gcc/testsuite/gdc.test/compilable/test9639.d | 19 + gcc/testsuite/gdc.test/compilable/test9672.d | 7 + gcc/testsuite/gdc.test/compilable/test9692.d | 7 + gcc/testsuite/gdc.test/compilable/test9692a.d | 2 + gcc/testsuite/gdc.test/compilable/test9766.d | 77 + gcc/testsuite/gdc.test/compilable/test9818.d | 76 + gcc/testsuite/gdc.test/compilable/test9919.d | 9 + gcc/testsuite/gdc.test/compilable/testDIP37.d | 41 + .../gdc.test/compilable/testDIP37_10302.d | 7 + .../gdc.test/compilable/testDIP37_10354.d | 11 + .../gdc.test/compilable/testDIP37_10421.d | 9 + .../gdc.test/compilable/testDIP37a.d | 8 + gcc/testsuite/gdc.test/compilable/testDIP42.d | 97 + .../gdc.test/compilable/testInference.d | 817 ++ gcc/testsuite/gdc.test/compilable/testVRP.d | 331 + .../gdc.test/compilable/testcheckimports.d | 33 + .../gdc.test/compilable/testcontracts.d | 174 + .../gdc.test/compilable/testexpression.d | 121 + gcc/testsuite/gdc.test/compilable/testfptr.d | 423 + .../gdc.test/compilable/testfwdref.d | 716 ++ .../gdc.test/compilable/testheader1.d | 6 + .../gdc.test/compilable/testheader12567a.d | 7 + .../gdc.test/compilable/testheader12567b.d | 7 + .../gdc.test/compilable/testheader1i.d | 6 + .../gdc.test/compilable/testheader2.d | 6 + .../gdc.test/compilable/testheader2i.d | 6 + .../gdc.test/compilable/testheader3.d | 8 + .../gdc.test/compilable/testheaderudamodule.d | 13 + .../gdc.test/compilable/testimport12242.d | 26 + gcc/testsuite/gdc.test/compilable/testparse.d | 168 + .../gdc.test/compilable/testpostblit.d | 17 + .../gdc.test/compilable/testprofile.d | 23 + gcc/testsuite/gdc.test/compilable/uda.d | 7 + .../gdc.test/compilable/udamodule1.d | 11 + .../gdc.test/compilable/udamodule2.d | 5 + .../gdc.test/compilable/verrors_spec.d | 14 + gcc/testsuite/gdc.test/compilable/vgc1.d | 87 + gcc/testsuite/gdc.test/compilable/vgc2.d | 104 + gcc/testsuite/gdc.test/compilable/vgc3.d | 68 + gcc/testsuite/gdc.test/compilable/warn3882.d | 84 + .../gdc.test/fail_compilation/aacmp10381.d | 13 + .../gdc.test/fail_compilation/b3841.d | 78 + .../gdc.test/fail_compilation/bug4283.d | 12 + .../gdc.test/fail_compilation/bug5.d | 8 + .../gdc.test/fail_compilation/bug5b.d | 6 + .../gdc.test/fail_compilation/bug8150a.d | 13 + .../gdc.test/fail_compilation/bug8150b.d | 13 + .../gdc.test/fail_compilation/bug8891.d | 22 + .../fail_compilation/checkimports1a.d | 20 + .../fail_compilation/checkimports1b.d | 20 + .../fail_compilation/checkimports1c.d | 20 + .../fail_compilation/checkimports2a.d | 37 + .../fail_compilation/checkimports2b.d | 38 + .../fail_compilation/checkimports2c.d | 39 + .../gdc.test/fail_compilation/checkimports3.d | 15 + .../gdc.test/fail_compilation/circ10280.d | 12 + .../gdc.test/fail_compilation/class1.d | 12 + .../gdc.test/fail_compilation/class2.d | 12 + .../gdc.test/fail_compilation/commaexp.d | 43 + .../gdc.test/fail_compilation/cppeh1.d | 30 + .../gdc.test/fail_compilation/cppeh2.d | 33 + .../gdc.test/fail_compilation/ctfe10989.d | 36 + .../gdc.test/fail_compilation/ctfe10995.d | 25 + .../gdc.test/fail_compilation/ctfe11467.d | 52 + .../gdc.test/fail_compilation/ctfe13612.d | 23 + .../gdc.test/fail_compilation/ctfe14207.d | 22 + .../gdc.test/fail_compilation/ctfe14465.d | 22 + .../gdc.test/fail_compilation/ctfe14731.d | 18 + .../gdc.test/fail_compilation/cwords.d | 17 + .../gdc.test/fail_compilation/depmsg.d | 106 + .../gdc.test/fail_compilation/depmsg15814.d | 9 + .../gdc.test/fail_compilation/depmsg15815.d | 23 + .../fail_compilation/deprecate12979a.d | 18 + .../fail_compilation/deprecate12979b.d | 17 + .../fail_compilation/deprecate12979c.d | 17 + .../fail_compilation/deprecate12979d.d | 16 + .../gdc.test/fail_compilation/deprecate1553.d | 20 + .../fail_compilation/deprecated6760.d | 20 + .../gdc.test/fail_compilation/diag10089.d | 18 + .../gdc.test/fail_compilation/diag10099.d | 16 + .../gdc.test/fail_compilation/diag10141.d | 14 + .../gdc.test/fail_compilation/diag10169.d | 13 + .../gdc.test/fail_compilation/diag10221.d | 11 + .../gdc.test/fail_compilation/diag10221a.d | 11 + .../gdc.test/fail_compilation/diag10319.d | 27 + .../gdc.test/fail_compilation/diag10327.d | 1 + .../gdc.test/fail_compilation/diag10359.d | 11 + .../gdc.test/fail_compilation/diag10405.d | 11 + .../gdc.test/fail_compilation/diag10415.d | 40 + .../gdc.test/fail_compilation/diag10688.d | 15 + .../gdc.test/fail_compilation/diag10768.d | 42 + .../gdc.test/fail_compilation/diag10783.d | 18 + .../gdc.test/fail_compilation/diag10792.d | 8 + .../gdc.test/fail_compilation/diag10805.d | 13 + .../gdc.test/fail_compilation/diag10862.d | 90 + .../gdc.test/fail_compilation/diag10926.d | 12 + .../gdc.test/fail_compilation/diag10984.d | 16 + .../gdc.test/fail_compilation/diag11078.d | 20 + .../gdc.test/fail_compilation/diag11132.d | 23 + .../gdc.test/fail_compilation/diag11198.d | 13 + .../gdc.test/fail_compilation/diag11423.d | 10 + .../gdc.test/fail_compilation/diag11425.d | 15 + .../gdc.test/fail_compilation/diag11727.d | 39 + .../gdc.test/fail_compilation/diag11756.d | 39 + .../gdc.test/fail_compilation/diag11759.d | 8 + .../gdc.test/fail_compilation/diag11769.d | 19 + .../gdc.test/fail_compilation/diag11819a.d | 51 + .../gdc.test/fail_compilation/diag11819b.d | 47 + .../gdc.test/fail_compilation/diag11840.d | 13 + .../gdc.test/fail_compilation/diag12063.d | 15 + .../gdc.test/fail_compilation/diag12124.d | 21 + .../gdc.test/fail_compilation/diag12280.d | 18 + .../gdc.test/fail_compilation/diag12312.d | 11 + .../gdc.test/fail_compilation/diag12380.d | 13 + .../gdc.test/fail_compilation/diag12432.d | 61 + .../gdc.test/fail_compilation/diag12480.d | 12 + .../gdc.test/fail_compilation/diag12487.d | 28 + .../gdc.test/fail_compilation/diag12598.d | 22 + .../gdc.test/fail_compilation/diag12640.d | 30 + .../gdc.test/fail_compilation/diag12678.d | 27 + .../gdc.test/fail_compilation/diag12777.d | 23 + .../gdc.test/fail_compilation/diag12829.d | 37 + .../gdc.test/fail_compilation/diag13028.d | 30 + .../gdc.test/fail_compilation/diag13082.d | 24 + .../gdc.test/fail_compilation/diag13142.d | 27 + .../gdc.test/fail_compilation/diag13281.d | 32 + .../gdc.test/fail_compilation/diag13320.d | 14 + .../gdc.test/fail_compilation/diag13333.d | 40 + .../gdc.test/fail_compilation/diag13528.d | 25 + .../gdc.test/fail_compilation/diag13609a.d | 10 + .../gdc.test/fail_compilation/diag13609b.d | 10 + .../gdc.test/fail_compilation/diag13787.d | 14 + .../gdc.test/fail_compilation/diag13884.d | 34 + .../gdc.test/fail_compilation/diag13942.d | 27 + .../gdc.test/fail_compilation/diag14102.d | 18 + .../gdc.test/fail_compilation/diag14163.d | 19 + .../gdc.test/fail_compilation/diag14235.d | 13 + .../gdc.test/fail_compilation/diag14818.d | 37 + .../gdc.test/fail_compilation/diag14875.d | 76 + .../gdc.test/fail_compilation/diag14876.d | 25 + .../gdc.test/fail_compilation/diag15001.d | 14 + .../gdc.test/fail_compilation/diag15186.d | 16 + .../gdc.test/fail_compilation/diag15209.d | 22 + .../gdc.test/fail_compilation/diag15340.d | 13 + .../gdc.test/fail_compilation/diag15411.d | 15 + .../gdc.test/fail_compilation/diag1566.d | 30 + .../gdc.test/fail_compilation/diag15669.d | 15 + .../gdc.test/fail_compilation/diag15713.d | 49 + .../gdc.test/fail_compilation/diag15974.d | 28 + .../gdc.test/fail_compilation/diag16499.d | 25 + .../gdc.test/fail_compilation/diag16977.d | 31 + .../gdc.test/fail_compilation/diag1730.d | 90 + .../gdc.test/fail_compilation/diag2452.d | 17 + .../gdc.test/fail_compilation/diag3013.d | 12 + .../gdc.test/fail_compilation/diag3438.d | 21 + .../gdc.test/fail_compilation/diag3438b.d | 9 + .../gdc.test/fail_compilation/diag3672.d | 57 + .../gdc.test/fail_compilation/diag3672a.d | 34 + .../gdc.test/fail_compilation/diag3673.d | 9 + .../gdc.test/fail_compilation/diag3869.d | 13 + .../gdc.test/fail_compilation/diag3913.d | 14 + .../gdc.test/fail_compilation/diag4479.d | 11 + .../gdc.test/fail_compilation/diag4528.d | 19 + .../gdc.test/fail_compilation/diag4540.d | 15 + .../gdc.test/fail_compilation/diag4596.d | 21 + .../gdc.test/fail_compilation/diag5385.d | 35 + .../gdc.test/fail_compilation/diag5450.d | 20 + .../gdc.test/fail_compilation/diag6373.d | 20 + .../gdc.test/fail_compilation/diag6539.d | 23 + .../gdc.test/fail_compilation/diag6677.d | 28 + .../gdc.test/fail_compilation/diag6699.d | 19 + .../gdc.test/fail_compilation/diag6707.d | 18 + .../gdc.test/fail_compilation/diag6717.d | 14 + .../gdc.test/fail_compilation/diag6796.d | 13 + .../gdc.test/fail_compilation/diag7050a.d | 15 + .../gdc.test/fail_compilation/diag7050b.d | 14 + .../gdc.test/fail_compilation/diag7050c.d | 21 + .../gdc.test/fail_compilation/diag7420.d | 24 + .../gdc.test/fail_compilation/diag7477.d | 22 + .../gdc.test/fail_compilation/diag7747.d | 13 + .../gdc.test/fail_compilation/diag7998.d | 10 + .../gdc.test/fail_compilation/diag8101.d | 63 + .../gdc.test/fail_compilation/diag8101b.d | 34 + .../gdc.test/fail_compilation/diag8178.d | 15 + .../gdc.test/fail_compilation/diag8318.d | 51 + .../gdc.test/fail_compilation/diag8425.d | 16 + .../gdc.test/fail_compilation/diag8510.d | 17 + .../gdc.test/fail_compilation/diag8559.d | 14 + .../gdc.test/fail_compilation/diag8648.d | 33 + .../gdc.test/fail_compilation/diag8697.d | 12 + .../gdc.test/fail_compilation/diag8714.d | 21 + .../gdc.test/fail_compilation/diag8777.d | 44 + .../gdc.test/fail_compilation/diag8787.d | 13 + .../gdc.test/fail_compilation/diag8825.d | 21 + .../gdc.test/fail_compilation/diag8892.d | 15 + .../gdc.test/fail_compilation/diag8894.d | 20 + .../gdc.test/fail_compilation/diag8928.d | 20 + .../gdc.test/fail_compilation/diag9004.d | 22 + .../gdc.test/fail_compilation/diag9148.d | 55 + .../gdc.test/fail_compilation/diag9191.d | 41 + .../gdc.test/fail_compilation/diag9210a.d | 12 + .../gdc.test/fail_compilation/diag9247.d | 12 + .../gdc.test/fail_compilation/diag9250.d | 24 + .../gdc.test/fail_compilation/diag9312.d | 13 + .../gdc.test/fail_compilation/diag9357.d | 20 + .../gdc.test/fail_compilation/diag9358.d | 18 + .../gdc.test/fail_compilation/diag9398.d | 12 + .../gdc.test/fail_compilation/diag9420.d | 21 + .../gdc.test/fail_compilation/diag9451.d | 27 + .../gdc.test/fail_compilation/diag9479.d | 11 + .../gdc.test/fail_compilation/diag9574.d | 19 + .../gdc.test/fail_compilation/diag9620.d | 21 + .../gdc.test/fail_compilation/diag9635.d | 20 + .../gdc.test/fail_compilation/diag9679.d | 13 + .../gdc.test/fail_compilation/diag9765.d | 10 + .../gdc.test/fail_compilation/diag9831.d | 13 + .../gdc.test/fail_compilation/diag9861.d | 9 + .../gdc.test/fail_compilation/diag9880.d | 9 + .../gdc.test/fail_compilation/diag9961.d | 16 + .../gdc.test/fail_compilation/diag_cstyle.d | 21 + .../gdc.test/fail_compilation/diag_err1.d | 25 + .../gdc.test/fail_compilation/dip22a.d | 26 + .../gdc.test/fail_compilation/dip22b.d | 12 + .../gdc.test/fail_compilation/dip22d.d | 12 + .../gdc.test/fail_compilation/dip22e.d | 18 + .../gdc.test/fail_compilation/disable.d | 77 + .../gdc.test/fail_compilation/enum9921.d | 11 + .../fail_compilation/extra-files/a14446.d | 6 + .../fail_compilation/extra-files/bar11453.d | 1 + .../fail_compilation/extra-files/foo11453.d | 1 + .../gdc.test/fail_compilation/fail10.d | 19 + .../gdc.test/fail_compilation/fail100.d | 38 + .../gdc.test/fail_compilation/fail10082.d | 25 + .../gdc.test/fail_compilation/fail101.d | 8 + .../gdc.test/fail_compilation/fail10102.d | 52 + .../gdc.test/fail_compilation/fail10115.d | 48 + .../gdc.test/fail_compilation/fail10207.d | 7 + .../gdc.test/fail_compilation/fail10254.d | 20 + .../gdc.test/fail_compilation/fail10277.d | 29 + .../gdc.test/fail_compilation/fail10285.d | 10 + .../gdc.test/fail_compilation/fail10299.d | 11 + .../gdc.test/fail_compilation/fail10346.d | 14 + .../gdc.test/fail_compilation/fail104.d | 25 + .../gdc.test/fail_compilation/fail10481.d | 16 + .../gdc.test/fail_compilation/fail105.d | 11 + .../gdc.test/fail_compilation/fail10528.d | 34 + .../gdc.test/fail_compilation/fail10534.d | 41 + .../gdc.test/fail_compilation/fail106.d | 13 + .../gdc.test/fail_compilation/fail10630.d | 12 + .../gdc.test/fail_compilation/fail10666.d | 22 + .../gdc.test/fail_compilation/fail109.d | 92 + .../gdc.test/fail_compilation/fail10905.d | 16 + .../gdc.test/fail_compilation/fail10947.d | 31 + .../gdc.test/fail_compilation/fail10964.d | 36 + .../gdc.test/fail_compilation/fail10968.d | 74 + .../gdc.test/fail_compilation/fail10980.d | 44 + .../gdc.test/fail_compilation/fail11.d | 14 + .../gdc.test/fail_compilation/fail110.d | 19 + .../gdc.test/fail_compilation/fail11042.d | 9 + .../gdc.test/fail_compilation/fail111.d | 17 + .../gdc.test/fail_compilation/fail11125.d | 22 + .../gdc.test/fail_compilation/fail11151.d | 36 + .../gdc.test/fail_compilation/fail11163.d | 15 + .../gdc.test/fail_compilation/fail11169.d | 28 + .../gdc.test/fail_compilation/fail113.d | 10 + .../gdc.test/fail_compilation/fail11355.d | 29 + .../gdc.test/fail_compilation/fail11375.d | 18 + .../gdc.test/fail_compilation/fail114.d | 12 + .../gdc.test/fail_compilation/fail11426.d | 20 + .../gdc.test/fail_compilation/fail11445.d | 12 + .../gdc.test/fail_compilation/fail11453a.d | 10 + .../gdc.test/fail_compilation/fail11453b.d | 10 + .../gdc.test/fail_compilation/fail115.d | 11 + .../gdc.test/fail_compilation/fail11503a.d | 21 + .../gdc.test/fail_compilation/fail11503b.d | 13 + .../gdc.test/fail_compilation/fail11503c.d | 15 + .../gdc.test/fail_compilation/fail11503d.d | 22 + .../gdc.test/fail_compilation/fail11510.d | 40 + .../gdc.test/fail_compilation/fail11532.d | 21 + .../gdc.test/fail_compilation/fail11542.d | 73 + .../gdc.test/fail_compilation/fail11545.d | 20 + .../gdc.test/fail_compilation/fail11552.d | 13 + .../gdc.test/fail_compilation/fail11562.d | 67 + .../gdc.test/fail_compilation/fail11591b.d | 34 + .../gdc.test/fail_compilation/fail116.d | 16 + .../gdc.test/fail_compilation/fail11653.d | 27 + .../gdc.test/fail_compilation/fail117.d | 37 + .../gdc.test/fail_compilation/fail11717.d | 14 + .../gdc.test/fail_compilation/fail11720.d | 33 + .../gdc.test/fail_compilation/fail11746.d | 27 + .../gdc.test/fail_compilation/fail11748.d | 13 + .../gdc.test/fail_compilation/fail11751.d | 10 + .../gdc.test/fail_compilation/fail118.d | 28 + .../gdc.test/fail_compilation/fail12.d | 13 + .../gdc.test/fail_compilation/fail120.d | 14 + .../gdc.test/fail_compilation/fail12047.d | 21 + .../gdc.test/fail_compilation/fail121.d | 17 + .../gdc.test/fail_compilation/fail122.d | 14 + .../gdc.test/fail_compilation/fail12236.d | 33 + .../gdc.test/fail_compilation/fail12255.d | 139 + .../gdc.test/fail_compilation/fail123.d | 17 + .../gdc.test/fail_compilation/fail12378.d | 145 + .../gdc.test/fail_compilation/fail12390.d | 15 + .../gdc.test/fail_compilation/fail124.d | 24 + .../gdc.test/fail_compilation/fail12436.d | 77 + .../gdc.test/fail_compilation/fail12485.d | 11 + .../gdc.test/fail_compilation/fail125.d | 26 + .../gdc.test/fail_compilation/fail12567.d | 8 + .../gdc.test/fail_compilation/fail126.d | 10 + .../gdc.test/fail_compilation/fail12604.d | 79 + .../gdc.test/fail_compilation/fail12622.d | 30 + .../gdc.test/fail_compilation/fail12635.d | 21 + .../gdc.test/fail_compilation/fail12636.d | 24 + .../gdc.test/fail_compilation/fail127.d | 10 + .../gdc.test/fail_compilation/fail12744.d | 69 + .../gdc.test/fail_compilation/fail12749.d | 62 + .../gdc.test/fail_compilation/fail12809.d | 80 + .../gdc.test/fail_compilation/fail129.d | 14 + .../gdc.test/fail_compilation/fail12901.d | 14 + .../gdc.test/fail_compilation/fail12908.d | 16 + .../gdc.test/fail_compilation/fail12932.d | 19 + .../gdc.test/fail_compilation/fail13064.d | 8 + .../gdc.test/fail_compilation/fail131.d | 11 + .../gdc.test/fail_compilation/fail13116.d | 29 + .../gdc.test/fail_compilation/fail13120.d | 35 + .../gdc.test/fail_compilation/fail13187.d | 13 + .../gdc.test/fail_compilation/fail132.d | 20 + .../gdc.test/fail_compilation/fail13203.d | 45 + .../gdc.test/fail_compilation/fail133.d | 16 + .../gdc.test/fail_compilation/fail13336a.d | 29 + .../gdc.test/fail_compilation/fail13336b.d | 31 + .../gdc.test/fail_compilation/fail134.d | 14 + .../gdc.test/fail_compilation/fail13424.d | 23 + .../gdc.test/fail_compilation/fail13434_m32.d | 14 + .../gdc.test/fail_compilation/fail13434_m64.d | 14 + .../gdc.test/fail_compilation/fail13498.d | 17 + .../gdc.test/fail_compilation/fail13574.d | 29 + .../gdc.test/fail_compilation/fail136.d | 11 + .../gdc.test/fail_compilation/fail13601.d | 17 + .../gdc.test/fail_compilation/fail137.d | 23 + .../gdc.test/fail_compilation/fail13701.d | 25 + .../gdc.test/fail_compilation/fail13756.d | 14 + .../gdc.test/fail_compilation/fail13775.d | 21 + .../gdc.test/fail_compilation/fail139.d | 15 + .../gdc.test/fail_compilation/fail13902.d | 337 + .../gdc.test/fail_compilation/fail13938.d | 16 + .../gdc.test/fail_compilation/fail13939.d | 17 + .../gdc.test/fail_compilation/fail14.d | 11 + .../gdc.test/fail_compilation/fail14009.d | 14 + .../gdc.test/fail_compilation/fail14089.d | 46 + .../gdc.test/fail_compilation/fail142.d | 21 + .../gdc.test/fail_compilation/fail14249.d | 40 + .../gdc.test/fail_compilation/fail143.d | 36 + .../gdc.test/fail_compilation/fail14304.d | 70 + .../gdc.test/fail_compilation/fail144.d | 30 + .../gdc.test/fail_compilation/fail14406.d | 26 + .../gdc.test/fail_compilation/fail14407.d | 47 + .../gdc.test/fail_compilation/fail14416.d | 13 + .../gdc.test/fail_compilation/fail14486.d | 149 + .../gdc.test/fail_compilation/fail145.d | 30 + .../gdc.test/fail_compilation/fail14554.d | 30 + .../gdc.test/fail_compilation/fail14669.d | 43 + .../gdc.test/fail_compilation/fail14965.d | 38 + .../gdc.test/fail_compilation/fail15.d | 21 + .../gdc.test/fail_compilation/fail150.d | 24 + .../gdc.test/fail_compilation/fail15044.d | 32 + .../gdc.test/fail_compilation/fail15089.d | 10 + .../gdc.test/fail_compilation/fail152.d | 29 + .../gdc.test/fail_compilation/fail15292.d | 28 + .../gdc.test/fail_compilation/fail153.d | 10 + .../gdc.test/fail_compilation/fail154.d | 18 + .../gdc.test/fail_compilation/fail155.d | 19 + .../gdc.test/fail_compilation/fail15535.d | 22 + .../gdc.test/fail_compilation/fail15550.d | 27 + .../gdc.test/fail_compilation/fail156.d | 46 + .../gdc.test/fail_compilation/fail15616a.d | 42 + .../gdc.test/fail_compilation/fail15616b.d | 44 + .../gdc.test/fail_compilation/fail15626.d | 16 + .../gdc.test/fail_compilation/fail15667.d | 13 + .../gdc.test/fail_compilation/fail158.d | 18 + .../gdc.test/fail_compilation/fail159.d | 25 + .../gdc.test/fail_compilation/fail16.d | 20 + .../gdc.test/fail_compilation/fail160.d | 26 + .../gdc.test/fail_compilation/fail161.d | 17 + .../gdc.test/fail_compilation/fail162.d | 32 + .../gdc.test/fail_compilation/fail163.d | 90 + .../gdc.test/fail_compilation/fail16600.d | 26 + .../gdc.test/fail_compilation/fail169.d | 8 + .../gdc.test/fail_compilation/fail17.d | 8 + .../gdc.test/fail_compilation/fail170.d | 8 + .../gdc.test/fail_compilation/fail172.d | 32 + .../gdc.test/fail_compilation/fail17275.d | 20 + .../gdc.test/fail_compilation/fail17354.d | 19 + .../gdc.test/fail_compilation/fail17419.d | 12 + .../gdc.test/fail_compilation/fail17421.d | 16 + .../gdc.test/fail_compilation/fail17491.d | 41 + .../gdc.test/fail_compilation/fail17492.d | 23 + .../gdc.test/fail_compilation/fail17502.d | 19 + .../gdc.test/fail_compilation/fail176.d | 20 + .../gdc.test/fail_compilation/fail17612.d | 17 + .../gdc.test/fail_compilation/fail17646.d | 19 + .../gdc.test/fail_compilation/fail17689.d | 11 + .../gdc.test/fail_compilation/fail177.d | 31 + .../gdc.test/fail_compilation/fail17722a.d | 13 + .../gdc.test/fail_compilation/fail17722b.d | 13 + .../gdc.test/fail_compilation/fail179.d | 15 + .../gdc.test/fail_compilation/fail18.d | 15 + .../gdc.test/fail_compilation/fail180.d | 65 + .../gdc.test/fail_compilation/fail183.d | 11 + .../gdc.test/fail_compilation/fail184.d | 8 + .../gdc.test/fail_compilation/fail185.d | 13 + .../gdc.test/fail_compilation/fail187.d | 28 + .../gdc.test/fail_compilation/fail188.d | 16 + .../gdc.test/fail_compilation/fail189.d | 14 + .../gdc.test/fail_compilation/fail190.d | 18 + .../gdc.test/fail_compilation/fail1900.d | 66 + .../gdc.test/fail_compilation/fail192.d | 27 + .../gdc.test/fail_compilation/fail193.d | 16 + .../gdc.test/fail_compilation/fail194.d | 19 + .../gdc.test/fail_compilation/fail195.d | 23 + .../gdc.test/fail_compilation/fail196.d | 21 + .../gdc.test/fail_compilation/fail198.d | 8 + .../gdc.test/fail_compilation/fail199.d | 13 + .../gdc.test/fail_compilation/fail20.d | 19 + .../gdc.test/fail_compilation/fail200.d | 16 + .../gdc.test/fail_compilation/fail201.d | 5 + .../gdc.test/fail_compilation/fail202.d | 5 + .../gdc.test/fail_compilation/fail203.d | 5 + .../gdc.test/fail_compilation/fail204.d | 5 + .../gdc.test/fail_compilation/fail205.d | 5 + .../gdc.test/fail_compilation/fail206.d | 5 + .../gdc.test/fail_compilation/fail207.d | 9 + .../gdc.test/fail_compilation/fail208.d | 21 + .../gdc.test/fail_compilation/fail209.d | 21 + .../gdc.test/fail_compilation/fail212.d | 17 + .../gdc.test/fail_compilation/fail213.d | 27 + .../gdc.test/fail_compilation/fail215.d | 11 + .../gdc.test/fail_compilation/fail216.d | 19 + .../gdc.test/fail_compilation/fail217.d | 18 + .../gdc.test/fail_compilation/fail218.d | 16 + .../gdc.test/fail_compilation/fail22.d | 14 + .../gdc.test/fail_compilation/fail220.d | 8 + .../gdc.test/fail_compilation/fail221.d | 12 + .../gdc.test/fail_compilation/fail222.d | 20 + .../gdc.test/fail_compilation/fail223.d | 25 + .../gdc.test/fail_compilation/fail224.d | 36 + .../gdc.test/fail_compilation/fail225.d | 10 + .../gdc.test/fail_compilation/fail228.d | 23 + .../gdc.test/fail_compilation/fail229.d | 11 + .../gdc.test/fail_compilation/fail23.d | 19 + .../gdc.test/fail_compilation/fail231.d | 17 + .../gdc.test/fail_compilation/fail232.d | 7 + .../gdc.test/fail_compilation/fail233.d | 12 + .../gdc.test/fail_compilation/fail235.d | 24 + .../gdc.test/fail_compilation/fail2350.d | 15 + .../gdc.test/fail_compilation/fail236.d | 23 + .../gdc.test/fail_compilation/fail2361.d | 14 + .../gdc.test/fail_compilation/fail237.d | 11 + .../gdc.test/fail_compilation/fail238_m32.d | 36 + .../gdc.test/fail_compilation/fail238_m64.d | 36 + .../gdc.test/fail_compilation/fail239.d | 2 + .../gdc.test/fail_compilation/fail24.d | 19 + .../gdc.test/fail_compilation/fail240.d | 9 + .../gdc.test/fail_compilation/fail241.d | 19 + .../gdc.test/fail_compilation/fail243.d | 28 + .../gdc.test/fail_compilation/fail244.d | 39 + .../gdc.test/fail_compilation/fail245.d | 39 + .../gdc.test/fail_compilation/fail246.d | 12 + .../gdc.test/fail_compilation/fail247.d | 9 + .../gdc.test/fail_compilation/fail248.d | 9 + .../gdc.test/fail_compilation/fail249.d | 20 + .../gdc.test/fail_compilation/fail25.d | 16 + .../gdc.test/fail_compilation/fail250.d | 16 + .../gdc.test/fail_compilation/fail251.d | 16 + .../gdc.test/fail_compilation/fail252.d | 10 + .../gdc.test/fail_compilation/fail253.d | 19 + .../gdc.test/fail_compilation/fail254.d | 16 + .../gdc.test/fail_compilation/fail256.d | 8 + .../gdc.test/fail_compilation/fail257.d | 1 + .../gdc.test/fail_compilation/fail258.d | 5 + .../gdc.test/fail_compilation/fail259.d | 13 + .../gdc.test/fail_compilation/fail261.d | 22 + .../gdc.test/fail_compilation/fail262.d | 34 + .../gdc.test/fail_compilation/fail263.d | 19 + .../gdc.test/fail_compilation/fail264.d | 16 + .../gdc.test/fail_compilation/fail265.d | 11 + .../gdc.test/fail_compilation/fail2656.d | 34 + .../gdc.test/fail_compilation/fail267.d | 15 + .../gdc.test/fail_compilation/fail27.d | 22 + .../gdc.test/fail_compilation/fail270.d | 14 + .../gdc.test/fail_compilation/fail272.d | 10 + .../gdc.test/fail_compilation/fail273.d | 13 + .../gdc.test/fail_compilation/fail274.d | 11 + .../gdc.test/fail_compilation/fail2740.d | 15 + .../gdc.test/fail_compilation/fail275.d | 11 + .../gdc.test/fail_compilation/fail276.d | 19 + .../gdc.test/fail_compilation/fail278.d | 13 + .../gdc.test/fail_compilation/fail279.d | 8 + .../gdc.test/fail_compilation/fail280.d | 12 + .../gdc.test/fail_compilation/fail281.d | 18 + .../gdc.test/fail_compilation/fail282.d | 18 + .../gdc.test/fail_compilation/fail284.d | 20 + .../gdc.test/fail_compilation/fail285.d | 21 + .../gdc.test/fail_compilation/fail287.d | 20 + .../gdc.test/fail_compilation/fail288.d | 17 + .../gdc.test/fail_compilation/fail289.d | 13 + .../gdc.test/fail_compilation/fail290.d | 16 + .../gdc.test/fail_compilation/fail291.d | 9 + .../gdc.test/fail_compilation/fail296.d | 10 + .../gdc.test/fail_compilation/fail2962.d | 41 + .../gdc.test/fail_compilation/fail297.d | 31 + .../gdc.test/fail_compilation/fail298.d | 13 + .../gdc.test/fail_compilation/fail299.d | 15 + .../gdc.test/fail_compilation/fail3.d | 43 + .../gdc.test/fail_compilation/fail301.d | 23 + .../gdc.test/fail_compilation/fail302.d | 23 + .../gdc.test/fail_compilation/fail303.d | 26 + .../gdc.test/fail_compilation/fail304.d | 16 + .../gdc.test/fail_compilation/fail305.d | 11 + .../gdc.test/fail_compilation/fail306.d | 12 + .../gdc.test/fail_compilation/fail307.d | 12 + .../gdc.test/fail_compilation/fail308.d | 15 + .../gdc.test/fail_compilation/fail309.d | 11 + .../gdc.test/fail_compilation/fail310.d | 14 + .../gdc.test/fail_compilation/fail311.d | 26 + .../gdc.test/fail_compilation/fail312.d | 15 + .../gdc.test/fail_compilation/fail313.d | 31 + .../gdc.test/fail_compilation/fail314.d | 12 + .../gdc.test/fail_compilation/fail3144.d | 16 + .../gdc.test/fail_compilation/fail315.d | 22 + .../gdc.test/fail_compilation/fail3150.d | 5 + .../gdc.test/fail_compilation/fail316.d | 17 + .../gdc.test/fail_compilation/fail317.d | 13 + .../gdc.test/fail_compilation/fail318.d | 8 + .../gdc.test/fail_compilation/fail319.d | 14 + .../gdc.test/fail_compilation/fail320.d | 10 + .../gdc.test/fail_compilation/fail322.d | 17 + .../gdc.test/fail_compilation/fail324.d | 17 + .../gdc.test/fail_compilation/fail325.d | 13 + .../gdc.test/fail_compilation/fail327.d | 17 + .../gdc.test/fail_compilation/fail328.d | 13 + .../gdc.test/fail_compilation/fail329.d | 63 + .../gdc.test/fail_compilation/fail3290.d | 9 + .../gdc.test/fail_compilation/fail330.d | 10 + .../gdc.test/fail_compilation/fail331.d | 12 + .../gdc.test/fail_compilation/fail332.d | 15 + .../gdc.test/fail_compilation/fail333.d | 8 + .../gdc.test/fail_compilation/fail334.d | 11 + .../gdc.test/fail_compilation/fail335.d | 14 + .../gdc.test/fail_compilation/fail3354.d | 12 + .../gdc.test/fail_compilation/fail336.d | 16 + .../gdc.test/fail_compilation/fail337.d | 42 + .../gdc.test/fail_compilation/fail34.d | 42 + .../gdc.test/fail_compilation/fail340.d | 19 + .../gdc.test/fail_compilation/fail341.d | 28 + .../gdc.test/fail_compilation/fail343.d | 23 + .../gdc.test/fail_compilation/fail344.d | 17 + .../gdc.test/fail_compilation/fail346.d | 15 + .../gdc.test/fail_compilation/fail347.d | 24 + .../gdc.test/fail_compilation/fail349.d | 17 + .../gdc.test/fail_compilation/fail35.d | 17 + .../gdc.test/fail_compilation/fail351.d | 21 + .../gdc.test/fail_compilation/fail352.d | 19 + .../gdc.test/fail_compilation/fail353.d | 42 + .../gdc.test/fail_compilation/fail354.d | 13 + .../gdc.test/fail_compilation/fail355.d | 8 + .../gdc.test/fail_compilation/fail356a.d | 2 + .../gdc.test/fail_compilation/fail356b.d | 2 + .../gdc.test/fail_compilation/fail356c.d | 2 + .../gdc.test/fail_compilation/fail3581a.d | 5 + .../gdc.test/fail_compilation/fail3581b.d | 5 + .../gdc.test/fail_compilation/fail359.d | 3 + .../gdc.test/fail_compilation/fail36.d | 19 + .../gdc.test/fail_compilation/fail3672.d | 38 + .../gdc.test/fail_compilation/fail3673a.d | 2 + .../gdc.test/fail_compilation/fail3673b.d | 2 + .../gdc.test/fail_compilation/fail3703.d | 27 + .../gdc.test/fail_compilation/fail3731.d | 8 + .../gdc.test/fail_compilation/fail3753.d | 47 + .../gdc.test/fail_compilation/fail37_m32.d | 9 + .../gdc.test/fail_compilation/fail37_m64.d | 9 + .../gdc.test/fail_compilation/fail38.d | 19 + .../gdc.test/fail_compilation/fail3882.d | 48 + .../gdc.test/fail_compilation/fail3895.d | 9 + .../gdc.test/fail_compilation/fail39.d | 12 + .../gdc.test/fail_compilation/fail3990.d | 15 + .../gdc.test/fail_compilation/fail40.d | 12 + .../gdc.test/fail_compilation/fail4082.d | 34 + .../gdc.test/fail_compilation/fail41.d | 18 + .../gdc.test/fail_compilation/fail42.d | 23 + .../gdc.test/fail_compilation/fail4206.d | 5 + .../gdc.test/fail_compilation/fail4269a.d | 7 + .../gdc.test/fail_compilation/fail4269b.d | 7 + .../gdc.test/fail_compilation/fail4269c.d | 7 + .../gdc.test/fail_compilation/fail4269d.d | 5 + .../gdc.test/fail_compilation/fail4269e.d | 5 + .../gdc.test/fail_compilation/fail4269f.d | 5 + .../gdc.test/fail_compilation/fail4269g.d | 6 + .../gdc.test/fail_compilation/fail4374.d | 11 + .../gdc.test/fail_compilation/fail4375a.d | 11 + .../gdc.test/fail_compilation/fail4375b.d | 13 + .../gdc.test/fail_compilation/fail4375c.d | 13 + .../gdc.test/fail_compilation/fail4375d.d | 12 + .../gdc.test/fail_compilation/fail4375e.d | 11 + .../gdc.test/fail_compilation/fail4375f.d | 11 + .../gdc.test/fail_compilation/fail4375g.d | 11 + .../gdc.test/fail_compilation/fail4375h.d | 15 + .../gdc.test/fail_compilation/fail4375i.d | 13 + .../gdc.test/fail_compilation/fail4375j.d | 13 + .../gdc.test/fail_compilation/fail4375k.d | 13 + .../gdc.test/fail_compilation/fail4375l.d | 12 + .../gdc.test/fail_compilation/fail4375m.d | 13 + .../gdc.test/fail_compilation/fail4375o.d | 12 + .../gdc.test/fail_compilation/fail4375p.d | 15 + .../gdc.test/fail_compilation/fail4375q.d | 13 + .../gdc.test/fail_compilation/fail4375r.d | 14 + .../gdc.test/fail_compilation/fail4375s.d | 14 + .../gdc.test/fail_compilation/fail4375t.d | 11 + .../gdc.test/fail_compilation/fail4375u.d | 9 + .../gdc.test/fail_compilation/fail4375v.d | 9 + .../gdc.test/fail_compilation/fail4375w.d | 9 + .../gdc.test/fail_compilation/fail4375x.d | 10 + .../gdc.test/fail_compilation/fail4375y.d | 12 + .../gdc.test/fail_compilation/fail44.d | 21 + .../gdc.test/fail_compilation/fail4421.d | 40 + .../gdc.test/fail_compilation/fail4448.d | 26 + .../gdc.test/fail_compilation/fail45.d | 11 + .../gdc.test/fail_compilation/fail4510.d | 9 + .../gdc.test/fail_compilation/fail4511.d | 16 + .../gdc.test/fail_compilation/fail4517.d | 15 + .../gdc.test/fail_compilation/fail4559.d | 22 + .../gdc.test/fail_compilation/fail46.d | 21 + .../gdc.test/fail_compilation/fail4611.d | 15 + .../gdc.test/fail_compilation/fail47.d | 9 + .../gdc.test/fail_compilation/fail4958.d | 2 + .../gdc.test/fail_compilation/fail50.d | 13 + .../gdc.test/fail_compilation/fail51.d | 11 + .../gdc.test/fail_compilation/fail52.d | 10 + .../gdc.test/fail_compilation/fail53.d | 30 + .../gdc.test/fail_compilation/fail54.d | 23 + .../gdc.test/fail_compilation/fail5435.d | 13 + .../gdc.test/fail_compilation/fail55.d | 23 + .../gdc.test/fail_compilation/fail56.d | 21 + .../gdc.test/fail_compilation/fail5634.d | 3 + .../gdc.test/fail_compilation/fail57.d | 6 + .../gdc.test/fail_compilation/fail5733.d | 6 + .../gdc.test/fail_compilation/fail58.d | 27 + .../gdc.test/fail_compilation/fail5851.d | 10 + .../gdc.test/fail_compilation/fail59.d | 51 + .../gdc.test/fail_compilation/fail5953a1.d | 4 + .../gdc.test/fail_compilation/fail5953a2.d | 4 + .../gdc.test/fail_compilation/fail5953s1.d | 5 + .../gdc.test/fail_compilation/fail5953s2.d | 5 + .../gdc.test/fail_compilation/fail60.d | 10 + .../gdc.test/fail_compilation/fail6029.d | 15 + .../gdc.test/fail_compilation/fail61.d | 43 + .../gdc.test/fail_compilation/fail6107.d | 16 + .../gdc.test/fail_compilation/fail62.d | 11 + .../gdc.test/fail_compilation/fail6242.d | 3 + .../gdc.test/fail_compilation/fail63.d | 11 + .../gdc.test/fail_compilation/fail6334.d | 18 + .../gdc.test/fail_compilation/fail6451.d | 18 + .../gdc.test/fail_compilation/fail6453.d | 24 + .../gdc.test/fail_compilation/fail6458.d | 5 + .../gdc.test/fail_compilation/fail6497.d | 6 + .../gdc.test/fail_compilation/fail6561.d | 8 + .../gdc.test/fail_compilation/fail66.d | 91 + .../gdc.test/fail_compilation/fail6611.d | 6 + .../gdc.test/fail_compilation/fail6652.d | 37 + .../gdc.test/fail_compilation/fail6781.d | 9 + .../gdc.test/fail_compilation/fail6795.d | 34 + .../gdc.test/fail_compilation/fail6889.d | 130 + .../gdc.test/fail_compilation/fail6968.d | 22 + .../gdc.test/fail_compilation/fail7077.d | 12 + .../gdc.test/fail_compilation/fail7173.d | 18 + .../gdc.test/fail_compilation/fail7178.d | 6 + .../gdc.test/fail_compilation/fail72.d | 15 + .../gdc.test/fail_compilation/fail7234.d | 10 + .../gdc.test/fail_compilation/fail73.d | 29 + .../gdc.test/fail_compilation/fail7369.d | 5 + .../gdc.test/fail_compilation/fail74.d | 15 + .../gdc.test/fail_compilation/fail7424b.d | 5 + .../gdc.test/fail_compilation/fail7424c.d | 6 + .../gdc.test/fail_compilation/fail7424d.d | 6 + .../gdc.test/fail_compilation/fail7424e.d | 6 + .../gdc.test/fail_compilation/fail7424f.d | 6 + .../gdc.test/fail_compilation/fail7424g.d | 6 + .../gdc.test/fail_compilation/fail7424h.d | 6 + .../gdc.test/fail_compilation/fail7424i.d | 6 + .../gdc.test/fail_compilation/fail75.d | 15 + .../gdc.test/fail_compilation/fail7524a.d | 4 + .../gdc.test/fail_compilation/fail7524b.d | 3 + .../gdc.test/fail_compilation/fail76.d | 14 + .../gdc.test/fail_compilation/fail7603a.d | 1 + .../gdc.test/fail_compilation/fail7603b.d | 1 + .../gdc.test/fail_compilation/fail7603c.d | 2 + .../gdc.test/fail_compilation/fail77.d | 8 + .../gdc.test/fail_compilation/fail7702.d | 9 + .../gdc.test/fail_compilation/fail7751.d | 17 + .../gdc.test/fail_compilation/fail78.d | 10 + .../gdc.test/fail_compilation/fail7815.d | 65 + .../gdc.test/fail_compilation/fail7848.d | 53 + .../gdc.test/fail_compilation/fail7851.d | 33 + .../gdc.test/fail_compilation/fail7859.d | 8 + .../gdc.test/fail_compilation/fail7861.d | 12 + .../gdc.test/fail_compilation/fail7862.d | 30 + .../gdc.test/fail_compilation/fail7886.d | 5 + .../gdc.test/fail_compilation/fail79.d | 15 + .../gdc.test/fail_compilation/fail7903.d | 28 + .../gdc.test/fail_compilation/fail8009.d | 3 + .../gdc.test/fail_compilation/fail8032.d | 17 + .../gdc.test/fail_compilation/fail80_m32.d | 31 + .../gdc.test/fail_compilation/fail80_m64.d | 31 + .../gdc.test/fail_compilation/fail8168.d | 6 + .../gdc.test/fail_compilation/fail8179b.d | 12 + .../gdc.test/fail_compilation/fail8217.d | 25 + .../gdc.test/fail_compilation/fail8313.d | 3 + .../gdc.test/fail_compilation/fail8373.d | 23 + .../gdc.test/fail_compilation/fail86.d | 13 + .../gdc.test/fail_compilation/fail8631.d | 16 + .../gdc.test/fail_compilation/fail8691.d | 4 + .../gdc.test/fail_compilation/fail8724.d | 16 + .../gdc.test/fail_compilation/fail9.d | 27 + .../gdc.test/fail_compilation/fail9063.d | 9 + .../gdc.test/fail_compilation/fail9081.d | 14 + .../gdc.test/fail_compilation/fail91.d | 13 + .../gdc.test/fail_compilation/fail9199.d | 40 + .../gdc.test/fail_compilation/fail92.d | 24 + .../gdc.test/fail_compilation/fail9279.d | 13 + .../gdc.test/fail_compilation/fail93.d | 14 + .../gdc.test/fail_compilation/fail9301.d | 9 + .../gdc.test/fail_compilation/fail9346.d | 28 + .../gdc.test/fail_compilation/fail9368.d | 49 + .../gdc.test/fail_compilation/fail94.d | 56 + .../gdc.test/fail_compilation/fail9413.d | 85 + .../gdc.test/fail_compilation/fail9414a.d | 88 + .../gdc.test/fail_compilation/fail9414b.d | 88 + .../gdc.test/fail_compilation/fail9414c.d | 88 + .../gdc.test/fail_compilation/fail9414d.d | 88 + .../gdc.test/fail_compilation/fail95.d | 22 + .../gdc.test/fail_compilation/fail9537.d | 27 + .../gdc.test/fail_compilation/fail9562.d | 22 + .../gdc.test/fail_compilation/fail9572.d | 11 + .../gdc.test/fail_compilation/fail96.d | 22 + .../gdc.test/fail_compilation/fail9613.d | 6 + .../gdc.test/fail_compilation/fail9665a.d | 166 + .../gdc.test/fail_compilation/fail9665b.d | 77 + .../gdc.test/fail_compilation/fail97.d | 13 + .../gdc.test/fail_compilation/fail9710.d | 9 + .../gdc.test/fail_compilation/fail9735.d | 12 + .../gdc.test/fail_compilation/fail9766.d | 27 + .../gdc.test/fail_compilation/fail9773.d | 10 + .../gdc.test/fail_compilation/fail9790.d | 21 + .../gdc.test/fail_compilation/fail98.d | 36 + .../gdc.test/fail_compilation/fail9891.d | 26 + .../gdc.test/fail_compilation/fail9892.d | 13 + .../gdc.test/fail_compilation/fail99.d | 23 + .../gdc.test/fail_compilation/fail9936.d | 31 + .../gdc.test/fail_compilation/fail_arrayop1.d | 150 + .../gdc.test/fail_compilation/fail_arrayop2.d | 369 + .../gdc.test/fail_compilation/fail_casting.d | 223 + .../gdc.test/fail_compilation/fail_casting1.d | 259 + .../gdc.test/fail_compilation/fail_casting2.d | 21 + .../gdc.test/fail_compilation/fail_circular.d | 137 + .../fail_compilation/fail_circular2.d | 27 + .../gdc.test/fail_compilation/fail_opover.d | 58 + .../gdc.test/fail_compilation/fail_scope.d | 145 + .../gdc.test/fail_compilation/failattr.d | 34 + .../gdc.test/fail_compilation/failcontracts.d | 24 + .../gdc.test/fail_compilation/faildeleteaa.d | 12 + .../fail_compilation/faildottypeinfo.d | 13 + .../gdc.test/fail_compilation/failescape.d | 8 + .../gdc.test/fail_compilation/failinout1.d | 5 + .../gdc.test/fail_compilation/failinout2.d | 1 + .../fail_compilation/failinout3748a.d | 4 + .../fail_compilation/failinout3748b.d | 4 + .../gdc.test/fail_compilation/failmemalloc.d | 13 + .../gdc.test/fail_compilation/failoffset.d | 13 + .../gdc.test/fail_compilation/failsafea.d | 8 + .../gdc.test/fail_compilation/failsafeb.d | 8 + .../gdc.test/fail_compilation/failsafec.d | 9 + .../gdc.test/fail_compilation/fix350a.d | 7 + .../gdc.test/fail_compilation/fix350b.d | 10 + .../gdc.test/fail_compilation/gag4269a.d | 13 + .../gdc.test/fail_compilation/gag4269b.d | 10 + .../gdc.test/fail_compilation/gag4269c.d | 10 + .../gdc.test/fail_compilation/gag4269d.d | 10 + .../gdc.test/fail_compilation/gag4269e.d | 10 + .../gdc.test/fail_compilation/gag4269f.d | 11 + .../gdc.test/fail_compilation/gag4269g.d | 10 + .../gdc.test/fail_compilation/ice10016.d | 48 + .../gdc.test/fail_compilation/ice10076.d | 25 + .../gdc.test/fail_compilation/ice10212.d | 15 + .../gdc.test/fail_compilation/ice10259.d | 27 + .../gdc.test/fail_compilation/ice10273.d | 12 + .../gdc.test/fail_compilation/ice10283.d | 10 + .../gdc.test/fail_compilation/ice10341.d | 11 + .../gdc.test/fail_compilation/ice10382.d | 15 + .../gdc.test/fail_compilation/ice10419.d | 13 + .../gdc.test/fail_compilation/ice10599.d | 12 + .../gdc.test/fail_compilation/ice10600.d | 32 + .../gdc.test/fail_compilation/ice10616.d | 11 + .../gdc.test/fail_compilation/ice10624.d | 51 + .../gdc.test/fail_compilation/ice10651.d | 12 + .../gdc.test/fail_compilation/ice10713.d | 11 + .../gdc.test/fail_compilation/ice10727a.d | 9 + .../gdc.test/fail_compilation/ice10727b.d | 9 + .../gdc.test/fail_compilation/ice10770.d | 13 + .../gdc.test/fail_compilation/ice10922.d | 16 + .../gdc.test/fail_compilation/ice10938.d | 23 + .../gdc.test/fail_compilation/ice10949.d | 12 + .../gdc.test/fail_compilation/ice11086.d | 11 + .../gdc.test/fail_compilation/ice11136.d | 9 + .../gdc.test/fail_compilation/ice11153.d | 15 + .../gdc.test/fail_compilation/ice11404.d | 11 + .../gdc.test/fail_compilation/ice1144.d | 24 + .../gdc.test/fail_compilation/ice11472.d | 19 + .../gdc.test/fail_compilation/ice11513a.d | 10 + .../gdc.test/fail_compilation/ice11513b.d | 10 + .../gdc.test/fail_compilation/ice11518.d | 18 + .../gdc.test/fail_compilation/ice11552.d | 17 + .../gdc.test/fail_compilation/ice11553.d | 22 + .../gdc.test/fail_compilation/ice11626.d | 8 + .../gdc.test/fail_compilation/ice11726.d | 17 + .../gdc.test/fail_compilation/ice11755.d | 30 + .../gdc.test/fail_compilation/ice11790.d | 8 + .../gdc.test/fail_compilation/ice11793.d | 12 + .../gdc.test/fail_compilation/ice11822.d | 33 + .../gdc.test/fail_compilation/ice11849b.d | 19 + .../gdc.test/fail_compilation/ice11850.d | 15 + .../gdc.test/fail_compilation/ice11919.d | 26 + .../gdc.test/fail_compilation/ice11922.d | 18 + .../gdc.test/fail_compilation/ice11926.d | 13 + .../gdc.test/fail_compilation/ice11944.d | 12 + .../gdc.test/fail_compilation/ice11963.d | 1 + .../gdc.test/fail_compilation/ice11965.d | 1 + .../gdc.test/fail_compilation/ice11967.d | 1 + .../gdc.test/fail_compilation/ice11968.d | 1 + .../gdc.test/fail_compilation/ice11969.d | 11 + .../gdc.test/fail_compilation/ice11974.d | 1 + .../gdc.test/fail_compilation/ice11982.d | 1 + .../gdc.test/fail_compilation/ice12040.d | 8 + .../gdc.test/fail_compilation/ice12158.d | 8 + .../gdc.test/fail_compilation/ice12174.d | 51 + .../gdc.test/fail_compilation/ice12235.d | 17 + .../gdc.test/fail_compilation/ice12350.d | 31 + .../gdc.test/fail_compilation/ice12362.d | 13 + .../gdc.test/fail_compilation/ice12397.d | 16 + .../gdc.test/fail_compilation/ice12497.d | 18 + .../gdc.test/fail_compilation/ice12501.d | 44 + .../gdc.test/fail_compilation/ice12534.d | 15 + .../gdc.test/fail_compilation/ice12539.d | 16 + .../gdc.test/fail_compilation/ice12574.d | 54 + .../gdc.test/fail_compilation/ice12581.d | 22 + .../gdc.test/fail_compilation/ice12673.d | 4 + .../gdc.test/fail_compilation/ice12727.d | 28 + .../gdc.test/fail_compilation/ice12827.d | 15 + .../gdc.test/fail_compilation/ice12836.d | 9 + .../gdc.test/fail_compilation/ice12838.d | 28 + .../gdc.test/fail_compilation/ice12841.d | 25 + .../gdc.test/fail_compilation/ice12850.d | 13 + .../gdc.test/fail_compilation/ice12902.d | 21 + .../gdc.test/fail_compilation/ice12907.d | 11 + .../gdc.test/fail_compilation/ice13024.d | 16 + .../gdc.test/fail_compilation/ice13027.d | 10 + .../gdc.test/fail_compilation/ice13081.d | 29 + .../gdc.test/fail_compilation/ice13131.d | 20 + .../gdc.test/fail_compilation/ice13220.d | 23 + .../gdc.test/fail_compilation/ice13221.d | 23 + .../gdc.test/fail_compilation/ice13225.d | 17 + .../gdc.test/fail_compilation/ice13311.d | 12 + .../gdc.test/fail_compilation/ice13356.d | 41 + .../gdc.test/fail_compilation/ice13382.d | 26 + .../gdc.test/fail_compilation/ice13385.d | 9 + .../gdc.test/fail_compilation/ice13459.d | 19 + .../gdc.test/fail_compilation/ice13465a.d | 20 + .../gdc.test/fail_compilation/ice13465b.d | 20 + .../gdc.test/fail_compilation/ice13563.d | 27 + .../gdc.test/fail_compilation/ice1358.d | 29 + .../gdc.test/fail_compilation/ice13644.d | 19 + .../gdc.test/fail_compilation/ice13788.d | 14 + .../gdc.test/fail_compilation/ice13816.d | 23 + .../gdc.test/fail_compilation/ice13835.d | 22 + .../gdc.test/fail_compilation/ice13921.d | 27 + .../gdc.test/fail_compilation/ice13987.d | 9 + .../gdc.test/fail_compilation/ice14055.d | 18 + .../gdc.test/fail_compilation/ice14096.d | 41 + .../gdc.test/fail_compilation/ice14116.d | 11 + .../gdc.test/fail_compilation/ice14130.d | 15 + .../gdc.test/fail_compilation/ice14146.d | 24 + .../gdc.test/fail_compilation/ice14177.d | 15 + .../gdc.test/fail_compilation/ice14185.d | 24 + .../gdc.test/fail_compilation/ice14272.d | 14 + .../gdc.test/fail_compilation/ice14424.d | 13 + .../gdc.test/fail_compilation/ice14446.d | 14 + .../gdc.test/fail_compilation/ice14621.d | 30 + .../gdc.test/fail_compilation/ice14642.d | 52 + .../gdc.test/fail_compilation/ice14844.d | 23 + .../gdc.test/fail_compilation/ice14923.d | 28 + .../gdc.test/fail_compilation/ice14929.d | 96 + .../gdc.test/fail_compilation/ice15002.d | 10 + .../gdc.test/fail_compilation/ice15092.d | 20 + .../gdc.test/fail_compilation/ice15127.d | 20 + .../gdc.test/fail_compilation/ice15172.d | 33 + .../gdc.test/fail_compilation/ice15239.d | 23 + .../gdc.test/fail_compilation/ice15317.d | 13 + .../gdc.test/fail_compilation/ice15332.d | 19 + .../gdc.test/fail_compilation/ice15441.d | 28 + .../gdc.test/fail_compilation/ice15688.d | 13 + .../gdc.test/fail_compilation/ice15788.d | 18 + .../gdc.test/fail_compilation/ice15816.d | 11 + .../gdc.test/fail_compilation/ice15855.d | 3 + .../gdc.test/fail_compilation/ice15922.d | 26 + .../gdc.test/fail_compilation/ice16035.d | 22 + .../gdc.test/fail_compilation/ice17074.d | 39 + .../gdc.test/fail_compilation/ice17690.d | 10 + .../gdc.test/fail_compilation/ice17831.d | 78 + .../gdc.test/fail_compilation/ice2843.d | 22 + .../gdc.test/fail_compilation/ice4094.d | 19 + .../gdc.test/fail_compilation/ice4983.d | 15 + .../gdc.test/fail_compilation/ice5996.d | 11 + .../gdc.test/fail_compilation/ice6538.d | 30 + .../gdc.test/fail_compilation/ice7645.d | 32 + .../gdc.test/fail_compilation/ice7782.d | 4 + .../gdc.test/fail_compilation/ice8100.d | 12 + .../gdc.test/fail_compilation/ice8255.d | 10 + .../gdc.test/fail_compilation/ice8309.d | 11 + .../gdc.test/fail_compilation/ice8499.d | 19 + .../gdc.test/fail_compilation/ice8511.d | 13 + .../gdc.test/fail_compilation/ice8604.d | 7 + .../gdc.test/fail_compilation/ice8630.d | 3 + .../gdc.test/fail_compilation/ice8711.d | 8 + .../gdc.test/fail_compilation/ice8742.d | 11 + .../gdc.test/fail_compilation/ice8795.d | 16 + .../gdc.test/fail_compilation/ice8795b.d | 8 + .../gdc.test/fail_compilation/ice9013.d | 5 + .../gdc.test/fail_compilation/ice9254a.d | 12 + .../gdc.test/fail_compilation/ice9254b.d | 15 + .../gdc.test/fail_compilation/ice9254c.d | 14 + .../gdc.test/fail_compilation/ice9273a.d | 24 + .../gdc.test/fail_compilation/ice9273b.d | 15 + .../gdc.test/fail_compilation/ice9284.d | 21 + .../gdc.test/fail_compilation/ice9291.d | 11 + .../gdc.test/fail_compilation/ice9338.d | 21 + .../gdc.test/fail_compilation/ice9406.d | 22 + .../gdc.test/fail_compilation/ice9439.d | 21 + .../gdc.test/fail_compilation/ice9494.d | 20 + .../gdc.test/fail_compilation/ice9540.d | 37 + .../gdc.test/fail_compilation/ice9545.d | 14 + .../gdc.test/fail_compilation/ice9759.d | 25 + .../gdc.test/fail_compilation/ice9806.d | 49 + .../gdc.test/fail_compilation/ice9865.d | 9 + .../gdc.test/fail_compilation/imphint.d | 20 + .../fail_compilation/imports/a10169.d | 6 + .../fail_compilation/imports/a10528.d | 6 + .../fail_compilation/imports/a11850.d | 51 + .../fail_compilation/imports/a11919.d | 17 + .../imports/a13131checkpoint.d | 18 + .../fail_compilation/imports/a13131elec.d | 10 + .../imports/a13131parameters.d | 14 + .../fail_compilation/imports/a13311.d | 9 + .../fail_compilation/imports/a13465.d | 22 + .../fail_compilation/imports/a14116.d | 5 + .../fail_compilation/imports/a14235.d | 7 + .../fail_compilation/imports/a14407.d | 19 + .../fail_compilation/imports/a14424.d | 3 + .../fail_compilation/imports/a15667.d | 18 + .../fail_compilation/imports/a15816.d | 5 + .../gdc.test/fail_compilation/imports/a313.d | 9 + .../gdc.test/fail_compilation/imports/a314.d | 5 + .../fail_compilation/imports/b13465.d | 22 + .../gdc.test/fail_compilation/imports/b313.d | 4 + .../gdc.test/fail_compilation/imports/b314.d | 4 + .../fail_compilation/imports/bar11136.d | 1 + .../gdc.test/fail_compilation/imports/c314.d | 4 + .../fail_compilation/imports/checkimports3a.d | 1 + .../fail_compilation/imports/checkimports3b.d | 1 + .../fail_compilation/imports/checkimports3c.d | 1 + .../fail_compilation/imports/diag10089a.d | 8 + .../fail_compilation/imports/diag10089b.d | 5 + .../fail_compilation/imports/diag10141a.d | 26 + .../fail_compilation/imports/diag10141b.d | 55 + .../fail_compilation/imports/diag12598a.d | 3 + .../fail_compilation/imports/diag9210b.d | 6 + .../fail_compilation/imports/diag9210c.d | 4 + .../imports/diag9210stdcomplex.d | 17 + .../imports/diag9210stdtraits.d | 33 + .../fail_compilation/imports/dip22a.d | 20 + .../fail_compilation/imports/dip22b.d | 3 + .../fail_compilation/imports/dip22c.d | 3 + .../fail_compilation/imports/dip22d.d | 5 + .../fail_compilation/imports/dip22e.d | 4 + .../fail_compilation/imports/fail10277.d | 23 + .../fail_compilation/imports/fail17646.d | 10 + .../fail_compilation/imports/fail1900a.d | 2 + .../fail_compilation/imports/fail1900b.d | 2 + .../fail_compilation/imports/fail2962a.d | 7 + .../fail_compilation/imports/fail320a.d | 1 + .../fail_compilation/imports/fail320b.d | 1 + .../fail_compilation/imports/fail347a.d | 3 + .../fail_compilation/imports/fail355.d | 1 + .../fail_compilation/imports/fail356.d | 2 + .../fail_compilation/imports/fail4479.d | 1 + .../fail_compilation/imports/fail5385.d | 17 + .../fail_compilation/imports/foo10727a.d | 34 + .../fail_compilation/imports/foo10727b.d | 25 + .../fail_compilation/imports/ice10600a.d | 11 + .../fail_compilation/imports/ice10600b.d | 36 + .../fail_compilation/imports/ice11513x.d | 1 + .../fail_compilation/imports/ice11513y.d | 1 + .../imports/ice7782algorithm.d | 3 + .../fail_compilation/imports/ice7782range.d | 3 + .../fail_compilation/imports/ice9865b.d | 2 + .../gdc.test/fail_compilation/imports/imp1.d | 5 + .../gdc.test/fail_compilation/imports/imp2.d | 5 + .../fail_compilation/imports/pkg313/package.d | 4 + .../fail_compilation/imports/range15788.d | 5 + .../fail_compilation/imports/spell9644a.d | 7 + .../fail_compilation/imports/spell9644b.d | 3 + .../fail_compilation/imports/stdtraits10727.d | 46 + .../imports/test10327/empty.d | 1 + .../fail_compilation/imports/test13152a.d | 26 + .../fail_compilation/imports/test13152b.d | 26 + .../fail_compilation/imports/test13152c.d | 26 + .../fail_compilation/imports/test13152d.d | 26 + .../fail_compilation/imports/test13152e.d | 26 + .../fail_compilation/imports/test13152f.d | 26 + .../fail_compilation/imports/test13152g.d | 26 + .../fail_compilation/imports/test13152h.d | 26 + .../fail_compilation/imports/test13152i.d | 26 + .../fail_compilation/imports/test13152j.d | 26 + .../fail_compilation/imports/test13152k.d | 26 + .../fail_compilation/imports/test13152l.d | 26 + .../fail_compilation/imports/test13152m.d | 26 + .../fail_compilation/imports/test13152n.d | 26 + .../fail_compilation/imports/test13152o.d | 26 + .../fail_compilation/imports/test13152p.d | 26 + .../fail_compilation/imports/test13152q.d | 26 + .../fail_compilation/imports/test13152r.d | 26 + .../fail_compilation/imports/test13152s.d | 26 + .../fail_compilation/imports/test13152t.d | 26 + .../fail_compilation/imports/test13152u.d | 26 + .../fail_compilation/imports/test13152v.d | 26 + .../fail_compilation/imports/test13152w.d | 26 + .../fail_compilation/imports/test13152x.d | 26 + .../fail_compilation/imports/test13152y.d | 26 + .../fail_compilation/imports/test13152z.d | 26 + .../fail_compilation/imports/test143.d | 3 + .../fail_compilation/imports/test15785.d | 13 + .../fail_compilation/imports/test15897.d | 6 + .../fail_compilation/imports/test5412a.d | 1 + .../fail_compilation/imports/test5412b.d | 1 + .../fail_compilation/imports/test64a.d | 4 + .../gdc.test/fail_compilation/issue3827.d | 14 + .../gdc.test/fail_compilation/lexer1.d | 52 + .../gdc.test/fail_compilation/lexer2.d | 19 + .../gdc.test/fail_compilation/lexer3.d | 9 + .../gdc.test/fail_compilation/lexer4.d | 43 + .../gdc.test/fail_compilation/lookup.d | 28 + .../gdc.test/fail_compilation/mangle1.d | 8 + .../gdc.test/fail_compilation/mangle2.d | 42 + .../fail_compilation/moduleundefuda.d | 7 + .../gdc.test/fail_compilation/nogc1.d | 85 + .../gdc.test/fail_compilation/nogc2.d | 104 + .../gdc.test/fail_compilation/nogc3.d | 95 + .../gdc.test/fail_compilation/parse12924.d | 20 + .../gdc.test/fail_compilation/parse12967a.d | 43 + .../gdc.test/fail_compilation/parse12967b.d | 41 + .../gdc.test/fail_compilation/parse13361.d | 16 + .../gdc.test/fail_compilation/parse14285.d | 11 + .../gdc.test/fail_compilation/parse14745.d | 13 + .../gdc.test/fail_compilation/parseStc.d | 38 + .../gdc.test/fail_compilation/parseStc2.d | 77 + .../gdc.test/fail_compilation/parseStc3.d | 62 + .../gdc.test/fail_compilation/parseStc4.d | 42 + .../gdc.test/fail_compilation/parseStc5.d | 88 + .../gdc.test/fail_compilation/pragmainline.d | 11 + .../gdc.test/fail_compilation/pragmas.d | 40 + .../gdc.test/fail_compilation/protattr1.d | 7 + .../gdc.test/fail_compilation/protattr2.d | 7 + .../gdc.test/fail_compilation/protattr3.d | 7 + .../protection/subpkg/test1.d | 3 + .../protection/subpkg/test2.d | 3 + .../protection/subpkg/test3.d | 3 + .../fail_compilation/reserved_version.d | 298 + .../reserved_version_switch.d | 284 + .../gdc.test/fail_compilation/retref2.d | 23 + .../gdc.test/fail_compilation/retscope.d | 662 ++ .../gdc.test/fail_compilation/retscope2.d | 295 + .../gdc.test/fail_compilation/skip.d | 52 + .../gdc.test/fail_compilation/spell9644.d | 36 + .../fail_compilation/staticarrayoverflow.d | 23 + .../gdc.test/fail_compilation/switches.d | 74 + .../gdc.test/fail_compilation/test1.d | 1 + .../gdc.test/fail_compilation/test11047.d | 19 + .../gdc.test/fail_compilation/test11176.d | 18 + .../gdc.test/fail_compilation/test12822.d | 17 + .../gdc.test/fail_compilation/test12979.d | 16 + .../gdc.test/fail_compilation/test13152.d | 12 + .../gdc.test/fail_compilation/test13536.d | 27 + .../gdc.test/fail_compilation/test13537.d | 61 + .../gdc.test/fail_compilation/test13786.d | 20 + .../gdc.test/fail_compilation/test13867.d | 40 + .../gdc.test/fail_compilation/test14238.d | 30 + .../gdc.test/fail_compilation/test143.d | 13 + .../gdc.test/fail_compilation/test14496.d | 53 + .../gdc.test/fail_compilation/test14538.d | 20 + .../gdc.test/fail_compilation/test15191.d | 18 + .../gdc.test/fail_compilation/test15306.d | 29 + .../gdc.test/fail_compilation/test15399.d | 46 + .../gdc.test/fail_compilation/test15544.d | 51 + .../gdc.test/fail_compilation/test15672.d | 38 + .../gdc.test/fail_compilation/test15703.d | 32 + .../gdc.test/fail_compilation/test15704.d | 17 + .../gdc.test/fail_compilation/test15785.d | 20 + .../gdc.test/fail_compilation/test15785b.d | 18 + .../gdc.test/fail_compilation/test15897.d | 19 + .../gdc.test/fail_compilation/test15989.d | 52 + .../gdc.test/fail_compilation/test16095.d | 44 + .../gdc.test/fail_compilation/test16116.d | 16 + .../gdc.test/fail_compilation/test16188.d | 25 + .../gdc.test/fail_compilation/test16193.d | 45 + .../gdc.test/fail_compilation/test16195.d | 14 + .../gdc.test/fail_compilation/test16228.d | 24 + .../gdc.test/fail_compilation/test16365.d | 30 + .../gdc.test/fail_compilation/test16381.d | 18 + .../gdc.test/fail_compilation/test16523.d | 16 + .../gdc.test/fail_compilation/test16589.d | 65 + .../gdc.test/fail_compilation/test17380.d | 21 + .../gdc.test/fail_compilation/test17422.d | 24 + .../gdc.test/fail_compilation/test17425.d | 32 + .../gdc.test/fail_compilation/test17450.d | 58 + .../gdc.test/fail_compilation/test17451.d | 45 + .../gdc.test/fail_compilation/test314.d | 24 + .../gdc.test/fail_compilation/test4682.d | 13 + .../gdc.test/fail_compilation/test4682a.d | 13 + .../gdc.test/fail_compilation/test4838.d | 18 + .../gdc.test/fail_compilation/test5412a.d | 4 + .../gdc.test/fail_compilation/test5412b.d | 4 + .../gdc.test/fail_compilation/test5412c.d | 4 + .../gdc.test/fail_compilation/test64.d | 19 + .../gdc.test/fail_compilation/test6883.d | 25 + .../gdc.test/fail_compilation/test8509.d | 8 + .../gdc.test/fail_compilation/test8556.d | 56 + .../gdc.test/fail_compilation/test8751.d | 3 + .../gdc.test/fail_compilation/test9150.d | 21 + .../gdc.test/fail_compilation/test9176.d | 18 + .../gdc.test/fail_compilation/testCols.d | 14 + .../gdc.test/fail_compilation/testInference.d | 226 + .../gdc.test/fail_compilation/testpull1810.d | 21 + .../fail_compilation/testscopestatic.d | 24 + .../gdc.test/fail_compilation/typeerrors.d | 58 + .../gdc.test/fail_compilation/verrors0.d | 60 + .../gdc.test/fail_compilation/verrors5.d | 40 + .../gdc.test/fail_compilation/warn12809.d | 34 + .../gdc.test/fail_compilation/warn13679.d | 15 + .../gdc.test/fail_compilation/warn7444.d | 83 + gcc/testsuite/gdc.test/runnable/A16.d | 12 + gcc/testsuite/gdc.test/runnable/Same.d | 12 + gcc/testsuite/gdc.test/runnable/a17.d | 21 + gcc/testsuite/gdc.test/runnable/a18.d | 16 + gcc/testsuite/gdc.test/runnable/a19.d | 12 + gcc/testsuite/gdc.test/runnable/a21.d | 29 + gcc/testsuite/gdc.test/runnable/aliasthis.d | 2034 ++++ gcc/testsuite/gdc.test/runnable/argufilem.d | 22 + gcc/testsuite/gdc.test/runnable/arrayop.d | 956 ++ gcc/testsuite/gdc.test/runnable/auto1.d | 125 + gcc/testsuite/gdc.test/runnable/b17073.d | 13 + gcc/testsuite/gdc.test/runnable/b26.d | 14 + gcc/testsuite/gdc.test/runnable/bench1.d | 30 + gcc/testsuite/gdc.test/runnable/bitops.d | 148 + gcc/testsuite/gdc.test/runnable/bug11155.d | 19 + gcc/testsuite/gdc.test/runnable/bug12928.d | 13 + gcc/testsuite/gdc.test/runnable/bug16146.d | 26 + gcc/testsuite/gdc.test/runnable/bug5.d | 20 + gcc/testsuite/gdc.test/runnable/bug7068.d | 11 + gcc/testsuite/gdc.test/runnable/bug846.d | 11 + gcc/testsuite/gdc.test/runnable/builtin.d | 118 + gcc/testsuite/gdc.test/runnable/c22.d | 15 + gcc/testsuite/gdc.test/runnable/cabi1.d | 262 + gcc/testsuite/gdc.test/runnable/cassert.d | 17 + gcc/testsuite/gdc.test/runnable/casting.d | 248 + gcc/testsuite/gdc.test/runnable/circular.d | 25 + gcc/testsuite/gdc.test/runnable/closure.d | 988 ++ gcc/testsuite/gdc.test/runnable/complex.d | 462 + gcc/testsuite/gdc.test/runnable/constfold.d | 674 ++ .../gdc.test/runnable/cpp_abi_tests.d | 157 + gcc/testsuite/gdc.test/runnable/cppa.d | 1258 +++ .../gdc.test/runnable/ctorpowtests.d | 248 + gcc/testsuite/gdc.test/runnable/declaration.d | 412 + gcc/testsuite/gdc.test/runnable/delegate.d | 357 + gcc/testsuite/gdc.test/runnable/dhry.d | 927 ++ gcc/testsuite/gdc.test/runnable/eh.d | 866 ++ gcc/testsuite/gdc.test/runnable/eh2.d | 85 + gcc/testsuite/gdc.test/runnable/entity1.d | 144 + gcc/testsuite/gdc.test/runnable/evalorder.d | 164 + gcc/testsuite/gdc.test/runnable/extern1.d | 14 + .../gdc.test/runnable/externmangle.d | 314 + .../gdc.test/runnable/externmangle2.d | 164 + .../gdc.test/runnable/extra-files/alice30.txt | 3853 ++++++++ .../gdc.test/runnable/extra-files/cabi2.cpp | 255 + .../runnable/extra-files/cpp_abi_tests.cpp | 60 + .../gdc.test/runnable/extra-files/cppb.cpp | 812 ++ .../gdc.test/runnable/extra-files/depsprot.d | 3 + .../runnable/extra-files/externmangle.cpp | 404 + .../runnable/extra-files/externmangle2.cpp | 145 + .../gdc.test/runnable/extra-files/foo37.txt | 2 + .../runnable/extra-files/lib10386/foo/bar.d | 6 + .../extra-files/lib10386/foo/package.d | 3 + .../gdc.test/runnable/extra-files/lib13666.d | 11 + .../gdc.test/runnable/extra-files/lib13774a.d | 11 + .../gdc.test/runnable/extra-files/lib13774b.d | 7 + .../gdc.test/runnable/extra-files/lib846.d | 38 + .../runnable/extra-files/link14834a.d | 57 + .../runnable/extra-files/link14834b.d | 9 + .../gdc.test/runnable/extra-files/linkdebug.d | 16 + .../extra-files/linkdebug_primitives.d | 13 + .../runnable/extra-files/linkdebug_range.d | 48 + .../runnable/extra-files/linkdebug_uni.d | 19 + .../gdc.test/runnable/extra-files/main846.d | 6 + .../gdc.test/runnable/extra-files/mul9377a.d | 11 + .../gdc.test/runnable/extra-files/mul9377b.d | 40 + .../gdc.test/runnable/extra-files/multi9377.d | 13 + .../runnable/extra-files/objc_self_test.m | 17 + .../runnable/extra-files/statictor.d.out | 8 + .../runnable/extra-files/std14198/array.d | 27 + .../runnable/extra-files/std14198/conv.d | 34 + .../runnable/extra-files/std14198/format.d | 11 + .../runnable/extra-files/std14198/uni.d | 12 + .../gdc.test/runnable/extra-files/test10386.d | 11 + .../gdc.test/runnable/extra-files/test10567.d | 15 + .../runnable/extra-files/test10567a.d | 52 + .../gdc.test/runnable/extra-files/test13666.d | 6 + .../gdc.test/runnable/extra-files/test14198.d | 30 + .../gdc.test/runnable/extra-files/test15.txt | 815 ++ .../gdc.test/runnable/extra-files/test2.d | 394 + .../gdc.test/runnable/extra-files/test35.d | 7 + .../gdc.test/runnable/extra-files/test39.d | 10 + .../gdc.test/runnable/extra-files/test44.d | 19 + .../runnable/extra-files/test_shared.d | 3 + .../runnable/extra-files/teststdio.txt | 6 + .../gdc.test/runnable/extra-files/untag.html | 555 ++ gcc/testsuite/gdc.test/runnable/fix17429.d | 17 + gcc/testsuite/gdc.test/runnable/foreach.d | 299 + gcc/testsuite/gdc.test/runnable/foreach2.d | 268 + gcc/testsuite/gdc.test/runnable/foreach3.d | 285 + gcc/testsuite/gdc.test/runnable/foreach4.d | 930 ++ gcc/testsuite/gdc.test/runnable/foreach5.d | 1122 +++ gcc/testsuite/gdc.test/runnable/funclit.d | 1289 +++ gcc/testsuite/gdc.test/runnable/functype.d | 341 + gcc/testsuite/gdc.test/runnable/future.d | 43 + gcc/testsuite/gdc.test/runnable/hello.d | 12 + gcc/testsuite/gdc.test/runnable/helloUTF8.d | 10 + gcc/testsuite/gdc.test/runnable/hospital.d | 251 + gcc/testsuite/gdc.test/runnable/ice10086a.d | 6 + gcc/testsuite/gdc.test/runnable/ice10086b.d | 6 + gcc/testsuite/gdc.test/runnable/ice10857.d | 3 + gcc/testsuite/gdc.test/runnable/ice15030.d | 92 + gcc/testsuite/gdc.test/runnable/ice15138.d | 11 + gcc/testsuite/gdc.test/runnable/ice15176.d | 9 + gcc/testsuite/gdc.test/runnable/ice15200.d | 11 + gcc/testsuite/gdc.test/runnable/ice4481.d | 10 + gcc/testsuite/gdc.test/runnable/ifti.d | 120 + gcc/testsuite/gdc.test/runnable/implicit.d | 481 + .../gdc.test/runnable/imports/A16a.d | 20 + .../gdc.test/runnable/imports/Other.d | 18 + .../gdc.test/runnable/imports/a11447.d | 14 + .../gdc.test/runnable/imports/a12010.d | 3 + .../gdc.test/runnable/imports/a12037.d | 77 + .../gdc.test/runnable/imports/a12874.d | 13 + .../gdc.test/runnable/imports/a14267.d | 19 + .../gdc.test/runnable/imports/a14992.d | 5 + .../gdc.test/runnable/imports/a15030.d | 3 + .../gdc.test/runnable/imports/a15079.d | 50 + .../gdc.test/runnable/imports/a17a.d | 7 + .../gdc.test/runnable/imports/a18a.d | 28 + .../gdc.test/runnable/imports/a19a.d | 15 + .../gdc.test/runnable/imports/a20a.d | 1 + .../gdc.test/runnable/imports/a21a.d | 21 + .../gdc.test/runnable/imports/a7595.d | 27 + .../gdc.test/runnable/imports/a9546.d | 12 + .../gdc.test/runnable/imports/a9741.d | 7 + .../gdc.test/runnable/imports/argufile.d | 146 + .../gdc.test/runnable/imports/b11447.d | 15 + .../gdc.test/runnable/imports/b15030.d | 17 + .../gdc.test/runnable/imports/b26a.d | 5 + .../gdc.test/runnable/imports/bar10378.d | 4 + .../gdc.test/runnable/imports/bug10425.d | 32 + .../gdc.test/runnable/imports/bug846.d | 39 + .../gdc.test/runnable/imports/c11447.d | 67 + .../gdc.test/runnable/imports/c22a.d | 5 + .../gdc.test/runnable/imports/c22b.d | 6 + .../gdc.test/runnable/imports/circularA.d | 30 + .../runnable/imports/depsprot_default.d | 1 + .../runnable/imports/depsprot_private.d | 1 + .../runnable/imports/depsprot_public.d | 1 + .../gdc.test/runnable/imports/extern1a.d | 4 + .../gdc.test/runnable/imports/ice10086x.d | 34 + .../gdc.test/runnable/imports/ice10086y.d | 10 + .../gdc.test/runnable/imports/ice10857a.d | 19 + .../gdc.test/runnable/imports/ice10857b.d | 14 + .../gdc.test/runnable/imports/ice15138a.d | 28 + .../gdc.test/runnable/imports/ice15176a.d | 13 + .../gdc.test/runnable/imports/ice15176b.d | 8 + .../gdc.test/runnable/imports/ice15200a.d | 13 + .../gdc.test/runnable/imports/ice15200b.d | 41 + .../gdc.test/runnable/imports/ice4481a.d | 9 + .../gdc.test/runnable/imports/ice4481b.d | 14 + .../gdc.test/runnable/imports/inc11239.d | 12 + .../gdc.test/runnable/imports/inline2a.d | 191 + .../gdc.test/runnable/imports/link10920a.d | 19 + .../gdc.test/runnable/imports/link11069x.d | 10 + .../gdc.test/runnable/imports/link11069y.d | 10 + .../gdc.test/runnable/imports/link11069z.d | 22 + .../gdc.test/runnable/imports/link11127a.d | 21 + .../gdc.test/runnable/imports/link11395a.d | 15 + .../gdc.test/runnable/imports/link12144a.d | 50 + .../gdc.test/runnable/imports/link13043a.d | 17 + .../gdc.test/runnable/imports/link13394a.d | 24 + .../gdc.test/runnable/imports/link13400a.d | 16 + .../gdc.test/runnable/imports/link13415a.d | 20 + .../gdc.test/runnable/imports/link14074x.d | 5 + .../gdc.test/runnable/imports/link14074y.d | 31 + .../gdc.test/runnable/imports/link14074z.d | 56 + .../runnable/imports/link14541traits.d | 54 + .../gdc.test/runnable/imports/link14588a.d | 15 + .../gdc.test/runnable/imports/link14814a.d | 11 + .../gdc.test/runnable/imports/link15194b.d | 7 + .../gdc.test/runnable/imports/link15194std.d | 67 + .../gdc.test/runnable/imports/link2500a.d | 9 + .../gdc.test/runnable/imports/link2500b.d | 6 + .../gdc.test/runnable/imports/link2644a.d | 9 + .../gdc.test/runnable/imports/link2644b.d | 9 + .../gdc.test/runnable/imports/link2644c.d | 5 + .../gdc.test/runnable/imports/link7745b.d | 7 + .../gdc.test/runnable/imports/link8023b.d | 2 + .../gdc.test/runnable/imports/link9571a.d | 11 + .../runnable/imports/linktypeinfo_file.d | 33 + gcc/testsuite/gdc.test/runnable/imports/m1a.d | 11 + .../gdc.test/runnable/imports/m8668a.d | 6 + .../gdc.test/runnable/imports/m8668b.d | 6 + .../gdc.test/runnable/imports/m8668c.d | 4 + .../gdc.test/runnable/imports/mangle10077.d | 9 + .../gdc.test/runnable/imports/mod2.d | 12 + .../gdc.test/runnable/imports/ovs1528a.d | 12 + .../gdc.test/runnable/imports/ovs1528b.d | 12 + .../gdc.test/runnable/imports/std11069array.d | 16 + .../runnable/imports/std11069container.d | 11 + .../gdc.test/runnable/imports/std11069range.d | 15 + .../runnable/imports/std11069typecons.d | 34 + .../runnable/imports/std11863bitmanip.d | 11 + .../gdc.test/runnable/imports/std11863conv.d | 90 + .../runnable/imports/std11863format.d | 13 + .../runnable/imports/std12010container.d | 70 + .../runnable/imports/std15017variant.d | 25 + .../gdc.test/runnable/imports/std15021conv.d | 13 + .../runnable/imports/std15021format.d | 12 + .../gdc.test/runnable/imports/std15030algo.d | 35 + .../runnable/imports/template13478a.d | 9 + .../runnable/imports/template13478b.d | 7 + .../gdc.test/runnable/imports/template2962a.d | 10 + .../gdc.test/runnable/imports/template_ovs1.d | 58 + .../gdc.test/runnable/imports/template_ovs2.d | 58 + .../gdc.test/runnable/imports/template_ovs3.d | 36 + .../gdc.test/runnable/imports/test10441b.d | 9 + .../gdc.test/runnable/imports/test10441c.d | 6 + .../gdc.test/runnable/imports/test10573a.d | 13 + .../gdc.test/runnable/imports/test10736a.d | 4 + .../gdc.test/runnable/imports/test10736b.d | 13 + .../gdc.test/runnable/imports/test10736c.d | 24 + .../gdc.test/runnable/imports/test10a.d | 9 + .../gdc.test/runnable/imports/test11039b.d | 7 + .../gdc.test/runnable/imports/test11745b.d | 17 + .../gdc.test/runnable/imports/test11931a.d | 14 + .../gdc.test/runnable/imports/test11931b.d | 21 + .../gdc.test/runnable/imports/test11931c.d | 3 + .../gdc.test/runnable/imports/test11931d.d | 30 + .../gdc.test/runnable/imports/test13a.d | 55 + .../gdc.test/runnable/imports/test14901a.d | 21 + .../gdc.test/runnable/imports/test14901b.d | 13 + .../gdc.test/runnable/imports/test14901c.d | 10 + .../gdc.test/runnable/imports/test14901d.d | 8 + .../gdc.test/runnable/imports/test21a.d | 21 + .../gdc.test/runnable/imports/test24a.d | 3 + .../gdc.test/runnable/imports/test24b.d | 3 + .../gdc.test/runnable/imports/test27a.d | 11 + .../gdc.test/runnable/imports/test29a.d | 6 + .../gdc.test/runnable/imports/test29b.d | 3 + .../gdc.test/runnable/imports/test31a.d | 6 + .../gdc.test/runnable/imports/test32a.d | 10 + .../gdc.test/runnable/imports/test35a.d | 39 + .../gdc.test/runnable/imports/test38a.d | 6 + .../gdc.test/runnable/imports/test39a.d | 13 + .../gdc.test/runnable/imports/test3a.d | 13 + .../gdc.test/runnable/imports/test3b.d | 7 + .../gdc.test/runnable/imports/test40a.d | 41 + .../gdc.test/runnable/imports/test41a.d | 12 + .../gdc.test/runnable/imports/test44a.d | 5 + .../gdc.test/runnable/imports/test45a.d | 17 + .../gdc.test/runnable/imports/test45b.d | 16 + .../gdc.test/runnable/imports/test46a.d | 15 + .../gdc.test/runnable/imports/test46b.d | 10 + .../gdc.test/runnable/imports/test46c.d | 7 + .../gdc.test/runnable/imports/test48a.d | 9 + .../gdc.test/runnable/imports/test49a.d | 28 + .../gdc.test/runnable/imports/test57a.d | 10 + .../gdc.test/runnable/imports/test57b.d | 3 + .../gdc.test/runnable/imports/test58a.d | 7 + .../gdc.test/runnable/imports/test61a.d | 6 + .../gdc.test/runnable/imports/test7494a.d | 13 + .../gdc.test/runnable/imports/test8997a.d | 6 + .../gdc.test/runnable/imports/test9271a.d | 6 + .../gdc.test/runnable/imports/testkwd_file.d | 37 + .../gdc.test/runnable/imports/testminitAA.d | 11 + .../gdc.test/runnable/imports/testminitBB.d | 11 + .../gdc.test/runnable/imports/testmod1a.d | 7 + .../gdc.test/runnable/imports/testmod1b.d | 8 + .../gdc.test/runnable/imports/testmod2a.d | 11 + .../gdc.test/runnable/imports/tlsa.d | 35 + .../imports/traits_getUnitTests_import.d | 6 + .../gdc.test/runnable/imports/ufcs5a.d | 13 + .../gdc.test/runnable/imports/ufcs5b.d | 19 + .../gdc.test/runnable/imports/ufcs5c.d | 19 + .../gdc.test/runnable/imports/ufcs5d.d | 13 + .../gdc.test/runnable/imports/ufcs5e.d | 13 + gcc/testsuite/gdc.test/runnable/inline.d | 1138 +++ gcc/testsuite/gdc.test/runnable/inline14560.d | 17 + gcc/testsuite/gdc.test/runnable/inline2.d | 21 + gcc/testsuite/gdc.test/runnable/inner.d | 918 ++ gcc/testsuite/gdc.test/runnable/integrate.d | 164 + gcc/testsuite/gdc.test/runnable/interface.d | 95 + gcc/testsuite/gdc.test/runnable/interface1.d | 203 + gcc/testsuite/gdc.test/runnable/interface2.d | 1233 +++ gcc/testsuite/gdc.test/runnable/interface3.d | 75 + gcc/testsuite/gdc.test/runnable/interpret.d | 3611 +++++++ gcc/testsuite/gdc.test/runnable/interpret2.d | 148 + gcc/testsuite/gdc.test/runnable/issue8671.d | 5 + gcc/testsuite/gdc.test/runnable/lazy.d | 310 + .../gdc.test/runnable/ldc_github_1677.d | 29 + gcc/testsuite/gdc.test/runnable/lexer.d | 91 + gcc/testsuite/gdc.test/runnable/link10425.d | 22 + gcc/testsuite/gdc.test/runnable/link10920.d | 19 + gcc/testsuite/gdc.test/runnable/link11069a.d | 13 + gcc/testsuite/gdc.test/runnable/link11069b.d | 15 + gcc/testsuite/gdc.test/runnable/link11127.d | 6 + gcc/testsuite/gdc.test/runnable/link11395.d | 13 + gcc/testsuite/gdc.test/runnable/link11931.d | 11 + gcc/testsuite/gdc.test/runnable/link12010.d | 7 + gcc/testsuite/gdc.test/runnable/link12037.d | 8 + gcc/testsuite/gdc.test/runnable/link12144.d | 20 + gcc/testsuite/gdc.test/runnable/link13043.d | 5 + gcc/testsuite/gdc.test/runnable/link13350.d | 139 + gcc/testsuite/gdc.test/runnable/link13394.d | 13 + gcc/testsuite/gdc.test/runnable/link13400.d | 13 + gcc/testsuite/gdc.test/runnable/link13415.d | 11 + gcc/testsuite/gdc.test/runnable/link13843.d | 44 + gcc/testsuite/gdc.test/runnable/link14074a.d | 21 + gcc/testsuite/gdc.test/runnable/link14074b.d | 6 + gcc/testsuite/gdc.test/runnable/link14425.d | 9 + gcc/testsuite/gdc.test/runnable/link14541.d | 42 + gcc/testsuite/gdc.test/runnable/link14588.d | 10 + gcc/testsuite/gdc.test/runnable/link14814.d | 10 + gcc/testsuite/gdc.test/runnable/link14992.d | 22 + gcc/testsuite/gdc.test/runnable/link15017.d | 45 + gcc/testsuite/gdc.test/runnable/link15021.d | 18 + gcc/testsuite/gdc.test/runnable/link15149.d | 16 + gcc/testsuite/gdc.test/runnable/link2500.d | 19 + gcc/testsuite/gdc.test/runnable/link2644.d | 14 + gcc/testsuite/gdc.test/runnable/link6574.d | 45 + gcc/testsuite/gdc.test/runnable/link7745.d | 20 + gcc/testsuite/gdc.test/runnable/link7966.d | 17 + gcc/testsuite/gdc.test/runnable/link8023.d | 19 + gcc/testsuite/gdc.test/runnable/link9571.d | 9 + .../gdc.test/runnable/linktypeinfo.d | 34 + gcc/testsuite/gdc.test/runnable/literal.d | 238 + gcc/testsuite/gdc.test/runnable/loopunroll.d | 285 + gcc/testsuite/gdc.test/runnable/m1.d | 22 + gcc/testsuite/gdc.test/runnable/manboy.d | 20 + gcc/testsuite/gdc.test/runnable/mangle.d | 582 ++ gcc/testsuite/gdc.test/runnable/mars1.d | 1725 ++++ gcc/testsuite/gdc.test/runnable/mixin1.d | 1470 +++ gcc/testsuite/gdc.test/runnable/mixin2.d | 363 + gcc/testsuite/gdc.test/runnable/mod1.d | 17 + gcc/testsuite/gdc.test/runnable/nan.d | 57 + gcc/testsuite/gdc.test/runnable/nested.d | 2806 ++++++ gcc/testsuite/gdc.test/runnable/newdel.d | 110 + gcc/testsuite/gdc.test/runnable/nogc.d | 74 + gcc/testsuite/gdc.test/runnable/nulltype.d | 185 + gcc/testsuite/gdc.test/runnable/opdisp.d | 297 + gcc/testsuite/gdc.test/runnable/opover.d | 1111 +++ gcc/testsuite/gdc.test/runnable/opover2.d | 2064 ++++ gcc/testsuite/gdc.test/runnable/opover3.d | 184 + gcc/testsuite/gdc.test/runnable/overload.d | 1252 +++ gcc/testsuite/gdc.test/runnable/pi.d | 174 + gcc/testsuite/gdc.test/runnable/polysemous.d | 71 + gcc/testsuite/gdc.test/runnable/printargs.d | 18 + gcc/testsuite/gdc.test/runnable/property.d | 50 + gcc/testsuite/gdc.test/runnable/property2.d | 611 ++ gcc/testsuite/gdc.test/runnable/s2ir.d | 97 + gcc/testsuite/gdc.test/runnable/sctor.d | 432 + gcc/testsuite/gdc.test/runnable/sdtor.d | 4656 +++++++++ gcc/testsuite/gdc.test/runnable/statictor.d | 67 + gcc/testsuite/gdc.test/runnable/stress.d | 727 ++ gcc/testsuite/gdc.test/runnable/structlit.d | 1528 +++ gcc/testsuite/gdc.test/runnable/template1.d | 2124 +++++ .../gdc.test/runnable/template13478.d | 10 + gcc/testsuite/gdc.test/runnable/template2.d | 114 + .../gdc.test/runnable/template2962.d | 30 + gcc/testsuite/gdc.test/runnable/template3.d | 241 + gcc/testsuite/gdc.test/runnable/template4.d | 1166 +++ gcc/testsuite/gdc.test/runnable/template6.d | 445 + gcc/testsuite/gdc.test/runnable/template8.d | 128 + gcc/testsuite/gdc.test/runnable/template9.d | 4967 ++++++++++ gcc/testsuite/gdc.test/runnable/test10.d | 13 + gcc/testsuite/gdc.test/runnable/test10378.d | 13 + gcc/testsuite/gdc.test/runnable/test10441.d | 10 + gcc/testsuite/gdc.test/runnable/test10573.d | 4 + gcc/testsuite/gdc.test/runnable/test10736.d | 4 + gcc/testsuite/gdc.test/runnable/test10942.d | 26 + gcc/testsuite/gdc.test/runnable/test11.d | 1392 +++ gcc/testsuite/gdc.test/runnable/test11039.d | 23 + gcc/testsuite/gdc.test/runnable/test11239.d | 11 + gcc/testsuite/gdc.test/runnable/test11447a.d | 11 + gcc/testsuite/gdc.test/runnable/test11447b.d | 11 + gcc/testsuite/gdc.test/runnable/test11447c.d | 11 + gcc/testsuite/gdc.test/runnable/test11745.d | 14 + gcc/testsuite/gdc.test/runnable/test11863.d | 10 + gcc/testsuite/gdc.test/runnable/test12.d | 1249 +++ gcc/testsuite/gdc.test/runnable/test12197.d | 12 + gcc/testsuite/gdc.test/runnable/test12874.d | 18 + gcc/testsuite/gdc.test/runnable/test13.d | 13 + gcc/testsuite/gdc.test/runnable/test13504.d | 11 + gcc/testsuite/gdc.test/runnable/test13613.d | 74 + gcc/testsuite/gdc.test/runnable/test13944.d | 36 + gcc/testsuite/gdc.test/runnable/test14613.d | 19 + gcc/testsuite/gdc.test/runnable/test14874.d | 38 + gcc/testsuite/gdc.test/runnable/test14901.d | 20 + gcc/testsuite/gdc.test/runnable/test14903.d | 86 + gcc/testsuite/gdc.test/runnable/test15.d | 1441 +++ gcc/testsuite/gdc.test/runnable/test15079.d | 5 + gcc/testsuite/gdc.test/runnable/test15913.d | 7 + gcc/testsuite/gdc.test/runnable/test16.d | 386 + gcc/testsuite/gdc.test/runnable/test16115.d | 38 + gcc/testsuite/gdc.test/runnable/test16640.d | 11 + gcc/testsuite/gdc.test/runnable/test16980.d | 22 + gcc/testsuite/gdc.test/runnable/test17.d | 43 + gcc/testsuite/gdc.test/runnable/test17072.d | 13 + gcc/testsuite/gdc.test/runnable/test17073.d | 13 + gcc/testsuite/gdc.test/runnable/test17338.d | 25 + gcc/testsuite/gdc.test/runnable/test17684.d | 132 + gcc/testsuite/gdc.test/runnable/test17899.d | 19 + gcc/testsuite/gdc.test/runnable/test19.d | 480 + gcc/testsuite/gdc.test/runnable/test20.d | 1297 +++ gcc/testsuite/gdc.test/runnable/test21.d | 10 + gcc/testsuite/gdc.test/runnable/test22.d | 1308 +++ gcc/testsuite/gdc.test/runnable/test23.d | 1575 ++++ gcc/testsuite/gdc.test/runnable/test24.d | 10 + gcc/testsuite/gdc.test/runnable/test27.d | 13 + gcc/testsuite/gdc.test/runnable/test28.d | 1320 +++ gcc/testsuite/gdc.test/runnable/test29.d | 13 + gcc/testsuite/gdc.test/runnable/test3.d | 41 + gcc/testsuite/gdc.test/runnable/test30.d | 10 + gcc/testsuite/gdc.test/runnable/test31.d | 18 + gcc/testsuite/gdc.test/runnable/test32.d | 11 + gcc/testsuite/gdc.test/runnable/test34.d | 1311 +++ gcc/testsuite/gdc.test/runnable/test3449.d | 112 + gcc/testsuite/gdc.test/runnable/test3574a.d | 13 + gcc/testsuite/gdc.test/runnable/test3574b.d | 13 + gcc/testsuite/gdc.test/runnable/test3574c.d | 13 + gcc/testsuite/gdc.test/runnable/test3574d.d | 13 + gcc/testsuite/gdc.test/runnable/test36.d | 109 + gcc/testsuite/gdc.test/runnable/test37.d | 13 + gcc/testsuite/gdc.test/runnable/test38.d | 13 + gcc/testsuite/gdc.test/runnable/test4.d | 1503 +++ gcc/testsuite/gdc.test/runnable/test40.d | 16 + gcc/testsuite/gdc.test/runnable/test41.d | 29 + gcc/testsuite/gdc.test/runnable/test42.d | 6494 +++++++++++++ gcc/testsuite/gdc.test/runnable/test42a.d | 315 + gcc/testsuite/gdc.test/runnable/test435.d | 143 + gcc/testsuite/gdc.test/runnable/test45.d | 31 + gcc/testsuite/gdc.test/runnable/test46.d | 6 + gcc/testsuite/gdc.test/runnable/test48.d | 43 + gcc/testsuite/gdc.test/runnable/test49.d | 12 + gcc/testsuite/gdc.test/runnable/test5.d | 65 + gcc/testsuite/gdc.test/runnable/test52.d | 29 + gcc/testsuite/gdc.test/runnable/test5305.d | 7 + gcc/testsuite/gdc.test/runnable/test57.d | 10 + gcc/testsuite/gdc.test/runnable/test58.d | 9 + gcc/testsuite/gdc.test/runnable/test5943.d | 77 + gcc/testsuite/gdc.test/runnable/test60.d | 22 + gcc/testsuite/gdc.test/runnable/test61.d | 11 + gcc/testsuite/gdc.test/runnable/test6423.d | 25 + gcc/testsuite/gdc.test/runnable/test7.d | 734 ++ gcc/testsuite/gdc.test/runnable/test7452.d | 75 + gcc/testsuite/gdc.test/runnable/test7453.d | 14 + gcc/testsuite/gdc.test/runnable/test7494.d | 20 + gcc/testsuite/gdc.test/runnable/test7511.d | 421 + gcc/testsuite/gdc.test/runnable/test7595.d | 26 + gcc/testsuite/gdc.test/runnable/test7603.d | 30 + gcc/testsuite/gdc.test/runnable/test7618.d | 17 + gcc/testsuite/gdc.test/runnable/test7932.d | 31 + gcc/testsuite/gdc.test/runnable/test8.d | 977 ++ gcc/testsuite/gdc.test/runnable/test8182.d | 16 + gcc/testsuite/gdc.test/runnable/test8544.d | 17 + gcc/testsuite/gdc.test/runnable/test8997.d | 15 + gcc/testsuite/gdc.test/runnable/test9259.d | 13 + gcc/testsuite/gdc.test/runnable/test9271.d | 14 + gcc/testsuite/gdc.test/runnable/test9309.d | 37 + gcc/testsuite/gdc.test/runnable/test9495.d | 31 + gcc/testsuite/gdc.test/runnable/testaa.d | 1385 +++ gcc/testsuite/gdc.test/runnable/testaa2.d | 292 + gcc/testsuite/gdc.test/runnable/testaa3.d | 374 + gcc/testsuite/gdc.test/runnable/testabi.d | 926 ++ gcc/testsuite/gdc.test/runnable/testappend.d | 68 + .../gdc.test/runnable/testargtypes.d | 113 + gcc/testsuite/gdc.test/runnable/testarray.d | 65 + gcc/testsuite/gdc.test/runnable/testassign.d | 1199 +++ .../gdc.test/runnable/testbitarray.d | 16 + gcc/testsuite/gdc.test/runnable/testbounds.d | 510 + .../gdc.test/runnable/testbounds_off.d | 27 + .../gdc.test/runnable/testbounds_on.d | 27 + .../gdc.test/runnable/testbounds_safeonly.d | 27 + gcc/testsuite/gdc.test/runnable/testclass.d | 78 + gcc/testsuite/gdc.test/runnable/testconst.d | 3881 ++++++++ .../gdc.test/runnable/testconstsection.d | 61 + .../gdc.test/runnable/testcontracts.d | 1057 +++ gcc/testsuite/gdc.test/runnable/testdstress.d | 932 ++ gcc/testsuite/gdc.test/runnable/testdt.d | 172 + gcc/testsuite/gdc.test/runnable/testenum.d | 447 + gcc/testsuite/gdc.test/runnable/testfile.d | 24 + gcc/testsuite/gdc.test/runnable/testformat.d | 125 + gcc/testsuite/gdc.test/runnable/testgc2.d | 45 + gcc/testsuite/gdc.test/runnable/testgc3.d | 24 + .../gdc.test/runnable/testinvariant.d | 188 + gcc/testsuite/gdc.test/runnable/testkeyword.d | 152 + gcc/testsuite/gdc.test/runnable/testline.d | 43 + gcc/testsuite/gdc.test/runnable/testmain.d | 5 + gcc/testsuite/gdc.test/runnable/testminit.d | 20 + gcc/testsuite/gdc.test/runnable/testmmfile.d | 119 + gcc/testsuite/gdc.test/runnable/testmod1.d | 13 + gcc/testsuite/gdc.test/runnable/testmod2.d | 12 + gcc/testsuite/gdc.test/runnable/testmodule.d | 21 + gcc/testsuite/gdc.test/runnable/testpic.d | 54 + gcc/testsuite/gdc.test/runnable/testptrref.d | 168 + gcc/testsuite/gdc.test/runnable/testreturn.d | 200 + .../gdc.test/runnable/testrightthis.d | 687 ++ gcc/testsuite/gdc.test/runnable/testsafe.d | 507 + gcc/testsuite/gdc.test/runnable/testscope.d | 364 + gcc/testsuite/gdc.test/runnable/testscope2.d | 248 + gcc/testsuite/gdc.test/runnable/testsignals.d | 113 + gcc/testsuite/gdc.test/runnable/testsocket.d | 50 + gcc/testsuite/gdc.test/runnable/teststdio.d | 33 + gcc/testsuite/gdc.test/runnable/testswitch.d | 738 ++ gcc/testsuite/gdc.test/runnable/testthread.d | 63 + gcc/testsuite/gdc.test/runnable/testthread2.d | 108 + gcc/testsuite/gdc.test/runnable/testtypeid.d | 686 ++ gcc/testsuite/gdc.test/runnable/testv.d | 147 + gcc/testsuite/gdc.test/runnable/tls.d | 99 + gcc/testsuite/gdc.test/runnable/tls_dup.d | 104 + gcc/testsuite/gdc.test/runnable/traits.d | 1572 ++++ .../runnable/traits_getPointerBitmap.d | 268 + .../gdc.test/runnable/traits_getUnitTests.d | 76 + .../runnable/traits_getVirtualIndex.d | 100 + gcc/testsuite/gdc.test/runnable/uda.d | 488 + gcc/testsuite/gdc.test/runnable/ufcs.d | 858 ++ gcc/testsuite/gdc.test/runnable/uniformctor.d | 157 + gcc/testsuite/gdc.test/runnable/untag.d | 189 + gcc/testsuite/gdc.test/runnable/variadic.d | 1174 +++ gcc/testsuite/gdc.test/runnable/version.d | 67 + gcc/testsuite/gdc.test/runnable/warning1.d | 191 + gcc/testsuite/gdc.test/runnable/wc.d | 50 + gcc/testsuite/gdc.test/runnable/wc2.d | 74 + gcc/testsuite/gdc.test/runnable/wc3.d | 72 + gcc/testsuite/gdc.test/runnable/xdtor.d | 86 + gcc/testsuite/gdc.test/runnable/xpostblit.d | 77 + gcc/testsuite/gdc.test/runnable/xtest46.d | 8285 +++++++++++++++++ gcc/testsuite/gdc.test/runnable/xtest55.d | 24 + gcc/testsuite/gdc.test/runnable/xtestenum.d | 165 + 2246 files changed, 175575 insertions(+)