diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 11:59:12 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-09 12:01:26 +0100 |
| commit | a8a55bc93e06cd8f75f7d397c013f7a312ea29a4 (patch) | |
| tree | 39969558bed8fcff1c2014fda0d3674b794f6970 | |
| parent | b16ae0960b396c8c20e4711eabfe4b826a039d7e (diff) | |
64asm/64ld: MP-UX specialized 64x0 assembler.
Refer to 64x0 the X64000 specific toolchain.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
| -rw-r--r-- | 32x0/.gitkeep (renamed from CompilerDriver/bin/.gitkeep) | 0 | ||||
| -rw-r--r-- | 64x0/.gitignore (renamed from CompilerDriver/.gitignore) | 2 | ||||
| -rw-r--r-- | 64x0/64asm.cc (renamed from CompilerDriver/masm.cc) | 46 | ||||
| -rw-r--r-- | 64x0/bccl.cc (renamed from CompilerDriver/bccl.cc) | 0 | ||||
| -rw-r--r-- | 64x0/bin/.gitkeep (renamed from CompilerDriver/bin/SourceUnitTest/.gitkeep) | 0 | ||||
| -rw-r--r-- | 64x0/bin/README.txt (renamed from CompilerDriver/bin/README.txt) | 0 | ||||
| -rw-r--r-- | 64x0/bin/SourceUnitTest/.gitkeep (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/bpp.cc (renamed from CompilerDriver/bpp.cc) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/LICENSE (renamed from CompilerDriver/cc2/LICENSE) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/include/cpp2util.h (renamed from CompilerDriver/cc2/include/cpp2util.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/all-std.cxx (renamed from CompilerDriver/cc2/passthrough-tests/all-std.cxx) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp (renamed from CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2 (renamed from CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp (renamed from CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2 (renamed from CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/msvc-msstl-e.cpp (renamed from CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/msvc-msstl-e.cpp2 (renamed from CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/readme.md (renamed from CompilerDriver/cc2/passthrough-tests/readme.md) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/passthrough-tests/run-diffs.sh (renamed from CompilerDriver/cc2/passthrough-tests/run-diffs.sh) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-allcpp1-hello.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-allcpp1-hello.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bounds-check.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bounds-check.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-fixed-type-aliases.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-fixed-type-aliases.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-float-literals.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-float-literals.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-forwarding.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-forwarding.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-hello.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-hello.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-increment-decrement.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-increment-decrement.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-initialization-safety-3.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-inspect-templates.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-inspect-templates.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-inspect-values-2.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-inspect-values-2.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-inspect-values.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-inspect-values.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-intro-example-three-loops.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-intro-example-three-loops.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-multiple-return-values.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-multiple-return-values.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-out-destruction.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-out-destruction.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-parameter-passing.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-parameter-passing.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-postexpression-with-capture.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-postexpression-with-capture.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-string-interpolation.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-string-interpolation.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-test-parens.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-test-parens.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-type-safety-1.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-type-safety-1.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2 (renamed from CompilerDriver/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bounds-safety-span.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bounds-safety-span.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-break-continue.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-break-continue.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-chained-comparisons.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-chained-comparisons.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-concept-definition.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-concept-definition.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-contracts.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-contracts.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-deducing-pointers-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-deducing-pointers-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-enum.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-enum.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-forward-return.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-forward-return.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-hello.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-hello.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-interpolation.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-interpolation.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-intro-example-three-loops.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-intro-example-three-loops.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-main-args.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-main-args.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-more-wildcards.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-more-wildcards.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-print.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-print.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-repeated-call.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-repeated-call.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-requires-clauses.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-requires-clauses.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-statement-scope-parameters.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-statement-scope-parameters.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-stdio-with-raii.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-stdio-with-raii.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-stdio.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-stdio.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-template-parameter-lists.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-template-parameter-lists.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-type-safety-1.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-type-safety-1.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-basics.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-basics.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-down-upcast.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-down-upcast.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-inheritance.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-inheritance.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-that-parameters.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-that-parameters.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-union.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-union.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-variadics.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-variadics.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/pure2-various-string-literals.cpp2 (renamed from CompilerDriver/cc2/regression-tests/pure2-various-string-literals.cpp2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/clang-version.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/clang-version.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output) | 0 | ||||
| -rwxr-xr-x | 64x0/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/apple-clang-14/xyzzy (renamed from CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/xyzzy) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/clang-version.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/clang-version.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-12/xyzzy (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-12/xyzzy) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/gcc-version.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/gcc-version.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-10/xyzzy (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-10/xyzzy) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/gcc-version.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/gcc-version.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/gcc-13/xyzzy (renamed from CompilerDriver/cc2/regression-tests/test-results/gcc-13/xyzzy) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-hello.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-hello.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/msvc-2022/xyzzy (renamed from CompilerDriver/cc2/regression-tests/test-results/msvc-2022/xyzzy) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-contracts.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-contracts.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-enum.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-enum.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-hello.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-hello.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-main-args.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-main-args.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-print.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-print.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-stdio.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-stdio.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-union.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-union.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-variadics.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-variadics.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output (renamed from CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/run-tests.bat (renamed from CompilerDriver/cc2/regression-tests/test-results/run-tests.bat) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/regression-tests/test-results/version (renamed from CompilerDriver/cc2/regression-tests/test-results/version) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/build.info (renamed from CompilerDriver/cc2/source/build.info) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/common.h (renamed from CompilerDriver/cc2/source/common.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/cpp2util.h (renamed from CompilerDriver/cc2/source/cpp2util.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/cppfront.cpp (renamed from CompilerDriver/cc2/source/cppfront.cpp) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/io.h (renamed from CompilerDriver/cc2/source/io.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/lex.h (renamed from CompilerDriver/cc2/source/lex.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/parse.h (renamed from CompilerDriver/cc2/source/parse.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/reflect.h (renamed from CompilerDriver/cc2/source/reflect.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/reflect.h2 (renamed from CompilerDriver/cc2/source/reflect.h2) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/sema.h (renamed from CompilerDriver/cc2/source/sema.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/to_cpp1.h (renamed from CompilerDriver/cc2/source/to_cpp1.h) | 0 | ||||
| -rw-r--r-- | 64x0/cc2/source/version.info (renamed from CompilerDriver/cc2/source/version.info) | 0 | ||||
| -rw-r--r-- | 64x0/ccplus.cc (renamed from CompilerDriver/ccplus.cc) | 0 | ||||
| -rw-r--r-- | 64x0/ld.cc (renamed from CompilerDriver/ld.cc) | 0 | ||||
| -rw-r--r-- | 64x0/makefile (renamed from CompilerDriver/makefile) | 6 | ||||
| -rw-r--r-- | CompilerFrontend/cl/compiler.d | 10 | ||||
| -rw-r--r-- | CompilerFrontend/cl/main.d | 8 |
1479 files changed, 31 insertions, 41 deletions
diff --git a/CompilerDriver/bin/.gitkeep b/32x0/.gitkeep index e69de29..e69de29 100644 --- a/CompilerDriver/bin/.gitkeep +++ b/32x0/.gitkeep diff --git a/CompilerDriver/.gitignore b/64x0/.gitignore index 69146c2..5f2e93d 100644 --- a/CompilerDriver/.gitignore +++ b/64x0/.gitignore @@ -4,6 +4,8 @@ bin/cpp bin/bpp bin/cc bin/masm +bin/64ld +bin/64asm bin/mkcdfs bin/ccplus bin/cppfront diff --git a/CompilerDriver/masm.cc b/64x0/64asm.cc index 4d5f8d6..45db820 100644 --- a/CompilerDriver/masm.cc +++ b/64x0/64asm.cc @@ -123,38 +123,26 @@ int main(int argc, char** argv) { if (strcmp(argv[i], "-v") == 0) { - kStdOut << "masm: The MP-UX Assembler.\nmasm: v1.10\nmasm: Copyright (c) 2023 Mahrouss Logic.\n"; + kStdOut << "64asm: The MP-UX 64x0 Assembler.\n64asm: v1.10\n64asm: Copyright (c) 2023 Mahrouss Logic.\n"; return 0; } if (strcmp(argv[i], "-h") == 0) { - kStdOut << "masm: The MP-UX Assembler.\nmasm: Copyright (c) 2023 Mahrouss Logic.\n"; + kStdOut << "64asm: The MP-UX 64x0 Assembler.\n64asm: Copyright (c) 2023 Mahrouss Logic.\n"; kStdOut << "-v: Print program version.\n"; kStdOut << "-verbose: Print verbose output.\n"; kStdOut << "-m64000: Compile for the X64000 instruction set.\n"; return 0; } - else if (strcmp(argv[i], "-m64000") == 0 || - strcmp(argv[i], "-m64x0") == 0) - { - kOutputArch = CompilerKit::kPefArch64000; - - if (kVerbose) - { - kStdOut << "masm: Select 64x0 as object output.\n"; - } - - continue; - } else if (strcmp(argv[i], "-verbose") == 0) { kVerbose = true; continue; } - kStdOut << "masm: ignore " << argv[i] << "\n"; + kStdOut << "64asm: ignore " << argv[i] << "\n"; continue; } @@ -178,7 +166,7 @@ int main(int argc, char** argv) { if (kVerbose) { - kStdOut << "masm: error: " << strerror(errno) << "\n"; + kStdOut << "64asm: error: " << strerror(errno) << "\n"; } } @@ -228,7 +216,7 @@ int main(int argc, char** argv) } if (kVerbose) - kStdOut << "masm: writing to file...\n"; + kStdOut << "64asm: writing to file...\n"; // this is the final step, write everything to the file. @@ -251,7 +239,7 @@ int main(int argc, char** argv) for (auto& rec : kRecords) { if (kVerbose) - kStdOut << "masm: wrote record " << rec.fName << " to file...\n"; + kStdOut << "64asm: wrote record " << rec.fName << " to file...\n"; rec.fFlags |= CompilerKit::kKindRelocationAtRuntime; rec.fOffset = record_count; @@ -268,7 +256,7 @@ int main(int argc, char** argv) CompilerKit::AERecordHeader _record_hdr{ 0 }; if (kVerbose) - kStdOut << "masm: wrote symbol " << sym << " to file...\n"; + kStdOut << "64asm: wrote symbol " << sym << " to file...\n"; _record_hdr.fKind = kAEInvalidOpcode; _record_hdr.fSize = sym.size(); @@ -302,13 +290,13 @@ int main(int argc, char** argv) } if (kVerbose) - kStdOut << "masm: wrote program bytes to file...\n"; + kStdOut << "64asm: wrote program bytes to file...\n"; file_ptr_out.flush(); file_ptr_out.close(); if (kVerbose) - kStdOut << "masm: exit succeeded with code 0.\n"; + kStdOut << "64asm: exit succeeded with code 0.\n"; return 0; } @@ -316,7 +304,7 @@ int main(int argc, char** argv) masm_fail_exit: if (kVerbose) - kStdOut << "masm: exit failed with code -1.\n"; + kStdOut << "64asm: exit failed with code -1.\n"; return -1; } @@ -655,7 +643,7 @@ static bool masm_write_number(const std::size_t& pos, std::string& jump_label) if (kVerbose) { - kStdOut << "masm: found a base 16 number here: " << jump_label.substr(pos) << "\n"; + kStdOut << "64asm: found a base 16 number here: " << jump_label.substr(pos) << "\n"; } return true; @@ -678,7 +666,7 @@ static bool masm_write_number(const std::size_t& pos, std::string& jump_label) if (kVerbose) { - kStdOut << "masm: found a base 2 number here: " << jump_label.substr(pos) << "\n"; + kStdOut << "64asm: found a base 2 number here: " << jump_label.substr(pos) << "\n"; } for (char& i : num.number) @@ -706,7 +694,7 @@ static bool masm_write_number(const std::size_t& pos, std::string& jump_label) if (kVerbose) { - kStdOut << "masm: found a base 8 number here: " << jump_label.substr(pos) << "\n"; + kStdOut << "64asm: found a base 8 number here: " << jump_label.substr(pos) << "\n"; } for (char& i : num.number) @@ -743,7 +731,7 @@ static bool masm_write_number(const std::size_t& pos, std::string& jump_label) if (kVerbose) { - kStdOut << "masm: found a base 10 number here: " << jump_label.substr(pos) << "\n"; + kStdOut << "64asm: found a base 10 number here: " << jump_label.substr(pos) << "\n"; } return true; @@ -831,11 +819,11 @@ static void masm_read_instruction(std::string& line, const std::string& file) if (kVerbose) { if (kOutputArch == CompilerKit::kPefArch64000) - kStdOut << "masm: 64x0 register found: " << register_syntax << "\n"; + kStdOut << "64asm: 64x0 register found: " << register_syntax << "\n"; else - kStdOut << "masm: register found: " << register_syntax << "\n"; + kStdOut << "64asm: register found: " << register_syntax << "\n"; - kStdOut << "masm: Number of registers: " << found_some << "\n"; + kStdOut << "64asm: Number of registers: " << found_some << "\n"; } } } diff --git a/CompilerDriver/bccl.cc b/64x0/bccl.cc index a522c79..a522c79 100644 --- a/CompilerDriver/bccl.cc +++ b/64x0/bccl.cc diff --git a/CompilerDriver/bin/SourceUnitTest/.gitkeep b/64x0/bin/.gitkeep index e69de29..e69de29 100644 --- a/CompilerDriver/bin/SourceUnitTest/.gitkeep +++ b/64x0/bin/.gitkeep diff --git a/CompilerDriver/bin/README.txt b/64x0/bin/README.txt index 7530e5e..7530e5e 100644 --- a/CompilerDriver/bin/README.txt +++ b/64x0/bin/README.txt diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output b/64x0/bin/SourceUnitTest/.gitkeep index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output +++ b/64x0/bin/SourceUnitTest/.gitkeep diff --git a/CompilerDriver/bpp.cc b/64x0/bpp.cc index 80b92ed..80b92ed 100644 --- a/CompilerDriver/bpp.cc +++ b/64x0/bpp.cc diff --git a/CompilerDriver/cc2/LICENSE b/64x0/cc2/LICENSE index 1689a5e..1689a5e 100644 --- a/CompilerDriver/cc2/LICENSE +++ b/64x0/cc2/LICENSE diff --git a/CompilerDriver/cc2/include/cpp2util.h b/64x0/cc2/include/cpp2util.h index 463dd99..463dd99 100644 --- a/CompilerDriver/cc2/include/cpp2util.h +++ b/64x0/cc2/include/cpp2util.h diff --git a/CompilerDriver/cc2/passthrough-tests/all-std.cxx b/64x0/cc2/passthrough-tests/all-std.cxx index 926c5e6..926c5e6 100644 --- a/CompilerDriver/cc2/passthrough-tests/all-std.cxx +++ b/64x0/cc2/passthrough-tests/all-std.cxx diff --git a/CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp b/64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp index c30b063..c30b063 100644 --- a/CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp +++ b/64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp diff --git a/CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2 b/64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2 index c30b063..c30b063 100644 --- a/CompilerDriver/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2 +++ b/64x0/cc2/passthrough-tests/clang-12-libstdc++-e.cpp2 diff --git a/CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp b/64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp index 4417b84..4417b84 100644 --- a/CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp +++ b/64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp diff --git a/CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2 b/64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2 index 4417b84..4417b84 100644 --- a/CompilerDriver/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2 +++ b/64x0/cc2/passthrough-tests/gcc-10-libstdc++-e.cpp2 diff --git a/CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp b/64x0/cc2/passthrough-tests/msvc-msstl-e.cpp index f7905ff..f7905ff 100644 --- a/CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp +++ b/64x0/cc2/passthrough-tests/msvc-msstl-e.cpp diff --git a/CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp2 b/64x0/cc2/passthrough-tests/msvc-msstl-e.cpp2 index f7905ff..f7905ff 100644 --- a/CompilerDriver/cc2/passthrough-tests/msvc-msstl-e.cpp2 +++ b/64x0/cc2/passthrough-tests/msvc-msstl-e.cpp2 diff --git a/CompilerDriver/cc2/passthrough-tests/readme.md b/64x0/cc2/passthrough-tests/readme.md index 7d4b432..7d4b432 100644 --- a/CompilerDriver/cc2/passthrough-tests/readme.md +++ b/64x0/cc2/passthrough-tests/readme.md diff --git a/CompilerDriver/cc2/passthrough-tests/run-diffs.sh b/64x0/cc2/passthrough-tests/run-diffs.sh index 6c8922f..6c8922f 100644 --- a/CompilerDriver/cc2/passthrough-tests/run-diffs.sh +++ b/64x0/cc2/passthrough-tests/run-diffs.sh diff --git a/CompilerDriver/cc2/regression-tests/mixed-allcpp1-hello.cpp2 b/64x0/cc2/regression-tests/mixed-allcpp1-hello.cpp2 index d4aa9de..d4aa9de 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-allcpp1-hello.cpp2 +++ b/64x0/cc2/regression-tests/mixed-allcpp1-hello.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2 b/64x0/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2 index dbf6c2f..dbf6c2f 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2 +++ b/64x0/cc2/regression-tests/mixed-as-for-variant-20-types.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bounds-check.cpp2 b/64x0/cc2/regression-tests/mixed-bounds-check.cpp2 index f2809dc..f2809dc 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bounds-check.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bounds-check.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2 b/64x0/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2 index 4b6c11d..4b6c11d 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bounds-safety-with-assert-2.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2 b/64x0/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2 index dc9fba0..dc9fba0 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bounds-safety-with-assert.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2 b/64x0/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2 index 63f5202..63f5202 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2 b/64x0/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2 index 932218b..932218b 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bugfix-for-literal-as-nttp.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2 b/64x0/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2 index 9fff24a..9fff24a 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2 +++ b/64x0/cc2/regression-tests/mixed-bugfix-for-ufcs-non-local.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2 b/64x0/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2 index 6fa8c80..6fa8c80 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2 +++ b/64x0/cc2/regression-tests/mixed-captures-in-expressions-and-postconditions.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-fixed-type-aliases.cpp2 b/64x0/cc2/regression-tests/mixed-fixed-type-aliases.cpp2 index 27c9019..27c9019 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-fixed-type-aliases.cpp2 +++ b/64x0/cc2/regression-tests/mixed-fixed-type-aliases.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-float-literals.cpp2 b/64x0/cc2/regression-tests/mixed-float-literals.cpp2 index cf0b508..cf0b508 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-float-literals.cpp2 +++ b/64x0/cc2/regression-tests/mixed-float-literals.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-forwarding.cpp2 b/64x0/cc2/regression-tests/mixed-forwarding.cpp2 index 4415753..4415753 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-forwarding.cpp2 +++ b/64x0/cc2/regression-tests/mixed-forwarding.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2 b/64x0/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2 index 4f0c47f..4f0c47f 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2 +++ b/64x0/cc2/regression-tests/mixed-function-expression-and-std-for-each.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2 b/64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2 index 3b269f5..3b269f5 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2 +++ b/64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2 b/64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2 index 9899975..9899975 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2 +++ b/64x0/cc2/regression-tests/mixed-function-expression-and-std-ranges-for-each.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2 b/64x0/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2 index 3d72d7a..3d72d7a 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2 +++ b/64x0/cc2/regression-tests/mixed-function-expression-with-pointer-capture.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2 b/64x0/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2 index fbc6582..fbc6582 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2 +++ b/64x0/cc2/regression-tests/mixed-function-expression-with-repeated-capture.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-hello.cpp2 b/64x0/cc2/regression-tests/mixed-hello.cpp2 index a0d61d4..a0d61d4 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-hello.cpp2 +++ b/64x0/cc2/regression-tests/mixed-hello.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-increment-decrement.cpp2 b/64x0/cc2/regression-tests/mixed-increment-decrement.cpp2 index caa7d1c..caa7d1c 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-increment-decrement.cpp2 +++ b/64x0/cc2/regression-tests/mixed-increment-decrement.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2 b/64x0/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2 index e3d9bcd..e3d9bcd 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2 +++ b/64x0/cc2/regression-tests/mixed-initialization-safety-1-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2 b/64x0/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2 index 39da2f3..39da2f3 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2 +++ b/64x0/cc2/regression-tests/mixed-initialization-safety-2-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2 b/64x0/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2 index 666fa9b..666fa9b 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2 +++ b/64x0/cc2/regression-tests/mixed-initialization-safety-3-contract-violation.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3.cpp2 b/64x0/cc2/regression-tests/mixed-initialization-safety-3.cpp2 index 290e508..290e508 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-initialization-safety-3.cpp2 +++ b/64x0/cc2/regression-tests/mixed-initialization-safety-3.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-inspect-templates.cpp2 b/64x0/cc2/regression-tests/mixed-inspect-templates.cpp2 index 411eb30..411eb30 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-inspect-templates.cpp2 +++ b/64x0/cc2/regression-tests/mixed-inspect-templates.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-inspect-values-2.cpp2 b/64x0/cc2/regression-tests/mixed-inspect-values-2.cpp2 index ed250e5..ed250e5 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-inspect-values-2.cpp2 +++ b/64x0/cc2/regression-tests/mixed-inspect-values-2.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-inspect-values.cpp2 b/64x0/cc2/regression-tests/mixed-inspect-values.cpp2 index c2f1d77..c2f1d77 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-inspect-values.cpp2 +++ b/64x0/cc2/regression-tests/mixed-inspect-values.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2 b/64x0/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2 index 535c2a0..535c2a0 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2 +++ b/64x0/cc2/regression-tests/mixed-inspect-with-typeof-of-template-arg-list.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-intro-example-three-loops.cpp2 b/64x0/cc2/regression-tests/mixed-intro-example-three-loops.cpp2 index bfe37f8..bfe37f8 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-intro-example-three-loops.cpp2 +++ b/64x0/cc2/regression-tests/mixed-intro-example-three-loops.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2 b/64x0/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2 index ab398fa..ab398fa 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2 +++ b/64x0/cc2/regression-tests/mixed-intro-for-with-counter-include-last.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2 b/64x0/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2 index d3bb0bf..d3bb0bf 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2 +++ b/64x0/cc2/regression-tests/mixed-lifetime-safety-and-null-contracts.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2 b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2 index ee4da26..ee4da26 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2 +++ b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-1-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2 b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2 index b3bfec8..b3bfec8 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2 +++ b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-2-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2 b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2 index 4ed8579..4ed8579 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2 +++ b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-3-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2 b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2 index b2ed5ff..b2ed5ff 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2 +++ b/64x0/cc2/regression-tests/mixed-lifetime-safety-pointer-init-4.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-multiple-return-values.cpp2 b/64x0/cc2/regression-tests/mixed-multiple-return-values.cpp2 index 5725643..5725643 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-multiple-return-values.cpp2 +++ b/64x0/cc2/regression-tests/mixed-multiple-return-values.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-out-destruction.cpp2 b/64x0/cc2/regression-tests/mixed-out-destruction.cpp2 index 3637d6d..3637d6d 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-out-destruction.cpp2 +++ b/64x0/cc2/regression-tests/mixed-out-destruction.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2 b/64x0/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2 index c5c4e91..c5c4e91 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2 +++ b/64x0/cc2/regression-tests/mixed-parameter-passing-generic-out.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2 b/64x0/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2 index dea5be5..dea5be5 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2 +++ b/64x0/cc2/regression-tests/mixed-parameter-passing-with-forward.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing.cpp2 b/64x0/cc2/regression-tests/mixed-parameter-passing.cpp2 index 1ebc595..1ebc595 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-parameter-passing.cpp2 +++ b/64x0/cc2/regression-tests/mixed-parameter-passing.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-postexpression-with-capture.cpp2 b/64x0/cc2/regression-tests/mixed-postexpression-with-capture.cpp2 index 7842e59..7842e59 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-postexpression-with-capture.cpp2 +++ b/64x0/cc2/regression-tests/mixed-postexpression-with-capture.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2 b/64x0/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2 index 209c73d..209c73d 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2 +++ b/64x0/cc2/regression-tests/mixed-postfix-expression-custom-formatting.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-string-interpolation.cpp2 b/64x0/cc2/regression-tests/mixed-string-interpolation.cpp2 index ad7797f..ad7797f 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-string-interpolation.cpp2 +++ b/64x0/cc2/regression-tests/mixed-string-interpolation.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-test-parens.cpp2 b/64x0/cc2/regression-tests/mixed-test-parens.cpp2 index 0afba5a..0afba5a 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-test-parens.cpp2 +++ b/64x0/cc2/regression-tests/mixed-test-parens.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-type-safety-1.cpp2 b/64x0/cc2/regression-tests/mixed-type-safety-1.cpp2 index d7fb8ad..d7fb8ad 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-type-safety-1.cpp2 +++ b/64x0/cc2/regression-tests/mixed-type-safety-1.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2 b/64x0/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2 index cabe45f..cabe45f 100644 --- a/CompilerDriver/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2 +++ b/64x0/cc2/regression-tests/mixed-ufcs-multiple-template-arguments.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2 b/64x0/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2 index b771925..b771925 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bounds-safety-pointer-arithmetic-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bounds-safety-span.cpp2 b/64x0/cc2/regression-tests/pure2-bounds-safety-span.cpp2 index 04ec719..04ec719 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bounds-safety-span.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bounds-safety-span.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-break-continue.cpp2 b/64x0/cc2/regression-tests/pure2-break-continue.cpp2 index fef40f4..fef40f4 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-break-continue.cpp2 +++ b/64x0/cc2/regression-tests/pure2-break-continue.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 index 5341a7e..5341a7e 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-assign-expression-list.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2 index e269d80..e269d80 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-declaration-equal-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2 index 88b437d..88b437d 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-discard-precedence.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2 index c31ae6f..c31ae6f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-max-munch.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2 index 9b95fae..9b95fae 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-memberwise-base-assignment.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2 index b24fa3c..b24fa3c 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2 index 45edbc0..45edbc0 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-non-local-function-expression.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2 index faa0603..faa0603 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-non-local-initialization.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2 index d6fad50..d6fad50 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-optional-template-argument-list.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2 index 711722f..711722f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-parameter-decl-list-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2 index 63898b4..63898b4 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2 index 242bee3..242bee3 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2 index e0d516d..e0d516d 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-template-argument.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2 index de09b98..de09b98 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-arguments.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2 index e82c5d0..e82c5d0 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-name-lookup.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2 index 1bf7fa2..1bf7fa2 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-noexcept.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2 index fbd6edb..fbd6edb 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-ufcs-sfinae.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2 index 6fb1d13..6fb1d13 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-unbraced-function-expression.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2 b/64x0/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2 index 65e7ced..65e7ced 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2 +++ b/64x0/cc2/regression-tests/pure2-bugfix-for-variable-template.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-chained-comparisons.cpp2 b/64x0/cc2/regression-tests/pure2-chained-comparisons.cpp2 index 96c8f0c..96c8f0c 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-chained-comparisons.cpp2 +++ b/64x0/cc2/regression-tests/pure2-chained-comparisons.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-concept-definition.cpp2 b/64x0/cc2/regression-tests/pure2-concept-definition.cpp2 index 7b9cffb..7b9cffb 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-concept-definition.cpp2 +++ b/64x0/cc2/regression-tests/pure2-concept-definition.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-contracts.cpp2 b/64x0/cc2/regression-tests/pure2-contracts.cpp2 index 3ba1da3..3ba1da3 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-contracts.cpp2 +++ b/64x0/cc2/regression-tests/pure2-contracts.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2 b/64x0/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2 index 42f0517..42f0517 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-cpp1-multitoken-fundamental-types-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2 b/64x0/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2 index 05219df..05219df 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-cpp1-prefix-expression-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-deducing-pointers-error.cpp2 b/64x0/cc2/regression-tests/pure2-deducing-pointers-error.cpp2 index ee6e5ff..ee6e5ff 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-deducing-pointers-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-deducing-pointers-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2 b/64x0/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2 index 9ca90c7..9ca90c7 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2 +++ b/64x0/cc2/regression-tests/pure2-defaulted-comparisons-and-final-types.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-enum.cpp2 b/64x0/cc2/regression-tests/pure2-enum.cpp2 index 4f1f886..4f1f886 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-enum.cpp2 +++ b/64x0/cc2/regression-tests/pure2-enum.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2 b/64x0/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2 index 066771b..066771b 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2 +++ b/64x0/cc2/regression-tests/pure2-for-loop-range-with-lambda.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2 b/64x0/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2 index 762c690..762c690 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-forward-return-diagnostics-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-forward-return.cpp2 b/64x0/cc2/regression-tests/pure2-forward-return.cpp2 index 8e56460..8e56460 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-forward-return.cpp2 +++ b/64x0/cc2/regression-tests/pure2-forward-return.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 b/64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 index c8eb832..c8eb832 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 +++ b/64x0/cc2/regression-tests/pure2-function-multiple-forward-arguments.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-hello.cpp2 b/64x0/cc2/regression-tests/pure2-hello.cpp2 index 8df8da0..8df8da0 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-hello.cpp2 +++ b/64x0/cc2/regression-tests/pure2-hello.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2 b/64x0/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2 index 20db09f..20db09f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2 +++ b/64x0/cc2/regression-tests/pure2-initialization-safety-with-else-if.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2 b/64x0/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2 index fb16dd7..fb16dd7 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2 +++ b/64x0/cc2/regression-tests/pure2-inspect-expression-in-generic-function-multiple-types.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2 b/64x0/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2 index f8ee093..f8ee093 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2 +++ b/64x0/cc2/regression-tests/pure2-inspect-expression-with-as-in-generic-function.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2 b/64x0/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2 index c1eef01..c1eef01 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2 +++ b/64x0/cc2/regression-tests/pure2-inspect-fallback-with-variant-any-optional.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2 b/64x0/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2 index dc09191..dc09191 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2 +++ b/64x0/cc2/regression-tests/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-interpolation.cpp2 b/64x0/cc2/regression-tests/pure2-interpolation.cpp2 index dc073f7..dc073f7 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-interpolation.cpp2 +++ b/64x0/cc2/regression-tests/pure2-interpolation.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2 b/64x0/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2 index 9e65338..9e65338 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2 +++ b/64x0/cc2/regression-tests/pure2-intro-example-hello-2022.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-intro-example-three-loops.cpp2 b/64x0/cc2/regression-tests/pure2-intro-example-three-loops.cpp2 index aa51ea9..aa51ea9 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-intro-example-three-loops.cpp2 +++ b/64x0/cc2/regression-tests/pure2-intro-example-three-loops.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2 b/64x0/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2 index 8405294..8405294 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-lifetime-safety-pointer-init-1-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2 b/64x0/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2 index ef0b677..ef0b677 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-lifetime-safety-reject-null-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2 b/64x0/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2 index 067a5cf..067a5cf 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2 +++ b/64x0/cc2/regression-tests/pure2-look-up-parameter-across-unnamed-function.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-main-args.cpp2 b/64x0/cc2/regression-tests/pure2-main-args.cpp2 index ac4cba1..ac4cba1 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-main-args.cpp2 +++ b/64x0/cc2/regression-tests/pure2-main-args.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-more-wildcards.cpp2 b/64x0/cc2/regression-tests/pure2-more-wildcards.cpp2 index 37dd588..37dd588 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-more-wildcards.cpp2 +++ b/64x0/cc2/regression-tests/pure2-more-wildcards.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-print.cpp2 b/64x0/cc2/regression-tests/pure2-print.cpp2 index 2cf3343..2cf3343 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-print.cpp2 +++ b/64x0/cc2/regression-tests/pure2-print.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2 b/64x0/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2 index ddddae5..ddddae5 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2 +++ b/64x0/cc2/regression-tests/pure2-raw-string-literal-and-interpolation.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-repeated-call.cpp2 b/64x0/cc2/regression-tests/pure2-repeated-call.cpp2 index deb73f9..deb73f9 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-repeated-call.cpp2 +++ b/64x0/cc2/regression-tests/pure2-repeated-call.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-requires-clauses.cpp2 b/64x0/cc2/regression-tests/pure2-requires-clauses.cpp2 index d4f96f2..d4f96f2 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-requires-clauses.cpp2 +++ b/64x0/cc2/regression-tests/pure2-requires-clauses.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2 b/64x0/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2 index c6815c7..c6815c7 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-return-tuple-no-identifier-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2 b/64x0/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2 index e19c532..e19c532 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-return-tuple-no-type-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2 b/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 index 3424703..3424703 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-statement-parse-error.cpp2 +++ b/64x0/cc2/regression-tests/pure2-statement-parse-error.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-statement-scope-parameters.cpp2 b/64x0/cc2/regression-tests/pure2-statement-scope-parameters.cpp2 index c663dd5..c663dd5 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-statement-scope-parameters.cpp2 +++ b/64x0/cc2/regression-tests/pure2-statement-scope-parameters.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-stdio-with-raii.cpp2 b/64x0/cc2/regression-tests/pure2-stdio-with-raii.cpp2 index e0a8e57..e0a8e57 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-stdio-with-raii.cpp2 +++ b/64x0/cc2/regression-tests/pure2-stdio-with-raii.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-stdio.cpp2 b/64x0/cc2/regression-tests/pure2-stdio.cpp2 index 5e30fb7..5e30fb7 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-stdio.cpp2 +++ b/64x0/cc2/regression-tests/pure2-stdio.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2 b/64x0/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2 index e2ef96f..e2ef96f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2 +++ b/64x0/cc2/regression-tests/pure2-synthesize-rightshift-and-rightshifteq.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-template-parameter-lists.cpp2 b/64x0/cc2/regression-tests/pure2-template-parameter-lists.cpp2 index 08b10dc..08b10dc 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-template-parameter-lists.cpp2 +++ b/64x0/cc2/regression-tests/pure2-template-parameter-lists.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2 b/64x0/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2 index b739ccd..b739ccd 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2 +++ b/64x0/cc2/regression-tests/pure2-type-and-namespace-aliases.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-type-safety-1.cpp2 b/64x0/cc2/regression-tests/pure2-type-safety-1.cpp2 index 049c907..049c907 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-type-safety-1.cpp2 +++ b/64x0/cc2/regression-tests/pure2-type-safety-1.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2 b/64x0/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2 index 837e2c8..837e2c8 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2 +++ b/64x0/cc2/regression-tests/pure2-type-safety-2-with-inspect-expression.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-basics.cpp2 b/64x0/cc2/regression-tests/pure2-types-basics.cpp2 index 36dbfab..36dbfab 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-basics.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-basics.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-down-upcast.cpp2 b/64x0/cc2/regression-tests/pure2-types-down-upcast.cpp2 index c2c4ad0..c2c4ad0 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-down-upcast.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-down-upcast.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-inheritance.cpp2 b/64x0/cc2/regression-tests/pure2-types-inheritance.cpp2 index eabf56d..eabf56d 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-inheritance.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-inheritance.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2 b/64x0/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2 index 9f15098..9f15098 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-order-independence-and-nesting.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2 b/64x0/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2 index 2bce19f..2bce19f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-ordering-via-meta-functions.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2 b/64x0/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2 index 7972b1f..7972b1f 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-smf-and-that-1-provide-everything.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2 b/64x0/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2 index 8432d75..8432d75 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2 b/64x0/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2 index 192f921..192f921 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2 b/64x0/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2 index 87d2c04..87d2c04 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2 b/64x0/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2 index 4d4bd65..4d4bd65 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-that-parameters.cpp2 b/64x0/cc2/regression-tests/pure2-types-that-parameters.cpp2 index 7296034..7296034 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-that-parameters.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-that-parameters.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2 b/64x0/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2 index 79793a1..79793a1 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2 +++ b/64x0/cc2/regression-tests/pure2-types-value-types-via-meta-functions.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2 b/64x0/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2 index decb335..decb335 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2 +++ b/64x0/cc2/regression-tests/pure2-ufcs-member-access-and-chaining.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-union.cpp2 b/64x0/cc2/regression-tests/pure2-union.cpp2 index 196f41c..196f41c 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-union.cpp2 +++ b/64x0/cc2/regression-tests/pure2-union.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-variadics.cpp2 b/64x0/cc2/regression-tests/pure2-variadics.cpp2 index 4f4a0df..4f4a0df 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-variadics.cpp2 +++ b/64x0/cc2/regression-tests/pure2-variadics.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/pure2-various-string-literals.cpp2 b/64x0/cc2/regression-tests/pure2-various-string-literals.cpp2 index 35f3151..35f3151 100644 --- a/CompilerDriver/cc2/regression-tests/pure2-various-string-literals.cpp2 +++ b/64x0/cc2/regression-tests/pure2-various-string-literals.cpp2 diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/clang-version.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/clang-version.output index d955d26..d955d26 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/clang-version.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/clang-version.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution index 802992c..802992c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-allcpp1-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution index 5e2c9d8..5e2c9d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-as-for-variant-20-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution index 8474b91..8474b91 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-check.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution index 6330ca5..6330ca5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution index 776dc14..776dc14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bounds-safety-with-assert.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-literal-as-nttp.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output index 975c7c9..975c7c9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-captures-in-expressions-and-postconditions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution index 3122e60..3122e60 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-fixed-type-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution index 6b15b12..6b15b12 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-float-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution index 952feac..952feac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-forwarding.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution index 728fbcc..728fbcc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output index bd728c7..bd728c7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output index 6f1bb17..6f1bb17 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output index ec50c78..ec50c78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-and-std-ranges-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution index e9d6a08..e9d6a08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output index fb7e070..fb7e070 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-pointer-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution index 137aaec..137aaec 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output index 4ed262d..4ed262d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-function-expression-with-repeated-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution index 6f42aeb..6f42aeb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-increment-decrement.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution index e16104f..e16104f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3-contract-violation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution index b261dd8..b261dd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-initialization-safety-3.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution index 03cdf50..03cdf50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-templates.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution index 8372ead..8372ead 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution index 245368c..245368c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-inspect-with-typeof-of-template-arg-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution index 984a60a..984a60a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution index 0596186..0596186 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-intro-for-with-counter-include-last.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution index f4dd623..f4dd623 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-and-null-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution index 7ee4d37..7ee4d37 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-lifetime-safety-pointer-init-4.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution index b3fc65a..b3fc65a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-multiple-return-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution index df8e3e4..df8e3e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-out-destruction.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution index 982a789..982a789 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-generic-out.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing-with-forward.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-parameter-passing.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution index a17035e..a17035e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postexpression-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-postfix-expression-custom-formatting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution index eebb290..eebb290 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-string-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution index 3cacc0b..3cacc0b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-test-parens.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution index f1a0d08..f1a0d08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution index dec7536..dec7536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/mixed-ufcs-multiple-template-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution index 3a0304f..3a0304f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bounds-safety-span.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution index c8af557..c8af557 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-break-continue.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-assign-expression-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-discard-precedence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-max-munch.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution index 566837e..566837e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-memberwise-base-assignment.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-non-local-initialization.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-optional-template-argument-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution index c508d53..c508d53 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-template-argument.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-unbraced-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-bugfix-for-variable-template.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution index b41a1bf..b41a1bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-chained-comparisons.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-concept-definition.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution index e8a01cd..e8a01cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution index 9ff8245..9ff8245 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-defaulted-comparisons-and-final-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution index 6d9a33c..6d9a33c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-enum.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution index 19b3a90..19b3a90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-for-loop-range-with-lambda.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution index f259f23..f259f23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-forward-return.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution index 8baef1b..8baef1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-function-multiple-forward-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution index d00491f..d00491f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-initialization-safety-with-else-if.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution index fd5a6cd..fd5a6cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution index 3cd874b..3cd874b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-expression-with-as-in-generic-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution index a5cbcef..a5cbcef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-fallback-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution index a2df876..a2df876 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution index 7dbfcb5..7dbfcb5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution index 8e8c5ee..8e8c5ee 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-hello-2022.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution index c218d85..c218d85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution index 871727d..871727d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-look-up-parameter-across-unnamed-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution index c0608cd..c0608cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-main-args.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution index e37d6cb..e37d6cb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-more-wildcards.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution index 4e4b457..4e4b457 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-print.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution index c48e2bd..c48e2bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-raw-string-literal-and-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution index 573541a..573541a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-repeated-call.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution index 9a03714..9a03714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-requires-clauses.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution index 6fe5c7f..6fe5c7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-statement-scope-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio-with-raii.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-stdio.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution index b8626c4..b8626c4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-synthesize-rightshift-and-rightshifteq.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution index 2861a7a..2861a7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-template-parameter-lists.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output index 9155cf0..9155cf0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-and-namespace-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution index d1aa626..d1aa626 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution index 7045a6e..7045a6e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-type-safety-2-with-inspect-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution index 96b31fc..96b31fc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-basics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution index 20751af..20751af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-down-upcast.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution index 809430a..809430a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-inheritance.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution index cc716cc..cc716cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-order-independence-and-nesting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution index 54b3aab..54b3aab 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-ordering-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution index fc5a23b..fc5a23b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-1-provide-everything.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution index 7cbf0f8..7cbf0f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution index 541b2a0..541b2a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution index 24d4e76..24d4e76 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution index c387c03..c387c03 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution index abd49e6..abd49e6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-that-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution index daee7bf..daee7bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-types-value-types-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-ufcs-member-access-and-chaining.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution index 69d83a2..69d83a2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-union.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution index 680b09a..680b09a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-variadics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/pure2-various-string-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh b/64x0/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh index e537fa4..e537fa4 100755 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/run-tests-apple-clang.sh diff --git a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/xyzzy b/64x0/cc2/regression-tests/test-results/apple-clang-14/xyzzy index 805bcb8..805bcb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/apple-clang-14/xyzzy +++ b/64x0/cc2/regression-tests/test-results/apple-clang-14/xyzzy diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/clang-version.output b/64x0/cc2/regression-tests/test-results/clang-12/clang-version.output index dc9ca06..dc9ca06 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/clang-version.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/clang-version.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution index 802992c..802992c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-allcpp1-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution index 5e2c9d8..5e2c9d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-as-for-variant-20-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution index 8474b91..8474b91 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-check.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution index 6330ca5..6330ca5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution index 776dc14..776dc14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bounds-safety-with-assert.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-literal-as-nttp.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output index 06b2fe7..06b2fe7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-captures-in-expressions-and-postconditions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution index 3122e60..3122e60 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-fixed-type-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution index 6b15b12..6b15b12 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-float-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution index 952feac..952feac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-forwarding.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution index 728fbcc..728fbcc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-and-std-ranges-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution index e9d6a08..e9d6a08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-pointer-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution index 137aaec..137aaec 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-function-expression-with-repeated-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution index 6f42aeb..6f42aeb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-increment-decrement.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution index e16104f..e16104f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3-contract-violation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution index b261dd8..b261dd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-initialization-safety-3.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution index 03cdf50..03cdf50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-templates.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution index 8372ead..8372ead 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution index 245368c..245368c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-inspect-with-typeof-of-template-arg-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution index 984a60a..984a60a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution index 0596186..0596186 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-intro-for-with-counter-include-last.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution index f4dd623..f4dd623 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-and-null-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution index 7ee4d37..7ee4d37 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-lifetime-safety-pointer-init-4.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution index b3fc65a..b3fc65a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-multiple-return-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution index df8e3e4..df8e3e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-out-destruction.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution index 982a789..982a789 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-generic-out.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing-with-forward.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-parameter-passing.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution index a17035e..a17035e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postexpression-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-postfix-expression-custom-formatting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution index eebb290..eebb290 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-string-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution index 3cacc0b..3cacc0b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-test-parens.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution index f1a0d08..f1a0d08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution index dec7536..dec7536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/mixed-ufcs-multiple-template-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution index 3a0304f..3a0304f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bounds-safety-span.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution index c8af557..c8af557 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-break-continue.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-assign-expression-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-discard-precedence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-max-munch.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution index 566837e..566837e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-memberwise-base-assignment.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output index b82b091..b82b091 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-non-local-initialization.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-optional-template-argument-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution index c508d53..c508d53 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-template-argument.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output index f609810..f609810 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output index a6f7f0d..a6f7f0d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-unbraced-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-bugfix-for-variable-template.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution index b41a1bf..b41a1bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-chained-comparisons.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-concept-definition.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution index e8a01cd..e8a01cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution index 9ff8245..9ff8245 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-defaulted-comparisons-and-final-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution index 6d9a33c..6d9a33c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-enum.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution index 19b3a90..19b3a90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-for-loop-range-with-lambda.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution index f259f23..f259f23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-forward-return.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution index 8baef1b..8baef1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-function-multiple-forward-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution index d00491f..d00491f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-initialization-safety-with-else-if.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution index fd5a6cd..fd5a6cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution index 3cd874b..3cd874b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-expression-with-as-in-generic-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution index a5cbcef..a5cbcef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-fallback-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution index a2df876..a2df876 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution index 7dbfcb5..7dbfcb5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution index 8e8c5ee..8e8c5ee 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-hello-2022.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution index c218d85..c218d85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution index 871727d..871727d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-look-up-parameter-across-unnamed-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution index c0608cd..c0608cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-main-args.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution index e37d6cb..e37d6cb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-more-wildcards.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution index 4e4b457..4e4b457 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-print.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution index c48e2bd..c48e2bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-raw-string-literal-and-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution index 573541a..573541a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-repeated-call.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution index 9a03714..9a03714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-requires-clauses.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution index 6fe5c7f..6fe5c7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-statement-scope-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio-with-raii.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-stdio.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution index b8626c4..b8626c4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-synthesize-rightshift-and-rightshifteq.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution index 2861a7a..2861a7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-template-parameter-lists.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution index 9f037f4..9f037f4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-and-namespace-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution index d1aa626..d1aa626 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution index 7045a6e..7045a6e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-type-safety-2-with-inspect-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution index 96b31fc..96b31fc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-basics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution index 20751af..20751af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-down-upcast.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution index 809430a..809430a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-inheritance.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution index cc716cc..cc716cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-order-independence-and-nesting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution index 54b3aab..54b3aab 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-ordering-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution index fc5a23b..fc5a23b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-1-provide-everything.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution index 7cbf0f8..7cbf0f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution index 541b2a0..541b2a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution index 24d4e76..24d4e76 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution index c387c03..c387c03 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution index abd49e6..abd49e6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-that-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution index daee7bf..daee7bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-types-value-types-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-ufcs-member-access-and-chaining.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution index ab2ea1a..ab2ea1a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-union.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution index 680b09a..680b09a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-variadics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output b/64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-12/pure2-various-string-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh b/64x0/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh index d179a23..d179a23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh +++ b/64x0/cc2/regression-tests/test-results/clang-12/run-tests-clang-12.sh diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-12/xyzzy b/64x0/cc2/regression-tests/test-results/clang-12/xyzzy index 805bcb8..805bcb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-12/xyzzy +++ b/64x0/cc2/regression-tests/test-results/clang-12/xyzzy diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-18/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/clang-18/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/gcc-version.output b/64x0/cc2/regression-tests/test-results/gcc-10/gcc-version.output index 4e9b5c5..4e9b5c5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/gcc-version.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/gcc-version.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution index 802992c..802992c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-allcpp1-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution index 5e2c9d8..5e2c9d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-as-for-variant-20-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution index 8474b91..8474b91 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-check.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution index 6330ca5..6330ca5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution index 776dc14..776dc14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bounds-safety-with-assert.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-literal-as-nttp.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-captures-in-expressions-and-postconditions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution index 3122e60..3122e60 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-fixed-type-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution index 6b15b12..6b15b12 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-float-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution index 952feac..952feac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-forwarding.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution index 728fbcc..728fbcc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-and-std-ranges-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution index e9d6a08..e9d6a08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-pointer-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution index 137aaec..137aaec 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-function-expression-with-repeated-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output index a7c03e8..a7c03e8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-increment-decrement.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution index e16104f..e16104f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3-contract-violation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution index b261dd8..b261dd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-initialization-safety-3.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution index 03cdf50..03cdf50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-templates.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution index 8372ead..8372ead 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution index 245368c..245368c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-inspect-with-typeof-of-template-arg-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution index 984a60a..984a60a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution index 0596186..0596186 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-intro-for-with-counter-include-last.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution index f4dd623..f4dd623 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-and-null-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution index 7ee4d37..7ee4d37 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-lifetime-safety-pointer-init-4.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution index b3fc65a..b3fc65a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-multiple-return-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution index df8e3e4..df8e3e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-out-destruction.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution index 982a789..982a789 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-generic-out.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing-with-forward.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-parameter-passing.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution index a17035e..a17035e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postexpression-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-postfix-expression-custom-formatting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution index eebb290..eebb290 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-string-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution index 3cacc0b..3cacc0b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-test-parens.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution index f1a0d08..f1a0d08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution index dec7536..dec7536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/mixed-ufcs-multiple-template-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution index 3a0304f..3a0304f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bounds-safety-span.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution index c8af557..c8af557 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-break-continue.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-assign-expression-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-discard-precedence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-max-munch.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution index 566837e..566837e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-memberwise-base-assignment.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output index 9a033cc..9a033cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-non-local-initialization.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-optional-template-argument-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output index fa480d5..fa480d5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution index c508d53..c508d53 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-template-argument.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output index ebd7cf2..ebd7cf2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-unbraced-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-bugfix-for-variable-template.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution index b41a1bf..b41a1bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-chained-comparisons.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-concept-definition.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution index e8a01cd..e8a01cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution index 9ff8245..9ff8245 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-defaulted-comparisons-and-final-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution index 6d9a33c..6d9a33c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-enum.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution index 19b3a90..19b3a90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-for-loop-range-with-lambda.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution index f259f23..f259f23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-forward-return.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution index 8baef1b..8baef1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-function-multiple-forward-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution index d00491f..d00491f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-initialization-safety-with-else-if.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution index fd5a6cd..fd5a6cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution index 3cd874b..3cd874b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-expression-with-as-in-generic-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution index a5cbcef..a5cbcef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-fallback-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution index a2df876..a2df876 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution index 7dbfcb5..7dbfcb5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution index 8e8c5ee..8e8c5ee 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-hello-2022.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution index c218d85..c218d85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution index 871727d..871727d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-look-up-parameter-across-unnamed-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution index c0608cd..c0608cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-main-args.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution index e37d6cb..e37d6cb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-more-wildcards.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output index 60eba48..60eba48 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-print.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution index c48e2bd..c48e2bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-raw-string-literal-and-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution index 573541a..573541a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-repeated-call.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution index 9a03714..9a03714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output index 8f02e31..8f02e31 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-requires-clauses.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution index 6fe5c7f..6fe5c7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-statement-scope-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio-with-raii.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-stdio.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution index b8626c4..b8626c4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-synthesize-rightshift-and-rightshifteq.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution index 2861a7a..2861a7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-template-parameter-lists.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution index 9f037f4..9f037f4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-and-namespace-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution index d1aa626..d1aa626 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution index 7045a6e..7045a6e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-type-safety-2-with-inspect-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution index 96b31fc..96b31fc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-basics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution index 20751af..20751af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-down-upcast.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution index 809430a..809430a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-inheritance.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution index cc716cc..cc716cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-order-independence-and-nesting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution index 54b3aab..54b3aab 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-ordering-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution index fc5a23b..fc5a23b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-1-provide-everything.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution index 7cbf0f8..7cbf0f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution index 541b2a0..541b2a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution index 24d4e76..24d4e76 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution index c387c03..c387c03 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution index abd49e6..abd49e6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-that-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution index daee7bf..daee7bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-types-value-types-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-ufcs-member-access-and-chaining.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution index ab2ea1a..ab2ea1a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-union.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution index 680b09a..680b09a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-variadics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-10/pure2-various-string-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh b/64x0/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh index 44b67cc..44b67cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh +++ b/64x0/cc2/regression-tests/test-results/gcc-10/run-tests-gcc-10.sh diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/xyzzy b/64x0/cc2/regression-tests/test-results/gcc-10/xyzzy index 805bcb8..805bcb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-10/xyzzy +++ b/64x0/cc2/regression-tests/test-results/gcc-10/xyzzy diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/gcc-version.output b/64x0/cc2/regression-tests/test-results/gcc-13/gcc-version.output index 6635e55..6635e55 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/gcc-version.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/gcc-version.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution index 802992c..802992c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-allcpp1-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution index 5e2c9d8..5e2c9d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-as-for-variant-20-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution index 8474b91..8474b91 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-check.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution index 6330ca5..6330ca5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution index 776dc14..776dc14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bounds-safety-with-assert.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-literal-as-nttp.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output index 399e426..399e426 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-captures-in-expressions-and-postconditions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution index 3122e60..3122e60 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-fixed-type-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution index 6b15b12..6b15b12 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-float-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution index 952feac..952feac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-forwarding.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution index 728fbcc..728fbcc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-and-std-ranges-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution index e9d6a08..e9d6a08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-pointer-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution index 137aaec..137aaec 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-function-expression-with-repeated-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution index 6f42aeb..6f42aeb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-increment-decrement.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution index e16104f..e16104f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3-contract-violation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution index b261dd8..b261dd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-initialization-safety-3.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution index 03cdf50..03cdf50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-templates.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution index 8372ead..8372ead 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution index 245368c..245368c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-inspect-with-typeof-of-template-arg-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution index 984a60a..984a60a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution index 0596186..0596186 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-intro-for-with-counter-include-last.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution index f4dd623..f4dd623 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-and-null-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution index 7ee4d37..7ee4d37 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-lifetime-safety-pointer-init-4.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution index b3fc65a..b3fc65a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-multiple-return-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution index df8e3e4..df8e3e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-out-destruction.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution index 982a789..982a789 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-generic-out.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing-with-forward.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-parameter-passing.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution index a17035e..a17035e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postexpression-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-postfix-expression-custom-formatting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution index eebb290..eebb290 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-string-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution index 3cacc0b..3cacc0b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-test-parens.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution index f1a0d08..f1a0d08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution index dec7536..dec7536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/mixed-ufcs-multiple-template-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution index 3a0304f..3a0304f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bounds-safety-span.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution index c8af557..c8af557 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-break-continue.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-assign-expression-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-discard-precedence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-empty-index.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-max-munch.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution index 566837e..566837e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-memberwise-base-assignment.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output index 2e0819f..2e0819f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-non-local-initialization.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-optional-template-argument-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution index c508d53..c508d53 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-template-argument.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-unbraced-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-bugfix-for-variable-template.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution index b41a1bf..b41a1bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-chained-comparisons.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-concept-definition.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution index e8a01cd..e8a01cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution index 9ff8245..9ff8245 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-defaulted-comparisons-and-final-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution index 6d9a33c..6d9a33c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-enum.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution index 19b3a90..19b3a90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-for-loop-range-with-lambda.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution index f259f23..f259f23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-forward-return.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution index 8baef1b..8baef1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-function-multiple-forward-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution index d00491f..d00491f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-initialization-safety-with-else-if.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution index fd5a6cd..fd5a6cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution index 3cd874b..3cd874b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-expression-with-as-in-generic-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution index a5cbcef..a5cbcef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-fallback-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution index a2df876..a2df876 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution index 850cfc6..850cfc6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution index 8e8c5ee..8e8c5ee 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-hello-2022.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution index c218d85..c218d85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution index 871727d..871727d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-look-up-parameter-across-unnamed-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution index c0608cd..c0608cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-main-args.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution index e37d6cb..e37d6cb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-more-wildcards.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution index 4e4b457..4e4b457 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-print.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution index c48e2bd..c48e2bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-raw-string-literal-and-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution index 573541a..573541a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-repeated-call.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution index 9a03714..9a03714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-requires-clauses.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution index 6fe5c7f..6fe5c7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-statement-scope-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio-with-raii.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-stdio.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution index b8626c4..b8626c4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-synthesize-rightshift-and-rightshifteq.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution index 2861a7a..2861a7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-template-parameter-lists.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution index 9f037f4..9f037f4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-and-namespace-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution index d1aa626..d1aa626 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution index 7045a6e..7045a6e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-type-safety-2-with-inspect-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution index 96b31fc..96b31fc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-basics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution index 20751af..20751af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-down-upcast.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution index 809430a..809430a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-inheritance.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution index cc716cc..cc716cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-order-independence-and-nesting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution index 54b3aab..54b3aab 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-ordering-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution index fc5a23b..fc5a23b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-1-provide-everything.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution index 7cbf0f8..7cbf0f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution index 541b2a0..541b2a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution index 24d4e76..24d4e76 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution index c387c03..c387c03 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution index abd49e6..abd49e6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-that-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution index daee7bf..daee7bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-types-value-types-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-ufcs-member-access-and-chaining.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution index ab2ea1a..ab2ea1a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-union.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution index 680b09a..680b09a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-variadics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/gcc-13/pure2-various-string-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh b/64x0/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh index 67ae42a..67ae42a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh +++ b/64x0/cc2/regression-tests/test-results/gcc-13/run-tests-gcc-13.sh diff --git a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/xyzzy b/64x0/cc2/regression-tests/test-results/gcc-13/xyzzy index 805bcb8..805bcb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/gcc-13/xyzzy +++ b/64x0/cc2/regression-tests/test-results/gcc-13/xyzzy diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp b/64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp index d4aa9de..d4aa9de 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output index 4a8ce1e..4a8ce1e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-allcpp1-hello.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp b/64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp index bb7789b..bb7789b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output index 14caf1f..14caf1f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-as-for-variant-20-types.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp b/64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp index 91c26a7..91c26a7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output index 74916bc..74916bc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-check.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp index d587927..d587927 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output index 1661e79..1661e79 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert-2.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp index 61511b5..61511b5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output index a7779ef..a7779ef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bounds-safety-with-assert.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp index d1425ba..d1425ba 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output index 3c20b2a..3c20b2a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp index 7ce5c97..7ce5c97 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output index 9e30e2f..9e30e2f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-literal-as-nttp.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp index 22a5861..22a5861 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output index 560fb3c..560fb3c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-bugfix-for-ufcs-non-local.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp b/64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp index 9a3f123..9a3f123 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output index 0306a19..0306a19 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-captures-in-expressions-and-postconditions.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp b/64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp index 9fb4249..9fb4249 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output index 5444252..5444252 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-fixed-type-aliases.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp b/64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp index b3eea59..b3eea59 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output index b94f675..b94f675 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-float-literals.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp b/64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp index 5d0a149..5d0a149 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output index 28b0f18..28b0f18 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-forwarding.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp index 1ed3224..1ed3224 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output index abd065c..abd065c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-for-each.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp index 5cfec66..5cfec66 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output index 955a4f3..955a4f3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp index 7fcfc81..7fcfc81 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output index d8c68af..d8c68af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-and-std-ranges-for-each.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp index 9d5b37d..9d5b37d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output index eff499a..eff499a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-pointer-capture.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp index 9e38b1c..9e38b1c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output index 2d7fdd7..2d7fdd7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-function-expression-with-repeated-capture.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp b/64x0/cc2/regression-tests/test-results/mixed-hello.cpp index 06b3fce..06b3fce 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-hello.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-hello.cpp2.output index e156014..e156014 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-hello.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-hello.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp b/64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp index b27ebea..b27ebea 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output index b0e80a9..b0e80a9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-increment-decrement.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output index c3582b6..c3582b6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-1-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output index 8ab7cb3..8ab7cb3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-2-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp index 959c48c..959c48c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output index eb3ee06..eb3ee06 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3-contract-violation.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp index 2662e41..2662e41 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output index 82d4f73..82d4f73 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-initialization-safety-3.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp b/64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp index b828e34..b828e34 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output index 11eac7b..11eac7b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-templates.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp b/64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp index 731a5b9..731a5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output index aca00d7..aca00d7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-values-2.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp b/64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp index 1741580..1741580 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output index 8662cd7..8662cd7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-values.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp b/64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp index a8a27e8..a8a27e8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output index 6c4c568..6c4c568 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-inspect-with-typeof-of-template-arg-list.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp b/64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp index bfe37f8..bfe37f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output index 601596d..601596d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-intro-example-three-loops.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp b/64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp index 86a34ef..86a34ef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output index 4aa2fd6..4aa2fd6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-intro-for-with-counter-include-last.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp index 6695daa..6695daa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output index 70ee468..70ee468 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-and-null-contracts.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output index 9093133..9093133 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-1-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output index 0265424..0265424 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-2-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output index 1f51a14..1f51a14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-3-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp index 80a4f84..80a4f84 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output index b32d2cc..b32d2cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-lifetime-safety-pointer-init-4.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp b/64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp index 6e91729..6e91729 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output index ccda581..ccda581 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-multiple-return-values.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp b/64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp index 5e98147..5e98147 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output index 417cc36..417cc36 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-out-destruction.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp index c043a5c..c043a5c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output index 64968c0..64968c0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-generic-out.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp index c03c5a4..c03c5a4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output index 45571e5..45571e5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing-with-forward.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp index a419a9c..a419a9c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output index bb5c5a4..bb5c5a4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-parameter-passing.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp b/64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp index 1994bdc..1994bdc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output index 3fa5e1e..3fa5e1e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-postexpression-with-capture.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp b/64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp index 84d7c27..84d7c27 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output index f16774b..f16774b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-postfix-expression-custom-formatting.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp b/64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp index 322f0bd..322f0bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output index 3bd9b93..3bd9b93 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-string-interpolation.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp b/64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp index 6f51bc4..6f51bc4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output index f950306..f950306 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-test-parens.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp b/64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp index 6f77b35..6f77b35 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output index d8f9ec9..d8f9ec9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-type-safety-1.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp b/64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp index b0e49b2..b0e49b2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp +++ b/64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output b/64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output index 9c2c112..9c2c112 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/mixed-ufcs-multiple-template-arguments.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output b/64x0/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output index 128e79a..128e79a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/MSVC-version.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution index 802992c..802992c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output index 86a375f..86a375f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-allcpp1-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution index 5e2c9d8..5e2c9d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output index 5a1c148..5a1c148 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-as-for-variant-20-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution index 8474b91..8474b91 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output index 9ee4b15..9ee4b15 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-check.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution index 6330ca5..6330ca5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output index 3ca6492..3ca6492 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution index 776dc14..776dc14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output index e3a12dc..e3a12dc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bounds-safety-with-assert.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output index 220d9f3..220d9f3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-cpp2-comment-cpp1-sequence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output index 18fd52b..18fd52b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-literal-as-nttp.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output index f3f5e90..f3f5e90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-bugfix-for-ufcs-non-local.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output index 3456b8e..3456b8e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-captures-in-expressions-and-postconditions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution index 3122e60..3122e60 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output index becf536..becf536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-fixed-type-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution index 6b15b12..6b15b12 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output index 88d9ba2..88d9ba2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-float-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution index 952feac..952feac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output index fde2718..fde2718 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-forwarding.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution index 728fbcc..728fbcc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output index 07a403c..07a403c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output index 9926226..9926226 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution index dfca5b9..dfca5b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output index 7a3f4c7..7a3f4c7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-and-std-ranges-for-each.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution index e9d6a08..e9d6a08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output index 82f6bcf..82f6bcf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-pointer-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution index 137aaec..137aaec 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output index b14c8c9..b14c8c9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-function-expression-with-repeated-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output index 8f2ebaa..8f2ebaa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution index 6f42aeb..6f42aeb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output index 83e40ed..83e40ed 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-increment-decrement.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution index e16104f..e16104f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output index 48ee816..48ee816 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3-contract-violation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution index b261dd8..b261dd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output index ce1768d..ce1768d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-initialization-safety-3.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution index 03cdf50..03cdf50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output index ec741a8..ec741a8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-templates.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution index 8372ead..8372ead 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output index 4a11a30..4a11a30 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values-2.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution index 245368c..245368c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output index 9ca15cd..9ca15cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output index 0baee19..0baee19 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-inspect-with-typeof-of-template-arg-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution index 984a60a..984a60a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output index 1874d7f..1874d7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution index 0596186..0596186 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output index 47d4e6f..47d4e6f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-intro-for-with-counter-include-last.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution index f4dd623..f4dd623 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output index d94f9aa..d94f9aa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-and-null-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution index 7ee4d37..7ee4d37 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output index e5ad520..e5ad520 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-lifetime-safety-pointer-init-4.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution index b3fc65a..b3fc65a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output index 4840a9b..4840a9b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-multiple-return-values.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution index df8e3e4..df8e3e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output index 8494448..8494448 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-out-destruction.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution index 982a789..982a789 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output index b925af3..b925af3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-generic-out.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output index fed8c63..fed8c63 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing-with-forward.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output index 195c5a9..195c5a9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-parameter-passing.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution index a17035e..a17035e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output index 6bc4939..6bc4939 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postexpression-with-capture.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output index 8cc7a3d..8cc7a3d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-postfix-expression-custom-formatting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution index eebb290..eebb290 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output index 814f0d9..814f0d9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-string-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution index 3cacc0b..3cacc0b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output index a2eae8e..a2eae8e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-test-parens.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution index f1a0d08..f1a0d08 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output index c1f46ad..c1f46ad 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution index dec7536..dec7536 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output index 4eae503..4eae503 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/mixed-ufcs-multiple-template-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution index 3a0304f..3a0304f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output index 20a7854..20a7854 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bounds-safety-span.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution index c8af557..c8af557 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output index 80bde77..80bde77 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-break-continue.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output index a6ae9f4..a6ae9f4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-assign-expression-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output index 783665c..783665c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-discard-precedence.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output index 566c4d6..566c4d6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-max-munch.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution index 566837e..566837e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output index 8927219..8927219 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-memberwise-base-assignment.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output index f0a96b4..f0a96b4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-name-lookup-and-value-decoration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output index 83fcf4b..83fcf4b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output index 9fd01a3..9fd01a3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-non-local-initialization.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output index d49488a..d49488a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-optional-template-argument-list.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output index fa01371..fa01371 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output index 2e5bc8e..2e5bc8e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution index c508d53..c508d53 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output index 2b2d765..2b2d765 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-template-argument.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution index 0e41b78..0e41b78 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output index c20b990..c20b990 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output index cfe4625..cfe4625 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-name-lookup.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output index c7322ce..c7322ce 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-noexcept.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output index 5d72f97..5d72f97 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-ufcs-sfinae.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output index 57e0588..57e0588 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-unbraced-function-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output index c58ee5a..c58ee5a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-bugfix-for-variable-template.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution index b41a1bf..b41a1bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output index 0f8d9e0..0f8d9e0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-chained-comparisons.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output index 1a6f1c6..1a6f1c6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-concept-definition.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution index e8a01cd..e8a01cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output index c1ac8c9..c1ac8c9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-contracts.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution index 9ff8245..9ff8245 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output index a69d84f..a69d84f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-defaulted-comparisons-and-final-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution index 6d9a33c..6d9a33c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output index 81df03d..81df03d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-enum.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution index 19b3a90..19b3a90 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output index d6f0513..d6f0513 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-for-loop-range-with-lambda.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution index f259f23..f259f23 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output index 03fb43c..03fb43c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-forward-return.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution index 8baef1b..8baef1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output index fb0e5f1..fb0e5f1 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-function-multiple-forward-arguments.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution index c884819..c884819 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output index 83e8482..83e8482 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-hello.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution index d00491f..d00491f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output index 67638a3..67638a3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-initialization-safety-with-else-if.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution index fd5a6cd..fd5a6cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output index 9f384ba..9f384ba 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-in-generic-function-multiple-types.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution index 3cd874b..3cd874b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output index 9b94f7d..9b94f7d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-expression-with-as-in-generic-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution index a5cbcef..a5cbcef 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output index e37a9db..e37a9db 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-fallback-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution index a2df876..a2df876 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output index bb2e2b9..bb2e2b9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution index 850cfc6..850cfc6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output index 2b9f9aa..2b9f9aa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution index 8e8c5ee..8e8c5ee 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output index 9fb86fb..9fb86fb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-hello-2022.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution index c218d85..c218d85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output index 34b8c3b..34b8c3b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-intro-example-three-loops.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution index 871727d..871727d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output index 659b6c7..659b6c7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-look-up-parameter-across-unnamed-function.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution index bd992e4..bd992e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output index 549285e..549285e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-main-args.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution index e37d6cb..e37d6cb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output index 3f50e02..3f50e02 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-more-wildcards.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution index 4e4b457..4e4b457 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output index c64d031..c64d031 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-print.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution index c48e2bd..c48e2bd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output index 32c8700..32c8700 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-raw-string-literal-and-interpolation.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution index ed2ffd5..ed2ffd5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output index 08c93fa..08c93fa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-repeated-call.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution index 9a03714..9a03714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output index fa1d3b0..fa1d3b0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-requires-clauses.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution index 6fe5c7f..6fe5c7f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output index 9d578c8..9d578c8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-statement-scope-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output index fd34d79..fd34d79 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio-with-raii.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output index 97b4736..97b4736 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-stdio.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution index b8626c4..b8626c4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output index bf0609b..bf0609b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-synthesize-rightshift-and-rightshifteq.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution index 2861a7a..2861a7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output index d91fcd9..d91fcd9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-template-parameter-lists.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution index 9f037f4..9f037f4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output index 1aa5496..1aa5496 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-and-namespace-aliases.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution index d1aa626..d1aa626 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output index cdc6559..cdc6559 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-1.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution index 7045a6e..7045a6e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output index 29bffd4..29bffd4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-type-safety-2-with-inspect-expression.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution index 96b31fc..96b31fc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output index cde0a05..cde0a05 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-basics.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution index 20751af..20751af 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output index b2fe7c3..b2fe7c3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-down-upcast.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution index 809430a..809430a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output index e5f505e..e5f505e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-inheritance.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution index cc716cc..cc716cc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output index 7c4ae79..7c4ae79 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-order-independence-and-nesting.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution index 54b3aab..54b3aab 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output index 6325b9f..6325b9f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-ordering-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution index fc5a23b..fc5a23b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output index a2c28dc..a2c28dc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-1-provide-everything.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution index 7cbf0f8..7cbf0f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output index 72f67a0..72f67a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution index 541b2a0..541b2a0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output index c5d5b95..c5d5b95 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution index 24d4e76..24d4e76 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output index 2663813..2663813 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution index c387c03..c387c03 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output index 7d0c796..7d0c796 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution index abd49e6..abd49e6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output index 0c919b5..0c919b5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-that-parameters.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution index daee7bf..daee7bf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output index 68b15f6..68b15f6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-types-value-types-via-meta-functions.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution index e69de29..e69de29 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output index bc5763e..bc5763e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-ufcs-member-access-and-chaining.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution index 8ef2d55..8ef2d55 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output index e4baed0..e4baed0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-union.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution index 680b09a..680b09a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output index 01aa453..01aa453 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-variadics.cpp.output diff --git a/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.execution diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output index 2ae43b0..2ae43b0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/pure2-various-string-literals.cpp.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat b/64x0/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat index 15ccf11..15ccf11 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/run-tests-msvc-2022.bat diff --git a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/xyzzy b/64x0/cc2/regression-tests/test-results/msvc-2022/xyzzy index 805bcb8..805bcb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/msvc-2022/xyzzy +++ b/64x0/cc2/regression-tests/test-results/msvc-2022/xyzzy diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output index 54b5e05..54b5e05 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-pointer-arithmetic-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp index 1796658..1796658 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output index fa6a7ce..fa6a7ce 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bounds-safety-span.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp b/64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp index 1c16ee0..1c16ee0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output index 255498e..255498e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-break-continue.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp index da476d5..da476d5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output index 00ff9b2..00ff9b2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-assign-expression-list.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output index 73e0c57..73e0c57 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-declaration-equal-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp index 013414c..013414c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output index 6974494..6974494 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-discard-precedence.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp index ca4482c..ca4482c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output index fc6594c..fc6594c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-max-munch.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp index 549c48f..549c48f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output index 551cca1..551cca1 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-memberwise-base-assignment.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp index 96e7caf..96e7caf 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output index d3f0a95..d3f0a95 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-name-lookup-and-value-decoration.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp index 43165f8..43165f8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output index 574555d..574555d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-function-expression.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp index 3ec36cd..3ec36cd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output index 1645583..1645583 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-non-local-initialization.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp index 93aa8da..93aa8da 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output index cd793f1..cd793f1 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-optional-template-argument-list.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output index 159b73e..159b73e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-parameter-decl-list-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp index c8b0293..c8b0293 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output index 496e7bc..496e7bc 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-in-forward-declaration.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp index 31f0404..31f0404 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output index f849c57..f849c57 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-requires-clause-unbraced-function-initializer.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp index ab64429..ab64429 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output index f25ea87..f25ea87 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-template-argument.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp index 2aaf660..2aaf660 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output index e230534..e230534 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-arguments.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp index 2610d39..2610d39 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output index 3b1880c..3b1880c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-name-lookup.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp index 3f6ce35..3f6ce35 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output index 6ff4d0e..6ff4d0e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-noexcept.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp index 670896b..670896b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output index 9d817f3..9d817f3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-ufcs-sfinae.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp index 116ff34..116ff34 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output index 5fb1a97..5fb1a97 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-unbraced-function-expression.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp index 7b8d7f0..7b8d7f0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output index 4f19481..4f19481 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-bugfix-for-variable-template.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp b/64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp index 3bd09a9..3bd09a9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output index 12cee42..12cee42 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-chained-comparisons.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp b/64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp index 7b3aa27..7b3aa27 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output index 512c80c..512c80c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-concept-definition.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp b/64x0/cc2/regression-tests/test-results/pure2-contracts.cpp index 9b070c5..9b070c5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-contracts.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-contracts.cpp2.output index 7475d7d..7475d7d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-contracts.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-contracts.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output index 193409d..193409d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-cpp1-multitoken-fundamental-types-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output index a32b10a..a32b10a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-cpp1-prefix-expression-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output index 66bd67b..66bd67b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-deducing-pointers-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp b/64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp index 3f5313d..3f5313d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output index e406c7a..e406c7a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-defaulted-comparisons-and-final-types.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp b/64x0/cc2/regression-tests/test-results/pure2-enum.cpp index ee91c0f..ee91c0f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-enum.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-enum.cpp2.output index ab3b1be..ab3b1be 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-enum.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-enum.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp b/64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp index 3e2e505..3e2e505 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output index 0a12037..0a12037 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-for-loop-range-with-lambda.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output index d1df1dd..d1df1dd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-forward-return-diagnostics-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp b/64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp index 55235c5..55235c5 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output index 86ceea6..86ceea6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-forward-return.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp b/64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp index e24336c..e24336c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output index 9241c3b..9241c3b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-function-multiple-forward-arguments.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp b/64x0/cc2/regression-tests/test-results/pure2-hello.cpp index 953d470..953d470 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-hello.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-hello.cpp2.output index d8f4c88..d8f4c88 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-hello.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-hello.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp b/64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp index bca7953..bca7953 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output index bbbca57..bbbca57 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-initialization-safety-with-else-if.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp index 7db678f..7db678f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output index 95f650d..95f650d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-in-generic-function-multiple-types.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp index d5f4b04..d5f4b04 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output index d75644e..d75644e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-expression-with-as-in-generic-function.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp b/64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp index 8086ffe..8086ffe 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output index 2178d14..2178d14 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-fallback-with-variant-any-optional.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp b/64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp index 6dbb343..6dbb343 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output index 2cd04d8..2cd04d8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-inspect-generic-void-empty-with-variant-any-optional.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp b/64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp index 9659c51..9659c51 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output index 979c519..979c519 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-interpolation.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp b/64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp index 5fcc86c..5fcc86c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output index 03d7d1b..03d7d1b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-intro-example-hello-2022.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp b/64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp index 1d827be..1d827be 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output index 4ac2230..4ac2230 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-intro-example-three-loops.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output index 2feee27..2feee27 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-pointer-init-1-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output index a3f42f0..a3f42f0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-lifetime-safety-reject-null-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp b/64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp index 620c479..620c479 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output index d0e8dc1..d0e8dc1 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-look-up-parameter-across-unnamed-function.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp b/64x0/cc2/regression-tests/test-results/pure2-main-args.cpp index ef35f3f..ef35f3f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-main-args.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-main-args.cpp2.output index e7baf85..e7baf85 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-main-args.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-main-args.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp b/64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp index 3462391..3462391 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output index b5863c3..b5863c3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-more-wildcards.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp b/64x0/cc2/regression-tests/test-results/pure2-print.cpp index f8618f6..f8618f6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-print.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-print.cpp2.output index 71986ae..71986ae 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-print.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-print.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp b/64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp index 0d2dcc2..0d2dcc2 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output index b264eb8..b264eb8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-raw-string-literal-and-interpolation.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp b/64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp index ab9b761..ab9b761 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output index 36aebd7..36aebd7 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-repeated-call.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp b/64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp index ca34b50..ca34b50 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output index e942b4a..e942b4a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-requires-clauses.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output index 09e4156..09e4156 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-identifier-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output index fb5541a..fb5541a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-return-tuple-no-type-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output index 01c4d57..01c4d57 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-statement-parse-error.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp b/64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp index 4e0685e..4e0685e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output index db47187..db47187 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-statement-scope-parameters.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp b/64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp index 288673a..288673a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output index b2338d0..b2338d0 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-stdio-with-raii.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp b/64x0/cc2/regression-tests/test-results/pure2-stdio.cpp index 4ae3e58..4ae3e58 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-stdio.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-stdio.cpp2.output index 76492e9..76492e9 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-stdio.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-stdio.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp b/64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp index f29f8e4..f29f8e4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output index 759c39e..759c39e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-synthesize-rightshift-and-rightshifteq.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp b/64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp index 778d83c..778d83c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output index 46174ac..46174ac 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-template-parameter-lists.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp b/64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp index 9b87add..9b87add 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output index 6ada821..6ada821 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-type-and-namespace-aliases.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp b/64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp index 5475cb4..5475cb4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output index a08cbd8..a08cbd8 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-type-safety-1.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp b/64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp index f504f31..f504f31 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output index 2e8e5ce..2e8e5ce 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-type-safety-2-with-inspect-expression.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp index 36923c6..36923c6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output index e8a855d..e8a855d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-basics.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp index 04773a6..04773a6 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output index f4a49f3..f4a49f3 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-down-upcast.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp index 200fe75..200fe75 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output index e956898..e956898 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-inheritance.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp index 3e7490c..3e7490c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output index 573ec43..573ec43 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-order-independence-and-nesting.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp index 7bfb565..7bfb565 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output index 66aa32d..66aa32d 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-ordering-via-meta-functions.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp index 51eb83c..51eb83c 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output index 6fad855..6fad855 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-1-provide-everything.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp index 0184f7b..0184f7b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output index 19e7704..19e7704 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-2-provide-mvconstruct-and-cpassign.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp index 4176a13..4176a13 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output index 65ab714..65ab714 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-3-provide-mvconstruct-and-mvassign.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp index daeb616..daeb616 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output index 9c01036..9c01036 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-4-provide-cpassign-and-mvassign.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp index 359cdcb..359cdcb 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output index b1a31b4..b1a31b4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-smf-and-that-5-provide-nothing-but-general-case.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp index 5fb031b..5fb031b 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output index bbce268..bbce268 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-that-parameters.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp b/64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp index 53b9c6a..53b9c6a 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output index dc6c6fd..dc6c6fd 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-types-value-types-via-meta-functions.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp b/64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp index 592a89e..592a89e 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output index 6e15577..6e15577 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-ufcs-member-access-and-chaining.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp b/64x0/cc2/regression-tests/test-results/pure2-union.cpp index ec11eba..ec11eba 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-union.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-union.cpp2.output index 7b95a32..7b95a32 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-union.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-union.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp b/64x0/cc2/regression-tests/test-results/pure2-variadics.cpp index a15e697..a15e697 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-variadics.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-variadics.cpp2.output index bf976aa..bf976aa 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-variadics.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-variadics.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp b/64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp index 944f505..944f505 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp +++ b/64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp diff --git a/CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output b/64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output index 3b2768f..3b2768f 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output +++ b/64x0/cc2/regression-tests/test-results/pure2-various-string-literals.cpp2.output diff --git a/CompilerDriver/cc2/regression-tests/test-results/run-tests.bat b/64x0/cc2/regression-tests/test-results/run-tests.bat index 2d928a4..2d928a4 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/run-tests.bat +++ b/64x0/cc2/regression-tests/test-results/run-tests.bat diff --git a/CompilerDriver/cc2/regression-tests/test-results/version b/64x0/cc2/regression-tests/test-results/version index dd76e13..dd76e13 100644 --- a/CompilerDriver/cc2/regression-tests/test-results/version +++ b/64x0/cc2/regression-tests/test-results/version diff --git a/CompilerDriver/cc2/source/build.info b/64x0/cc2/source/build.info index 1d47385..1d47385 100644 --- a/CompilerDriver/cc2/source/build.info +++ b/64x0/cc2/source/build.info diff --git a/CompilerDriver/cc2/source/common.h b/64x0/cc2/source/common.h index fe0301c..fe0301c 100644 --- a/CompilerDriver/cc2/source/common.h +++ b/64x0/cc2/source/common.h diff --git a/CompilerDriver/cc2/source/cpp2util.h b/64x0/cc2/source/cpp2util.h index a98d92a..a98d92a 100644 --- a/CompilerDriver/cc2/source/cpp2util.h +++ b/64x0/cc2/source/cpp2util.h diff --git a/CompilerDriver/cc2/source/cppfront.cpp b/64x0/cc2/source/cppfront.cpp index 989a6ad..989a6ad 100644 --- a/CompilerDriver/cc2/source/cppfront.cpp +++ b/64x0/cc2/source/cppfront.cpp diff --git a/CompilerDriver/cc2/source/io.h b/64x0/cc2/source/io.h index cf016a3..cf016a3 100644 --- a/CompilerDriver/cc2/source/io.h +++ b/64x0/cc2/source/io.h diff --git a/CompilerDriver/cc2/source/lex.h b/64x0/cc2/source/lex.h index 478fe3d..478fe3d 100644 --- a/CompilerDriver/cc2/source/lex.h +++ b/64x0/cc2/source/lex.h diff --git a/CompilerDriver/cc2/source/parse.h b/64x0/cc2/source/parse.h index e8e6daf..e8e6daf 100644 --- a/CompilerDriver/cc2/source/parse.h +++ b/64x0/cc2/source/parse.h diff --git a/CompilerDriver/cc2/source/reflect.h b/64x0/cc2/source/reflect.h index 1cb66f7..1cb66f7 100644 --- a/CompilerDriver/cc2/source/reflect.h +++ b/64x0/cc2/source/reflect.h diff --git a/CompilerDriver/cc2/source/reflect.h2 b/64x0/cc2/source/reflect.h2 index 072087e..072087e 100644 --- a/CompilerDriver/cc2/source/reflect.h2 +++ b/64x0/cc2/source/reflect.h2 diff --git a/CompilerDriver/cc2/source/sema.h b/64x0/cc2/source/sema.h index d339659..d339659 100644 --- a/CompilerDriver/cc2/source/sema.h +++ b/64x0/cc2/source/sema.h diff --git a/CompilerDriver/cc2/source/to_cpp1.h b/64x0/cc2/source/to_cpp1.h index a7b6782..a7b6782 100644 --- a/CompilerDriver/cc2/source/to_cpp1.h +++ b/64x0/cc2/source/to_cpp1.h diff --git a/CompilerDriver/cc2/source/version.info b/64x0/cc2/source/version.info index 87fe59a..87fe59a 100644 --- a/CompilerDriver/cc2/source/version.info +++ b/64x0/cc2/source/version.info diff --git a/CompilerDriver/ccplus.cc b/64x0/ccplus.cc index 8309145..8309145 100644 --- a/CompilerDriver/ccplus.cc +++ b/64x0/ccplus.cc diff --git a/CompilerDriver/ld.cc b/64x0/ld.cc index fbdf020..fbdf020 100644 --- a/CompilerDriver/ld.cc +++ b/64x0/ld.cc diff --git a/CompilerDriver/makefile b/64x0/makefile index 8fe9c79..b5d21da 100644 --- a/CompilerDriver/makefile +++ b/64x0/makefile @@ -11,7 +11,7 @@ LINK_CC=g++ -std=c++20 LINK_INC=-I../ -I../CompilerKit LINK_SRC=ld.cc LINK_OUTPUT=bin/ld -LINK_ALT_OUTPUT=bin/mld +LINK_ALT_OUTPUT=bin/64ld PP_SRC=bpp.cc PP_OUTPUT=bin/bpp @@ -28,8 +28,8 @@ CXX_SRC=ccplus.cc ../CompilerKit/StdKit/*.cc ../CompilerKit/AsmKit/*.cc CXX_OUTPUT=bin/ccplus # MP-UX Assembly -MASM_SRC=masm.cc ../CompilerKit/StdKit/*.cc ../CompilerKit/AsmKit/*.cc -MASM_OUTPUT=bin/masm +MASM_SRC=64asm.cc ../CompilerKit/StdKit/*.cc ../CompilerKit/AsmKit/*.cc +MASM_OUTPUT=bin/64asm .PHONY: all all: cxx diff --git a/CompilerFrontend/cl/compiler.d b/CompilerFrontend/cl/compiler.d index 77c9a9a..e9d2cc8 100644 --- a/CompilerFrontend/cl/compiler.d +++ b/CompilerFrontend/cl/compiler.d @@ -15,7 +15,7 @@ module mpcc.compiler; import std.stdio; -public void mcc_summon_executable(string path) +public void mpcc_summon_executable(string path) { import core.stdc.stdlib; import std.string; @@ -66,7 +66,7 @@ public class CompileCommand import std.datetime; - mcc_summon_executable("/usr/local/bin/bin/cpp --define __64x0__ 1 --define __LP64__ 1 --define __64000__ 1 --define __BCCL__ 1 " ~ + mpcc_summon_executable("/usr/local/bin/bin/cpp --define __64x0__ 1 --define __LP64__ 1 --define __64000__ 1 --define __BCCL__ 1 " ~ "--define __FILE__ " ~ file ~ " --define __DATE__ " ~ Clock.currTime(UTC()).toString() ~ " " ~ " --working-dir ./ --include-dir " ~ includePath ~ " " ~ file); @@ -89,12 +89,12 @@ public class CompileCommand ext ~= ch; } - mcc_summon_executable("/usr/local/bin/bin/bccl --asm=masm -fmax-exceptions 20 --compiler=dolvik " ~ + mpcc_summon_executable("/usr/local/bin/bin/bccl --asm=masm -fmax-exceptions 20 --compiler=dolvik " ~ file ~ ".pp"); changed ~= ".64x"; - mcc_summon_executable("/usr/local/bin/bin/masm -m64000 " ~ changed); + mpcc_summon_executable("/usr/local/bin/bin/masm -m64000 " ~ changed); } if (compile_only) @@ -131,7 +131,7 @@ public class CompileCommand output_object ~= " -o "; output_object ~= output; - mcc_summon_executable("/usr/local/bin/bin/ld -m64000 " ~ + mpcc_summon_executable("/usr/local/bin/bin/ld -m64000 " ~ obj ~ output_object); } }
\ No newline at end of file diff --git a/CompilerFrontend/cl/main.d b/CompilerFrontend/cl/main.d index a2d5b41..aabc0ff 100644 --- a/CompilerFrontend/cl/main.d +++ b/CompilerFrontend/cl/main.d @@ -16,8 +16,8 @@ import mpcc.compiler; import std.container.dlist; ///Authors: Amlal EL Mahrouss -///Examples: mcc_summon_manual("foo"); -void mcc_summon_manual(string path) +///Examples: mpcc_summon_manual("foo"); +void mpcc_summon_manual(string path) { import core.stdc.stdlib; import std.string; @@ -55,14 +55,14 @@ void main(string[] args) } else if (arg == "--dialect") { - mcc_summon_executable("/usr/local/bin/bin/cc --asm=masm --compiler=dolvik --dialect"); + mpcc_summon_executable("/usr/local/bin/bin/cc --asm=masm --compiler=dolvik --dialect"); return; } else if (arg == "--help" || arg == "-h") { writeln("mpcc: summoning manual entry for mpcc..."); - mcc_summon_manual("mpcc"); + mpcc_summon_manual("mpcc"); return; } |
