Mercurial > projects > ldc
changeset 187:bde2bb731323 trunk
[svn r203] moving tests into separate folder, added readme
author | ChristianK |
---|---|
date | Thu, 08 May 2008 22:49:28 +0200 |
parents | 395223f9875e |
children | 7949d3dd0341 |
files | tests/README tests/dmd-1.029 tests/llvmdc-2008-05-07 tests/reference/dmd-1.029 tests/reference/llvmdc-2008-05-07 |
diffstat | 5 files changed, 86491 insertions(+), 86480 deletions(-) [+] |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/tests/README Thu May 08 22:49:28 2008 +0200 @@ -0,0 +1,11 @@ +Use +./runtest tmp-sensible-name +to run tests for llvmdc. +Move into reference/ subfolder and add to svn if desired. + +Use +./findregressions old-test-resultfile tmp-sensible-name +to find changes. + +Recommended: +./findregressions tmp reference/llvmdc-something | grep -v "PASS -> XFAIL" | sort > tmp-new-regressions
--- a/tests/dmd-1.029 Thu May 08 22:32:22 2008 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,43232 +0,0 @@ ->>>> VERSION <<<< -Do, 8 Mai 2008 22:04:14 +0200 -Linux 2.6.23-gentoo-r8 i686 -Digital Mars D Compiler v1.029 -Copyright (c) 1999-2008 by Digital Mars written by Walter Bright -Documentation: http://www.digitalmars.com/d/1.0/index.html -Usage: - dmd files.d ... { -switch } - - files.d D source files - -c do not link - -cov do code coverage analysis - -D generate documentation - -Dddocdir write documentation file to docdir directory - -Dffilename write documentation file to filename - -d allow deprecated features - -debug compile in debug code - -debug=level compile in debug code <= level - -debug=ident compile in debug code identified by ident - -debuglib=name set symbolic debug library to name - -defaultlib=name set default library to name - -g add symbolic debug info - -gc add symbolic debug info, pretend to be C - -H generate 'header' file - -Hdhdrdir write 'header' file to hdrdir directory - -Hffilename write 'header' file to filename - --help print help - -Ipath where to look for imports - -ignore ignore unsupported pragmas - -inline do function inlining - -Jpath where to look for string imports - -Llinkerflag pass linkerflag to link - -nofloat do not emit reference to floating point - -O optimize - -o- do not write object file - -odobjdir write object files to directory objdir - -offilename name output file to filename - -op do not strip paths from source file - -profile profile runtime performance of generated code - -quiet suppress unnecessary messages - -release compile release version - -run srcfile args... run resulting program, passing args - -unittest compile in unit tests - -v verbose - -v1 D language version 1 - -version=level compile in version code >= level - -version=ident compile in version code identified by ident - -w enable warnings -Error: unrecognized switch '--version' -<<<< VERSION >>>> -cc crashRun.c -o crashRun -cc dstress.c -o dstress -rm -f -rm -f -echo '#!/bin/sh' > compile.sh -find compile -type f | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress compile" >> compile.sh -chmod +x compile.sh -./compile.sh 2>> /home/sequoh/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/abstract_13.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/abstract_13.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/abstract_18_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/abstract_18_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/abstract_18_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/abstract_18_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/abstract_18_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/abstract_18_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/abstract_18_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/abstract_18_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/alias_40_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/alias_40_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/alias_40_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/alias_40_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/alias_42_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/alias_42_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/alias_42_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/alias_42_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/array_initialization_33_A.d -Error: out of memory -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/a/array_initialization_33_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/array_initialization_33_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/array_initialization_33_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/array_initialization_33_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/array_initialization_33_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/array_initialization_33_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/array_initialization_33_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/array_initialization_33_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/array_initialization_33_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_I.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_I.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_J.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_K.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_L.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_L.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_M.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_N.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_N.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_01_O.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_01_O.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_invlpg_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_invlpg_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_offset_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_offset_02_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_offset_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_offset_02_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_rdmsr_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_rdmsr_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_rdpmc_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_rdpmc_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_rdtsc_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_rdtsc_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_rsm_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_rsm_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_sti_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_sti_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_sysenter_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_sysenter_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_sysexit_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_sysexit_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_ud2_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_ud2_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_ud2_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_ud2_01.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_wbinvd_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_wbinvd_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/asm_wrmsr_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/asm_wrmsr_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_14_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_14_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_14_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_14_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_14_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_14_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_14_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_14_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_14_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_14_J.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_19_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_19_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_19_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_19_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_20_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_20_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/a/assert_20_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/a/assert_20_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/alias_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/alias_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/align_04.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/align_04.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bool_07_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bool_07_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bool_07_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bool_07_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bool_07_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bool_07_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_20050510_A1.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_20050510_A1.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_20050510_B1.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_20050510_B1.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_20050510_C1.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_20050510_C1.d -compile: /home/sequoh/d/bin/dmd addon/bug_20050903_X.d addon/bug_20050903_Y.d -od./obj/_648C -c compile/b/bug_20050903_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_20050903_A.d -compile: /home/sequoh/d/bin/dmd addon/bug_20050903_Y.d addon/bug_20050903_X.d -od./obj/_6493 -c compile/b/bug_20050903_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_20050903_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_cgcod_1497_A2.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_A2.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_cgcod_1497_B2.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_B2.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_cgcod_1497_C2.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_C2.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_cgcod_1497_D2.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_D2.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_cgcod_1497_F2.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_cgcod_1497_F2.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_dcodegen_2933_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_dcodegen_2933_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_d_irstate_244_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_d_irstate_244_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_d_irstate_244_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_d_irstate_244_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_d_irstate_244_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_d_irstate_244_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_145_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_e2ir_145_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_520_B.d -compile/b/bug_e2ir_520_B.d(18): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_520_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_772_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_e2ir_772_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_772_H.d -compile/b/bug_e2ir_772_H.d(16): Error: void has no value -compile/b/bug_e2ir_772_H.d(16): Error: incompatible types for ((T()) == (3)): 'void' and 'int' -compile/b/bug_e2ir_772_H.d(16): static assert ((T()) == 3) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_772_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_772_I.d -compile/b/bug_e2ir_772_I.d(20): template instance B!(A) does not match any template declaration -compile/b/bug_e2ir_772_I.d(20): Error: void has no value -compile/b/bug_e2ir_772_I.d(20): Error: incompatible types for ((B!(A)) == (3)): 'void' and 'int' -compile/b/bug_e2ir_772_I.d(20): static assert (B!(A) == 3) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/b/bug_e2ir_772_I.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_e2ir_772_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_e2ir_772_J.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_expression_4420_A.d -dmd: expression.c:4842: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed. -EXIT CODE: 6 - -Torture-Sub-1/32-ERROR: compile/b/bug_expression_4420_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_expression_4420_B.d -dmd: expression.c:4842: virtual Expression* DotIdExp::semantic(Scope*): Assertion `0' failed. -EXIT CODE: 6 - -Torture-Sub-1/32-ERROR: compile/b/bug_expression_4420_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/b/bug_expression_4420_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/b/bug_expression_4420_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/bug_cgcod_1445_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/bug_cgcod_1445_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/bug_dsymbol_611_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/bug_dsymbol_611_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/bug_e2ir_1158_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/bug_e2ir_1158_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cast_33_A.d -compile/c/cast_33_A.d(15): Error: incompatible types for (("abcd") == (['a','b','c','d'])): 'ubyte[]' and 'char[4u]' -compile/c/cast_33_A.d(15): Error: array comparison type mismatch, ubyte vs char -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/cast_33_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cast_33_B.d -compile/c/cast_33_B.d(15): Error: incompatible types for (([cast(ubyte)'a',cast(ubyte)'b',cast(ubyte)'c',cast(ubyte)'d']) == (['a','b','c','d'])): 'ubyte[]' and 'char[4u]' -compile/c/cast_33_B.d(15): Error: array comparison type mismatch, ubyte vs char -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/cast_33_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cdouble_11_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/cdouble_11_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cdouble_12_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/cdouble_12_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cdouble_12_B.d -compile/c/cdouble_12_B.d(25): Error: void has no value -compile/c/cdouble_12_B.d(25): Error: incompatible types for ((getImaginaryPart!((1+2i))) == (2)): 'void' and 'double' -compile/c/cdouble_12_B.d(25): static assert (getImaginaryPart!((1+2i)) == 2) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/cdouble_12_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cfloat_11_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/cfloat_11_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cfloat_12_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/cfloat_12_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/cfloat_12_B.d -compile/c/cfloat_12_B.d(25): Error: void has no value -compile/c/cfloat_12_B.d(25): Error: incompatible types for ((getImaginaryPart!((1F+2Fi))) == (2)): 'void' and 'float' -compile/c/cfloat_12_B.d(25): static assert (getImaginaryPart!((1F+2Fi)) == 2F) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/cfloat_12_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/character_literal_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/character_literal_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/character_literal_01_B.d -compile/c/character_literal_01_B.d(9): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/character_literal_01_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/character_literal_01_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/character_literal_01_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/character_literal_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/character_literal_02_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/class_24_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/class_24_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/class_24_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/class_24_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_40_A.d -compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of A -compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of cast(uint)A -compile/c/const_40_B.d(14): Error: Integer constant expression expected instead of cast(uint)A -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/const_40_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_40_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_40_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_40_C.d -compile/c/const_40_C.d(12): Error: identifier 'A' is not defined -compile/c/const_40_C.d(12): Error: index is not a type or an expression -compile/c/const_40_D.d(14): Error: identifier 'A' is not defined -compile/c/const_40_D.d(14): Error: index is not a type or an expression -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/const_40_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_40_D.d -compile/c/const_40_C.d(12): Error: identifier 'A' is not defined -compile/c/const_40_C.d(12): Error: index is not a type or an expression -compile/c/const_40_D.d(14): Error: identifier 'A' is not defined -compile/c/const_40_D.d(14): Error: index is not a type or an expression -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/const_40_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_41_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_41_A.d -compile: /home/sequoh/d/bin/dmd compile/c/const_42_B.d -od./obj/_658A -c compile/c/const_42_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_42_A.d -compile: /home/sequoh/d/bin/dmd compile/c/const_42_A.d -od./obj/_6591 -c compile/c/const_42_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_42_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_43_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_43_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_43_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_43_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_43_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_43_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_43_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_43_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_44_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_44_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_44_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_44_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_44_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_44_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/const_46_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/const_46_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/creal_36_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/creal_36_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/creal_37_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/c/creal_37_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/c/creal_37_B.d -compile/c/creal_37_B.d(25): Error: void has no value -compile/c/creal_37_B.d(25): Error: incompatible types for ((getImaginaryPart!((1L+2Li))) == (2)): 'void' and 'real' -compile/c/creal_37_B.d(25): static assert (getImaginaryPart!((1L+2Li)) == 2L) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/c/creal_37_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/const_12.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/const_12.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/const_13.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/const_13.d -compile: /home/sequoh/d/bin/dmd -version=ö本 -od./obj/_65E6 -c compile/d/debug_12_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/d/debug_12_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/delegate_13.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/delegate_13.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_46_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_46_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_46_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_46_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_46_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_46_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_46_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_46_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_48_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_48_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_48_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_48_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_48_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_48_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_48_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_48_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/e/enum_51_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/e/enum_51_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/empty_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/empty_01.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/enum_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/enum_05.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/enum_12.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/enum_12.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/eol_comment_07.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/eol_comment_07.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/eol_comment_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/eol_comment_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/eol_comment_09.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/eol_comment_09.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/extern_01.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/extern_02.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/extern_03.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_04.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/extern_04.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_07.d -compile/extern_07.d(16): basic type expected, not extern -compile/extern_07.d(16): found 'extern' when expecting ')' -compile/extern_07.d(16): found 'function' when expecting '.' following 'int' -compile/extern_07.d(16): found '(' when expecting identifier following 'int.' -compile/extern_07.d(16): C style cast illegal, use cast(C)0 -compile/extern_07.d(16): found ')' when expecting ';' following 'statement' -compile/extern_07.d(16): found ')' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/extern_07.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/extern_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/extern_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/float_literal_dec_18_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/float_literal_dec_18_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/foreach_30_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/foreach_30_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/foreach_30_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/foreach_30_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_13_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/forward_reference_13_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_13_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/forward_reference_13_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_13_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/forward_reference_13_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_13_D.d -compile/f/forward_reference_13_D.d(22): mixin forward reference of foo -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/f/forward_reference_13_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_13_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/forward_reference_13_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_18_A.d -compile/f/forward_reference_18_A.d(13): template instance forward reference to template declaration T(FOO) -compile/f/forward_reference_18_A.d(13): Error: T!(int) is used as a type -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_18_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/f/forward_reference_18_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_18_C.d -compile/f/forward_reference_18_C.d(12): template instance forward reference to template declaration Template(T) -compile/f/forward_reference_18_C.d(12): Error: Template!(int) is used as a type -compile/f/forward_reference_18_C.d(12): variable dstress.compile.f.forward_reference_18_D.stack voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/f/forward_reference_18_D.d -compile/f/forward_reference_18_D.d(13): Error: Template!(int) is used as a type -compile/f/forward_reference_18_D.d(13): variable dstress.compile.f.forward_reference_18_D.stack voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/f/forward_reference_18_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/for_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/for_03.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/forward_reference_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/forward_reference_01.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/forward_reference_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/forward_reference_02.d -compile: /home/sequoh/d/bin/dmd addon/forward_reference_03_A.d addon/forward_reference_03_B.d -od./obj/_66E9 -c compile/forward_reference_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/forward_reference_03.d -compile: /home/sequoh/d/bin/dmd addon/forward_reference_03_B.d addon/forward_reference_03_A.d -od./obj/_66F0 -c compile/forward_reference_04.d -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_A.d(15): Error: no property 'Foo' for type 'addon.forward_reference_03_B.MyClassB' -addon/forward_reference_03_A.d(15): Error: MyClassB.Foo is used as a type -addon/forward_reference_03_A.d(15): variable addon.forward_reference_03_A.MyClassA.foo voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/forward_reference_04.d -compile: /home/sequoh/d/bin/dmd addon/forward_reference_03_A.d -od./obj/_66F7 -c compile/forward_reference_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/forward_reference_05.d -compile: /home/sequoh/d/bin/dmd addon/forward_reference_03_B.d -od./obj/_66FE -c compile/forward_reference_06.d -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_B.d(14): class addon.forward_reference_03_B.MyClassB is forward referenced when looking for 'Foo' -addon/forward_reference_03_A.d(15): Error: no property 'Foo' for type 'addon.forward_reference_03_B.MyClassB' -addon/forward_reference_03_A.d(15): Error: MyClassB.Foo is used as a type -addon/forward_reference_03_A.d(15): variable addon.forward_reference_03_A.MyClassA.foo voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/forward_reference_06.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/html_empty_01.html -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/html_empty_01.html -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/html_empty_02.html -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/html_empty_02.html -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_M.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_13_N.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_13_N.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_A.d -compile/i/import_17_B.d(13): Error: identifier 'C' is not defined -compile/i/import_17_B.d(13): Error: C is used as a type -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/import_17_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_17_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_17_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_17_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_17_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/import_17_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/import_17_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/inerpret_05_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/inerpret_05_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/inerpret_05_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/inerpret_05_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/interpret_05_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/interpret_05_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/interpret_05_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/interpret_05_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/interpret_06_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/interpret_06_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/interpret_06_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/interpret_06_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/is_15_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/is_15_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_C.d -compile/i/is_15_C.d(13): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_D.d -compile/i/is_15_D.d(12): template instance forward reference to template declaration I(T) -compile/i/is_15_D.d(12): Error: I!(C) is used as a type -compile/i/is_15_D.d(12): class dstress.compile.i.is_15_D.C base type must be class or interface, not void -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_E.d -compile/i/is_15_E.d(12): template instance forward reference to template declaration I(T) -compile/i/is_15_E.d(12): Error: I!(C) is used as a type -compile/i/is_15_E.d(12): class dstress.compile.i.is_15_E.C base type must be class or interface, not void -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/is_15_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_G.d -compile/i/is_15_G.d(14): template instance forward reference to template declaration I(T) -compile/i/is_15_G.d(14): Error: I!(C) is used as a type -compile/i/is_15_G.d(14): class dstress.compile.i.is_15_G.C base type must be class or interface, not void -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/i/is_15_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_I.d -compile/i/is_15_I.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_I.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_J.d -compile/i/is_15_J.d(13): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_J.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_15_K.d -compile/i/is_15_K.d(16): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_15_K.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_16_A.d -compile/i/is_16_A.d(17): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_16_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_16_B.d -compile/i/is_16_B.d(17): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_16_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_16_C.d -compile/i/is_16_C.d(17): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_16_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_17_A.d -compile/i/is_17_A.d(17): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_17_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/i/is_17_B.d -compile/i/is_17_B.d(15): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/i/is_17_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/inline_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/inline_03.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/interface_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/interface_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/interface_09.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/interface_09.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/interface_19.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/interface_19.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/interface_20.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/interface_20.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/interface_21.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/interface_21.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/l/lazy_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/l/lazy_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/l/lazy_01_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/l/lazy_01_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/l/lazy_01_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/l/lazy_01_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/mixin_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/mixin_01.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/main_06.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/main_06.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_16_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_16_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_17_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_17_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_C.d -compile/m/mangleof_19_C.d(13): enum dstress.compile.m.mangleof_19_C.main.Apple!(tree).Basket enum Basket must have at least one member -compile/m/mangleof_19_C.d(22): template instance dstress.compile.m.mangleof_19_C.main.Apple!(tree) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/m/mangleof_19_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mangleof_19_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mangleof_19_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_21_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_21_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_29_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_29_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_32_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_32_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_32_B.d -compile/m/mixin_32_B.d(16): Error: foo!() is used as a type -compile/m/mixin_32_B.d(16): variable dstress.compile.m.mixin_32_B.bar voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/m/mixin_32_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_35_A.d -compile/m/mixin_35_A.d(18): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/m/mixin_35_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_35_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_35_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_35_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_35_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/mixin_35_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/mixin_35_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/module_05_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/module_05_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/module_05_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/module_05_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/m/module_05_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/m/module_05_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/n/nested_function_08_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/n/nested_function_08_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/odd_bug_12_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/odd_bug_12_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/odd_bug_12_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/odd_bug_12_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/odd_bug_16_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/odd_bug_16_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/offsetof_81_A.d -compile/o/offsetof_81_A.d(22): Error: no property 'offsetof' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/o/offsetof_81_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCast_05_A.d -compile/o/opCast_05_A.d(21): Error: undefined identifier proto -compile/o/opCast_05_A.d(21): Error: no property 'i' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/o/opCast_05_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_21_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_21_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_22_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_22_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_23_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_23_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_23_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_23_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_23_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_23_F.d -compile/o/opCat_23_F.d(22): static assert ((null.length) == 0u) is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/o/opCat_23_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_25_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_25_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_25_B.d -compile/o/opCat_25_B.d(15): static assert (null ~ ['d'] == "d") is not evaluatable at compile time -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/o/opCat_25_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_26_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_26_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCat_26_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCat_26_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCatAssign_22_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCatAssign_22_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCatAssign_22_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCatAssign_22_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCmp_09_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCmp_09_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opCmp_09_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opCmp_09_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_06_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_06_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/opEquals_07_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/opEquals_07_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/outer_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/outer_02_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/overload_17_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/overload_17_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/o/overload_17_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/o/overload_17_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/p/pragma_msg_02_A.d -dmd: mtype.c:573: virtual Expression* Type::getProperty(Loc, Identifier*): Assertion `deco' failed. -EXIT CODE: 6 - -Torture-Sub-1/32-ERROR: compile/p/pragma_msg_02_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/p/pragma_msg_02_B.d -i -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/p/pragma_msg_02_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/pragma_lib_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/pragma_lib_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/pragma_lib_09.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/pragma_lib_09.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/pragma_lib_10.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/pragma_lib_10.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/r/return_10_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/r/return_10_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/sizeof_12.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/sizeof_12.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/scope_07_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/scope_07_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/scope_07_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/scope_07_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/scope_07_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/scope_07_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_01_A.d -compile/s/stringof_01_A.d(12): Error: identifier 'undefined' is not defined -compile/s/stringof_01_A.d(12): Error: undefined is used as a type -compile/s/stringof_01_A.d(12): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/stringof_02_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/stringof_02_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_C.d -compile/s/stringof_02_C.d(7): Error: identifier 'Foo' is not defined -compile/s/stringof_02_C.d(7): Error: Foo is used as a type -compile/s/stringof_02_C.d(7): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_02_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_D.d -compile/s/stringof_02_D.d(7): Error: identifier 'Foo.bar' is not defined -compile/s/stringof_02_D.d(7): Error: Foo.bar is used as a type -compile/s/stringof_02_D.d(7): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_02_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_E.d -compile/s/stringof_02_E.d(7): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_02_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_F.d -compile/s/stringof_02_F.d(7): Error: undefined identifier bar -compile/s/stringof_02_F.d(7): Error: function expected before (), not bar of type int -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_02_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/stringof_02_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/s/stringof_02_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/stringof_02_I.d -compile/s/stringof_02_I.d(11): function dstress.compile.s.stringof_02_I.bar is used as a type -compile/s/stringof_02_I.d(11): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/stringof_02_I.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/struct_30_C.d -compile/s/struct_30_C.d(25): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/struct_30_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/s/struct_30_D.d -compile/s/struct_30_D.d(24): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/s/struct_30_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/struct_16.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/struct_16.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/struct_18.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/struct_18.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/struct_21.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/struct_21.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/struct_22.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/struct_22.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/template_class_08.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/template_class_08.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/template_struct_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/template_struct_02.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_35_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_35_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_35_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_35_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_35_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_35_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_41_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_41_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_43_A.d -compile/t/template_43_A.d(18): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/template_43_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_43_B.d -compile/t/template_43_B.d(18): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/template_43_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_44_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_44_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_44_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_44_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_48_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_48_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_50_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_50_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_50_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_50_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_53_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_53_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_53_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_53_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_53_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_53_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_53_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_53_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_55_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_55_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_59_A.d -compile/t/template_59_A.d(17): Error: T is used as a type -compile/t/template_59_A.d(17): template instance Foo!(void[1u]) does not match any template declaration -compile/t/template_59_A.d(17): variable dstress.compile.t.template_59_A.Bar!("asd",1).Bar voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/template_59_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/template_59_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/template_59_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_04_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_04_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_05_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_05_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_05_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_05_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_05_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_05_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_05_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_05_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_07_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_07_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_07_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_07_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_07_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_07_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_08_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_08_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_09_G.d -compile/t/tuple_09_G.d(13): mixin dstress.compile.t.tuple_09_G.Tuple!(int).Tuple!() recursive mixin instantiation -compile/t/tuple_09_G.d(16): mixin dstress.compile.t.tuple_09_G.Tuple!(int) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/tuple_09_G.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_09_H.d -compile/t/tuple_09_H.d(13): mixin dstress.compile.t.tuple_09_H.Tuple!(int).Tuple.Tuple!() recursive mixin instantiation -compile/t/tuple_09_H.d(16): mixin dstress.compile.t.tuple_09_H.Tuple!(int) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/tuple_09_H.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_09_I.d -compile/t/tuple_09_I.d(13): mixin dstress.compile.t.tuple_09_I.Tuple!(int).Tuple.Tuple!() recursive mixin instantiation -compile/t/tuple_09_I.d(16): mixin dstress.compile.t.tuple_09_I.Tuple!(int) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/tuple_09_I.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_14_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_14_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_18_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_18_F.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_21_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_21_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_21_B.d -compile/t/tuple_21_B.d(14): alias dstress.compile.t.tuple_21_B.removeSpace!(" Hello you !",6).removeSpace cannot alias an expression "Hello you !" -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/tuple_21_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/tuple_26_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/tuple_26_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typedef_24_A.d -compile/t/typedef_24_A.d(14): Error: cannot implicitly convert expression (0) of type int to U -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/typedef_24_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typedef_24_B.d -compile/t/typedef_24_B.d(12): Error: cannot implicitly convert expression (0) of type int to U -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/typedef_24_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_10_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/typeof_10_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_10_B.d -compile/t/typeof_10_B.d(12): struct dstress.compile.t.typeof_10_B.Foo unable to resolve forward reference in definition -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/typeof_10_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_10_C.d -compile/t/typeof_10_C.d(12): struct dstress.compile.t.typeof_10_C.Foo unable to resolve forward reference in definition -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/typeof_10_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_10_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/typeof_10_D.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_11_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/typeof_11_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_15_A.d -compile/t/typeof_15_A.d(20): found '!' when expecting ')' -compile/t/typeof_15_A.d(20): found '(' when expecting ';' -compile/t/typeof_15_A.d(20): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: compile/t/typeof_15_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_15_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/typeof_15_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/t/typeof_15_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/t/typeof_15_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/typedef_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/typedef_05.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/union_10.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/union_10.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/unittest_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/unittest_02.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/u/unittest_10_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/u/unittest_10_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/u/unittest_10_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/u/unittest_10_B.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/u/unittest_10_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/u/unittest_10_C.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/variadic_argument_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/variadic_argument_02.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/variadic_argument_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/variadic_argument_03.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/v/VENDOR_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/v/VENDOR_01_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/v/VERSION_01_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/v/VERSION_01_A.d -compile: /home/sequoh/d/bin/dmd -version=ö本 -od./obj/_6C88 -c compile/v/version_39_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/v/version_39_A.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/v/void_04_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/v/void_04_E.d -compile: /home/sequoh/d/bin/dmd -od./obj -c compile/v/void_07_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-PASS: compile/v/void_07_A.d -rm -f -echo '#!/bin/sh' > nocompile.sh -find nocompile -type f | grep -v ".svn" | sort -f | xargs -n 1 echo "./dstress nocompile" >> nocompile.sh -chmod +x nocompile.sh -./nocompile.sh 2>> /home/sequoh/eigenes/projekte/llvmdc/llvmdc/tests/dstress/log.txt -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/1_source.html -nocompile/1_source.html: module 1_source has non-identifier characters in filename, use module declaration instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/1_source.html -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/2_source.d -nocompile/2_source.d: module 2_source has non-identifier characters in filename, use module declaration instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/2_source.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/abstract_14.d -nocompile/a/abstract_14.d(23): Error: cannot create instance of abstract class B -nocompile/a/abstract_14.d(23): Error: function test is abstract -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/abstract_14.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/abstract_15.d -nocompile/a/abstract_15.d(22): Error: cannot create instance of abstract class B -nocompile/a/abstract_15.d(22): Error: function test is abstract -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/abstract_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_18.d -nocompile/a/alias_18.d(13): alias dstress.nocompile.a.alias_18.mInt cannot be const -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_19.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_20.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_21.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_22.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_22.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_23.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_25_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_25_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_25_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_25_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_25_C.d -nocompile/a/alias_25_C.d(18): alias addon.alias_25_Z.iDeprecated is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_25_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_26_A.d -nocompile/a/alias_26_A.d(16): function dstress.nocompile.a.alias_26_A.main conflicts with alias dstress.nocompile.a.alias_26_A.a at nocompile/a/alias_26_A.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_26_B.d -nocompile/a/alias_26_B.d(13): alias dstress.nocompile.a.alias_26_B.a conflicts with alias dstress.nocompile.a.alias_26_B.a at nocompile/a/alias_26_B.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_26_C.d -nocompile/a/alias_26_C.d(16): function dstress.nocompile.a.alias_26_C.main conflicts with alias dstress.nocompile.a.alias_26_C.a at nocompile/a/alias_26_C.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_26_D.d -nocompile/a/alias_26_D.d(16): function dstress.nocompile.a.alias_26_D.main conflicts with alias dstress.nocompile.a.alias_26_D.a at nocompile/a/alias_26_D.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_26_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_A.d -nocompile/a/alias_28_A.d(16): Error: need 'this' to access member i -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_B.d -nocompile/a/alias_28_B.d(16): Error: no property 'x' for type 'A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_C.d -nocompile/a/alias_28_C.d(17): Error: no property 'x' for type 'A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_D.d -nocompile/a/alias_28_D.d(17): Error: no property 'x' for type 'dstress.nocompile.a.alias_28_D.A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_E.d -nocompile/a/alias_28_E.d(16): Error: no property 'x' for type 'dstress.nocompile.a.alias_28_E.A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_28_F.d -nocompile/a/alias_28_F.d(16): Error: need 'this' to access member i -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_28_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_29_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_29_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_29_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_29_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_A.d -nocompile/a/alias_30_A.d(17): alias Foo recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_B.d -nocompile/a/alias_30_B.d(17): alias Foo recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_C.d -nocompile/a/alias_30_C.d(17): alias Foo recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_D.d -nocompile/a/alias_30_D.d(16): alias dstress.nocompile.a.alias_30_D.Foo conflicts with template dstress.nocompile.a.alias_30_D.Foo(TYPE) at nocompile/a/alias_30_D.d(13) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_E.d -nocompile/a/alias_30_E.d(16): alias dstress.nocompile.a.alias_30_E.Foo conflicts with template dstress.nocompile.a.alias_30_E.Foo(TYPE) at nocompile/a/alias_30_E.d(13) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_F.d -nocompile/a/alias_30_F.d(16): alias dstress.nocompile.a.alias_30_F.Foo conflicts with template dstress.nocompile.a.alias_30_F.Foo(TYPE) at nocompile/a/alias_30_F.d(13) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_G.d -nocompile/a/alias_30_G.d(14): alias dstress.nocompile.a.alias_30_G.a recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_J.d -nocompile/a/alias_30_J.d(14): alias dstress.nocompile.a.alias_30_J.a recursive alias declaration -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/a/alias_30_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_K.d -nocompile/a/alias_30_K.d(14): alias dstress.nocompile.a.alias_30_K.a recursive alias declaration -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/a/alias_30_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_30_L.d -nocompile/a/alias_30_L.d(14): alias dstress.nocompile.a.alias_30_L.a recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_30_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_33_A.d -nocompile/a/alias_33_A.d(13): Error: identifier 'UNDEFINED' is not defined -nocompile/a/alias_33_A.d(15): Error: identifier 'UNDEFINED' is not defined -nocompile/a/alias_33_A.d(15): Error: UNDEFINED is used as a type -nocompile/a/alias_33_A.d(15): variable dstress.nocompile.a.alias_33_A.x voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_33_B.d -nocompile/a/alias_33_B.d(13): Error: identifier 'UNDEFINED' is not defined -nocompile/a/alias_33_B.d(13): Error: UNDEFINED is used as a type -nocompile/a/alias_33_B.d(13): variable dstress.nocompile.a.alias_33_B.x voids have no value -nocompile/a/alias_33_B.d(15): Error: identifier 'UNDEFINED' is not defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_33_C.d -nocompile/a/alias_33_C.d(14): Error: identifier 'ALIAS' is not defined -nocompile/a/alias_33_C.d(14): Error: ALIAS is used as a type -nocompile/a/alias_33_C.d(14): variable dstress.nocompile.a.alias_33_C.main.x voids have no value -nocompile/a/alias_33_C.d(16): Error: identifier 'UNDEFINED' is not defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_33_D.d -nocompile/a/alias_33_D.d(14): Error: identifier 'UNDEFINED' is not defined -nocompile/a/alias_33_D.d(16): Error: identifier 'UNDEFINED' is not defined -nocompile/a/alias_33_D.d(16): Error: UNDEFINED is used as a type -nocompile/a/alias_33_D.d(16): variable dstress.nocompile.a.alias_33_D.main.x voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_33_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_34_A.d -nocompile/a/alias_34_A.d(13): Error: identifier 'Foo' is not defined -nocompile/a/alias_34_A.d(13): Error: Foo is used as a type -nocompile/a/alias_34_A.d(13): Error: cannot have parameter of type void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_34_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_34_B.d -nocompile/a/alias_34_B.d(13): Error: identifier 'Foo' is not defined -nocompile/a/alias_34_B.d(13): Error: Foo is used as a type -nocompile/a/alias_34_B.d(13): Error: cannot have parameter of type void -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/alias_34_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_35_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/alias_35_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_36_A.d -nocompile/a/alias_36_A.d(22): template instance foo is not a template declaration, it is a function alias -nocompile/a/alias_36_A.d(22): Error: foo!(long) has no effect -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/alias_36_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_36_B.d -nocompile/a/alias_36_B.d(22): template instance foo is not a template declaration, it is a function alias -nocompile/a/alias_36_B.d(22): Error: foo!(long) has no effect -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_36_C.d -nocompile/a/alias_36_C.d(22): mixin foo isn't a template -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_36_D.d -nocompile/a/alias_36_D.d(22): Error: dstress.nocompile.a.alias_36_D.bar!(long).foo at nocompile/a/alias_36_D.d(14) conflicts with dstress.nocompile.a.alias_36_D.bar!(char).foo at nocompile/a/alias_36_D.d(14) -nocompile/a/alias_36_D.d(22): template instance foo is not a template declaration, it is a function -nocompile/a/alias_36_D.d(22): Error: foo!(int) has no effect -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_36_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_36_E.d -nocompile/a/alias_36_E.d(22): function alias dstress.nocompile.a.alias_36_E.foo called with argument types: - () -matches both: - dstress.nocompile.a.alias_36_E.bar!(long).foo() -and: - dstress.nocompile.a.alias_36_E.bar!(char).foo() -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/alias_36_E.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_37_A.d -nocompile/a/alias_37_A.d(17): variable dstress.nocompile.a.alias_37_A.bar.x cannot be declared to be a function -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_37_B.d -nocompile/a/alias_37_B.d(17): Error: can't have array of short(byte) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_37_C.d -nocompile/a/alias_37_C.d(16): Error: can't have array of short(byte) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_37_D.d -nocompile/a/alias_37_D.d(16): variable dstress.nocompile.a.alias_37_D.x cannot be declared to be a function -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_37_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_39_A.d -nocompile/a/alias_39_A.d(21): Error: identifier 'y' is not defined -nocompile/a/alias_39_A.d(21): mixin Foo!(int) does not match any template declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_39_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_39_B.d -nocompile/a/alias_39_B.d(21): mixin Foo!(y) cannot resolve forward reference -nocompile/a/alias_39_B.d(21): mixin Foo!(y) cannot resolve forward reference -nocompile/a/alias_39_B.d(16): Error: mixin 'Foo!(y)' is not a variable -nocompile/a/alias_39_B.d(21): mixin dstress.nocompile.a.alias_39_B.test.Foo!(y) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_39_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_41_A.d -nocompile/a/alias_41_A.d(14): struct dstress.nocompile.a.alias_41_A.Foo conflicts with alias dstress.nocompile.a.alias_41_A.Bar at nocompile/a/alias_41_A.d(18) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/alias_41_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_41_B.d -nocompile/a/alias_41_B.d(14): struct dstress.nocompile.a.alias_41_B.Foo conflicts with alias dstress.nocompile.a.alias_41_B.Bar at nocompile/a/alias_41_B.d(18) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_41_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/alias_42_C.d -nocompile/a/alias_42_C.d(16): Error: identifier 'Int' is not defined -nocompile/a/alias_42_C.d(16): template instance Alias!(int) does not match any template declaration -nocompile/a/alias_42_C.d(16): Error: Alias!(int) is used as a type -nocompile/a/alias_42_C.d(16): variable dstress.nocompile.a.alias_42_C.x voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/alias_42_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_10.d -nocompile/a/array_initialization_10.d(14): Error: index 67108863 overflow for static array -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_18_A.d -nocompile/a/array_initialization_18_A.d(13): Error: too many initializers, 4, for array[3] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_18_B.d -nocompile/a/array_initialization_18_B.d(13): Error: too many initializers, 4, for array[3] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_19.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/array_initialization_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_A.d -nocompile/a/array_initialization_22_A.d(11): expression expected, not ']' -nocompile/a/array_initialization_22_A.d(11): found 'x' when expecting ']' -nocompile/a/array_initialization_22_A.d(11): no identifier for declarator char[*0] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_B.d -nocompile/a/array_initialization_22_B.d(11): expression expected, not ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_C.d -nocompile/a/array_initialization_22_C.d(11): expression expected, not ',' -nocompile/a/array_initialization_22_C.d(11): expression expected, not ']' -nocompile/a/array_initialization_22_C.d(11): found 'x' when expecting ']' -nocompile/a/array_initialization_22_C.d(11): no identifier for declarator char[0 , 0] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_D.d -nocompile/a/array_initialization_22_D.d(11): expression expected, not '...' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_E.d -nocompile/a/array_initialization_22_E.d(11): expression expected, not '..' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_F.d -nocompile/a/array_initialization_22_F.d(11): identifier expected following '.', not ']' -nocompile/a/array_initialization_22_F.d(11): found 'x' when expecting ']' -nocompile/a/array_initialization_22_F.d(11): no identifier for declarator char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_G.d -nocompile/a/array_initialization_22_G.d(11): expression expected, not ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_H.d -nocompile/a/array_initialization_22_H.d(11): expression expected, not ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_22_I.d -nocompile/a/array_initialization_22_I.d(11): expression expected, not ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_22_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_24.d -nocompile/a/array_initialization_24.d(11): Error: a struct is not a valid initializer for a char*[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_29_A.d -nocompile/a/array_initialization_29_A.d(14): Error: a struct is not a valid initializer for a int[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_29_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_A.d -nocompile/a/array_initialization_31_A.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_B.d -nocompile/a/array_initialization_31_B.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_C.d -nocompile/a/array_initialization_31_C.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_D.d -nocompile/a/array_initialization_31_D.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_E.d -nocompile/a/array_initialization_31_E.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/array_initialization_31_F.d -nocompile/a/array_initialization_31_F.d(14): Error: cannot use array to initialize int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/array_initialization_31_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/arrayOp_01.d -nocompile/a/arrayOp_01.d(15): Error: incompatible types for ((x[]) + (8)): 'int[]' and 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/arrayOp_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/as_01_A.d -nocompile/a/as_01_A.d(16): found 'as' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/as_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/as_01_B.d -nocompile/a/as_01_B.d(16): found 'as' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/as_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/as_01_C.d -nocompile/a/as_01_C.d(16): found 'as' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/as_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/as_01_D.d -nocompile/a/as_01_D.d(16): found 'as' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/as_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_A.d -nocompile/a/asm_02_A.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_B.d -nocompile/a/asm_02_B.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_C.d -nocompile/a/asm_02_C.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_D.d -nocompile/a/asm_02_D.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_E.d -nocompile/a/asm_02_E.d(27): static assert "DSTRESS{XFAIL}: no X86 inline ASM support" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_02_F.d -nocompile/a/asm_02_F.d(23): asm statements must end in ';' -nocompile/a/asm_02_F.d(26): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_A.d -nocompile/a/asm_fnsave_02_A.d(12): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_C.d -nocompile/a/asm_fnsave_02_C.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_D.d -nocompile/a/asm_fnsave_02_D.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_E.d -nocompile/a/asm_fnsave_02_E.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_F.d -nocompile/a/asm_fnsave_02_F.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_G.d -nocompile/a/asm_fnsave_02_G.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_H.d -nocompile/a/asm_fnsave_02_H.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_I.d -nocompile/a/asm_fnsave_02_I.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_J.d -nocompile/a/asm_fnsave_02_J.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_L.d -nocompile/a/asm_fnsave_02_L.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_M.d -nocompile/a/asm_fnsave_02_M.d(14): bad type/size of operands 'fnsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnsave_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnsave_02_N.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fnsave_02_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnstcw_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fnstcw_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnstcw_02_B.d -nocompile/a/asm_fnstcw_02_B.d(15): bad type/size of operands 'fnstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnstcw_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnstcw_02_C.d -nocompile/a/asm_fnstcw_02_C.d(15): bad type/size of operands 'fnstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnstcw_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fnstcw_02_D.d -nocompile/a/asm_fnstcw_02_D.d(12): bad type/size of operands 'fnstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fnstcw_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_I.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_L.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frndint_02_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frndint_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_A.d -nocompile/a/asm_frstor_02_A.d(12): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_C.d -nocompile/a/asm_frstor_02_C.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_D.d -nocompile/a/asm_frstor_02_D.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_E.d -nocompile/a/asm_frstor_02_E.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_F.d -nocompile/a/asm_frstor_02_F.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_G.d -nocompile/a/asm_frstor_02_G.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_H.d -nocompile/a/asm_frstor_02_H.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_I.d -nocompile/a/asm_frstor_02_I.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_J.d -nocompile/a/asm_frstor_02_J.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_L.d -nocompile/a/asm_frstor_02_L.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_M.d -nocompile/a/asm_frstor_02_M.d(14): bad type/size of operands 'frstor' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_frstor_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_frstor_02_N.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_frstor_02_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_A.d -nocompile/a/asm_fsave_02_A.d(12): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_C.d -nocompile/a/asm_fsave_02_C.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_D.d -nocompile/a/asm_fsave_02_D.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_E.d -nocompile/a/asm_fsave_02_E.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_F.d -nocompile/a/asm_fsave_02_F.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_G.d -nocompile/a/asm_fsave_02_G.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_H.d -nocompile/a/asm_fsave_02_H.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_I.d -nocompile/a/asm_fsave_02_I.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_J.d -nocompile/a/asm_fsave_02_J.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_L.d -nocompile/a/asm_fsave_02_L.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_M.d -nocompile/a/asm_fsave_02_M.d(14): bad type/size of operands 'fsave' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fsave_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsave_02_N.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsave_02_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_I.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_L.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fscale_02_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fscale_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_I.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_L.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsin_02_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsin_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_I.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_J.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_K.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_L.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsincos_02_M.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsincos_02_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fsqrt_02_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fsqrt_02_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_A.d -nocompile/a/asm_fst_02_A.d(12): bad type/size of operands 'fst' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fst_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_C.d -nocompile/a/asm_fst_02_C.d(14): bad type/size of operands 'fst' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fst_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fst_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fst_02_F.d -nocompile/a/asm_fst_02_F.d(20): bad type/size of operands 'fst' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fst_02_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstcw_02_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fstcw_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstcw_02_B.d -nocompile/a/asm_fstcw_02_B.d(15): bad type/size of operands 'fstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstcw_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstcw_02_C.d -nocompile/a/asm_fstcw_02_C.d(15): bad type/size of operands 'fstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstcw_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstcw_02_D.d -nocompile/a/asm_fstcw_02_D.d(12): bad type/size of operands 'fstcw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstcw_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstp_02_A.d -nocompile/a/asm_fstp_02_A.d(12): bad type/size of operands 'fstp' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstp_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstp_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstp_02_C.d -nocompile/a/asm_fstp_02_C.d(14): bad type/size of operands 'fstp' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_fstp_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstp_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_fstp_02_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_fstp_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_jmp_03_A.d -Error: undefined label foo -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/a/asm_jmp_03_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_loop_02_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_loop_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_loop_02_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/a/asm_loop_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_movq_02_Q.d -nocompile/a/asm_movq_02_Q.d(28): bad type/size of operands '0 size' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_movq_02_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_movq_02_R.d -nocompile/a/asm_movq_02_R.d(28): bad type/size of operands '0 size' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_movq_02_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_movq_02_S.d -nocompile/a/asm_movq_02_S.d(28): bad type/size of operands '0 size' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_movq_02_S.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_movq_02_T.d -nocompile/a/asm_movq_02_T.d(28): bad type/size of operands '0 size' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_movq_02_T.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_movq_02_U.d -nocompile/a/asm_movq_02_U.d(28): bad type/size of operands '0 size' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_movq_02_U.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/asm_st_01_A.d -nocompile/a/asm_st_01_A.d(23): undefined identifier 'st' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/asm_st_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_11_A.d -nocompile/a/assert_11_A.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_11_B.d -nocompile/a/assert_11_B.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_11_C.d -nocompile/a/assert_11_C.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_11_D.d -nocompile/a/assert_11_D.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_11_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_14_B.d -nocompile/a/assert_14_B.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_14_C.d -nocompile/a/assert_14_C.d(15): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_14_F.d -nocompile/a/assert_14_F.d(16): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_14_H.d -nocompile/a/assert_14_H.d(15): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_14_I.d -nocompile/a/assert_14_I.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_14_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/assert_17_B.d -nocompile/a/assert_17_B.d(9): static assert "ome" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/assert_17_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/associative_array_22_A.d -nocompile/a/associative_array_22_A.d(14): Error: non-constant expression [4:5,10:6,69:30] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/associative_array_22_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_01_A.d -nocompile/a/at_01_A.d(11): unsupported char '@' -nocompile/a/at_01_A.d(11): no identifier for declarator int -nocompile/a/at_01_A.d(11): semicolon expected, not 'int' -nocompile/a/at_01_A.d(11): no identifier for declarator int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_01_B.d -nocompile/a/at_01_B.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_01_C.d -nocompile/a/at_01_C.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_01_D.d -nocompile/a/at_01_D.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_02_A.d -nocompile/a/at_02_A.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_02_B.d -nocompile/a/at_02_B.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/at_02_C.d -nocompile/a/at_02_C.d(11): unsupported char '@' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/at_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/auto_09.d -nocompile/a/auto_09.d(14): basic type expected, not { -nocompile/a/auto_09.d(14): no identifier for declarator int -nocompile/a/auto_09.d(14): semicolon expected, not '{' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/auto_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/a/auto_15_A.d -nocompile/a/auto_15_A.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/a/auto_15_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_05.d -nocompile/abstract_05.d(15): constructor dstress.nocompile.abstract_05.Base.this non-virtual functions cannot be abstract -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_06.d -nocompile/abstract_06.d(18): Error: cannot create instance of abstract class A -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_08.d -nocompile/abstract_08.d(19): Error: cannot create instance of abstract class A -nocompile/abstract_08.d(19): Error: function test is abstract -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_09.d -nocompile/abstract_09.d(15): variable dstress.nocompile.abstract_09.A.a abstract cannot be applied to variable -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_11.d -nocompile/abstract_11.d(14): variable dstress.nocompile.abstract_11.a abstract cannot be applied to variable -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/abstract_12.d -nocompile/abstract_12.d(14): struct dstress.nocompile.abstract_12.MyStruct structs, unions cannot be abstract -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/abstract_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alias_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/alias_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alias_15.d -nocompile/alias_15.d(27): Error: need 'this' to access member foo -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/alias_15.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alias_16.d -nocompile/alias_16.d(27): Error: need 'this' to access member foo -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/alias_16.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alias_17.d -nocompile/alias_17.d(17): variable dstress.nocompile.alias_17._test is aliased to a function -nocompile/alias_17.d(21): function dstress.nocompile.alias_17.test () does not match parameter types (int) -nocompile/alias_17.d(21): Error: expected 0 arguments, not 1 -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/alias_17.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/align_02.d -nocompile/align_02.d(8): integer expected, not - -nocompile/align_02.d(8): found '1' when expecting ')' -nocompile/align_02.d(8): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/align_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alignof_01.d -nocompile/alignof_01.d(14): function dstress.nocompile.alignof_01.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/alignof_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alignof_02.d -nocompile/alignof_02.d(14): variable dstress.nocompile.alignof_02.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/alignof_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alignof_03.d -nocompile/alignof_03.d(14): variable dstress.nocompile.alignof_03.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/alignof_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/alignof_04.d -nocompile/alignof_04.d(14): function dstress.nocompile.alignof_04.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/alignof_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/argument_01.d -nocompile/argument_01.d(11): function dstress.nocompile.argument_01.test parameter test.t is already defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/argument_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/argument_02.d -nocompile/argument_02.d(11): function dstress.nocompile.argument_02.test parameter test.t is already defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/argument_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/argument_03.d -nocompile/argument_03.d(16): default argument expected for unsigned -nocompile/argument_03.d(16): found 'ubyte' when expecting ')' -nocompile/argument_03.d(16): semicolon expected following function declaration -nocompile/argument_03.d(16): no identifier for declarator lala2 -nocompile/argument_03.d(16): semicolon expected, not ')' -nocompile/argument_03.d(16): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/argument_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/argument_04.d -nocompile/argument_04.d(16): found 'ubyte' when expecting ')' -nocompile/argument_04.d(16): semicolon expected following function declaration -nocompile/argument_04.d(16): no identifier for declarator lala2 -nocompile/argument_04.d(16): semicolon expected, not ')' -nocompile/argument_04.d(16): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/argument_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/argument_05.d -nocompile/argument_05.d(16): found 'ubyte' when expecting ')' -nocompile/argument_05.d(16): semicolon expected following function declaration -nocompile/argument_05.d(16): no identifier for declarator lala2 -nocompile/argument_05.d(16): semicolon expected, not ')' -nocompile/argument_05.d(16): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/argument_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_04.d -nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of t -nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t -nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t -nocompile/array_initialization_04.d(19): Error: Integer constant expression expected instead of cast(uint)t -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_08.d -nocompile/array_initialization_08.d(14): Error: index 67108863 overflow for static array -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_09.d -nocompile/array_initialization_09.d(14): Error: index -2147483648 overflow for static array -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_11.d -nocompile/array_initialization_11.d(14): Error: index 67108863 overflow for static array -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_12.d -nocompile/array_initialization_12.d(14): Error: array dimension 2147483648 exceeds max of 2147483648 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_13.d -nocompile/array_initialization_13.d(14): Error: array initializers as expressions are not allowed -nocompile/array_initialization_13.d(14): Error: array dimension 2147483649 exceeds max of 2147483648 -nocompile/array_initialization_13.d(14): Error: array initializers as expressions are not allowed -nocompile/array_initialization_13.d(14): variable dstress.nocompile.array_initialization_13.main.a is not a static and cannot have static initializer -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/array_initialization_14.d -nocompile/array_initialization_14.d(14): Error: array dimension 2147483649 exceeds max of 2147483648 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/array_initialization_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/assert_03.d -nocompile/assert_03.d(10): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/assert_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/assert_08.d -nocompile/assert_08.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/assert_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/assert_09.d -nocompile/assert_09.d(14): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/assert_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/associative_array_01.d -nocompile/associative_array_01.d(11): Error: k.length is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/associative_array_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/associative_array_03.d -nocompile/associative_array_03.d(13): Error: cannot implicitly convert expression (asso) of type int[uint] to int[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/associative_array_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/associative_array_04.d -nocompile/associative_array_04.d(13): Error: cannot implicitly convert expression (array) of type int[] to int[uint] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/associative_array_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/associative_array_05.d -nocompile/associative_array_05.d(19): Error: [i] has no effect in expression (array["zwei"]) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/associative_array_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/associative_array_06.d -nocompile/associative_array_06.d(12): Error: can't have associative array key of void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/associative_array_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bang_01_B.d -nocompile/b/bang_01_B.d(7): #line integer ["filespec"]\n expected -nocompile/b/bang_01_B.d(7): semicolon expected, not 'bar' -nocompile/b/bang_01_B.d(9): no identifier for declarator bar -nocompile/b/bang_01_B.d(9): semicolon expected, not 'module' -nocompile/b/bang_01_B.d(9): Declaration expected, not 'module' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bang_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bang_01_C.d -nocompile/b/bang_01_C.d(9): #line integer ["filespec"]\n expected -nocompile/b/bang_01_C.d(9): semicolon expected, not 'bar' -nocompile/b/bang_01_C.d(11): no identifier for declarator bar -nocompile/b/bang_01_C.d(11): semicolon expected, not 'module' -nocompile/b/bang_01_C.d(11): Declaration expected, not 'module' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bang_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bang_02_C.d -nocompile/b/bang_02_C.d(15): no identifier for declarator x -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bang_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/base_01_A.d -nocompile/b/base_01_A.d(19): Error: undefined identifier base -nocompile/b/base_01_A.d(19): Error: undefined identifier base -nocompile/b/base_01_A.d(19): Error: no property 'test' for type 'int' -nocompile/b/base_01_A.d(19): Error: function expected before (), not 1 of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/base_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/base_01_B.d -nocompile/b/base_01_B.d(19): Error: undefined identifier base -nocompile/b/base_01_B.d(19): Error: undefined identifier base -nocompile/b/base_01_B.d(19): Error: no property 'foo' for type 'int' -nocompile/b/base_01_B.d(19): Error: function expected before (), not 1 of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/base_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bool_02.d -nocompile/b/bool_02.d(10): Error: cannot implicitly convert expression (2) of type int to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bool_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_11_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/break_11_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_11_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/break_11_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_11_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/break_11_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_11_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/break_11_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_13_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/break_13_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/break_13_B.d -nocompile/b/break_13_B.d(21): Error: enclosing label 'block' for break not found -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/break_13_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_20060620_A.d -nocompile/b/bug_20060620_A.d(13): Error: non-constant expression cast(int)"bar" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_20060620_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_20060620_B.d -nocompile/b/bug_20060620_B.d(13): Error: cannot implicitly convert expression ("bar") of type char[3u] to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_20060620_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_A1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_A1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_A2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_A2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_A3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_A3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_B1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_B1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_B2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_B2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_B3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_B3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_C1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_C1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_C2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_C2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_C3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_C3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_D1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_D1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_D2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_D2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_D3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_D3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_E1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_E1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_E2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_E2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_E3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_E3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_F1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_F1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_F2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_F2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_F3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_F3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_G1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_G1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_G2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_G2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_G3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_G3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_H1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_H1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_H2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_H2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_H3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_H3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_I1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_I1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_I2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_I2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_I3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_I3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_J1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_J1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_J2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_J2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_J3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_J3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_K1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_K1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_K2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_K2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_K3.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_K3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_L1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_L1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_L2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_L2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_L3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_L3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_M1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_M1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_M2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_M2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_M3.d -Internal error: ../ztc/cgcod.c 563 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_cgcod_562_M3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_N1.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_N1.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_N2.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_N2.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcod_562_N3.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cgcod_562_N3.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcs_354_A.d -nocompile/b/bug_cgcs_354_A.d(16): Error: e2ir: cannot cast from int* to ubyte[4u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cgcs_354_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cgcs_354_B.d -nocompile/b/bug_cgcs_354_B.d(17): Error: e2ir: cannot cast from int* to ubyte[4u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cgcs_354_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_A.d -nocompile/b/bug_cod1_1656_A.d(18): Error: void has no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cod1_1656_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_C.d -nocompile/b/bug_cod1_1656_C.d(18): Error: expression f() of type void does not have a boolean value -nocompile/b/bug_cod1_1656_C.d(18): Error: expression f() || 0 is void and has no value -nocompile/b/bug_cod1_1656_C.d(18): Error: cannot implicitly convert expression (f() || 0) of type void to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_D.d -nocompile/b/bug_cod1_1656_D.d(18): Error: expression f() of type void does not have a boolean value -nocompile/b/bug_cod1_1656_D.d(18): Error: expression f() || 1 is void and has no value -nocompile/b/bug_cod1_1656_D.d(18): Error: cannot implicitly convert expression (f() || 1) of type void to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_E.d -nocompile/b/bug_cod1_1656_E.d(18): Error: expression f() of type void does not have a boolean value -nocompile/b/bug_cod1_1656_E.d(18): Error: expression f() && 0 is void and has no value -nocompile/b/bug_cod1_1656_E.d(18): Error: cannot implicitly convert expression (f() && 0) of type void to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_F.d -nocompile/b/bug_cod1_1656_F.d(18): Error: expression f() of type void does not have a boolean value -nocompile/b/bug_cod1_1656_F.d(18): Error: expression f() && 1 is void and has no value -nocompile/b/bug_cod1_1656_F.d(18): Error: cannot implicitly convert expression (f() && 1) of type void to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_G.d -nocompile/b/bug_cod1_1656_G.d(18): Error: void has no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_1656_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_1656_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/b/bug_cod1_1656_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_2504_A.d -nocompile/b/bug_cod1_2504_A.d(17): Error: cannot append type C[1u] to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_2504_B.d -nocompile/b/bug_cod1_2504_B.d(17): Error: cannot change reference to static array 'c' -nocompile/b/bug_cod1_2504_B.d(17): Error: cannot append type C[1u] to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_2504_C.d -nocompile/b/bug_cod1_2504_C.d(17): Error: cannot change reference to static array 'c' -nocompile/b/bug_cod1_2504_C.d(17): Error: cannot append type C[1u] to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2504_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_cod1_2521_A.d -nocompile/b/bug_cod1_2521_A.d(21): Error: expression bar() is void and has no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_cod1_2521_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_e2ir_1786_A.d -nocompile/b/bug_e2ir_1786_A.d(19): Error: need member function opCmp() for interface dtsress.nocompile.b.bug_e2ir_1786_A.SomeInterface to compare -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_1786_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_e2ir_2452_A.d -nocompile/b/bug_e2ir_2452_A.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_A.C to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_e2ir_2452_C.d -nocompile/b/bug_e2ir_2452_C.d(17): Error: cannot change reference to static array 'c' -nocompile/b/bug_e2ir_2452_C.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_C.C to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_e2ir_2452_D.d -nocompile/b/bug_e2ir_2452_D.d(17): Error: cannot change reference to static array 'c' -nocompile/b/bug_e2ir_2452_D.d(17): Error: cannot append type dstress.nocompile.b.bug_e2ir_2452_D.C to type C[1u] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_e2ir_2452_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_1135_A.d -nocompile/b/bug_expression_1135_A.d(16): Error: undefined identifier toad -nocompile/b/bug_expression_1135_A.d(16): function dstress.nocompile.b.bug_expression_1135_A.frog (void*) does not match parameter types (int) -nocompile/b/bug_expression_1135_A.d(16): Error: cannot implicitly convert expression (0) of type int to void* -nocompile/b/bug_expression_1135_A.d(16): Error: cannot implicitly convert expression (frog(cast(void*)0u)) of type void* to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_1135_B.d -nocompile/b/bug_expression_1135_B.d(16): Error: undefined identifier toad -nocompile/b/bug_expression_1135_B.d(16): Error: cannot implicitly convert expression (frog(null)) of type void* to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_1135_C.d -nocompile/b/bug_expression_1135_C.d(16): function dstress.nocompile.b.bug_expression_1135_C.frog (void*) does not match parameter types (int) -nocompile/b/bug_expression_1135_C.d(16): Error: cannot implicitly convert expression (0) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_1135_D.d -nocompile/b/bug_expression_1135_D.d(16): function dstress.nocompile.b.bug_expression_1135_D.frog (void*) does not match parameter types (int) -nocompile/b/bug_expression_1135_D.d(16): Error: cannot implicitly convert expression (0) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1135_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_1904_A.d -nocompile/b/bug_expression_1904_A.d(19): Error: A is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_1904_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_C.d -nocompile/b/bug_expression_5818_C.d(15): function object.Object.opCmp (Object) does not match parameter types (uint) -nocompile/b/bug_expression_5818_C.d(15): Error: cannot implicitly convert expression (test) of type uint to object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_D.d -nocompile/b/bug_expression_5818_D.d(16): function object.Object.opCmp (Object) does not match parameter types (uint) -nocompile/b/bug_expression_5818_D.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object -nocompile/b/bug_expression_5818_D.d(26): template instance dstress.nocompile.b.bug_expression_5818_D.X!(MyStruct) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_E.d -nocompile/b/bug_expression_5818_E.d(16): Error: incompatible types for ((test) > (val)): 'uint' and 'Y' -nocompile/b/bug_expression_5818_E.d(16): Error: need member function opCmp() for struct Y to compare -nocompile/b/bug_expression_5818_E.d(26): template instance dstress.nocompile.b.bug_expression_5818_E.X!(Y) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_F.d -nocompile/b/bug_expression_5818_F.d(16): function object.Object.opCmp (Object) does not match parameter types (uint) -nocompile/b/bug_expression_5818_F.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object -nocompile/b/bug_expression_5818_F.d(26): template instance dstress.nocompile.b.bug_expression_5818_F.X!(Y) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_G.d -nocompile/b/bug_expression_5818_G.d(16): function object.Object.opCmp (Object) does not match parameter types (uint) -nocompile/b/bug_expression_5818_G.d(16): Error: cannot implicitly convert expression (test) of type uint to object.Object -nocompile/b/bug_expression_5818_G.d(26): template instance dstress.nocompile.b.bug_expression_5818_G.X!(Y) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5818_H.d -nocompile/b/bug_expression_5818_H.d(16): Error: incompatible types for ((test) > (val)): 'uint' and 'Y' -nocompile/b/bug_expression_5818_H.d(16): Error: need member function opCmp() for struct Y to compare -nocompile/b/bug_expression_5818_H.d(26): template instance dstress.nocompile.b.bug_expression_5818_H.X!(Y) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5818_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_expression_5981_A.d -nocompile/b/bug_expression_5981_A.d(18): Error: g!("") has no effect -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_expression_5981_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_2622_A.d -nocompile/b/bug_template_2622_A.d(21): template instance foo!(f) does not match any template declaration -nocompile/b/bug_template_2622_A.d(24): template instance dstress.nocompile.b.bug_template_2622_A.bar!(f) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_template_2622_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_2622_B.d -nocompile/b/bug_template_2622_B.d(20): template instance foo!(i) does not match any template declaration -nocompile/b/bug_template_2622_B.d(23): template instance dstress.nocompile.b.bug_template_2622_B.bar!(i) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_template_2622_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_610_A.d -nocompile/b/bug_template_610_A.d(20): template dstress.nocompile.b.bug_template_610_A.A(alias T) does not match any template declaration -nocompile/b/bug_template_610_A.d(20): template dstress.nocompile.b.bug_template_610_A.A(alias T) cannot deduce template function from argument types (int) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_610_B.d -nocompile/b/bug_template_610_B.d(21): template dstress.nocompile.b.bug_template_610_B.A(alias T) does not match any template declaration -nocompile/b/bug_template_610_B.d(21): template dstress.nocompile.b.bug_template_610_B.A(alias T) cannot deduce template function from argument types (int) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_610_D.d -nocompile/b/bug_template_610_D.d(22): template dstress.nocompile.b.bug_template_610_D.A(alias T) does not match any template declaration -nocompile/b/bug_template_610_D.d(22): template dstress.nocompile.b.bug_template_610_D.A(alias T) cannot deduce template function from argument types (int) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_D.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_template_610_E.d -nocompile/b/bug_template_610_E.d(21): template dstress.nocompile.b.bug_template_610_E.A(alias T) does not match any template declaration -nocompile/b/bug_template_610_E.d(21): template dstress.nocompile.b.bug_template_610_E.A(alias T) cannot deduce template function from argument types (int) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/b/bug_template_610_E.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tocsym_142_A.d -nocompile/b/bug_tocsym_142_A.d(22): Error: need 'this' for address of s -nocompile/b/bug_tocsym_142_A.d(22): Error: need 'this' for address of s -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_tocsym_142_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tocsym_142_B.d -nocompile/b/bug_tocsym_142_B.d(22): Error: need 'this' to access member s -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_tocsym_142_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tocsym_142_C.d -nocompile/b/bug_tocsym_142_C.d(22): Error: need 'this' to access member s -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_tocsym_142_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tocsym_142_D.d -nocompile/b/bug_tocsym_142_D.d(22): Error: need 'this' for address of s -nocompile/b/bug_tocsym_142_D.d(22): Error: need 'this' for address of s -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_tocsym_142_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tocsym_142_E.d -nocompile/b/bug_tocsym_142_E.d(19): Error: need 'this' for address of i -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_tocsym_142_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_toir_170_A.d -Internal error: toir.c 187 -EXIT CODE: 256 - -Torture-Sub-1/32-ERROR: nocompile/b/bug_toir_170_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_toir_170_B.d -nocompile/b/bug_toir_170_B.d(15): function dstress.nocompile.b.bug_toir_170_B.test is a nested function and cannot be accessed from _staticCtor1 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_toir_170_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_tree_inline_1902_B.d -nocompile/b/bug_tree_inline_1902_B.d(23): function dstress.nocompile.b.bug_tree_inline_1902_B.main.inner is a nested function and cannot be accessed from thunk -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/b/bug_tree_inline_1902_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_type_308_G.d -nocompile/b/bug_type_308_G.d(28): Error: need 'this' to access member foo -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_type_308_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/bug_type_308_H.d -nocompile/b/bug_type_308_H.d(28): Error: need 'this' to access member foo -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/bug_type_308_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/byte_15_C.d -nocompile/b/byte_15_C.d(9): semicolon expected, not '8' -nocompile/b/byte_15_C.d(9): Declaration expected, not '8' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/byte_15_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/b/byte_15_D.d -nocompile/b/byte_15_D.d(9): Octal digit expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/b/byte_15_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bounds_checking_01.d -nocompile/bounds_checking_01.d(14): Error: array index 100 is out of bounds a[0 .. 5] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bounds_checking_02.d -nocompile/bounds_checking_02.d(14): Error: array index 4294967295 is out of bounds a[0 .. 5] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bounds_checking_04.d -nocompile/bounds_checking_04.d(15): Error: array index 4294967295 is out of bounds a[0 .. 5] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bounds_checking_05.d -nocompile/bounds_checking_05.d(15): Error: array index 100 is out of bounds a[0 .. 5] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bounds_checking_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/break_06.d -nocompile/break_06.d(15): Error: enclosing label 'blah' for break not found -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/break_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/break_07.d -nocompile/break_07.d(10): Error: break is not inside a loop or switch -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/break_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20041016_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/bug_20041016_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20041016_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/bug_20041016_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20041103_C.d -nocompile/bug_20041103_C.d(28): Error: constant 'A' is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_20041103_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20041203_A.d -nocompile/bug_20041203_A.d(21): Error: undefined identifier undefined_identifier -nocompile/bug_20041203_A.d(21): Error: case must be a string or an integral constant, not cast(uint)undefined_identifier -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_20041203_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20041203_B.d -nocompile/bug_20041203_B.d(21): Error: undefined identifier undefined_identifier -nocompile/bug_20041203_B.d(21): Error: case must be a string or an integral constant, not undefined_identifier -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_20041203_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_20050330_A.d -nocompile/bug_20050330_A.d(14): mixin dstress.nocompile.bug_20050330_A.main.Blah!(5,a).Blah!(5,a) recursive mixin instantiation -nocompile/bug_20050330_A.d(19): mixin dstress.nocompile.bug_20050330_A.main.Blah!(5,a) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_20050330_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cgcod_1445_A.d -nocompile/bug_cgcod_1445_A.d(13): Error: circular reference of typedef u -nocompile/bug_cgcod_1445_A.d(15): Error: functions cannot return a function -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1445_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cgcod_1445_B.d -nocompile/bug_cgcod_1445_B.d(13): Error: circular reference of typedef u -nocompile/bug_cgcod_1445_B.d(15): Error: functions cannot return a function -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1445_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cgcod_1464.d -nocompile/bug_cgcod_1464.d(16): Error: need upper and lower bound to slice pointer -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cgcod_1464.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cgcs_353.d -nocompile/bug_cgcs_353.d(21): Error: cannot append to static array ubyte[64u] -nocompile/bug_cgcs_353.d(21): Error: slice expression this.buffer[] is not a modifiable lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cgcs_353.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cod4_352_B.d -nocompile/bug_cod4_352_B.d(16): Error: expression foo[cast(uint)0] is void and has no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cod4_352_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_cod4_352.d -nocompile/bug_cod4_352.d(17): Error: cannot implicitly convert expression (1) of type int to void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_cod4_352.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_A.d -nocompile/bug_constfold_575_A.d(14): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_B.d -nocompile/bug_constfold_575_B.d(14): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_C.d -nocompile/bug_constfold_575_C.d(14): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_J.d -nocompile/bug_constfold_575_J.d(16): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_O.d -nocompile/bug_constfold_575_O.d(16): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_constfold_575_R.d -nocompile/bug_constfold_575_R.d(16): Error: compare not defined for complex operands -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_constfold_575_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_dsymbol_611_A.d -nocompile/bug_dsymbol_611_A.d(21): function object.Object.opEquals (Object) does not match parameter types (INode) -nocompile/bug_dsymbol_611_A.d(21): Error: cannot implicitly convert expression (c.owner()) of type dstress.nocompile.bug_dsymbol_611_A.INode to object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_dsymbol_611_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_dsymbol_611_B.d -nocompile/bug_dsymbol_611_B.d(18): class dstress.nocompile.bug_dsymbol_611_B.BasicNode interface function INode.owner isn't implemented -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_dsymbol_611_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_dsymbol_611_D.d -nocompile/bug_dsymbol_611_D.d(19): function object.Object.opEquals (Object) does not match parameter types (Struct) -nocompile/bug_dsymbol_611_D.d(19): Error: cannot implicitly convert expression (s) of type Struct to object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_dsymbol_611_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_e2ir_299_A.d -nocompile/bug_e2ir_299_A.d(17): function dstress.nocompile.bug_e2ir_299_A.main.foo is a nested function and cannot be accessed from __funcliteral1 -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/bug_e2ir_299_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_e2ir_814.d -nocompile/bug_e2ir_814.d(17): Error: need 'this' to access member display_name -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_e2ir_814.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_expression_1147.d -nocompile/bug_expression_1147.d(16): Error: 'this' is only allowed in non-static member functions, not A -nocompile/bug_expression_1147.d(16): Error: no property 'bar' for type 'int' -nocompile/bug_expression_1147.d(16): Error: function expected before (), not 1 of type int -nocompile/bug_expression_1147.d(15): function dstress.nocompile.bug_expression_1147.A!(char[]).A expected to return a value of type bool -nocompile/bug_expression_1147.d(22): template instance dstress.nocompile.bug_expression_1147.A!(char[]) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_expression_1147.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_expression_661_A.d -nocompile/bug_expression_661_A.d(14): Error: 'cast(float)1u / cast(float)8u - cast(float)2147483647' is not of integral type, it is a float -nocompile/bug_expression_661_A.d(14): Error: index 536870911 overflow for static array -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_expression_661_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_expression_661_B.d -nocompile/bug_expression_661_B.d(14): Error: '0' is not of integral type, it is a double -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_expression_661_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_2576_B.d -nocompile/bug_mtype_2576_B.d(17): Error: B is used as a type -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_2576_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_3154.d -nocompile/bug_mtype_3154.d(32): template dstress.nocompile.bug_mtype_3154.vec!(float,1).vec.T(zvec) is not a function template -nocompile/bug_mtype_3154.d(51): template dstress.nocompile.bug_mtype_3154.vec!(float,1).vec.T(zvec) cannot deduce template function from argument types (vec!(float,4)) -nocompile/bug_mtype_3154.d(51): Error: no property 'castTo' for type 'int' -nocompile/bug_mtype_3154.d(51): Error: function expected before (), not 1 of type int -nocompile/bug_mtype_3154.d(51): Error: cannot implicitly convert expression (1()) of type int to vec!(float,4) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_3154.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_A.d -nocompile/bug_mtype_507_A.d(17): function object.Object.opEquals (Object) does not match parameter types (int) -nocompile/bug_mtype_507_A.d(17): Error: cannot implicitly convert expression (i) of type int to object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_B.d -nocompile/bug_mtype_507_B.d(21): Error: incompatible types for ((s) == (i)): 'Struct' and 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_C.d -nocompile/bug_mtype_507_C.d(14): function object.Object.opEquals (Object) does not match parameter types (int) -nocompile/bug_mtype_507_C.d(14): Error: cannot implicitly convert expression (0) of type int to object.Object -nocompile/bug_mtype_507_C.d(14): Error: cannot cast int to object.Object -nocompile/bug_mtype_507_C.d(14): Error: integral constant must be scalar type, not object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_D.d -nocompile/bug_mtype_507_D.d(14): function object.Object.opCmp (Object) does not match parameter types (int) -nocompile/bug_mtype_507_D.d(14): Error: cannot implicitly convert expression (0) of type int to object.Object -nocompile/bug_mtype_507_D.d(14): Error: cannot cast int to object.Object -nocompile/bug_mtype_507_D.d(14): Error: integral constant must be scalar type, not object.Object -nocompile/bug_mtype_507_D.d(14): Error: > has no effect in expression (opCmp(0) > 0) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_E.d -nocompile/bug_mtype_507_E.d(14): Error: incompatible types for ((0) + (Exception)): 'int' and 'object.Exception' -nocompile/bug_mtype_507_E.d(14): Error: + has no effect in expression (0 + (Exception)) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_mtype_507_F.d -nocompile/bug_mtype_507_F.d(14): Error: Exception is not an expression -nocompile/bug_mtype_507_F.d(14): Error: type has no effect in expression (Exception) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_mtype_507_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_s2ir_458.d -nocompile/bug_s2ir_458.d(16): Error: break is not inside a loop or switch -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_s2ir_458.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/bug_template_1455_A.d -nocompile/bug_template_1455_A.d(17): Error: identifier 'Nothing' is not defined -nocompile/bug_template_1455_A.d(17): Error: Foo!(int) is used as a type -nocompile/bug_template_1455_A.d(17): class dstress.nocompile.bug_template_1455_A.Bar base type must be class or interface, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/bug_template_1455_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/byte_09.d -nocompile/byte_09.d(11): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/byte_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/byte_10.d -nocompile/byte_10.d(11): Error: no property 'sign' for type 'byte' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/byte_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_01.d -nocompile/cast_01.d(21): Error: e2ir: cannot cast from bool* to bool[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_02.d -nocompile/cast_02.d(22): Error: e2ir: cannot cast from bool* to bool[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_03.d -nocompile/cast_03.d(27): Error: cannot implicitly convert expression (i) of type dstress.nocompile.cast_03.MyInterface to object.Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_04.d -nocompile/cast_04.d(16): Error: cannot implicitly convert expression (c) of type creal to double -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_10.d -nocompile/cast_10.d(25): Error: cast(Parent)c is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_19.d -nocompile/cast_19.d(19): Error: cannot implicitly convert expression (mc) of type dstress.nocompile.cast_19.MyClass to void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_23.d -nocompile/cast_23.d(16): Error: incompatible types for - -Error: cast has no effect in expression (cast(uint)0) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cast_24.d -nocompile/cast_24.d(16): Error: incompatible types for - -Error: long has no effect in expression (0) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cast_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cast_28.d -nocompile/c/cast_28.d(15): Error: cast(bool*)data is not an lvalue -nocompile/c/cast_28.d(15): Error: cannot implicitly convert expression (&cast(bool*)data) of type bool** to bool* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cast_28.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cast_35_A.d -Error: cannot cast char[1u] to int[] since sizes don't line up -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/c/cast_35_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/catch_06.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/catch_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/catch_07.d -nocompile/c/catch_07.d(14): basic type expected, not ... -nocompile/c/catch_07.d(14): found '...' when expecting ')' -nocompile/c/catch_07.d(14): found ')' instead of statement -nocompile/c/catch_07.d(16): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/catch_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_A.d -nocompile/c/cdouble_10_A.d(15): Error: cannot implicitly convert expression (2) of type int to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_B.d -nocompile/c/cdouble_10_B.d(14): Error: cannot implicitly convert expression (2) of type int to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_C.d -nocompile/c/cdouble_10_C.d(11): Error: cannot implicitly convert expression (2) of type double to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_D.d -nocompile/c/cdouble_10_D.d(10): Error: cannot implicitly convert expression (2) of type double to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_E.d -nocompile/c/cdouble_10_E.d(11): Error: cannot implicitly convert expression (2i) of type idouble to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cdouble_10_F.d -nocompile/c/cdouble_10_F.d(10): Error: cannot implicitly convert expression (2i) of type idouble to cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cdouble_10_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_A.d -nocompile/c/cfloat_10_A.d(15): Error: cannot implicitly convert expression (2) of type int to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_B.d -nocompile/c/cfloat_10_B.d(14): Error: cannot implicitly convert expression (2) of type int to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_C.d -nocompile/c/cfloat_10_C.d(11): Error: cannot implicitly convert expression (2) of type float to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_D.d -nocompile/c/cfloat_10_D.d(10): Error: cannot implicitly convert expression (2) of type float to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_E.d -nocompile/c/cfloat_10_E.d(11): Error: cannot implicitly convert expression (2i) of type ifloat to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/cfloat_10_F.d -nocompile/c/cfloat_10_F.d(10): Error: cannot implicitly convert expression (2i) of type ifloat to cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/cfloat_10_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/character_literal_02_B.d -nocompile/c/character_literal_02_B.d(13): invalid UTF character \U00110000 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/character_literal_02_C.d -nocompile/c/character_literal_02_C.d(13): invalid UTF character \U80000000 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/character_literal_02_D.d -nocompile/c/character_literal_02_D.d(13): invalid UTF character \U7fffffff -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/character_literal_02_E.d -nocompile/c/character_literal_02_E.d(13): invalid UTF character \Uffffffff -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/character_literal_02_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/checked_01_A.d -nocompile/c/checked_01_A.d(14): Error: undefined identifier checked -nocompile/c/checked_01_A.d(14): Error: function expected before (), not checked of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/checked_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/checked_01_B.d -nocompile/c/checked_01_B.d(16): found '{' when expecting ';' following 'statement' -nocompile/c/checked_01_B.d(19): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/checked_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_16.d -nocompile/c/class_16.d(9): class dstress.nocompile.c.class_16.A circular inheritance -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_17.d -nocompile/c/class_17.d(21): Error: no property 'B' for type 'dstress.nocompile.c.class_17.A.B' -nocompile/c/class_17.d(21): Error: no property 'C' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_19.d -nocompile/c/class_19.d(16): Error: cannot implicitly convert expression (new A) of type dstress.nocompile.c.class_19.A to dstress.nocompile.c.class_19.B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_21_A.d -nocompile/c/class_21_A.d(20): expression expected, not '>' -nocompile/c/class_21_A.d(20): found 'i' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_21_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_21_B.d -nocompile/c/class_21_B.d(20): expression expected, not '>' -nocompile/c/class_21_B.d(20): found 'i' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_21_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_22_C.d -nocompile/c/class_22_C.d(16): class dstress.nocompile.c.class_22_C.main.T!().A has forward references -nocompile/c/class_22_C.d(19): class dstress.nocompile.c.class_22_C.main.T!().B has forward references -nocompile/c/class_22_C.d(24): mixin dstress.nocompile.c.class_22_C.main.T!() error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_22_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/class_22_E.d -nocompile/c/class_22_E.d(16): class dstress.run.c.class_22_E.main.T!().B has forward references -nocompile/c/class_22_E.d(24): mixin dstress.run.c.class_22_E.main.T!() error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/class_22_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/classinfo_02_A.d -nocompile/c/classinfo_02_A.d(20): Error: expression cast(int)((& Foo).vtbl[0u]) is not a valid template value argument -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/classinfo_02_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/classinfo_02_B.d -nocompile/c/classinfo_02_B.d(20): Error: expression cast(int)((& Foo).vtbl[0u]) is not a valid template value argument -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/classinfo_02_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_23.d -nocompile/c/const_23.d(14): basic type expected, not { -nocompile/c/const_23.d(14): no identifier for declarator int -nocompile/c/const_23.d(14): semicolon expected, not '{' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_A.d -nocompile/c/const_24_A.d(18): Error: undefined identifier bug -nocompile/c/const_24_A.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_A.d(18): function dstress.nocompile.c.const_24_A.test (char[]) does not match parameter types (int) -nocompile/c/const_24_A.d(18): Error: cannot implicitly convert expression (bug("\xf0\x90\x80\x80")) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_B.d -nocompile/c/const_24_B.d(18): Error: undefined identifier bug -nocompile/c/const_24_B.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_B.d(18): function dstress.nocompile.c.const_24_B.test (char[]) does not match parameter types (int) -nocompile/c/const_24_B.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x97")) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_C.d -nocompile/c/const_24_C.d(18): Error: undefined identifier bug -nocompile/c/const_24_C.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_C.d(18): function dstress.nocompile.c.const_24_C.test (char[]) does not match parameter types (int) -nocompile/c/const_24_C.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x96")) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_D.d -nocompile/c/const_24_D.d(18): Error: undefined identifier bug -nocompile/c/const_24_D.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_D.d(18): function dstress.nocompile.c.const_24_D.test (char[]) does not match parameter types (int) -nocompile/c/const_24_D.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x97")) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_E.d -nocompile/c/const_24_E.d(18): Error: undefined identifier bug -nocompile/c/const_24_E.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_E.d(18): function dstress.nocompile.c.const_24_E.test (char[]) does not match parameter types (int) -nocompile/c/const_24_E.d(18): Error: cannot implicitly convert expression (bug("\xec\x98\x96")) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_F.d -nocompile/c/const_24_F.d(18): Error: undefined identifier bug -nocompile/c/const_24_F.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_F.d(18): function dstress.nocompile.c.const_24_F.test (char[]) does not match parameter types (int) -nocompile/c/const_24_F.d(18): Error: cannot implicitly convert expression (bug(s)) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_24_G.d -nocompile/c/const_24_G.d(18): Error: undefined identifier bug -nocompile/c/const_24_G.d(18): Error: function expected before (), not bug of type int -nocompile/c/const_24_G.d(18): function dstress.nocompile.c.const_24_G.test (char[]) does not match parameter types (int) -nocompile/c/const_24_G.d(18): Error: cannot implicitly convert expression (bug(s)) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_24_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_30_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_30_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_30_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_30_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_30_C.d -nocompile/c/const_30_C.d(16): Error: non-constant expression cast(uint)monkey * baboon -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_30_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_30_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_30_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_30_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_30_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_31.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_31.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_32_A.d -nocompile/c/const_32_A.d(15): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_32_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_32_B.d -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/c/const_32_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_32_C.d -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/c/const_32_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_32_D.d -nocompile/c/const_32_D.d(15): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_32_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_A.d -nocompile/c/const_33_A.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_B.d -nocompile/c/const_33_B.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_C.d -nocompile/c/const_33_C.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_D.d -nocompile/c/const_33_D.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_E.d -nocompile/c/const_33_E.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_33_F.d -nocompile/c/const_33_F.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_33_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_A.d -nocompile/c/const_34_A.d(13): Error: forward reference of a -nocompile/c/const_34_A.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_B.d -nocompile/c/const_34_B.d(13): Error: forward reference of a -nocompile/c/const_34_B.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_C.d -nocompile/c/const_34_C.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_D.d -nocompile/c/const_34_D.d(13): Error: forward reference of a -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_E.d -nocompile/c/const_34_E.d(13): Error: forward reference of a -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_34_F.d -nocompile/c/const_34_F.d(13): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_34_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_35_A.d -nocompile/c/const_35_A.d(17): semicolon expected following function declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_35_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_35_B.d -nocompile/c/const_35_B.d(11): basic type expected, not const -nocompile/c/const_35_B.d(11): found 'const' when expecting ')' -nocompile/c/const_35_B.d(11): semicolon expected following function declaration -nocompile/c/const_35_B.d(11): semicolon expected, not ')' -nocompile/c/const_35_B.d(11): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_35_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_35_C.d -nocompile/c/const_35_C.d(11): found 'const' when expecting ')' -nocompile/c/const_35_C.d(11): semicolon expected following function declaration -nocompile/c/const_35_C.d(11): no identifier for declarator c -nocompile/c/const_35_C.d(11): semicolon expected, not ')' -nocompile/c/const_35_C.d(11): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_35_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_35_D.d -nocompile/c/const_35_D.d(11): found 'const' when expecting ')' -nocompile/c/const_35_D.d(11): semicolon expected following function declaration -nocompile/c/const_35_D.d(11): Declaration expected, not '*' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/const_35_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_38_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_38_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/const_38_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/const_38_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/continue_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/continue_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/continue_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/c/continue_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/continue_03_A.d -nocompile/c/continue_03_A.d(16): function dstress.nocompile.c.continue_03_A.Stream.opApply expected to return a value of type int -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/c/continue_03_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/continue_03_B.d -nocompile/c/continue_03_B.d(16): function dstress.nocompile.c.continue_03_B.Stream.opApply expected to return a value of type int -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/c/continue_03_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_25.d -nocompile/c/creal_25.d(14): Error: cannot implicitly convert expression (27i) of type ireal to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_25.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_A.d -nocompile/c/creal_35_A.d(15): Error: cannot implicitly convert expression (2) of type int to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_B.d -nocompile/c/creal_35_B.d(14): Error: cannot implicitly convert expression (2) of type int to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_C.d -nocompile/c/creal_35_C.d(11): Error: cannot implicitly convert expression (2) of type real to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_D.d -nocompile/c/creal_35_D.d(10): Error: cannot implicitly convert expression (2) of type real to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_E.d -nocompile/c/creal_35_E.d(11): Error: cannot implicitly convert expression (2i) of type ireal to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/c/creal_35_F.d -nocompile/c/creal_35_F.d(10): Error: cannot implicitly convert expression (2i) of type ireal to creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/c/creal_35_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/cent_01.d -nocompile/cent_01.d(11): no identifier for declarator int -nocompile/cent_01.d(11): semicolon expected, not 'cent' -nocompile/cent_01.d(11): Declaration expected, not 'cent' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/cent_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/char_01.d -nocompile/char_01.d(11): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/char_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/char_02.d -nocompile/char_02.d(11): Error: no property 'sign' for type 'char' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/char_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/char_04.d -nocompile/char_04.d(9): Error: cannot implicitly convert expression (256) of type int to char -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/char_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/char_05.d -nocompile/char_05.d(9): Error: cannot implicitly convert expression (-1) of type int to char -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/char_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_04.d -nocompile/class_04.d(20): class dstress.nocompile.class_04.C base type must be class or interface, not B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_05.d -nocompile/class_05.d(17): interface dstress.nocompile.class_05.HashImpl(D) is used as a type -nocompile/class_05.d(17): class dstress.nocompile.class_05.Sha1 base type must be class or interface, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_07.d -nocompile/class_07.d(11): anonymous classes not allowed -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_11.d -nocompile/class_11.d(13): anonymous classes not allowed -nocompile/class_11.d(14): members expected -nocompile/class_11.d(14): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_12.d -nocompile/class_12.d(13): anonymous classes not allowed -nocompile/class_12.d(13): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_13.d -nocompile/class_13.d(13): class dstress.nocompile.class_13.A unable to resolve forward reference in definition -nocompile/class_13.d(19): class dstress.nocompile.class_13.C unable to resolve forward reference in definition -nocompile/class_13.d(16): class dstress.nocompile.class_13.B unable to resolve forward reference in definition -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_14.d -nocompile/class_14.d(16): class dstress.nocompile.class_14.B unable to resolve forward reference in definition -nocompile/class_14.d(13): class dstress.nocompile.class_14.A unable to resolve forward reference in definition -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/class_15.d -nocompile/class_15.d(17): class dstress.nocompile.class_15.B unable to resolve forward reference in definition -nocompile/class_15.d(13): class dstress.nocompile.class_15.A unable to resolve forward reference in definition -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/class_15.d -nocompile: /home/sequoh/d/bin/dmd -debug=1A -od./obj/_2A5 -c nocompile/command_line_debug_05.d -Error: unrecognized switch '-debug=1A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_05.d -nocompile: /home/sequoh/d/bin/dmd -debug123 -od./obj/_2AC -c nocompile/command_line_debug_06.d -Error: unrecognized switch '-debug123' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_06.d -nocompile: /home/sequoh/d/bin/dmd -debugabc -od./obj/_2B3 -c nocompile/command_line_debug_07.d -Error: unrecognized switch '-debugabc' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_07.d -nocompile: /home/sequoh/d/bin/dmd -debug= -od./obj/_2BA -c nocompile/command_line_debug_09.d -Error: unrecognized switch '-debug=' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_debug_09.d -nocompile: /home/sequoh/d/bin/dmd -dblah -od./obj/_2C1 -c nocompile/command_line_deprecated_02.d -Error: unrecognized switch '-dblah' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_deprecated_02.d -nocompile: /home/sequoh/d/bin/dmd -version -od./obj/_2C8 -c nocompile/command_line_version_04.d -Error: unrecognized switch '-version' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_04.d -nocompile: /home/sequoh/d/bin/dmd -version=1A -od./obj/_2CF -c nocompile/command_line_version_05.d -Error: unrecognized switch '-version=1A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_05.d -nocompile: /home/sequoh/d/bin/dmd -version123 -od./obj/_2D6 -c nocompile/command_line_version_06.d -Error: unrecognized switch '-version123' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_06.d -nocompile: /home/sequoh/d/bin/dmd -versionabc -od./obj/_2DD -c nocompile/command_line_version_07.d -Error: unrecognized switch '-versionabc' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_07.d -nocompile: /home/sequoh/d/bin/dmd -version=X86 -version=X86_64 -od./obj/_2E4 -c nocompile/command_line_version_08.d -Error: version identifier 'X86' is reserved and cannot be set -Error: version identifier 'X86_64' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_08.d -nocompile: /home/sequoh/d/bin/dmd -version=linux -version=Windows -od./obj/_2EB -c nocompile/command_line_version_09.d -Error: version identifier 'linux' is reserved and cannot be set -Error: version identifier 'Windows' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_09.d -nocompile: /home/sequoh/d/bin/dmd -version=none -od./obj/_2F2 -c nocompile/command_line_version_10.d -Error: version identifier 'none' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_10.d -nocompile: /home/sequoh/d/bin/dmd -version=Win32 -version=Win64 -od./obj/_2F9 -c nocompile/command_line_version_11.d -Error: version identifier 'Win32' is reserved and cannot be set -Error: version identifier 'Win64' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_11.d -nocompile: /home/sequoh/d/bin/dmd -version=Win32 -version=linux -od./obj/_300 -c nocompile/command_line_version_12.d -Error: version identifier 'Win32' is reserved and cannot be set -Error: version identifier 'linux' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_12.d -nocompile: /home/sequoh/d/bin/dmd -version=Win64 -version=linux -od./obj/_307 -c nocompile/command_line_version_13.d -Error: version identifier 'Win64' is reserved and cannot be set -Error: version identifier 'linux' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_13.d -nocompile: /home/sequoh/d/bin/dmd -version=LittleEndian -version=BigEndian -od./obj/_30E -c nocompile/command_line_version_14.d -Error: version identifier 'LittleEndian' is reserved and cannot be set -Error: version identifier 'BigEndian' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_14.d -nocompile: /home/sequoh/d/bin/dmd -version=D_InlineAsm -od./obj/_315 -c nocompile/command_line_version_15.d -Error: version identifier 'D_InlineAsm' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_15.d -nocompile: /home/sequoh/d/bin/dmd -version=all -od./obj/_31C -c nocompile/command_line_version_16.d -Error: version identifier 'all' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_16.d -nocompile: /home/sequoh/d/bin/dmd -version=DigitalMars -od./obj/_323 -c nocompile/command_line_version_17.d -Error: version identifier 'DigitalMars' is reserved and cannot be set -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/command_line_version_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/comment_07.d -nocompile/comment_07.d(11): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/comment_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/comment_08.d -nocompile/comment_08.d(11): static assert is false -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/comment_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_02.d -nocompile/const_02.d(14): Error: constant 9 is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_03.d -nocompile/const_03.d(14): Error: constant i is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_04.d -nocompile/const_04.d(12): Error: circular reference to 'a' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_07.d -nocompile/const_07.d(11): Error: non-constant expression new Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_08.d -nocompile/const_08.d(15): Error: non-constant expression new MyStruct -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_09.d -nocompile/const_09.d(16): Error: non-constant expression new MyUnion -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/const_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/const_11.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/const_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/constructor_05.d -nocompile/constructor_05.d(16): constructor dstress.nocompile.constructor_05.Class.Template!().this constructors are only for class definitions -nocompile/constructor_05.d(22): template instance dstress.nocompile.constructor_05.Class.Template!() error instantiating -nocompile/constructor_05.d(22): template instance dstress.nocompile.constructor_05.Class.Template!() is used as a type -nocompile/constructor_05.d(22): Error: new can only create structs, dynamic arrays or class objects, not void's -nocompile/constructor_05.d(22): Error: cannot implicitly convert expression (new void) of type void* to dstress.nocompile.constructor_05.Class -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/constructor_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/__DATE__02.d -nocompile/__DATE__02.d(10): Error: "May 8 2008" is not an lvalue -nocompile/__DATE__02.d(10): Error: cannot assign to static array "May 8 2008" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/__DATE__02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/dchar_01.d -nocompile/dchar_01.d(11): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/dchar_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/dchar_02.d -nocompile/dchar_02.d(11): Error: no property 'sign' for type 'dchar' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/dchar_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/dchar_04.d -nocompile/dchar_04.d(9): Error: cannot implicitly convert expression (1114112) of type int to wchar -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/dchar_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/dchar_06.d -nocompile/dchar_06.d(9): Error: cannot implicitly convert expression (-1) of type int to wchar -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/dchar_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_08.d -nocompile/d/debug_08.d(22): debug b defined after use -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/debug_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_09.d -nocompile/d/debug_09.d(23): debug a defined after use -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/debug_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_10.d -nocompile/d/debug_10.d(27): debug a defined after use -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/debug_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_11_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/debug_11_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_11_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/debug_11_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/debug_11_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/debug_11_C.d -nocompile: /home/sequoh/d/bin/dmd -debug=a.b -od./obj/_3AC -c nocompile/d/debug_13_A.d -Error: unrecognized switch '-debug=a.b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/debug_13_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_A.d -nocompile/d/decimal_01_A.d(11): Error: identifier 'decimal' is not defined -nocompile/d/decimal_01_A.d(11): Error: decimal is used as a type -nocompile/d/decimal_01_A.d(11): variable dstress.nocompile.d.decimal_01_A.x voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_B.d -nocompile/d/decimal_01_B.d(11): semicolon expected, not 'm' -nocompile/d/decimal_01_B.d(11): no identifier for declarator m -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_C.d -nocompile/d/decimal_01_C.d(11): semicolon expected, not 'M' -nocompile/d/decimal_01_C.d(11): no identifier for declarator M -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_D.d -nocompile/d/decimal_01_D.d(11): semicolon expected, not 'm' -nocompile/d/decimal_01_D.d(11): no identifier for declarator m -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_E.d -nocompile/d/decimal_01_E.d(11): semicolon expected following auto declaration, not 'M' -nocompile/d/decimal_01_E.d(11): no identifier for declarator M -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_F.d -nocompile/d/decimal_01_F.d(11): semicolon expected following auto declaration, not 'm' -nocompile/d/decimal_01_F.d(11): no identifier for declarator m -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/decimal_01_G.d -nocompile/d/decimal_01_G.d(11): semicolon expected following auto declaration, not 'M' -nocompile/d/decimal_01_G.d(11): no identifier for declarator M -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/decimal_01_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/define_01.d -nocompile/d/define_01.d(11): #line integer ["filespec"]\n expected -nocompile/d/define_01.d(11): no identifier for declarator A -nocompile/d/define_01.d(11): semicolon expected, not '1' -nocompile/d/define_01.d(11): Declaration expected, not '1' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/define_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_14_A.d -nocompile/d/delegate_14_A.d(15): found '}' when expecting ';' following 'statement' -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -nocompile/d/delegate_14_A.d(17): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delegate_14_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_14_B.d -nocompile/d/delegate_14_B.d(13): function dstress.nocompile.d.delegate_14_B.main expected to return a value of type int -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/d/delegate_14_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_15.d -nocompile/d/delegate_15.d(14): Error: __dgliteral1 is not an lvalue -nocompile/d/delegate_15.d(14): Error: cannot implicitly convert expression (&__dgliteral1) of type void delegate()* to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delegate_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_16.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/delegate_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_18_A.d -nocompile/d/delegate_18_A.d(14): Error: undefined identifier y -nocompile/d/delegate_18_A.d(14): Error: cannot implicitly convert expression (__dgliteral1) of type int delegate() to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delegate_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delegate_18_B.d -nocompile/d/delegate_18_B.d(14): Error: undefined identifier y -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delegate_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_09_A.d -nocompile/d/delete_09_A.d(16): Error: delete aa[key] deprecated, use aa.remove(key) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delete_09_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_09_B.d -nocompile/d/delete_09_B.d(16): Error: delete aa[key] deprecated, use aa.remove(key) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delete_09_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_09_C.d -nocompile/d/delete_09_C.d(15): Error: identifier 'X' is not defined -nocompile/d/delete_09_C.d(15): Error: X is used as a type -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/d/delete_09_C.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_09_D.d -nocompile/d/delete_09_D.d(16): Error: delete aa[key] deprecated, use aa.remove(key) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delete_09_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_11.d -nocompile/d/delete_11.d(14): Error: var has no effect in expression (b) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delete_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/delete_13_A.d -nocompile/d/delete_13_A.d(13): found 'i' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/delete_13_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/deprecated_19.d -nocompile/d/deprecated_19.d(14): found 'deprecated' instead of statement -nocompile/d/deprecated_19.d(17): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/deprecated_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/deprecated_20.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/deprecated_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/deprecated_22_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/d/deprecated_22_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/deprecated_22_D.d -nocompile/d/deprecated_22_D.d(22): alias dstress.nocompile.d.deprecated_22_D.foo is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/deprecated_22_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/double_26_A.d -nocompile/d/double_26_A.d(11): no identifier for declarator long -nocompile/d/double_26_A.d(11): semicolon expected, not 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/double_26_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/double_26_B.d -nocompile/d/double_26_B.d(9): no identifier for declarator unsigned -nocompile/d/double_26_B.d(9): semicolon expected, not 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/double_26_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/double_26_C.d -nocompile/d/double_26_C.d(9): no identifier for declarator signed -nocompile/d/double_26_C.d(9): semicolon expected, not 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/double_26_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/d/double_26_D.d -nocompile/d/double_26_D.d(9): no identifier for declarator long -nocompile/d/double_26_D.d(9): semicolon expected, not 'long' -nocompile/d/double_26_D.d(9): no identifier for declarator long -nocompile/d/double_26_D.d(9): semicolon expected, not 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/d/double_26_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/debug_04.d -nocompile/debug_04.d(12): debug A defined after use -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/debug_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/debug_05.d -nocompile/debug_05.d(13): debug A declaration must be at module level -nocompile/debug_05.d(18): mixin dstress.nocompile.debug_05.test.T!() error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/debug_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/debug_06.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/debug_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/debug_07.d -nocompile/debug_07.d(14): C style cast illegal, use cast(b)c -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/debug_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/debug_info_02.d -nocompile/debug_info_02.d(13): Error: circular reference of typedef fn -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/debug_info_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/default_argument_05.d -nocompile/default_argument_05.d(16): Error: no property 'i' for type 'void' -nocompile/default_argument_05.d(21): mixin dstress.nocompile.default_argument_05.main.Template!(10) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/default_argument_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_02.d -nocompile/delegate_02.d(17): Error: cannot implicitly convert expression (& test) of type int function() to int delegate() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_03.d -nocompile/delegate_03.d(22): Error: delegates are only for non-static functions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_05.d -nocompile/delegate_05.d(22): Error: delegates are only for non-static functions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_07.d -nocompile/delegate_07.d(19): Error: cannot implicitly convert expression (& s) of type int* to int delegate() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_08.d -nocompile/delegate_08.d(19): Error: cannot implicitly convert expression (&c.test) of type int* to int delegate() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_09.d -nocompile/delegate_09.d(19): Error: constant cast(MyEnum)0 is not an lvalue -nocompile/delegate_09.d(19): Error: cannot implicitly convert expression (&cast(MyEnum)0) of type MyEnum* to int delegate() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_10.d -nocompile/delegate_10.d(20): Error: cannot implicitly convert expression (& u) of type int* to int delegate() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delegate_11.d -nocompile/delegate_11.d(22): Error: delegates are only for non-static functions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delegate_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delete_02.d -nocompile/delete_02.d(26): Error: cannot delete type MyStruct -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delete_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delete_06.d -nocompile/delete_06.d(10): enum member expected -nocompile/delete_06.d(10): enum member expected -nocompile/delete_06.d(10): enum member expected -nocompile/delete_06.d(10): enum member expected -nocompile/delete_06.d(10): found ')' when expecting ',' -nocompile/delete_06.d(10): enum member expected -nocompile/delete_06.d(12): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delete_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delete_07.d -nocompile/delete_07.d(10): deallocator dstress.nocompile.delete_07.MyClass.delete one argument of type void* expected, not int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delete_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/delete_08.d -nocompile/delete_08.d(10): deallocator dstress.nocompile.delete_08.MyClass.delete one argument of type void* expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/delete_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_01.d -nocompile/deprecated_01.d(13): function dstress.nocompile.deprecated_01.test is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_02.d -nocompile/deprecated_02.d(13): class dstress.nocompile.deprecated_02.MyClass is deprecated -nocompile/deprecated_02.d(14): class dstress.nocompile.deprecated_02.MyClass is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_03.d -nocompile/deprecated_03.d(13): class dstress.nocompile.deprecated_03.MyClass is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_04.d -nocompile/deprecated_04.d(11): constructor dstress.nocompile.deprecated_04.MyClass.this is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_05.d -nocompile/deprecated_05.d(15): constructor dstress.nocompile.deprecated_05.MyClass.this is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_11.d -nocompile/deprecated_11.d(13): alias dstress.nocompile.deprecated_11.b is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_14.d -nocompile/deprecated_14.d(16): class dstress.nocompile.deprecated_14.A is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_15.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/deprecated_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_16.d -nocompile/deprecated_16.d(15): variable dstress.nocompile.deprecated_16.i is deprecated -nocompile/deprecated_16.d(15): variable dstress.nocompile.deprecated_16.i is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/deprecated_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_17.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/deprecated_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/deprecated_18.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/deprecated_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_14.d -nocompile/double_14.d(10): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_15.d -nocompile/double_15.d(10): Error: no property 'sign' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_16.d -nocompile/double_16.d(11): Error: no property 'isnan' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_17.d -nocompile/double_17.d(11): Error: no property 'isinfinite' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_18.d -nocompile/double_18.d(11): Error: no property 'isnormal' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_19.d -nocompile/double_19.d(11): Error: no property 'digits' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_20.d -nocompile/double_20.d(11): Error: no property 'mantissa' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_21.d -nocompile/double_21.d(11): Error: no property 'maxExp' for type 'double' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_23.d -nocompile/double_23.d(9): Error: cannot implicitly convert expression ((2+1.1i)) of type cdouble to double -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_24.d -nocompile/double_24.d(9): Error: cannot implicitly convert expression (1.1i) of type idouble to double -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_12.d -nocompile/double_quoted_string_12.d(10): undefined escape sequence \A - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_13.d -nocompile/double_quoted_string_13.d(10): undefined escape sequence \B - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_14.d -nocompile/double_quoted_string_14.d(10): undefined escape sequence \c - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_15.d -nocompile/double_quoted_string_15.d(10): undefined escape sequence \C - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_16.d -nocompile/double_quoted_string_16.d(10): undefined escape sequence \! - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_19.d -nocompile/double_quoted_string_19.d(14): Error: string has no effect in expression ("stringliteral") -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/double_quoted_string_20.d -nocompile/double_quoted_string_20.d(14): Error: string has no effect in expression ("ab") -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/double_quoted_string_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/elif_01.d -nocompile/e/elif_01.d(11): #line integer ["filespec"]\n expected -nocompile/e/elif_01.d(11): Declaration expected, not '1' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/elif_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/else_03.d -nocompile/e/else_03.d(11): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/else_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/end_01_A.d -nocompile/e/end_01_A.d(11): #line integer ["filespec"]\n expected -nocompile/e/end_01_A.d(11): Declaration expected, not '"A"' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/end_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/end_01_B.d -nocompile/e/end_01_B.d(11): #line integer ["filespec"]\n expected -nocompile/e/end_01_B.d(12): no identifier for declarator A -nocompile/e/end_01_B.d(12): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/end_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/endif_01.d -nocompile/e/endif_01.d(11): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/endif_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_39_A.d -nocompile/e/enum_39_A.d(15): enum member dstress.nocompile.e.enum_39_A.A conflicts with variable dstress.nocompile.e.enum_39_A.A at nocompile/e/enum_39_A.d(13) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_39_B.d -nocompile/e/enum_39_B.d(15): enum member dstress.nocompile.e.enum_39_B.A conflicts with variable dstress.nocompile.e.enum_39_B.A at nocompile/e/enum_39_B.d(13) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_39_C.d -nocompile/e/enum_39_C.d(18): enum member dstress.nocompile.e.enum_39_C.A conflicts with enum member dstress.nocompile.e.enum_39_C.A at nocompile/e/enum_39_C.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_39_D.d -nocompile/e/enum_39_D.d(15): enum member dstress.nocompile.e.enum_39_D.A conflicts with enum member dstress.nocompile.e.enum_39_D.A at nocompile/e/enum_39_D.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_39_E.d -nocompile/e/enum_39_E.d(15): enum member dstress.nocompile.e.enum_39_E.Enum.A conflicts with enum member dstress.nocompile.e.enum_39_E.Enum.A at nocompile/e/enum_39_E.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_39_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_40_A.d -nocompile/e/enum_40_A.d(18): Error: Enum is not an lvalue -nocompile/e/enum_40_A.d(18): Error: forward reference to type Enum -nocompile/e/enum_40_A.d(18): Error: cannot implicitly convert expression (1) of type int to Enum -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_40_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_40_B.d -nocompile/e/enum_40_B.d(18): Error: undefined identifier A -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_40_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_44_E.d -nocompile/e/enum_44_E.d(13): alias dstess.nocompile.e.enum_44_E.hello recursive alias declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_44_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_44_F.d -nocompile/e/enum_44_F.d(17): alias dstess.nocompile.e.enum_44_F.hello recursive alias declaration -nocompile/e/enum_44_F.d(17): alias dstess.nocompile.e.enum_44_F.hello conflicts with enum member dstess.nocompile.e.enum_44_F.hello at nocompile/e/enum_44_F.d(14) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_44_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_45.d -nocompile/e/enum_45.d(18): Error: undefined identifier B -nocompile/e/enum_45.d(18): Error: cannot implicitly convert expression (B) of type int to E -nocompile/e/enum_45.d(18): Error: case must be a string or an integral constant, not B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_45.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_46_A.d -nocompile/e/enum_46_A.d(14): enum dstress.nocompile.e.enum_46_A.Bool overflow of enum value -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/e/enum_46_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_A.d -nocompile/e/enum_47_A.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_A.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_A.d(14): enum dstress.nocompile.e.enum_47_A.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_B.d -nocompile/e/enum_47_B.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_B.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_B.d(14): enum dstress.nocompile.e.enum_47_B.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_C.d -nocompile/e/enum_47_C.d(16): Error: id is used as a type -nocompile/e/enum_47_C.d(16): enum dstress.nocompile.e.enum_47_C.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_D.d -nocompile/e/enum_47_D.d(16): Error: id is used as a type -nocompile/e/enum_47_D.d(16): enum dstress.nocompile.e.enum_47_D.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_E.d -nocompile/e/enum_47_E.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_E.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_E.d(14): enum dstress.nocompile.e.enum_47_E.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_F.d -nocompile/e/enum_47_F.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_F.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_F.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_G.d -nocompile/e/enum_47_G.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_G.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_G.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_H.d -nocompile/e/enum_47_H.d(14): Error: identifier 'Unknown' is not defined -nocompile/e/enum_47_H.d(14): Error: Unknown is used as a type -nocompile/e/enum_47_H.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_I.d -nocompile/e/enum_47_I.d(14): Error: id is used as a type -nocompile/e/enum_47_I.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_J.d -nocompile/e/enum_47_J.d(14): Error: id is used as a type -nocompile/e/enum_47_J.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_K.d -nocompile/e/enum_47_K.d(14): Error: id is used as a type -nocompile/e/enum_47_K.d(14): enum base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_47_L.d -nocompile/e/enum_47_L.d(14): enum dstress.nocompile.e.enum_47_L.E base type must be of integral type, not void -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_47_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_50_A.d -nocompile/e/enum_50_A.d(27): function dstress.nocompile.e.enum_50_A.foo (Color) does not match parameter types (Age) -nocompile/e/enum_50_A.d(27): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_50_B.d -nocompile/e/enum_50_B.d(29): function dstress.nocompile.e.enum_50_B.S.foo (Color) does not match parameter types (Age) -nocompile/e/enum_50_B.d(29): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_50_C.d -nocompile/e/enum_50_C.d(29): function dstress.nocompile.e.enum_50_C.C.foo (Color) does not match parameter types (Age) -nocompile/e/enum_50_C.d(29): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_50_D.d -nocompile/e/enum_50_D.d(30): function dstress.nocompile.e.enum_50_D.C.foo (Color) does not match parameter types (Age) -nocompile/e/enum_50_D.d(30): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/enum_50_E.d -nocompile/e/enum_50_E.d(30): function dstress.nocompile.e.enum_50_E.S.foo (Color) does not match parameter types (Age) -nocompile/e/enum_50_E.d(30): Error: cannot implicitly convert expression (cast(Age)0) of type Age to Color -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/enum_50_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/error_01_A.d -nocompile/e/error_01_A.d(11): #line integer ["filespec"]\n expected -nocompile/e/error_01_A.d(12): no identifier for declarator ha -nocompile/e/error_01_A.d(12): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/error_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/error_01_B.d -nocompile/e/error_01_B.d(11): #line integer ["filespec"]\n expected -nocompile/e/error_01_B.d(11): Declaration expected, not '"ha"' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/error_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/explicit_01.d -nocompile/e/explicit_01.d(11): semicolon expected, not 'int' -nocompile/e/explicit_01.d(11): found 'float' when expecting ')' -nocompile/e/explicit_01.d(11): no identifier for declarator int -nocompile/e/explicit_01.d(11): semicolon expected, not 'f' -nocompile/e/explicit_01.d(11): no identifier for declarator f -nocompile/e/explicit_01.d(11): semicolon expected, not ')' -nocompile/e/explicit_01.d(11): Declaration expected, not ')' -nocompile/e/explicit_01.d(13): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/explicit_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/expression_4154_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/e/expression_4154_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/expression_4154_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/e/expression_4154_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_03_A.d -nocompile/e/ExpressionStatement_03_A.d(15): Error: var has no effect in expression (x) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_03_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_03_C.d -nocompile/e/ExpressionStatement_03_C.d(15): Error: * has no effect in expression (x * 5) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_03_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_04_A.d -nocompile/e/ExpressionStatement_04_A.d(15): Error: arraylength has no effect in expression (x.length) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_04_B.d -nocompile/e/ExpressionStatement_04_B.d(15): Error: / has no effect in expression ((x.length) / cast(uint)2) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_04_C.d -nocompile/e/ExpressionStatement_04_C.d(15): Error: [i] has no effect in expression (x[cast(uint)0]) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_04_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_05.d -nocompile/e/ExpressionStatement_05.d(14): Error: string has no effect in expression ("Hallo") -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_06_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/e/ExpressionStatement_06_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_06_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/e/ExpressionStatement_06_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_07_A.d -nocompile/e/ExpressionStatement_07_A.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_07_B.d -nocompile/e/ExpressionStatement_07_B.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_07_C.d -nocompile/e/ExpressionStatement_07_C.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_07_D.d -nocompile/e/ExpressionStatement_07_D.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_07_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_A.d -nocompile/e/ExpressionStatement_08_A.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_B.d -nocompile/e/ExpressionStatement_08_B.d(14): (condition) expected following version -nocompile/e/ExpressionStatement_08_B.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_C.d -nocompile/e/ExpressionStatement_08_C.d(13): (condition) expected following version -nocompile/e/ExpressionStatement_08_C.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_D.d -nocompile/e/ExpressionStatement_08_D.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_E.d -nocompile/e/ExpressionStatement_08_E.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_F.d -nocompile/e/ExpressionStatement_08_F.d(14): (condition) expected following version -nocompile/e/ExpressionStatement_08_F.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_G.d -nocompile/e/ExpressionStatement_08_G.d(13): (condition) expected following version -nocompile/e/ExpressionStatement_08_G.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_H.d -nocompile/e/ExpressionStatement_08_H.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_I.d -nocompile/e/ExpressionStatement_08_I.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_J.d -nocompile/e/ExpressionStatement_08_J.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_K.d -nocompile/e/ExpressionStatement_08_K.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_L.d -nocompile/e/ExpressionStatement_08_L.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_M.d -nocompile/e/ExpressionStatement_08_M.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_N.d -nocompile/e/ExpressionStatement_08_N.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_O.d -nocompile/e/ExpressionStatement_08_O.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_P.d -nocompile/e/ExpressionStatement_08_P.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_Q.d -nocompile/e/ExpressionStatement_08_Q.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_R.d -nocompile/e/ExpressionStatement_08_R.d(14): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_S.d -nocompile/e/ExpressionStatement_08_S.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_S.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_T.d -nocompile/e/ExpressionStatement_08_T.d(13): declaration expected following attribute, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_T.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_U.d -nocompile/e/ExpressionStatement_08_U.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_U.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_V.d -nocompile/e/ExpressionStatement_08_V.d(14): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_V.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_W.d -nocompile/e/ExpressionStatement_08_W.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_W.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_08_X.d -nocompile/e/ExpressionStatement_08_X.d(15): use '{ }' for an empty statement, not a ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_08_X.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/ExpressionStatement_11_A.d -nocompile/e/ExpressionStatement_11_A.d(15): found ';' when expecting ')' -nocompile/e/ExpressionStatement_11_A.d(16): found '}' when expecting ';' following 'statement' -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -nocompile/e/ExpressionStatement_11_A.d(21): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/ExpressionStatement_11_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/e/extern_09.d -nocompile/e/extern_09.d(12): variable dstress.nocompile.e.extern_09.x conflicts with variable dstress.nocompile.e.extern_09.x at nocompile/e/extern_09.d(11) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/e/extern_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_06.d -nocompile/enum_06.d(9): enum enum __anonymous must have at least one member -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_26_A.d -nocompile/enum_26_A.d(10): Error: cannot implicitly convert expression (128) of type int to byte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_26_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_26_B.d -nocompile/enum_26_B.d(10): Error: cannot implicitly convert expression (-129) of type int to byte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_26_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_27_A.d -nocompile/enum_27_A.d(10): Error: cannot implicitly convert expression (-1) of type int to ubyte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_27_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_27_B.d -nocompile/enum_27_B.d(10): Error: cannot implicitly convert expression (256) of type int to ubyte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_27_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_28_A.d -nocompile/enum_28_A.d(10): Error: cannot implicitly convert expression (32768) of type int to short -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_28_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_28_B.d -nocompile/enum_28_B.d(10): Error: cannot implicitly convert expression (-32769) of type int to short -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_28_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_29_A.d -nocompile/enum_29_A.d(10): Error: cannot implicitly convert expression (65536) of type int to ushort -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_29_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_29_B.d -nocompile/enum_29_B.d(10): Error: cannot implicitly convert expression (-1) of type int to ushort -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_29_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_30_A.d -nocompile/enum_30_A.d(10): Error: cannot implicitly convert expression (2147483648L) of type long to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_30_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_30_B.d -nocompile/enum_30_B.d(10): Error: cannot implicitly convert expression (-2147483649L) of type long to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_30_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_31_A.d -nocompile/enum_31_A.d(10): Error: cannot implicitly convert expression (2) of type int to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_31_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_31_B.d -nocompile/enum_31_B.d(10): Error: cannot implicitly convert expression (-1) of type int to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_31_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_32_A.d -nocompile/enum_32_A.d(9): enum dstress.nocompile.enum_32_A.Enum base type must be of integral type, not float -nocompile/enum_32_A.d(10): Error: cannot implicitly convert expression (1) of type float to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_32_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_32_B.d -nocompile/enum_32_B.d(9): enum dstress.nocompile.enum_32_B.Enum base type must be of integral type, not ifloat -nocompile/enum_32_B.d(10): Error: cannot implicitly convert expression (1i) of type ifloat to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_32_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_32_C.d -nocompile/enum_32_C.d(9): enum dstress.nocompile.enum_32_C.Enum base type must be of integral type, not cfloat -nocompile/enum_32_C.d(10): Error: cannot implicitly convert expression ((0+1i)) of type cdouble to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_32_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_33_A.d -nocompile/enum_33_A.d(9): enum dstress.nocompile.enum_33_A.Enum base type must be of integral type, not double -nocompile/enum_33_A.d(10): Error: cannot implicitly convert expression (1) of type double to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_33_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_33_B.d -nocompile/enum_33_B.d(9): enum dstress.nocompile.enum_33_B.Enum base type must be of integral type, not idouble -nocompile/enum_33_B.d(10): Error: cannot implicitly convert expression (1i) of type idouble to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_33_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_33_C.d -nocompile/enum_33_C.d(9): enum dstress.nocompile.enum_33_C.Enum base type must be of integral type, not cdouble -nocompile/enum_33_C.d(10): Error: cannot implicitly convert expression ((0+1i)) of type cdouble to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_33_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_34_A.d -nocompile/enum_34_A.d(9): enum dstress.nocompile.enum_34_A.Enum base type must be of integral type, not real -nocompile/enum_34_A.d(10): Error: cannot implicitly convert expression (1) of type double to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_34_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_34_B.d -nocompile/enum_34_B.d(9): enum dstress.nocompile.enum_34_B.Enum base type must be of integral type, not ireal -nocompile/enum_34_B.d(10): Error: cannot implicitly convert expression (1i) of type ireal to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_34_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_34_C.d -nocompile/enum_34_C.d(9): enum dstress.nocompile.enum_34_C.Enum base type must be of integral type, not creal -nocompile/enum_34_C.d(10): Error: cannot implicitly convert expression (1i) of type ireal to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_34_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_35.d -nocompile/enum_35.d(9): enum dstress.nocompile.enum_35.Enum base type must be of integral type, not object.Object -nocompile/enum_35.d(10): Error: cannot implicitly convert expression (new Object) of type object.Object to int -nocompile/enum_35.d(10): Error: Integer constant expression expected instead of cast(int)new Object -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_35.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_36.d -nocompile/enum_36.d(14): enum dstress.nocompile.enum_36.Enum base type must be of integral type, not S -nocompile/enum_36.d(15): Error: cannot implicitly convert expression (s) of type S to int -nocompile/enum_36.d(15): Error: Integer constant expression expected instead of cast(int)s -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_36.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/enum_37.d -nocompile/enum_37.d(16): Error: Integer constant expression expected instead of e -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/enum_37.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_01.d -nocompile/eol_comment_01.d(7): unterminated /* */ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_02.d -nocompile/eol_comment_02.d(7): unterminated /* */ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_03.d -nocompile/eol_comment_03.d(7): unterminated /* */ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_04.d -nocompile/eol_comment_04.d(7): unterminated /+ +/ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_05.d -nocompile/eol_comment_05.d(7): unterminated /+ +/ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_comment_06.d -nocompile/eol_comment_06.d(7): unterminated /+ +/ comment -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_comment_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_01.d -nocompile/eol_string_01.d(10): unterminated string constant starting at nocompile/eol_string_01.d(9) -nocompile/eol_string_01.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_02.d -nocompile/eol_string_02.d(9): unterminated string constant starting at nocompile/eol_string_02.d(9) -nocompile/eol_string_02.d(9): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_03.d -nocompile/eol_string_03.d(9): unterminated string constant starting at nocompile/eol_string_03.d(9) -nocompile/eol_string_03.d(9): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_04.d -nocompile/eol_string_04.d(10): unterminated string constant starting at nocompile/eol_string_04.d(9) -nocompile/eol_string_04.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_05.d -nocompile/eol_string_05.d(9): unterminated string constant starting at nocompile/eol_string_05.d(9) -nocompile/eol_string_05.d(10): unterminated string constant starting at nocompile/eol_string_05.d(9) -nocompile/eol_string_05.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_06.d -nocompile/eol_string_06.d(9): unterminated string constant starting at nocompile/eol_string_06.d(9) -nocompile/eol_string_06.d(10): unterminated string constant starting at nocompile/eol_string_06.d(9) -nocompile/eol_string_06.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_07.d -nocompile/eol_string_07.d(10): unterminated string constant starting at nocompile/eol_string_07.d(9) -nocompile/eol_string_07.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_08.d -nocompile/eol_string_08.d(9): unterminated string constant starting at nocompile/eol_string_08.d(9) -nocompile/eol_string_08.d(10): unterminated string constant starting at nocompile/eol_string_08.d(9) -nocompile/eol_string_08.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_09.d -nocompile/eol_string_09.d(9): unterminated string constant starting at nocompile/eol_string_09.d(9) -nocompile/eol_string_09.d(10): unterminated string constant starting at nocompile/eol_string_09.d(9) -nocompile/eol_string_09.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_10.d -nocompile/eol_string_10.d(9): unterminated string constant starting at nocompile/eol_string_10.d(9) -nocompile/eol_string_10.d(10): unterminated string constant starting at nocompile/eol_string_10.d(9) -nocompile/eol_string_10.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_11.d -nocompile/eol_string_11.d(9): unterminated string constant starting at nocompile/eol_string_11.d(9) -nocompile/eol_string_11.d(10): unterminated string constant starting at nocompile/eol_string_11.d(9) -nocompile/eol_string_11.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/eol_string_12.d -nocompile/eol_string_12.d(10): unterminated string constant starting at nocompile/eol_string_12.d(9) -nocompile/eol_string_12.d(10): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/eol_string_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_hex_02.d -nocompile/escape_hex_02.d(10): escape hex sequence has 1 hex digits instead of 2 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_hex_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_hex_string_03.d -nocompile/escape_hex_string_03.d(10): non-hex character 'G' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_hex_string_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_hex_string_04.d -nocompile/escape_hex_string_04.d(10): odd number (3) of hex characters in hex string -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_hex_string_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_octal_02.d -nocompile/escape_octal_02.d(13): unterminated string constant starting at nocompile/escape_octal_02.d(10) -nocompile/escape_octal_02.d(13): semicolon expected, not 'EOF' -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -nocompile/escape_octal_02.d(13): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_octal_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode16_03.d -nocompile/escape_unicode16_03.d(10): escape hex sequence has 1 hex digits instead of 4 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode16_04.d -nocompile/escape_unicode16_04.d(10): escape hex sequence has 2 hex digits instead of 4 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode16_05.d -nocompile/escape_unicode16_05.d(10): escape hex sequence has 3 hex digits instead of 4 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode16_06.d -nocompile/escape_unicode16_06.d(10): escape hex sequence has 1 hex digits instead of 4 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode16_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_04.d -nocompile/escape_unicode32_04.d(10): escape hex sequence has 7 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_05.d -nocompile/escape_unicode32_05.d(10): undefined escape hex sequence \" - -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_06.d -nocompile/escape_unicode32_06.d(10): escape hex sequence has 1 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_07.d -nocompile/escape_unicode32_07.d(10): escape hex sequence has 2 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_08.d -nocompile/escape_unicode32_08.d(10): escape hex sequence has 3 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_09.d -nocompile/escape_unicode32_09.d(10): escape hex sequence has 4 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_10.d -nocompile/escape_unicode32_10.d(10): escape hex sequence has 5 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_11.d -nocompile/escape_unicode32_11.d(10): escape hex sequence has 6 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/escape_unicode32_12.d -nocompile/escape_unicode32_12.d(10): escape hex sequence has 7 hex digits instead of 8 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/escape_unicode32_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/evaluation_order_01.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/evaluation_order_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/evaluation_order_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/evaluation_order_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/evaluation_order_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/evaluation_order_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ExpressionStatement_01.d -nocompile/ExpressionStatement_01.d(12): Error: + has no effect in expression (0 + 1) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ExpressionStatement_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ExpressionStatement_02.d -nocompile/ExpressionStatement_02.d(12): Error: long has no effect in expression (0) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ExpressionStatement_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/extern_06.d -nocompile/extern_06.d(18): Error: cannot implicitly convert expression (cast(int function())wglGetProcAddress("glFunctionFoo")) of type int function() to intC function() -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/extern_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/final_12_C.d -nocompile/f/final_12_C.d(24): function dstress.nocompile.f.final_12_C.Child.foo cannot override final function dstress.nocompile.f.final_12_C.Parent.foo -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/final_12_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/fixed_01.d -nocompile/f/fixed_01.d(14): found '*' when expecting '.' following 'int' -nocompile/f/fixed_01.d(14): found '{' when expecting ';' following 'statement' -nocompile/f/fixed_01.d(17): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/fixed_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/flags_01_A.d -nocompile/f/flags_01_A.d(11): Declaration expected, not '[' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/flags_01_B.d -nocompile/f/flags_01_B.d(11): no identifier for declarator Flags -nocompile/f/flags_01_B.d(11): semicolon expected, not 'enum' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/flags_01_C.d -nocompile/f/flags_01_C.d(11): no identifier for declarator flags -nocompile/f/flags_01_C.d(11): semicolon expected, not 'enum' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/flags_01_D.d -nocompile/f/flags_01_D.d(11): Declaration expected, not '[' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/flags_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_04.d -nocompile/f/float_literal_dec_04.d(10): number is not representable -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_06.d -nocompile/f/float_literal_dec_06.d(10): semicolon expected, not 'A' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_07.d -nocompile/f/float_literal_dec_07.d(10): semicolon expected, not 'A2e' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_12.d -nocompile/f/float_literal_dec_12.d(14): semicolon expected, not '0.234' -nocompile/f/float_literal_dec_12.d(14): Declaration expected, not '0.234' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_13.d -nocompile/f/float_literal_dec_13.d(14): expression expected, not '..' -nocompile/f/float_literal_dec_13.d(14): semicolon expected, not '234' -nocompile/f/float_literal_dec_13.d(14): Declaration expected, not '234' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_14.d -nocompile/f/float_literal_dec_14.d(14): semicolon expected, not '0' -nocompile/f/float_literal_dec_14.d(14): Declaration expected, not '0' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_15.d -nocompile/f/float_literal_dec_15.d(14): identifier expected following '.', not ';' -nocompile/f/float_literal_dec_15.d(15): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_16.d -nocompile/f/float_literal_dec_16.d(14): semicolon expected, not '0' -nocompile/f/float_literal_dec_16.d(14): Declaration expected, not '0' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/float_literal_dec_17.d -nocompile/f/float_literal_dec_17.d(14): semicolon expected, not '..' -nocompile/f/float_literal_dec_17.d(14): Declaration expected, not '..' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/float_literal_dec_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_32_A.d -nocompile/f/foreach_32_A.d(14): found 'in' when expecting ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_32_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_32_B.d -nocompile/f/foreach_32_B.d(14): found 'in' when expecting ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_32_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_37_A.d -nocompile/f/foreach_37_A.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_A.foo.e is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_37_B.d -nocompile/f/foreach_37_B.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_B.foo.e is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_37_C.d -nocompile/f/foreach_37_C.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_C.foo.i is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/foreach_37_D.d -nocompile/f/foreach_37_D.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_D.foo.i is deprecated -nocompile/f/foreach_37_D.d(18): Error: shadowing declaration dstress.nocompile.f.foreach_37_D.foo.e is deprecated -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/foreach_37_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_03.d -nocompile/f/function_03.d(14): Error: __funcliteral1 is not an lvalue -nocompile/f/function_03.d(14): Error: cannot implicitly convert expression (&__funcliteral1) of type void function()* to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/function_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_04_A.d -nocompile/f/function_04_A.d(9): no identifier for declarator int -nocompile/f/function_04_A.d(9): semicolon expected, not '&' -nocompile/f/function_04_A.d(9): Declaration expected, not '&' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/function_04_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_04_B.d -nocompile/f/function_04_B.d(9): found '&' when expecting ')' -nocompile/f/function_04_B.d(9): semicolon expected following function declaration -nocompile/f/function_04_B.d(9): no identifier for declarator x -nocompile/f/function_04_B.d(9): semicolon expected, not ')' -nocompile/f/function_04_B.d(9): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/function_04_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/f/function_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_08_A.d -nocompile/f/function_08_A.d(14): Error: undefined identifier y -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/function_08_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/f/function_08_B.d -nocompile/f/function_08_B.d(14): Error: undefined identifier y -nocompile/f/function_08_B.d(14): Error: cannot implicitly convert expression (__funcliteral1) of type int function() to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/f/function_08_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/__FILE__02.d -nocompile/__FILE__02.d(10): Error: "nocompile/__FILE__02.d" is not an lvalue -nocompile/__FILE__02.d(10): Error: cannot assign to static array "nocompile/__FILE__02.d" -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/__FILE__02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_01.d -nocompile/final_01.d(19): function dstress.nocompile.final_01.Child.test cannot override final function dstress.nocompile.final_01.Parent.test -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/final_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_04.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/final_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_07.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/final_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_08.d -nocompile/final_08.d(9): Declaration expected, not 'module' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/final_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_09.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/final_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_10.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/final_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/final_11.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/final_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_02.d -nocompile/finally_02.d(13): Error: cannot goto forward out of or into finally block -nocompile/finally_02.d(15): Error: cannot goto forward into different try block level -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_03.d -nocompile/finally_03.d(12): Error: cannot goto forward out of or into finally block -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_04.d -nocompile/finally_04.d(14): Error: return statements cannot be in finally, scope(exit) or scope(success) bodies -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_05.d -nocompile/finally_05.d(16): Error: break is not inside a loop or switch -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_06.d -nocompile/finally_06.d(15): Error: continue is not inside a loop -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_07.d -nocompile/finally_07.d(14): Error: cannot goto forward out of or into finally block -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_08.d -nocompile/finally_08.d(14): Error: label no_label is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/finally_09.d -nocompile/finally_09.d(15): Error: cannot put catch statement inside finally block -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/finally_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_14.d -nocompile/float_14.d(10): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_15.d -nocompile/float_15.d(10): Error: no property 'sign' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_16.d -nocompile/float_16.d(11): Error: no property 'isnan' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_17.d -nocompile/float_17.d(11): Error: no property 'isinfinite' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_18.d -nocompile/float_18.d(11): Error: no property 'isnormal' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_19.d -nocompile/float_19.d(11): Error: no property 'digits' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_20.d -nocompile/float_20.d(11): Error: no property 'mantissa' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_21.d -nocompile/float_21.d(11): Error: no property 'maxExp' for type 'float' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_23.d -nocompile/float_23.d(9): Error: cannot implicitly convert expression (1.1i) of type ifloat to float -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/float_24.d -nocompile/float_24.d(9): Error: cannot implicitly convert expression ((0.2+1.1i)) of type cfloat to float -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/float_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_14.d -nocompile/foreach_14.d(15): no identifier for declarator char -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_17.d -nocompile/foreach_17.d(13): basic type expected, not in -nocompile/foreach_17.d(13): no identifier for declarator int -nocompile/foreach_17.d(13): found 'in' when expecting ';' -nocompile/foreach_17.d(13): found 'c' when expecting '.' following 'char' -nocompile/foreach_17.d(13): found ';' when expecting identifier following 'char.' -nocompile/foreach_17.d(13): found 'x' when expecting ')' -nocompile/foreach_17.d(13): found ')' instead of statement -nocompile/foreach_17.d(15): Declaration expected, not 'return' -nocompile/foreach_17.d(16): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_18.d -nocompile/foreach_18.d(13): basic type expected, not out -nocompile/foreach_18.d(13): no identifier for declarator int -nocompile/foreach_18.d(13): found 'out' when expecting ';' -nocompile/foreach_18.d(13): found 'c' when expecting '.' following 'char' -nocompile/foreach_18.d(13): found ';' when expecting identifier following 'char.' -nocompile/foreach_18.d(13): found 'x' when expecting ')' -nocompile/foreach_18.d(13): found ')' instead of statement -nocompile/foreach_18.d(15): Declaration expected, not 'return' -nocompile/foreach_18.d(16): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_19.d -nocompile/foreach_19.d(13): Error: foreach: key type must be int or uint, not byte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_20.d -nocompile/foreach_20.d(13): Error: foreach: key type must be int or uint, not dchar -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_21.d -nocompile/foreach_21.d(11): Error: declaration dstress.nocompile.foreach_21.main.c is already defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/foreach_22.d -nocompile/foreach_22.d(11): Error: declaration dstress.nocompile.foreach_22.main.c is already defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/foreach_22.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/get_01_A.d -nocompile/g/get_01_A.d(14): semicolon expected, not '{' -nocompile/g/get_01_A.d(14): Declaration expected, not '{' -nocompile/g/get_01_A.d(18): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/g/get_01_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/get_01_B.d -nocompile/g/get_01_B.d(14): semicolon expected, not '{' -nocompile/g/get_01_B.d(14): Declaration expected, not '{' -nocompile/g/get_01_B.d(18): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/g/get_01_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/get_01_C.d -nocompile/g/get_01_C.d(12): no identifier for declarator int -nocompile/g/get_01_C.d(12): semicolon expected, not 'this' -nocompile/g/get_01_C.d(12): found '[' when expecting '(' -nocompile/g/get_01_C.d(12): found ']' when expecting ')' -nocompile/g/get_01_C.d(13): found '{' when expecting ';' following 'statement' -nocompile/g/get_01_C.d(17): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/g/get_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/goto_15_A.d -nocompile/g/goto_15_A.d(14): Identifier expected following goto -nocompile/g/goto_15_A.d(14): found '0' when expecting ';' following 'goto statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/g/goto_15_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/goto_15_B.d -nocompile/g/goto_15_B.d(14): Identifier expected following goto -nocompile/g/goto_15_B.d(14): found '2' when expecting ';' following 'goto statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/g/goto_15_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/goto_16_A.d -nocompile/g/goto_16_A.d(14): Error: label some_label is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/g/goto_16_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/g/goto_16_B.d -nocompile/g/goto_16_B.d(10): Error: label some_label is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/g/goto_16_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/goto_04.d -nocompile/goto_04.d(13): Error: case 2 not found -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/goto_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/goto_06.d -nocompile/goto_06.d(17): Error: case 3 not found -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/goto_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/goto_12.d -nocompile/goto_12.d(10): Error: label test is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/goto_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/goto_13.d -nocompile/goto_13.d(11): Error: label check is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/goto_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/goto_14.d -nocompile/goto_14.d(10): Error: label no_label is undefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/goto_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/h/escape_hex_string_05_A.d -nocompile/h/escape_hex_string_05_A.d(15): Error: string has no effect in expression ("\xef\xbb\xbf") -nocompile/h/escape_hex_string_05_A.d(16): Error: string has no effect in expression ("\x00\xbb\xbf") -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/h/escape_hex_string_05_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/html_entity_10.html -nocompile/html_entity_10.html(11) : HTML Error: invalid numeric character reference -nocompile/html_entity_10.html(11): unterminated character constant -nocompile/html_entity_10.html(11): #line integer ["filespec"]\n expected -nocompile/html_entity_10.html(11): found ';' when expecting ')' -nocompile/html_entity_10.html(11): unterminated character constant -nocompile/html_entity_10.html(11): found '61U' when expecting ';' following 'statement' -nocompile/html_entity_10.html(11): found '=' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/html_entity_10.html -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/html_entity_11.html -nocompile/html_entity_11.html(11) : HTML Error: invalid numeric character reference -nocompile/html_entity_11.html(11): unterminated character constant -nocompile/html_entity_11.html(11): #line integer ["filespec"]\n expected -nocompile/html_entity_11.html(11): found ';' when expecting ')' -nocompile/html_entity_11.html(11): unterminated character constant -nocompile/html_entity_11.html(11): found '61U' when expecting ';' following 'statement' -nocompile/html_entity_11.html(11): found '=' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/html_entity_11.html -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/html_htm_02.HTM -module html_htm_02 source file name 'nocompile/html_htm_02.HTM' must have .d extension -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/html_htm_02.HTM -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/html_html_02.HTML -module html_html_02 source file name 'nocompile/html_html_02.HTML' must have .d extension -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/html_html_02.HTML -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/idouble_01.d -nocompile/idouble_01.d(7): Error: cannot implicitly convert expression (0.5) of type double to idouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/idouble_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/idouble_02.d -nocompile/idouble_02.d(7): Error: cannot implicitly convert expression ((0.5+2i)) of type cdouble to idouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/idouble_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ifloat_01.d -nocompile/ifloat_01.d(7): Error: cannot implicitly convert expression (0.3) of type float to ifloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ifloat_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ifloat_02.d -nocompile/ifloat_02.d(7): Error: cannot implicitly convert expression (2.3) of type double to ifloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ifloat_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/idouble_03.d -nocompile/i/idouble_03.d(14): Error: cannot implicitly convert expression (3) of type int to idouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/idouble_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/idouble_05.d -nocompile/i/idouble_05.d(9): 'I' suffix is deprecated, use 'i' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/idouble_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_09.d -nocompile/i/if_09.d(11): #line integer ["filespec"]\n expected -nocompile/i/if_09.d(11): Declaration expected, not '1' -nocompile/i/if_09.d(12): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_10_A.d -nocompile/i/if_10_A.d(10): expression expected, not 'if' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_10_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_10_B.d -nocompile/i/if_10_B.d(10): found 'if' when expecting '(' -nocompile/i/if_10_B.d(10): found '{' when expecting ')' -nocompile/i/if_10_B.d(13): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_10_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_10_C.d -nocompile/i/if_10_C.d(10): found 'if' when expecting '(' -nocompile/i/if_10_C.d(11): found 'i' when expecting ')' -nocompile/i/if_10_C.d(11): expression expected, not ';' -nocompile/i/if_10_C.d(12): found '}' when expecting ';' following 'statement' -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -nocompile/i/if_10_C.d(13): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_10_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_10_D.d -nocompile/i/if_10_D.d(10): expression expected, not 'if' -nocompile/i/if_10_D.d(10): found 'i' when expecting ')' -nocompile/i/if_10_D.d(10): found '!=' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_10_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_10_E.d -nocompile/i/if_10_E.d(10): found 'i' when expecting '(' -nocompile/i/if_10_E.d(11): expression expected, not 'if' -nocompile/i/if_10_E.d(11): found '!' when expecting ')' -nocompile/i/if_10_E.d(12): found 'return' when expecting ';' following 'statement' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_10_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_11_C.d -nocompile/i/if_11_C.d(13): Error: undefined identifier x -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_11_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_11_D.d -nocompile/i/if_11_D.d(13): Error: undefined identifier x -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_11_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_12_C.d -nocompile/i/if_12_C.d(13): Error: undefined identifier i -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_12_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_12_D.d -nocompile/i/if_12_D.d(13): Error: undefined identifier i -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_12_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_A.d -nocompile/i/if_13_A.d(10): found 'i' when expecting '.' following 'int' -nocompile/i/if_13_A.d(10): found ':' when expecting identifier following 'int.' -nocompile/i/if_13_A.d(10): found '2' when expecting ')' -nocompile/i/if_13_A.d(10): found '>' instead of statement -nocompile/i/if_13_A.d(12): Declaration expected, not 'else' -nocompile/i/if_13_A.d(14): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_B.d -nocompile/i/if_13_B.d(10): found 'i' when expecting '.' following 'int' -nocompile/i/if_13_B.d(10): found ';' when expecting identifier following 'int.' -nocompile/i/if_13_B.d(10): found '2' when expecting ')' -nocompile/i/if_13_B.d(10): found '>' instead of statement -nocompile/i/if_13_B.d(12): Declaration expected, not 'else' -nocompile/i/if_13_B.d(14): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_C.d -nocompile/i/if_13_C.d(10): = expected following auto identifier -nocompile/i/if_13_C.d(10): found ')' when expecting ';' following 'statement' -nocompile/i/if_13_C.d(12): found 'else' instead of statement -nocompile/i/if_13_C.d(15): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_D.d -nocompile/i/if_13_D.d(10): = expected following auto identifier -nocompile/i/if_13_D.d(12): Declaration expected, not 'else' -nocompile/i/if_13_D.d(14): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_E.d -nocompile/i/if_13_E.d(10): found ':' when expecting ')' -nocompile/i/if_13_E.d(10): found ')' when expecting ';' following 'statement' -nocompile/i/if_13_E.d(12): found 'else' instead of statement -nocompile/i/if_13_E.d(15): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_13_F.d -nocompile/i/if_13_F.d(10): if (v; e) is deprecated, use if (auto v = e) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/if_13_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/if_15_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/if_15_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ifloat_04.d -nocompile/i/ifloat_04.d(14): Error: cannot implicitly convert expression (3) of type int to ifloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ifloat_06_A.d -nocompile/i/ifloat_06_A.d(9): 'I' suffix is deprecated, use 'i' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_06_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ifloat_06_B.d -nocompile/i/ifloat_06_B.d(9): 'I' suffix is deprecated, use 'i' instead -nocompile/i/ifloat_06_B.d(9): semicolon expected, not 'f' -nocompile/i/ifloat_06_B.d(9): no identifier for declarator f -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ifloat_06_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/implicit_01.d -nocompile/i/implicit_01.d(11): semicolon expected, not 'int' -nocompile/i/implicit_01.d(11): found 'float' when expecting ')' -nocompile/i/implicit_01.d(11): no identifier for declarator int -nocompile/i/implicit_01.d(11): semicolon expected, not 'f' -nocompile/i/implicit_01.d(11): no identifier for declarator f -nocompile/i/implicit_01.d(11): semicolon expected, not ')' -nocompile/i/implicit_01.d(11): Declaration expected, not ')' -nocompile/i/implicit_01.d(13): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/implicit_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_12_A.d -nocompile/i/import_12_A.d(9): ';' expected -nocompile/i/import_12_A.d(9): no identifier for declarator .import_01_dummy -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_12_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_12_B.d -nocompile/i/import_12_B.d(9): Identifier expected following : -nocompile/i/import_12_B.d(9): ';' expected -nocompile/i/import_12_B.d(9): no identifier for declarator import_08_Z -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_12_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_12_C.d -nocompile/i/import_12_C.d(9): ';' expected -nocompile/i/import_12_C.d(9): no identifier for declarator import_08_Z -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_12_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_12_D.d -nocompile/i/import_12_D.d(9): Identifier expected following package -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_12_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_12_E.d -nocompile/i/import_12_E.d(9): Identifier expected following import -nocompile/i/import_12_E.d(9): ';' expected -nocompile/i/import_12_E.d(9): no identifier for declarator addon.import_08_Z -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_12_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_14_A.d -nocompile/i/import_14_A.d(17): Error: import_01_dummy.test at addon/import_01_dummy.d(5) conflicts with addon.import_08_Z.test at addon/import_08_Z.d(7) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/i/import_14_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_15_A.d -nocompile/i/import_15_A.d(13): module d cannot read file 'nocompile/i/import_15_A/d.d' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_15_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_16_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/import_16_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_16_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/import_16_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_16_E.d -nocompile/i/import_16_E.d(17): Error: undefined identifier x -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_16_E.d -nocompile: /home/sequoh/d/bin/dmd addon/import_16_A.d -od./obj/_B77 -c nocompile/i/import_16_F.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/import_16_F.d -nocompile: /home/sequoh/d/bin/dmd addon/import_16_B.d -od./obj/_B7E -c nocompile/i/import_16_G.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/import_16_G.d -nocompile: /home/sequoh/d/bin/dmd addon/import_16_A.d addon/import_16_B.d -od./obj/_B85 -c nocompile/i/import_16_H.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/import_16_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_18_A.d -nocompile/i/import_18_A.d(14): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_A.d(14): Error: NONEXISTENT_NAME is used as a type -nocompile/i/import_18_B.d(15): variable nocompile.i.import_18_B.UsesTypedefs.usesTypedef voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_18_B.d -nocompile/i/import_18_A.d(14): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_A.d(14): Error: NONEXISTENT_NAME is used as a type -nocompile/i/import_18_B.d(15): variable nocompile.i.import_18_B.UsesTypedefs.usesTypedef voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_18_C.d -nocompile/i/import_18_C.d(15): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_C.d(15): Error: NONEXISTENT_NAME is used as a type -nocompile/i/import_18_D.d(15): variable nocompile.i.import_18_D.UsesTypedefs.usesTypedef voids have no value -nocompile/i/import_18_C.d(16): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_C.d(16): Error: NONEXISTENT_NAME is used as a type -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_18_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_18_D.d -nocompile/i/import_18_C.d(15): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_C.d(15): Error: NONEXISTENT_NAME is used as a type -nocompile/i/import_18_C.d(16): Error: identifier 'NONEXISTENT_NAME' is not defined -nocompile/i/import_18_C.d(16): Error: NONEXISTENT_NAME is used as a type -nocompile/i/import_18_D.d(15): variable nocompile.i.import_18_D.UsesTypedefs.usesTypedef voids have no value -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_18_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_19_A.d -nocompile/i/import_19_A.d(12): ';' expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/import_19_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/import_19_B.d -nocompile/i/import_19_A.d(12): ';' expected -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/i/import_19_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/inline_18_A.d -nocompile/i/inline_18_A.d(22): Error: need 'this' to access member next -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/inline_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/inline_18_B.d -nocompile/i/inline_18_B.d(22): Error: need 'this' to access member next -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/inline_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/inout_01.d -nocompile/i/inout_01.d(19): Error: cast(byte)s is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/inout_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_11.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/i/interface_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_22_A.d -nocompile/i/interface_22_A.d(20): semicolon expected, not '.' -nocompile/i/interface_22_A.d(20): no identifier for declarator .foo -nocompile/i/interface_22_A.d(20): semicolon expected, not '{' -nocompile/i/interface_22_A.d(20): Declaration expected, not '{' -nocompile/i/interface_22_A.d(29): } expected following member declarations in aggregate -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/interface_22_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_22_B.d -nocompile/i/interface_22_B.d(23): semicolon expected, not '.' -nocompile/i/interface_22_B.d(23): no identifier for declarator .foo -nocompile/i/interface_22_B.d(23): semicolon expected, not '{' -nocompile/i/interface_22_B.d(23): Declaration expected, not '{' -nocompile/i/interface_22_B.d(29): } expected following member declarations in aggregate -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/interface_22_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_25_A.d -nocompile/i/interface_25_A.d(19): interface dstress.nocompile.i.interface_25_A.I base type must be interface, not dstress.nocompile.i.interface_25_A.A -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/interface_25_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_25_B.d -nocompile/i/interface_25_B.d(23): interface dstress.nocompile.i.interface_25_B.I base type must be interface, not dstress.nocompile.i.interface_25_B.B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/interface_25_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/interface_26_A.d -nocompile/i/interface_26_A.d(16): class dstress.nocompile.i.interface_26_A.C inherits from duplicate interface I -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/interface_26_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/internal_01_A.d -nocompile/i/internal_01_A.d(12): no identifier for declarator internal -nocompile/i/internal_01_A.d(12): semicolon expected, not 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/internal_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/internal_01_B.d -nocompile/i/internal_01_B.d(12): no identifier for declarator internal -nocompile/i/internal_01_B.d(12): semicolon expected, not 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/internal_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_04.d -nocompile/i/ireal_04.d(14): Error: cannot implicitly convert expression (3) of type int to ireal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_A.d -nocompile/i/ireal_06_A.d(9): 'I' suffix is deprecated, use 'i' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_B.d -nocompile/i/ireal_06_B.d(9): 'l' suffix is deprecated, use 'L' instead -nocompile/i/ireal_06_B.d(9): 'I' suffix is deprecated, use 'i' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_C.d -nocompile/i/ireal_06_C.d(9): 'l' suffix is deprecated, use 'L' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_D.d -nocompile/i/ireal_06_D.d(9): semicolon expected, not 'l' -nocompile/i/ireal_06_D.d(9): no identifier for declarator l -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_E.d -nocompile/i/ireal_06_E.d(9): 'I' suffix is deprecated, use 'i' instead -nocompile/i/ireal_06_E.d(9): semicolon expected, not 'l' -nocompile/i/ireal_06_E.d(9): no identifier for declarator l -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/ireal_06_F.d -nocompile/i/ireal_06_F.d(9): 'I' suffix is deprecated, use 'i' instead -nocompile/i/ireal_06_F.d(9): semicolon expected, not 'L' -nocompile/i/ireal_06_F.d(9): no identifier for declarator L -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/ireal_06_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_01_A.d -nocompile/i/is_01_A.d(15): (type identifier : specialization) expected following is -nocompile/i/is_01_A.d(16): found '}' when expecting ';' following 'statement' -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -nocompile/i/is_01_A.d(18): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_01_B.d -nocompile/i/is_01_B.d(16): (type identifier : specialization) expected following is -nocompile/i/is_01_B.d(18): found 'EOF' when expecting ';' following 'statement' -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -nocompile/i/is_01_B.d(18): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_01_C.d -nocompile/i/is_01_C.d(15): (type identifier : specialization) expected following is -nocompile/i/is_01_C.d(16): found '}' when expecting ';' following 'statement' -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -nocompile/i/is_01_C.d(18): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_01_D.d -nocompile/i/is_01_D.d(15): (type identifier : specialization) expected following is -nocompile/i/is_01_D.d(16): found '}' when expecting ';' following 'statement' -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -nocompile/i/is_01_D.d(18): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_01_E.d -nocompile/i/is_01_E.d(15): (type identifier : specialization) expected following is -nocompile/i/is_01_E.d(16): found '}' when expecting ';' following 'statement' -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -nocompile/i/is_01_E.d(18): found 'EOF' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_01_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_A.d -nocompile/i/is_14_A.d(14): found '{' when expecting ')' -nocompile/i/is_14_A.d(15): found '}' instead of statement -nocompile/i/is_14_A.d(16): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_B.d -nocompile/i/is_14_B.d(16): found '{' when expecting ')' -nocompile/i/is_14_B.d(17): found '}' instead of statement -nocompile/i/is_14_B.d(18): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_C.d -nocompile/i/is_14_C.d(18): found '{' when expecting ')' -nocompile/i/is_14_C.d(19): found '}' instead of statement -nocompile/i/is_14_C.d(20): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_D.d -nocompile/i/is_14_D.d(18): found '{' when expecting ')' -nocompile/i/is_14_D.d(19): found '}' instead of statement -nocompile/i/is_14_D.d(20): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_E.d -nocompile/i/is_14_E.d(18): found '{' when expecting ')' -nocompile/i/is_14_E.d(19): found '}' instead of statement -nocompile/i/is_14_E.d(20): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/i/is_14_F.d -nocompile/i/is_14_F.d(18): found '{' when expecting ')' -nocompile/i/is_14_F.d(19): found '}' instead of statement -nocompile/i/is_14_F.d(20): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/i/is_14_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_01.d -nocompile/import_01.d(10): found 'import' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/import_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/import_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_03.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/import_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_04.d -nocompile/import_04.d(10): enum member expected -nocompile/import_04.d(10): found '.' when expecting ',' -nocompile/import_04.d(10): found ';' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/import_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_05.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/import_05.d -nocompile: /home/sequoh/d/bin/dmd -Inocompile -od./obj/_C7C -c nocompile/import_06_A.d -nocompile/import_06_A.d(8): module someName cannot read file 'someName.d' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/import_06_A.d -nocompile: /home/sequoh/d/bin/dmd -Inocompile -od./obj/_C83 -c nocompile/import_06_B.d -nocompile/import_06_A.d(8): module someName cannot read file 'someName.d' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/import_06_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/import_07.d -nocompile/import_07.d(9): module source cannot read file 'some/unknown/source.d' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/import_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/InExpression_14.d -nocompile/InExpression_14.d(18): Error: rvalue of in expression must be an associative array, not int[] -nocompile/InExpression_14.d(18): Error: cannot implicitly convert expression (key in array) of type int to int* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/InExpression_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/InExpression_15.d -nocompile/InExpression_15.d(18): Error: rvalue of in expression must be an associative array, not dstress.nocompile.InExpression_15.MyClass -nocompile/InExpression_15.d(18): Error: cannot implicitly convert expression ('c' in object) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/InExpression_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/InExpression_16.d -nocompile/InExpression_16.d(18): Error: rvalue of in expression must be an associative array, not MyStruct -nocompile/InExpression_16.d(18): Error: cannot implicitly convert expression ('c' in object) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/InExpression_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/InExpression_17.d -nocompile/InExpression_17.d(17): Error: rvalue of in expression must be an associative array, not MyEnum -nocompile/InExpression_17.d(17): Error: cannot implicitly convert expression ('c' in object) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/InExpression_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/InExpression_18.d -nocompile/InExpression_18.d(17): Error: rvalue of in expression must be an associative array, not MyUnion -nocompile/InExpression_18.d(17): Error: cannot implicitly convert expression ('c' in object) of type int to void* -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/InExpression_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/inline_01.d -nocompile/inline_01.d(9): no identifier for declarator inline -nocompile/inline_01.d(9): semicolon expected, not 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/inline_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/inline_07.d -nocompile/inline_07.d(22): Error: need 'this' to access member bug -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/inline_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/int_05.d -nocompile/int_05.d(11): Error: no property 'sign' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/int_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/int_06.d -nocompile/int_06.d(11): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/int_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/int_08.d -nocompile/int_08.d(14): Error: divide by 0 -nocompile/int_08.d(14): Error: divide by 0 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/int_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_09.d -nocompile/integer_literal_binary_09.d(10): semicolon expected, not 'h' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_10.d -nocompile/integer_literal_binary_10.d(10): semicolon expected, not '2' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_11.d -nocompile/integer_literal_binary_11.d(10): binary digit expected -nocompile/integer_literal_binary_11.d(11): semicolon expected, not 'return' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_12.d -nocompile/integer_literal_binary_12.d(10): binary digit expected -nocompile/integer_literal_binary_12.d(11): semicolon expected, not 'return' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_13.d -nocompile/integer_literal_binary_13.d(10): binary digit expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_binary_14.d -nocompile/integer_literal_binary_14.d(10): binary digit expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_binary_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_dec_01.d -nocompile/integer_literal_dec_01.d(10): signed integer overflow -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_dec_02.d -nocompile/integer_literal_dec_02.d(10): Error: cannot implicitly convert expression (2147483648L) of type long to int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_dec_03.d -nocompile/integer_literal_dec_03.d(10): Error: cannot implicitly convert expression (2147483647) of type int to short -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_dec_04.d -nocompile/integer_literal_dec_04.d(10): semicolon expected, not 'A34' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_dec_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_hex_09.d -nocompile/integer_literal_hex_09.d(10): Hex digit expected, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_hex_10.d -nocompile/integer_literal_hex_10.d(10): Hex digit expected, not 'G' -nocompile/integer_literal_hex_10.d(10): semicolon expected, not 'G' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_hex_11.d -nocompile/integer_literal_hex_11.d(10): Error: undefined identifier _0x1 -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_hex_12.d -nocompile/integer_literal_hex_12.d(10): semicolon expected, not 'h' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/integer_literal_hex_13.d -nocompile/integer_literal_hex_13.d(10): Hex digit expected, not ';' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/integer_literal_hex_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_03.d -nocompile/interface_03.d(14): class dstress.nocompile.interface_03.MyClass interface function MyInterface.two isn't implemented -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_13.d -nocompile/interface_13.d(13): anonymous classes not allowed -nocompile/interface_13.d(14): members expected -nocompile/interface_13.d(14): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_14.d -nocompile/interface_14.d(13): anonymous classes not allowed -nocompile/interface_14.d(13): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_15.d -nocompile/interface_15.d(19): interface dstress.nocompile.interface_15.C circular inheritance of interface -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_16.d -nocompile/interface_16.d(16): interface dstress.nocompile.interface_16.B circular inheritance of interface -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_17.d -nocompile/interface_17.d(17): interface dstress.nocompile.interface_17.B circular inheritance of interface -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/interface_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/interface_18.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/interface_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_01.d -nocompile/invalid_utf_01.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_02.d -nocompile/invalid_utf_02.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_03.d -nocompile/invalid_utf_03.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_04.d -nocompile/invalid_utf_04.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_05.d -nocompile/invalid_utf_05.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_06.d -nocompile/invalid_utf_06.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_07.d -nocompile/invalid_utf_07.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_08.d -nocompile/invalid_utf_08.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_09.d -nocompile/invalid_utf_09.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_10.d -nocompile/invalid_utf_10.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_11.d -nocompile/invalid_utf_11.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_11.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_12.d -nocompile/invalid_utf_12.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_12.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_13.d -nocompile/invalid_utf_13.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_13.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_14.d -nocompile/invalid_utf_14.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_15.d -nocompile/invalid_utf_15.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_16.d -nocompile/invalid_utf_16.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_17.d -nocompile/invalid_utf_17.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_18.d -nocompile/invalid_utf_18.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_19.d -nocompile/invalid_utf_19.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_20.d -nocompile/invalid_utf_20.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_20.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_21.d -nocompile/invalid_utf_21.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_21.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_22.d -nocompile/invalid_utf_22.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_22.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_22.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_23.d -nocompile/invalid_utf_23.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_23.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_24.d -nocompile/invalid_utf_24.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_24.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_25.d -nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_25.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_25.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_26.d -nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_26.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_26.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_27.d -nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_27.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_27.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_28.d -nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_28.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_28.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_29.d -nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_29.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_29.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_30.d -nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_30.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_30.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_31.d -nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_31.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_31.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_32.d -nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_32.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_32.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_33.d -nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_33.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_33.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_34.d -nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_34.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_34.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_35.d -nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_35.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_35.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_36.d -nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_36.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_36.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_37.d -nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_37.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_37.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_38.d -nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_38.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_38.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_39.d -nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_39.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_39.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_40.d -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_40.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_40.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_41.d -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_41.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_41.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_42.d -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_42.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_42.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invalid_utf_43.d -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -nocompile/invalid_utf_43.d(7): invalid UTF-8 sequence -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invalid_utf_43.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_03.d -nocompile/invariant_03.d(11): function dstress.nocompile.invariant_03.__invariant invariants only are for struct/union/class definitions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_05.d -nocompile/invariant_05.d(11): function dstress.nocompile.invariant_05.__invariant invariants only are for struct/union/class definitions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_07.d -nocompile/invariant_07.d(15): function dstress.nocompile.invariant_07.__invariant invariants only are for struct/union/class definitions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_08.d -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -nocompile/invariant_08.d(13): basic type expected, not invariant -nocompile/invariant_08.d(13): no identifier for declarator int -nocompile/invariant_08.d(13): semicolon expected, not 'invariant' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_09.d -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -nocompile/invariant_09.d(13): basic type expected, not invariant -nocompile/invariant_09.d(13): no identifier for declarator int -nocompile/invariant_09.d(13): semicolon expected, not 'invariant' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_16.d -nocompile/invariant_16.d(13): function dstress.nocompile.invariant_16.MyInterface.__invariant special function not allowed in interface MyInterface -nocompile/invariant_16.d(13): function dstress.nocompile.invariant_16.MyInterface.__invariant function body is not abstract in interface MyInterface -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_17.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/invariant_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_26.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/invariant_26.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_29.d -nocompile/invariant_29.d(13): function dstress.nocompile.invariant_29.MyClass.__invariant more than one invariant for MyClass -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_29.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_30.d -nocompile/invariant_30.d(13): function dstress.nocompile.invariant_30.MyStruct.__invariant more than one invariant for MyStruct -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_30.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/invariant_31.d -nocompile/invariant_31.d(13): function dstress.nocompile.invariant_31.MyUnion.__invariant more than one invariant for MyUnion -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/invariant_31.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ireal_01.d -nocompile/ireal_01.d(7): Error: cannot implicitly convert expression (0.3) of type real to ireal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ireal_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/ireal_02.d -nocompile/ireal_02.d(7): Error: cannot implicitly convert expression ((1+1.2i)) of type creal to ireal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/ireal_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/length_03.d -nocompile/length_03.d(11): Error: array.length is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/length_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/length_04.d -nocompile/length_04.d(16): Error: array is used as a type -nocompile/length_04.d(16): Error: no property 'length' for type 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/length_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/length_07.d -nocompile/length_07.d(15): Error: constant kuka.length is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/length_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/__LINE__02.d -nocompile/__LINE__02.d(10): Error: constant 10L is not an lvalue -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/__LINE__02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_05.d -nocompile/line_token_05.d(9): #line integer ["filespec"]\n expected -nocompile/line_token_05.d(9): Declaration expected, not '2' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_06.d -nocompile/line_token_06.d(9): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_07.d -nocompile/line_token_07.d(9): #line integer ["filespec"]\n expected -nocompile/line_token_07.d(9): Declaration expected, not '2' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_07.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_08.d -nocompile/line_token_08.d(9): #line integer ["filespec"]\n expected -nocompile/line_token_08.d(9): Declaration expected, not '"b"' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_09.d -nocompile/line_token_09.d(9): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_09.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/line_token_10.d -nocompile/line_token_10.d(9): #line integer ["filespec"]\n expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/line_token_10.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_A.d -nocompile/l/label_04_A.d(11): variable dstress.nocompile.l.label_04_A.dummy abstract cannot be applied to variable -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/l/label_04_A.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_B.d -nocompile/l/label_04_B.d(9): basic type expected, not : -nocompile/l/label_04_B.d(9): no identifier for declarator int -nocompile/l/label_04_B.d(9): semicolon expected to close alias declaration -nocompile/l/label_04_B.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_C.d -nocompile/l/label_04_C.d(9): Declaration expected, not 'asm' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_D.d -nocompile/l/label_04_D.d(9): Declaration expected, not 'assert' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_E.d -nocompile/l/label_04_E.d(9): no identifier for declarator bool -nocompile/l/label_04_E.d(9): semicolon expected, not ':' -nocompile/l/label_04_E.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_F.d -nocompile/l/label_04_F.d(9): Declaration expected, not 'body' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_G.d -nocompile/l/label_04_G.d(9): Declaration expected, not 'break' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_H.d -nocompile/l/label_04_H.d(9): no identifier for declarator byte -nocompile/l/label_04_H.d(9): semicolon expected, not ':' -nocompile/l/label_04_H.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_I.d -nocompile/l/label_04_I.d(9): Declaration expected, not 'case' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_J.d -nocompile/l/label_04_J.d(9): Declaration expected, not 'cast' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_K.d -nocompile/l/label_04_K.d(9): Declaration expected, not 'catch' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_L.d -nocompile/l/label_04_L.d(9): no identifier for declarator cdouble -nocompile/l/label_04_L.d(9): semicolon expected, not ':' -nocompile/l/label_04_L.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_M.d -nocompile/l/label_04_M.d(9): Declaration expected, not 'cent' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_N.d -nocompile/l/label_04_N.d(9): no identifier for declarator cfloat -nocompile/l/label_04_N.d(9): semicolon expected, not ':' -nocompile/l/label_04_N.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_O.d -nocompile/l/label_04_O.d(9): no identifier for declarator char -nocompile/l/label_04_O.d(9): semicolon expected, not ':' -nocompile/l/label_04_O.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_P.d -nocompile/l/label_04_P.d(9): anonymous classes not allowed -nocompile/l/label_04_P.d(11): base classes expected instead of int -nocompile/l/label_04_P.d(11): members expected -nocompile/l/label_04_P.d(11): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_Q.d -nocompile/l/label_04_Q.d(9): Declaration expected, not 'continue' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_R.d -nocompile/l/label_04_R.d(9): no identifier for declarator creal -nocompile/l/label_04_R.d(9): semicolon expected, not ':' -nocompile/l/label_04_R.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_S.d -nocompile/l/label_04_S.d(9): no identifier for declarator dchar -nocompile/l/label_04_S.d(9): semicolon expected, not ':' -nocompile/l/label_04_S.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_S.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_T.d -nocompile/l/label_04_T.d(9): Declaration expected, not 'default' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_T.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_U.d -nocompile/l/label_04_U.d(9): Declaration expected, not 'delegate' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_U.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_V.d -nocompile/l/label_04_V.d(9): found ':' when expecting '(' -nocompile/l/label_04_V.d(11): found ';' when expecting ')' -nocompile/l/label_04_V.d(12): semicolon expected following function declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_V.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_W.d -nocompile/l/label_04_W.d(9): Declaration expected, not 'do' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_W.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_X.d -nocompile/l/label_04_X.d(9): no identifier for declarator double -nocompile/l/label_04_X.d(9): semicolon expected, not ':' -nocompile/l/label_04_X.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_X.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_Y.d -nocompile/l/label_04_Y.d(9): Declaration expected, not 'else' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Y.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_04_Z.d -nocompile/l/label_04_Z.d(11): enum declaration is invalid -nocompile/l/label_04_Z.d(11): no identifier for declarator dummy -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_04_Z.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_A.d -nocompile/l/label_05_A.d(9): Declaration expected, not 'false' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_B.d -nocompile/l/label_05_B.d(9): Declaration expected, not 'finally' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_C.d -nocompile/l/label_05_C.d(9): no identifier for declarator float -nocompile/l/label_05_C.d(9): semicolon expected, not ':' -nocompile/l/label_05_C.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_D.d -nocompile/l/label_05_D.d(9): Declaration expected, not 'for' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_E.d -nocompile/l/label_05_E.d(9): Declaration expected, not 'foreach' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_F.d -nocompile/l/label_05_F.d(9): Declaration expected, not 'function' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_G.d -nocompile/l/label_05_G.d(9): Declaration expected, not 'goto' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_H.d -nocompile/l/label_05_H.d(9): no identifier for declarator idouble -nocompile/l/label_05_H.d(9): semicolon expected, not ':' -nocompile/l/label_05_H.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_I.d -nocompile/l/label_05_I.d(9): Declaration expected, not 'if' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_J.d -nocompile/l/label_05_J.d(9): no identifier for declarator ifloat -nocompile/l/label_05_J.d(9): semicolon expected, not ':' -nocompile/l/label_05_J.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_K.d -nocompile/l/label_05_K.d(9): Identifier expected following import -nocompile/l/label_05_K.d(9): ';' expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_L.d -nocompile/l/label_05_L.d(9): Declaration expected, not 'in' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_M.d -nocompile/l/label_05_M.d(9): Declaration expected, not 'inout' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_N.d -nocompile/l/label_05_N.d(9): no identifier for declarator int -nocompile/l/label_05_N.d(9): semicolon expected, not ':' -nocompile/l/label_05_N.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_O.d -nocompile/l/label_05_O.d(9): anonymous classes not allowed -nocompile/l/label_05_O.d(11): base classes expected instead of int -nocompile/l/label_05_O.d(11): members expected -nocompile/l/label_05_O.d(11): { } expected following aggregate declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_P.d -nocompile/l/label_05_P.d(9): statement expected to be { }, not : -nocompile/l/label_05_P.d(9): found ':' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_Q.d -nocompile/l/label_05_Q.d(9): no identifier for declarator ireal -nocompile/l/label_05_Q.d(9): semicolon expected, not ':' -nocompile/l/label_05_Q.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_R.d -nocompile/l/label_05_R.d(9): Declaration expected, not 'is' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_S.d -nocompile/l/label_05_S.d(9): no identifier for declarator long -nocompile/l/label_05_S.d(9): semicolon expected, not ':' -nocompile/l/label_05_S.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_S.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_T.d -nocompile/l/label_05_T.d(9): identifier expected, not : -nocompile/l/label_05_T.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_T.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_U.d -nocompile/l/label_05_U.d(9): Declaration expected, not 'module' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_U.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_V.d -nocompile/l/label_05_V.d(9): found ':' when expecting '(' -nocompile/l/label_05_V.d(11): found ';' when expecting ')' -nocompile/l/label_05_V.d(12): semicolon expected following function declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_V.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_W.d -nocompile/l/label_05_W.d(9): Declaration expected, not 'null' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_W.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_X.d -nocompile/l/label_05_X.d(9): Declaration expected, not 'out' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_X.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_Y.d -nocompile/l/label_05_Y.d(11): variable dstress.nocompile.l.label_05_Y.dummy override cannot be applied to variable -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/l/label_05_Y.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_05_Z.d -nocompile/l/label_05_Z.d(9): found ':' when expecting '(' -nocompile/l/label_05_Z.d(11): pragma(identifier expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_05_Z.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_A.d -nocompile/l/label_06_A.d(9): no identifier for declarator real -nocompile/l/label_06_A.d(9): semicolon expected, not ':' -nocompile/l/label_06_A.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_B.d -nocompile/l/label_06_B.d(9): Declaration expected, not 'return' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_C.d -nocompile/l/label_06_C.d(9): no identifier for declarator short -nocompile/l/label_06_C.d(9): semicolon expected, not ':' -nocompile/l/label_06_C.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_D.d -nocompile/l/label_06_D.d(9): { } expected following aggregate declaration -nocompile/l/label_06_D.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_E.d -nocompile/l/label_06_E.d(9): Declaration expected, not 'super' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_F.d -nocompile/l/label_06_F.d(9): Declaration expected, not 'switch' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_G.d -nocompile/l/label_06_G.d(11): variable dstress.nocompile.l.label_06_G.dummy variable dummy cannot be synchronized -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/l/label_06_G.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_H.d -nocompile/l/label_06_H.d(9): TemplateIdentifier expected following template -nocompile/l/label_06_H.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_I.d -nocompile/l/label_06_I.d(9): found ':' when expecting '(' -nocompile/l/label_06_I.d(11): found ';' when expecting ')' -nocompile/l/label_06_I.d(12): semicolon expected following function declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_J.d -nocompile/l/label_06_J.d(9): Declaration expected, not 'throw' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_K.d -nocompile/l/label_06_K.d(9): Declaration expected, not 'true' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_L.d -nocompile/l/label_06_L.d(9): Declaration expected, not 'try' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_M.d -nocompile/l/label_06_M.d(9): basic type expected, not : -nocompile/l/label_06_M.d(9): no identifier for declarator int -nocompile/l/label_06_M.d(9): semicolon expected to close typedef declaration -nocompile/l/label_06_M.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_N.d -nocompile/l/label_06_N.d(9): Declaration expected, not 'typeid' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_O.d -nocompile/l/label_06_O.d(9): found ':' when expecting '(' -nocompile/l/label_06_O.d(11): found 'dummy' when expecting '.' following 'int' -nocompile/l/label_06_O.d(11): found ';' when expecting identifier following 'int.' -nocompile/l/label_06_O.d(12): found 'EOF' when expecting ')' -nocompile/l/label_06_O.d(12): no identifier for declarator typeof(0) -nocompile/l/label_06_O.d(12): semicolon expected, not 'EOF' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_P.d -nocompile/l/label_06_P.d(9): no identifier for declarator ubyte -nocompile/l/label_06_P.d(9): semicolon expected, not ':' -nocompile/l/label_06_P.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_Q.d -nocompile/l/label_06_Q.d(9): Declaration expected, not 'ucent' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_R.d -nocompile/l/label_06_R.d(9): no identifier for declarator uint -nocompile/l/label_06_R.d(9): semicolon expected, not ':' -nocompile/l/label_06_R.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_S.d -nocompile/l/label_06_S.d(9): no identifier for declarator ulong -nocompile/l/label_06_S.d(9): semicolon expected, not ':' -nocompile/l/label_06_S.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_S.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_T.d -nocompile/l/label_06_T.d(9): { } expected following aggregate declaration -nocompile/l/label_06_T.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_T.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_U.d -nocompile/l/label_06_U.d(9): statement expected to be { }, not : -nocompile/l/label_06_U.d(9): found ':' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_U.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_V.d -nocompile/l/label_06_V.d(9): no identifier for declarator ushort -nocompile/l/label_06_V.d(9): semicolon expected, not ':' -nocompile/l/label_06_V.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_V.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_W.d -nocompile/l/label_06_W.d(9): (condition) expected following version -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_W.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_X.d -nocompile/l/label_06_X.d(9): no identifier for declarator void -nocompile/l/label_06_X.d(9): semicolon expected, not ':' -nocompile/l/label_06_X.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_X.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_Y.d -nocompile/l/label_06_Y.d(9): Declaration expected, not 'volatile' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Y.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_06_Z.d -nocompile/l/label_06_Z.d(9): no identifier for declarator wchar -nocompile/l/label_06_Z.d(9): semicolon expected, not ':' -nocompile/l/label_06_Z.d(9): Declaration expected, not ':' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_06_Z.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_07_A.d -nocompile/l/label_07_A.d(9): Declaration expected, not 'while' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_07_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/label_07_B.d -nocompile/l/label_07_B.d(9): Declaration expected, not 'with' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/label_07_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_01.d -nocompile/l/length_01.d(19): Error: array 'length' hides other 'length' name in outer scope -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_A.d -nocompile/l/length_09_A.d(14): Error: no property 'Length' for type 'int[]' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_B.d -nocompile/l/length_09_B.d(14): Error: undefined identifier Length -nocompile/l/length_09_B.d(14): Error: function expected before (), not Length of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_C.d -nocompile/l/length_09_C.d(14): Error: undefined identifier GetLength -nocompile/l/length_09_C.d(14): Error: function expected before (), not GetLength of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_D.d -nocompile/l/length_09_D.d(14): Error: undefined identifier GetLength -nocompile/l/length_09_D.d(14): Error: function expected before (), not GetLength of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_E.d -nocompile/l/length_09_E.d(14): Error: undefined identifier getLength -nocompile/l/length_09_E.d(14): Error: function expected before (), not getLength of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_F.d -nocompile/l/length_09_F.d(14): Error: undefined identifier length -nocompile/l/length_09_F.d(14): Error: function expected before (), not length of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/length_09_G.d -nocompile/l/length_09_G.d(14): Error: undefined identifier Length -nocompile/l/length_09_G.d(14): Error: function expected before (), not Length of type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/length_09_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/lock_01_A.d -nocompile/l/lock_01_A.d(15): found 'i' when expecting ';' following 'statement' -nocompile/l/lock_01_A.d(15): expression expected, not ';' -nocompile/l/lock_01_A.d(16): found '}' when expecting ';' following 'statement' -nocompile/l/lock_01_A.d(18): } expected following member declarations in aggregate -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/lock_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/lock_01_B.d -nocompile/l/lock_01_B.d(15): found '{' when expecting ';' following 'statement' -nocompile/l/lock_01_B.d(19): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/lock_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/l/long_05.d -nocompile/l/long_05.d(9): 'l' suffix is deprecated, use 'L' instead -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/l/long_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/long_02.d -nocompile/long_02.d(11): Error: no property 'sign' for type 'long' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/long_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/long_03.d -nocompile/long_03.d(11): Error: .size property should be replaced with .sizeof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/long_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/mixin_04.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/mixin_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/main_07_A.d -nocompile/m/main_07_A.d(14): function dstress.nocompile.m.main_07_A.main parameters must be main() or main(char[][] args) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/main_07_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/main_07_B.d -nocompile/m/main_07_B.d(14): function dstress.nocompile.m.main_07_B.main parameters must be main() or main(char[][] args) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/main_07_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mangleof_14_B.d -nocompile/m/mangleof_14_B.d(18): Error: cannot implicitly convert expression ("G2i"c) of type char[] to int -nocompile/m/mangleof_14_B.d(22): template instance dstress.run.m.mangleof_14_B.b!(int[2u]) error instantiating -nocompile/m/mangleof_14_B.d(22): Error: cannot implicitly convert expression (cast(int)"G2i"c) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mangleof_14_C.d -nocompile/m/mangleof_14_C.d(16): Error: cannot implicitly convert expression ("i"c) of type char[] to int -nocompile/m/mangleof_14_C.d(20): template instance dstress.run.m.mangleof_14_C.b!(int[2u]) error instantiating -nocompile/m/mangleof_14_C.d(20): Error: cannot implicitly convert expression (cast(int)"i"c) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mangleof_14_D.d -nocompile/m/mangleof_14_D.d(16): Error: cannot implicitly convert expression ("i"c) of type char[] to int -nocompile/m/mangleof_14_D.d(20): template instance dstress.run.m.mangleof_14_D.b!(int[2u]) error instantiating -nocompile/m/mangleof_14_D.d(20): Error: cannot implicitly convert expression (cast(int)"i"c) of type int to char[] -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_14_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mangleof_18_A.d -nocompile/m/mangleof_18_A.d(15): Error: no property 'mangleof' for tuple '(int, int)' -nocompile/m/mangleof_18_A.d(15): Error: cannot implicitly convert expression (1) of type int to char[] -nocompile/m/mangleof_18_A.d(15): Error: cannot cast int to char[] -nocompile/m/mangleof_18_A.d(15): Error: integral constant must be scalar type, not char[] -nocompile/m/mangleof_18_A.d(18): mixin dstress.nocompile.m.mangleof_18_A.T!(1,2) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mangleof_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_18_A.d -nocompile/m/mixin_18_A.d(17): template instance P is not a template declaration, it is a struct -nocompile/m/mixin_18_A.d(17): mixin is not defined -nocompile/m/mixin_18_A.d(21): template instance dstress.nocompile.m.mixin_18_A.C!(A) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_18_B.d -nocompile/m/mixin_18_B.d(17): template instance P is not a template declaration, it is a class -nocompile/m/mixin_18_B.d(17): mixin is not defined -nocompile/m/mixin_18_B.d(21): template instance dstress.nocompile.m.mixin_18_B.C!(A) error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_18_C.d -nocompile/m/mixin_18_C.d(17): template instance A is not a template declaration, it is a class -nocompile/m/mixin_18_C.d(17): mixin is not defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_18_D.d -nocompile/m/mixin_18_D.d(17): template instance A is not a template declaration, it is a struct -nocompile/m/mixin_18_D.d(17): mixin is not defined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_18_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_A.d -nocompile/m/mixin_19_A.d(24): alias dstress.nocompile.m.mixin_19_A.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_A.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_A.d(16): alias dstress.nocompile.m.mixin_19_A.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_A.T1!().myproperty at nocompile/m/mixin_19_A.d(18) -nocompile/m/mixin_19_A.d(24): template instance dstress.nocompile.m.mixin_19_A.T1!() error instantiating -nocompile/m/mixin_19_A.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_A.d(24): alias dstress.nocompile.m.mixin_19_A.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_A.T2!().myproperty at nocompile/m/mixin_19_A.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_B.d -nocompile/m/mixin_19_B.d(24): alias dstress.nocompile.m.mixin_19_B.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_B.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_B.d(16): alias dstress.nocompile.m.mixin_19_B.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_B.T1!().myproperty at nocompile/m/mixin_19_B.d(18) -nocompile/m/mixin_19_B.d(24): template instance dstress.nocompile.m.mixin_19_B.T1!() error instantiating -nocompile/m/mixin_19_B.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_B.d(24): alias dstress.nocompile.m.mixin_19_B.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_B.T2!().myproperty at nocompile/m/mixin_19_B.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_C.d -nocompile/m/mixin_19_C.d(24): alias dstress.nocompile.m.mixin_19_C.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_C.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_C.d(16): alias dstress.nocompile.m.mixin_19_C.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_C.T1!().myproperty at nocompile/m/mixin_19_C.d(18) -nocompile/m/mixin_19_C.d(24): template instance dstress.nocompile.m.mixin_19_C.T1!() error instantiating -nocompile/m/mixin_19_C.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_C.d(24): alias dstress.nocompile.m.mixin_19_C.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_C.T2!().myproperty at nocompile/m/mixin_19_C.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_D.d -nocompile/m/mixin_19_D.d(16): alias dstress.nocompile.m.mixin_19_D.T1!().myproperty recursive alias declaration -nocompile/m/mixin_19_D.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_D.d(24): alias dstress.nocompile.m.mixin_19_D.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_D.T2!().myproperty at nocompile/m/mixin_19_D.d(26) -nocompile/m/mixin_19_D.d(16): template instance dstress.nocompile.m.mixin_19_D.T2!() error instantiating -nocompile/m/mixin_19_D.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_D.d(16): alias dstress.nocompile.m.mixin_19_D.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_D.T1!().myproperty at nocompile/m/mixin_19_D.d(18) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_E.d -nocompile/m/mixin_19_E.d(24): alias dstress.nocompile.m.mixin_19_E.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_E.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_E.d(16): alias dstress.nocompile.m.mixin_19_E.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_E.T1!().myproperty at nocompile/m/mixin_19_E.d(18) -nocompile/m/mixin_19_E.d(24): template instance dstress.nocompile.m.mixin_19_E.T1!() error instantiating -nocompile/m/mixin_19_E.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_E.d(24): alias dstress.nocompile.m.mixin_19_E.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_E.T2!().myproperty at nocompile/m/mixin_19_E.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_F.d -nocompile/m/mixin_19_F.d(24): alias dstress.nocompile.m.mixin_19_F.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_F.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_F.d(16): alias dstress.nocompile.m.mixin_19_F.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_F.T1!().myproperty at nocompile/m/mixin_19_F.d(18) -nocompile/m/mixin_19_F.d(24): template instance dstress.nocompile.m.mixin_19_F.T1!() error instantiating -nocompile/m/mixin_19_F.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_F.d(24): alias dstress.nocompile.m.mixin_19_F.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_F.T2!().myproperty at nocompile/m/mixin_19_F.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_G.d -nocompile/m/mixin_19_G.d(24): alias dstress.nocompile.m.mixin_19_G.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_G.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_G.d(16): alias dstress.nocompile.m.mixin_19_G.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_G.T1!().myproperty at nocompile/m/mixin_19_G.d(18) -nocompile/m/mixin_19_G.d(24): template instance dstress.nocompile.m.mixin_19_G.T1!() error instantiating -nocompile/m/mixin_19_G.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_G.d(24): alias dstress.nocompile.m.mixin_19_G.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_G.T2!().myproperty at nocompile/m/mixin_19_G.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_H.d -nocompile/m/mixin_19_H.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_H.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_H.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T1!().myproperty at nocompile/m/mixin_19_H.d(18) -nocompile/m/mixin_19_H.d(24): template instance dstress.nocompile.m.mixin_19_H.T1!() error instantiating -nocompile/m/mixin_19_H.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_H.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T2!().myproperty at nocompile/m/mixin_19_H.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_I.d -nocompile/m/mixin_19_I.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty recursive alias declaration -nocompile/m/mixin_19_I.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_I.d(24): alias dstress.nocompile.m.mixin_19_H.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T2!().myproperty at nocompile/m/mixin_19_I.d(26) -nocompile/m/mixin_19_I.d(16): template instance dstress.nocompile.m.mixin_19_H.T2!() error instantiating -nocompile/m/mixin_19_I.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_I.d(16): alias dstress.nocompile.m.mixin_19_H.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_H.T1!().myproperty at nocompile/m/mixin_19_I.d(18) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_J.d -nocompile/m/mixin_19_J.d(24): alias dstress.nocompile.m.mixin_19_J.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_J.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_J.d(16): alias dstress.nocompile.m.mixin_19_J.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_J.T1!().myproperty at nocompile/m/mixin_19_J.d(18) -nocompile/m/mixin_19_J.d(24): template instance dstress.nocompile.m.mixin_19_J.T1!() error instantiating -nocompile/m/mixin_19_J.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_J.d(24): alias dstress.nocompile.m.mixin_19_J.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_J.T2!().myproperty at nocompile/m/mixin_19_J.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_K.d -nocompile/m/mixin_19_K.d(24): alias dstress.nocompile.m.mixin_19_K.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_K.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_K.d(16): alias dstress.nocompile.m.mixin_19_K.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_K.T1!().myproperty at nocompile/m/mixin_19_K.d(18) -nocompile/m/mixin_19_K.d(24): template instance dstress.nocompile.m.mixin_19_K.T1!() error instantiating -nocompile/m/mixin_19_K.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_K.d(24): alias dstress.nocompile.m.mixin_19_K.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_K.T2!().myproperty at nocompile/m/mixin_19_K.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_L.d -nocompile/m/mixin_19_L.d(31): mixin M1 isn't a template -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/m/mixin_19_L.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_M.d -nocompile/m/mixin_19_M.d(24): alias dstress.nocompile.m.mixin_19_M.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_M.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_M.d(16): alias dstress.nocompile.m.mixin_19_M.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_M.T1!().myproperty at nocompile/m/mixin_19_M.d(18) -nocompile/m/mixin_19_M.d(24): template instance dstress.nocompile.m.mixin_19_M.T1!() error instantiating -nocompile/m/mixin_19_M.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_M.d(24): alias dstress.nocompile.m.mixin_19_M.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_M.T2!().myproperty at nocompile/m/mixin_19_M.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_19_N.d -nocompile/m/mixin_19_N.d(24): alias dstress.nocompile.m.mixin_19_N.T2!().myproperty recursive alias declaration -nocompile/m/mixin_19_N.d(16): Error: forward reference to 'T1!().myproperty' -nocompile/m/mixin_19_N.d(16): alias dstress.nocompile.m.mixin_19_N.T1!().myproperty conflicts with function dstress.nocompile.m.mixin_19_N.T1!().myproperty at nocompile/m/mixin_19_N.d(18) -nocompile/m/mixin_19_N.d(24): template instance dstress.nocompile.m.mixin_19_N.T1!() error instantiating -nocompile/m/mixin_19_N.d(24): Error: forward reference to 'T2!().myproperty' -nocompile/m/mixin_19_N.d(24): alias dstress.nocompile.m.mixin_19_N.T2!().myproperty conflicts with function dstress.nocompile.m.mixin_19_N.T2!().myproperty at nocompile/m/mixin_19_N.d(26) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_19_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_21_B.d -compile/m/mixin_21_A.d(12): Error: identifier 'UNDEFINED' is not defined -compile/m/mixin_21_A.d(12): Error: UNDEFINED is used as a type -nocompile/m/mixin_21_B.d(12): variable dstress.nocompile.m.mixin_21_B.T!().x voids have no value -nocompile/m/mixin_21_B.d(15): mixin dstress.nocompile.m.mixin_21_B.T!() error instantiating -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_21_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_22_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_22_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_22_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_22_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/m/mixin_22_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_25_B.d -EXIT CODE: 9 - -Torture-Sub-1/32-ERROR: nocompile/m/mixin_25_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_A.d -nocompile/m/mixin_31_A.d(15): Error: argument to mixin must be a string, not (2) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_B.d -nocompile/m/mixin_31_B.d(15): Error: argument to mixin must be a string, not (2) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_C.d -nocompile/m/mixin_31_C.d(15): Error: argument to mixin must be a string, not (2) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_D.d -nocompile/m/mixin_31_D.d(15): found 'EOF' when expecting ';' following 'statement' -nocompile/m/mixin_31_D.d(15): Error: long has no effect in expression (1) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_31_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_E.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/m/mixin_31_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_F.d -Declaration expected, not '1' -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/m/mixin_31_F.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_31_G.d -attribute argument to mixin must be a string, not (1) -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/m/mixin_31_G.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_33_A.d -nocompile/m/mixin_33_A.d(19): template instance MetaString!("2 == 1") does not match any template declaration -nocompile/m/mixin_33_A.d(20): Error: template instance 'MetaString!("2 == 1")' is not a variable -nocompile/m/mixin_33_A.d(20): Error: no property 'Value' for type 'int' -nocompile/m/mixin_33_A.d(20): Error: argument to mixin must be a string, not (1) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_33_B.d -nocompile/m/mixin_33_B.d(19): template instance MetaString!("2 == 1") does not match any template declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_33_C.d -nocompile/m/mixin_33_C.d(19): template instance MetaString!("2 == 1") does not match any template declaration -nocompile/m/mixin_33_C.d(19): Error: undefined identifier MetaString!("2 == 1").Value -nocompile/m/mixin_33_C.d(19): Error: argument to mixin must be a string, not (MetaString!("2 == 1").Value) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_33_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_34_A.d -nocompile/m/mixin_34_A.d(16): Error: undefined identifier a -nocompile/m/mixin_34_A.d(16): Error: cannot infer type for t -nocompile/m/mixin_34_A.d(23): template instance dstress.nocompile.m.mixin_34_A.testHelper!("hello","world") error instantiating -nocompile/m/mixin_34_A.d(23): Error: cannot evaluate testHelper() at compile time -nocompile/m/mixin_34_A.d(23): Error: argument to mixin must be a string, not (testHelper()) -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/mixin_34_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_36_A.d -nocompile/m/mixin_36_A.d(15): identifier expected, not EOF -EXIT CODE: 11 - -Torture-Sub-1/32-ERROR: nocompile/m/mixin_36_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/mixin_36_B.d -identifier expected, not EOF -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/m/mixin_36_B.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/m/module_05_D.d -nocompile/m/module_05_D.d(11): ';' expected following module declaration instead of co -nocompile/m/module_05_D.d(11): semicolon expected, not '.' -nocompile/m/module_05_D.d(11): no identifier for declarator .m.module_05_D -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/m/module_05_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/module_03.d -nocompile/module_03.d(9): Declaration expected, not 'module' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/module_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/named_entity_04.d -nocompile/named_entity_04.d(10): unnamed character entity &JustMe; -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/named_entity_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/named_entity_05.d -nocompile/named_entity_05.d(10): unterminated named entity -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/named_entity_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_02.d -nocompile/new_02.d(10): allocator dstress.nocompile.new_02.MyClass.new at least one argument of type uint expected -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_03.d -nocompile/new_03.d(10): no identifier for declarator void* -nocompile/new_03.d(10): semicolon expected, not 'new' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_05.d -nocompile/new_05.d(10): allocator dstress.nocompile.new_05.MyClass.new first argument must be type uint, not byte -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_14.d -nocompile/new_14.d(9): allocator dstress.nocompile.new_14.new new allocators only are for class or struct definitions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_14.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_15.d -nocompile/new_15.d(10): found 's' when expecting ',' -nocompile/new_15.d(10): expression expected, not ')' -nocompile/new_15.d(10): found '{' when expecting ',' -nocompile/new_15.d(11): found '*' when expecting '.' following 'void' -nocompile/new_15.d(11): found ';' when expecting ',' -nocompile/new_15.d(12): expression expected, not 'return' -nocompile/new_15.d(12): found 'v' when expecting ',' -nocompile/new_15.d(12): expression expected, not ';' -nocompile/new_15.d(13): found '}' when expecting ',' -nocompile/new_15.d(14): expression expected, not '}' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -nocompile/new_15.d(15): expression expected, not 'EOF' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -nocompile/new_15.d(15): expression expected, not 'EOF' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -nocompile/new_15.d(15): expression expected, not 'EOF' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -nocompile/new_15.d(15): expression expected, not 'EOF' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -nocompile/new_15.d(15): expression expected, not 'EOF' -nocompile/new_15.d(15): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_15.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_16.d -nocompile/new_16.d(11): found 's' when expecting ',' -nocompile/new_16.d(11): expression expected, not ')' -nocompile/new_16.d(11): found '{' when expecting ',' -nocompile/new_16.d(12): found '*' when expecting '.' following 'void' -nocompile/new_16.d(12): found ';' when expecting ',' -nocompile/new_16.d(13): expression expected, not 'return' -nocompile/new_16.d(13): found 'v' when expecting ',' -nocompile/new_16.d(13): expression expected, not ';' -nocompile/new_16.d(14): found '}' when expecting ',' -nocompile/new_16.d(15): expression expected, not '}' -nocompile/new_16.d(16): found '}' when expecting ',' -nocompile/new_16.d(17): expression expected, not 'EOF' -nocompile/new_16.d(17): found 'EOF' when expecting ',' -nocompile/new_16.d(17): expression expected, not 'EOF' -nocompile/new_16.d(17): found 'EOF' when expecting ',' -nocompile/new_16.d(17): expression expected, not 'EOF' -nocompile/new_16.d(17): found 'EOF' when expecting ',' -nocompile/new_16.d(17): expression expected, not 'EOF' -nocompile/new_16.d(17): found 'EOF' when expecting ',' -nocompile/new_16.d(17): expression expected, not 'EOF' -nocompile/new_16.d(17): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_16.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_17.d -nocompile/new_17.d(11): found 's' when expecting ',' -nocompile/new_17.d(11): expression expected, not ')' -nocompile/new_17.d(11): found '{' when expecting ',' -nocompile/new_17.d(12): found '*' when expecting '.' following 'void' -nocompile/new_17.d(12): found ';' when expecting ',' -nocompile/new_17.d(13): expression expected, not 'return' -nocompile/new_17.d(13): found 'v' when expecting ',' -nocompile/new_17.d(13): expression expected, not ';' -nocompile/new_17.d(14): found '}' when expecting ',' -nocompile/new_17.d(15): expression expected, not '}' -nocompile/new_17.d(16): found '}' when expecting ',' -nocompile/new_17.d(17): expression expected, not 'EOF' -nocompile/new_17.d(17): found 'EOF' when expecting ',' -nocompile/new_17.d(17): expression expected, not 'EOF' -nocompile/new_17.d(17): found 'EOF' when expecting ',' -nocompile/new_17.d(17): expression expected, not 'EOF' -nocompile/new_17.d(17): found 'EOF' when expecting ',' -nocompile/new_17.d(17): expression expected, not 'EOF' -nocompile/new_17.d(17): found 'EOF' when expecting ',' -nocompile/new_17.d(17): expression expected, not 'EOF' -nocompile/new_17.d(17): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_17.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_18.d -nocompile/new_18.d(11): found 's' when expecting ',' -nocompile/new_18.d(11): expression expected, not ')' -nocompile/new_18.d(11): found '{' when expecting ',' -nocompile/new_18.d(12): found '*' when expecting '.' following 'void' -nocompile/new_18.d(12): found ';' when expecting ',' -nocompile/new_18.d(13): expression expected, not 'return' -nocompile/new_18.d(13): found 'v' when expecting ',' -nocompile/new_18.d(13): expression expected, not ';' -nocompile/new_18.d(14): found '}' when expecting ',' -nocompile/new_18.d(15): expression expected, not '}' -nocompile/new_18.d(16): found '}' when expecting ',' -nocompile/new_18.d(17): expression expected, not 'EOF' -nocompile/new_18.d(17): found 'EOF' when expecting ',' -nocompile/new_18.d(17): expression expected, not 'EOF' -nocompile/new_18.d(17): found 'EOF' when expecting ',' -nocompile/new_18.d(17): expression expected, not 'EOF' -nocompile/new_18.d(17): found 'EOF' when expecting ',' -nocompile/new_18.d(17): expression expected, not 'EOF' -nocompile/new_18.d(17): found 'EOF' when expecting ',' -nocompile/new_18.d(17): expression expected, not 'EOF' -nocompile/new_18.d(17): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_18.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_19.d -nocompile/new_19.d(11): found 's' when expecting ',' -nocompile/new_19.d(11): expression expected, not ')' -nocompile/new_19.d(11): found '{' when expecting ',' -nocompile/new_19.d(12): found '*' when expecting '.' following 'void' -nocompile/new_19.d(12): found ';' when expecting ',' -nocompile/new_19.d(13): expression expected, not 'return' -nocompile/new_19.d(13): found 'v' when expecting ',' -nocompile/new_19.d(13): expression expected, not ';' -nocompile/new_19.d(14): found '}' when expecting ',' -nocompile/new_19.d(15): found '*' when expecting '.' following 'void' -nocompile/new_19.d(15): found ';' when expecting ',' -nocompile/new_19.d(16): expression expected, not 'return' -nocompile/new_19.d(16): found 'v' when expecting ',' -nocompile/new_19.d(16): expression expected, not ';' -nocompile/new_19.d(17): found '}' when expecting ',' -nocompile/new_19.d(18): expression expected, not '}' -nocompile/new_19.d(19): found 'EOF' when expecting ',' -nocompile/new_19.d(19): expression expected, not 'EOF' -nocompile/new_19.d(19): found 'EOF' when expecting ',' -nocompile/new_19.d(19): expression expected, not 'EOF' -nocompile/new_19.d(19): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_19.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_20.d -nocompile/new_20.d(12): found 's' when expecting ',' -nocompile/new_20.d(12): expression expected, not ')' -nocompile/new_20.d(12): found '{' when expecting ',' -nocompile/new_20.d(13): found '*' when expecting '.' following 'void' -nocompile/new_20.d(13): found ';' when expecting ',' -nocompile/new_20.d(14): expression expected, not 'return' -nocompile/new_20.d(14): found 'v' when expecting ',' -nocompile/new_20.d(14): expression expected, not ';' -nocompile/new_20.d(15): found '}' when expecting ',' -nocompile/new_20.d(16): expression expected, not '}' -nocompile/new_20.d(17): found '}' when expecting ',' -nocompile/new_20.d(18): expression expected, not 'EOF' -nocompile/new_20.d(18): found 'EOF' when expecting ',' -nocompile/new_20.d(18): expression expected, not 'EOF' -nocompile/new_20.d(18): found 'EOF' when expecting ',' -nocompile/new_20.d(18): expression expected, not 'EOF' -nocompile/new_20.d(18): found 'EOF' when expecting ',' -nocompile/new_20.d(18): expression expected, not 'EOF' -nocompile/new_20.d(18): found 'EOF' when expecting ',' -nocompile/new_20.d(18): expression expected, not 'EOF' -nocompile/new_20.d(18): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-FAIL: nocompile/new_20.d [bad error message] -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_21.d -nocompile/new_21.d(11): found 's' when expecting ',' -nocompile/new_21.d(11): expression expected, not ')' -nocompile/new_21.d(11): found '{' when expecting ',' -nocompile/new_21.d(12): found '*' when expecting '.' following 'void' -nocompile/new_21.d(12): found ';' when expecting ',' -nocompile/new_21.d(13): expression expected, not 'return' -nocompile/new_21.d(13): found 'v' when expecting ',' -nocompile/new_21.d(13): expression expected, not ';' -nocompile/new_21.d(14): found '}' when expecting ',' -nocompile/new_21.d(15): expression expected, not '}' -nocompile/new_21.d(16): found '}' when expecting ',' -nocompile/new_21.d(17): expression expected, not 'EOF' -nocompile/new_21.d(17): found 'EOF' when expecting ',' -nocompile/new_21.d(17): expression expected, not 'EOF' -nocompile/new_21.d(17): found 'EOF' when expecting ',' -nocompile/new_21.d(17): expression expected, not 'EOF' -nocompile/new_21.d(17): found 'EOF' when expecting ',' -nocompile/new_21.d(17): expression expected, not 'EOF' -nocompile/new_21.d(17): found 'EOF' when expecting ',' -nocompile/new_21.d(17): expression expected, not 'EOF' -nocompile/new_21.d(17): found 'EOF' when expecting ',' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_21.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/new_22.d -nocompile/new_22.d(9): allocator dstress.nocompile.new_22.new new allocators only are for class or struct definitions -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/new_22.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/namespace_01_A.d -nocompile/n/namespace_01_A.d(11): semicolon expected, not '{' -nocompile/n/namespace_01_A.d(11): Declaration expected, not '{' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/namespace_01_B.d -nocompile/n/namespace_01_B.d(11): semicolon expected, not '.' -nocompile/n/namespace_01_B.d(11): no identifier for declarator .y.z -nocompile/n/namespace_01_B.d(11): semicolon expected, not '{' -nocompile/n/namespace_01_B.d(11): Declaration expected, not '{' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/namespace_01_C.d -nocompile/n/namespace_01_C.d(11): semicolon expected, not '{' -nocompile/n/namespace_01_C.d(11): Declaration expected, not '{' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/namespace_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/nested_class_01_C.d -nocompile/n/nested_class_01_C.d(15): Error: outer class Outer 'this' needed to 'new' nested class Inner -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/nested_class_01_D.d -nocompile/n/nested_class_01_D.d(14): Error: this for i needs to be type Outer not type dstress.nocompile.n.nested_class_01_D.Outer.Inner -nocompile/n/nested_class_01_D.d(14): class dstress.nocompile.n.nested_class_01_D.Outer.Inner member i is not accessible -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/nested_class_02_C.d -nocompile/n/nested_class_02_C.d(12): Error: undefined identifier m -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_02_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/nested_class_02_D.d -nocompile/n/nested_class_02_D.d(14): function dstress.nocompile.n.nested_class_02_D.func.Inner.test cannot access frame of function func -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/nested_class_02_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_23.d -nocompile/n/new_23.d(19): Error: outer class A 'this' needed to 'new' nested class B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/new_23.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_24.d -nocompile/n/new_24.d(19): Error: non-constant expression new B -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/new_24.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_25_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_25_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_25_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_25_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_25_C.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_25_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_25_D.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_25_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_26_A.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_26_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_26_B.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/n/new_26_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_26_C.d -nocompile/n/new_26_C.d(14): Error: cannot implicitly convert expression (3.3) of type double to uint -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/new_26_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_27_A.d -nocompile/n/new_27_A.d(17): found 'void' when expecting '(' -nocompile/n/new_27_A.d(17): found '{' when expecting ')' -nocompile/n/new_27_A.d(18): semicolon expected following function declaration -nocompile/n/new_27_A.d(19): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/new_27_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/n/new_27_B.d -nocompile/n/new_27_B.d(17): found 'void' when expecting '(' -nocompile/n/new_27_B.d(17): found '{' when expecting ')' -nocompile/n/new_27_B.d(18): semicolon expected following function declaration -nocompile/n/new_27_B.d(19): unrecognized declaration -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/n/new_27_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offset_01.d -nocompile/offset_01.d(19): Error: no property 'offset' for type 'int' -nocompile/offset_01.d(20): Error: no property 'offset' for type 'int' -nocompile/offset_01.d(21): Error: no property 'offset' for type 'int' -nocompile/offset_01.d(21): Error: no property 'offset' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offset_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offset_02.d -nocompile/offset_02.d(17): Error: .offset deprecated, use .offsetof -nocompile/offset_02.d(18): Error: .offset deprecated, use .offsetof -nocompile/offset_02.d(19): Error: .offset deprecated, use .offsetof -nocompile/offset_02.d(19): Error: .offset deprecated, use .offsetof -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offset_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offset_03.d -nocompile/offset_03.d(19): Error: no property 'offset' for type 'int' -nocompile/offset_03.d(20): Error: no property 'offset' for type 'int' -nocompile/offset_03.d(21): Error: no property 'offset' for type 'int' -nocompile/offset_03.d(21): Error: no property 'offset' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offset_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_03.d -nocompile/offsetof_03.d(17): Error: no property 'offsetof' for type 'int' -nocompile/offsetof_03.d(18): Error: no property 'offsetof' for type 'int' -nocompile/offsetof_03.d(19): Error: no property 'offsetof' for type 'int' -nocompile/offsetof_03.d(19): Error: no property 'offsetof' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_03.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_04.d -nocompile/offsetof_04.d(19): Error: no property 'offsetof' for type 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_04.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_05.d -nocompile/offsetof_05.d(21): Error: no property 'offsetof' for type 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_05.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_06.d -nocompile/offsetof_06.d(21): Error: no property 'offsetof' for type 'void' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_06.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_08.d -nocompile/offsetof_08.d(17): Error: 'this' is only allowed in non-static member functions, not main -nocompile/offsetof_08.d(17): Error: this for a needs to be type MyClass not type int -nocompile/offsetof_08.d(18): Error: 'this' is only allowed in non-static member functions, not main -nocompile/offsetof_08.d(18): Error: this for b needs to be type MyClass not type int -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_08.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_74.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/offsetof_74.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_75.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/offsetof_75.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_76.d -nocompile/offsetof_76.d(14): function dstress.nocompile.offsetof_76.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_76.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/offsetof_77.d -nocompile/offsetof_77.d(14): variable dstress.nocompile.offsetof_77.A.alignof .alignof property cannot be redefined -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/offsetof_77.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/obsolete_01_A.d -nocompile/o/obsolete_01_A.d(11): Declaration expected, not '[' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/obsolete_01_B.d -nocompile/o/obsolete_01_B.d(11): found '"use some other class"' when expecting ')' -nocompile/o/obsolete_01_B.d(11): no identifier for declarator Obsolete -nocompile/o/obsolete_01_B.d(11): semicolon expected, not ')' -nocompile/o/obsolete_01_B.d(11): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/obsolete_01_C.d -nocompile/o/obsolete_01_C.d(11): found '"use some other class"' when expecting ')' -nocompile/o/obsolete_01_C.d(11): no identifier for declarator obsolete -nocompile/o/obsolete_01_C.d(11): semicolon expected, not ')' -nocompile/o/obsolete_01_C.d(11): Declaration expected, not ')' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/obsolete_01_D.d -nocompile/o/obsolete_01_D.d(11): Declaration expected, not '[' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/obsolete_01_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/offsetof_01.d -nocompile/o/offsetof_01.d(15): Error: no property 'offsetof' for type 'int' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/offsetof_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/offsetof_02.d -EXIT CODE: 0 - -Torture-Sub-1/32-XPASS: nocompile/o/offsetof_02.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_08_A.d -nocompile/o/opAdd_08_A.d(16): Error: cannot implicitly convert expression (cast(int)a + cast(int)a) of type int to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_08_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_A.d -nocompile/o/opAdd_09_A.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 2.2) of type double to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_B.d -nocompile/o/opAdd_09_B.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 0) of type double to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_C.d -nocompile/o/opAdd_09_C.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + nan) of type double to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_D.d -nocompile/o/opAdd_09_D.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 2.2i) of type cdouble to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_E.d -nocompile/o/opAdd_09_E.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + 0i) of type cdouble to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAdd_09_F.d -nocompile/o/opAdd_09_F.d(15): Error: cannot implicitly convert expression (cast(double)cast(int)b + nani) of type cdouble to bool -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAdd_09_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_01.d -nocompile/o/opAddAssign_01.d(17): semicolon expected, not '+=' -nocompile/o/opAddAssign_01.d(17): found '+=' instead of statement -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_01.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_A.d -nocompile/o/opAddAssign_18_A.d(21): Error: incompatible types for ((a) += (x)): 'float' and 'dstress.nocompile.o.opAddAssign_18_A.X' -nocompile/o/opAddAssign_18_A.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_A.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_B.d -nocompile/o/opAddAssign_18_B.d(21): Error: incompatible types for ((a) += (x)): 'float' and 'X' -nocompile/o/opAddAssign_18_B.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_C.d -nocompile/o/opAddAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_C.X -nocompile/o/opAddAssign_18_C.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_C.X' and 'float' -nocompile/o/opAddAssign_18_C.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_C.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_D.d -nocompile/o/opAddAssign_18_D.d(21): Error: 'x' is not a scalar, it is a X -nocompile/o/opAddAssign_18_D.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'float' -nocompile/o/opAddAssign_18_D.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_E.d -nocompile/o/opAddAssign_18_E.d(21): Error: incompatible types for ((a) += (x)): 'ifloat' and 'dstress.nocompile.o.opAddAssign_18_E.X' -nocompile/o/opAddAssign_18_E.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_E.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_F.d -nocompile/o/opAddAssign_18_F.d(21): Error: incompatible types for ((a) += (x)): 'ifloat' and 'X' -nocompile/o/opAddAssign_18_F.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_G.d -nocompile/o/opAddAssign_18_G.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_G.X -nocompile/o/opAddAssign_18_G.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_G.X' and 'ifloat' -nocompile/o/opAddAssign_18_G.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_G.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_G.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_H.d -nocompile/o/opAddAssign_18_H.d(21): Error: 'x' is not a scalar, it is a X -nocompile/o/opAddAssign_18_H.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'ifloat' -nocompile/o/opAddAssign_18_H.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_H.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_I.d -nocompile/o/opAddAssign_18_I.d(21): Error: incompatible types for ((a) += (x)): 'cfloat' and 'dstress.nocompile.o.opAddAssign_18_I.X' -nocompile/o/opAddAssign_18_I.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_I.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_I.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_J.d -nocompile/o/opAddAssign_18_J.d(21): Error: incompatible types for ((a) += (x)): 'cfloat' and 'X' -nocompile/o/opAddAssign_18_J.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_K.d -nocompile/o/opAddAssign_18_K.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_K.X -nocompile/o/opAddAssign_18_K.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_K.X' and 'cfloat' -nocompile/o/opAddAssign_18_K.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_K.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_L.d -nocompile/o/opAddAssign_18_L.d(21): Error: 'x' is not a scalar, it is a X -nocompile/o/opAddAssign_18_L.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'cfloat' -nocompile/o/opAddAssign_18_L.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_M.d -nocompile/o/opAddAssign_18_M.d(21): Error: incompatible types for ((a) += (x)): 'int' and 'dstress.nocompile.o.opAddAssign_18_M.X' -nocompile/o/opAddAssign_18_M.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_M.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_N.d -nocompile/o/opAddAssign_18_N.d(21): Error: incompatible types for ((a) += (x)): 'int' and 'X' -nocompile/o/opAddAssign_18_N.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_O.d -nocompile/o/opAddAssign_18_O.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAddAssign_18_O.X -nocompile/o/opAddAssign_18_O.d(21): Error: incompatible types for ((x) += (a)): 'dstress.nocompile.o.opAddAssign_18_O.X' and 'int' -nocompile/o/opAddAssign_18_O.d(21): Error: 'x' is not of arithmetic type, it is a dstress.nocompile.o.opAddAssign_18_O.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_18_P.d -nocompile/o/opAddAssign_18_P.d(21): Error: 'x' is not a scalar, it is a X -nocompile/o/opAddAssign_18_P.d(21): Error: incompatible types for ((x) += (a)): 'X' and 'int' -nocompile/o/opAddAssign_18_P.d(21): Error: 'x' is not of arithmetic type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_18_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_A.d -nocompile/o/opAddAssign_19_A.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_B.d -nocompile/o/opAddAssign_19_B.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_C.d -nocompile/o/opAddAssign_19_C.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_C.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_D.d -nocompile/o/opAddAssign_19_D.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_D.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_E.d -nocompile/o/opAddAssign_19_E.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_E.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAddAssign_19_F.d -nocompile/o/opAddAssign_19_F.d(15): Error: operation not allowed on bool 'b' -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAddAssign_19_F.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_J.d -nocompile/o/opAndAssign_01_J.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a float -nocompile/o/opAndAssign_01_J.d(16): Error: '1' is not of integral type, it is a float -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_J.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_K.d -nocompile/o/opAndAssign_01_K.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a double -nocompile/o/opAndAssign_01_K.d(16): Error: '1' is not of integral type, it is a double -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_K.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_L.d -nocompile/o/opAndAssign_01_L.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a real -nocompile/o/opAndAssign_01_L.d(16): Error: '1' is not of integral type, it is a real -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_L.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_M.d -nocompile/o/opAndAssign_01_M.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ifloat -nocompile/o/opAndAssign_01_M.d(16): Error: '1i' is not of integral type, it is a ifloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_M.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_N.d -nocompile/o/opAndAssign_01_N.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a idouble -nocompile/o/opAndAssign_01_N.d(16): Error: '1i' is not of integral type, it is a idouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_N.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_O.d -nocompile/o/opAndAssign_01_O.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a ireal -nocompile/o/opAndAssign_01_O.d(16): Error: '1i' is not of integral type, it is a ireal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_O.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_P.d -nocompile/o/opAndAssign_01_P.d(15): Error: cannot implicitly convert expression (8i) of type ifloat to cfloat[] -nocompile/o/opAndAssign_01_P.d(15): Error: cannot cast ifloat to cfloat[] -nocompile/o/opAndAssign_01_P.d(15): Error: integral constant must be scalar type, not cfloat[] -nocompile/o/opAndAssign_01_P.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cfloat -nocompile/o/opAndAssign_01_P.d(16): Error: '1Fi + 2F' is not of integral type, it is a cfloat -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_P.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_Q.d -nocompile/o/opAndAssign_01_Q.d(15): Error: cannot implicitly convert expression (8i) of type idouble to cdouble[] -nocompile/o/opAndAssign_01_Q.d(15): Error: cannot cast idouble to cdouble[] -nocompile/o/opAndAssign_01_Q.d(15): Error: integral constant must be scalar type, not cdouble[] -nocompile/o/opAndAssign_01_Q.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a cdouble -nocompile/o/opAndAssign_01_Q.d(16): Error: '1i + 2' is not of integral type, it is a cdouble -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_Q.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_01_R.d -nocompile/o/opAndAssign_01_R.d(15): Error: cannot implicitly convert expression (8i) of type idouble to creal[] -nocompile/o/opAndAssign_01_R.d(15): Error: cannot cast idouble to creal[] -nocompile/o/opAndAssign_01_R.d(15): Error: integral constant must be scalar type, not creal[] -nocompile/o/opAndAssign_01_R.d(16): Error: 'f[cast(uint)0]' is not of integral type, it is a creal -nocompile/o/opAndAssign_01_R.d(16): Error: 'cast(creal)(1i + 2)' is not of integral type, it is a creal -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_01_R.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_18_A.d -nocompile/o/opAndAssign_18_A.d(21): Error: incompatible types for ((a) &= (x)): 'float' and 'dstress.nocompile.o.opAndAssign_18_A.X' -nocompile/o/opAndAssign_18_A.d(21): Error: 'a' is not of integral type, it is a float -nocompile/o/opAndAssign_18_A.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_A.X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_A.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_18_B.d -nocompile/o/opAndAssign_18_B.d(21): Error: incompatible types for ((a) &= (x)): 'float' and 'X' -nocompile/o/opAndAssign_18_B.d(21): Error: 'a' is not of integral type, it is a float -nocompile/o/opAndAssign_18_B.d(21): Error: 'x' is not of integral type, it is a X -EXIT CODE: 256 - -Torture-Sub-1/32-XFAIL: nocompile/o/opAndAssign_18_B.d -nocompile: /home/sequoh/d/bin/dmd -od./obj -c nocompile/o/opAndAssign_18_C.d -nocompile/o/opAndAssign_18_C.d(21): Error: 'x' is not a scalar, it is a dstress.nocompile.o.opAndAssign_18_C.X -nocompile/o/opAndAssign_18_C.d(21): Error: incompatible types for ((x) &= (a)): 'dstress.nocompile.o.opAndAssign_18_C.X' and 'float' -nocompile/o/opAndAssign_18_C.d(21): Error: 'x' is not of integral type, it is a dstress.nocompile.o.opAndAssign_18_C.X -nocompile/o/opAndAssign_18_C.d(21): Error: 'a' is not of integral type, it is a float <