#
# ChangeLog for tests/cast.cfa
#
# Generated by Trac 1.2.1
# Mar 6, 2025, 9:32:17 AM

Fri, 03 Jan 2025 00:00:01 GMT Michael Brooks <mlbrooks@…> [2853d6f]
	* tests/.expect/array-ERR1.txt (modified)
	* tests/.expect/array-ERR2.txt (modified)
	* tests/.expect/array-ERR3.txt (modified)
	* tests/.expect/array.txt (modified)
	* tests/.expect/attr-priority.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/attr-priority.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/concurrency/waitfor/.expect/parse.txt (modified)
	* tests/concurrency/waitfor/parse.cfa (modified)
	* tests/ctrl-flow/.expect/labelledExit.txt (modified)
	* tests/ctrl-flow/labelledExit.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.txt (modified)
	* tests/include/.expect/stdincludes.txt (modified)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (modified)
	* tests/init1.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	Remove uses of warnings to show test success.  Eliminate simple ...


Sat, 05 Jun 2021 19:21:19 GMT Peter A. Buhr <pabuhr@…> [53692b3]
	* tests/.expect/array.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/init1-ERROR.nast.txt (modified)
	* tests/.expect/init1.txt (modified)
	* tests/.expect/labelledExit.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/quasiKeyword.txt (modified)
	* tests/.expect/stdincludes.txt (deleted)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/builtins/.expect/sync.txt (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/forall.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/include/.expect/includes.nast.txt (modified)
	* tests/include/.expect/stdincludes.txt (added)
	* tests/include/includes.cfa (modified)
	* tests/include/stdincludes.cfa (moved)
	* tests/init1.cfa (modified)
	* tests/labelledExit.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/quasiKeyword.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/warnings/.expect/self-assignment.nast.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)

	second attempt to fix compile-only pragma message that gcc-10/11
	quote


Thu, 03 Jun 2021 01:16:53 GMT Peter A. Buhr <pabuhr@…> [b303ec1]
	* tests/.expect/cast.txt (modified)
	* tests/cast.cfa (modified)

	revert compile-only pragma message because compilers use different ...


Wed, 02 Jun 2021 21:59:37 GMT Peter A. Buhr <pabuhr@…> [436d7d7]
	* tests/.expect/cast.txt (modified)
	* tests/cast.cfa (modified)

	first attempt to fix compile-only pragma message that gcc-10/11 quote


Mon, 28 Sep 2020 02:00:39 GMT Peter A. Buhr <pabuhr@…> [66812dd]
	* tests/.expect/array.txt (modified)
	* tests/.expect/cast.txt (modified)
	* tests/.expect/enum.txt (modified)
	* tests/.expect/expression.txt (modified)
	* tests/.expect/forall.txt (modified)
	* tests/.expect/heap.txt (modified)
	* tests/.expect/identFuncDeclarator.txt (modified)
	* tests/.expect/identParamDeclarator.txt (modified)
	* tests/.expect/labelledExit.txt (modified)
	* tests/.expect/limits.txt (modified)
	* tests/.expect/maybe.txt (modified)
	* tests/.expect/nested-types.txt (modified)
	* tests/.expect/numericConstants.txt (modified)
	* tests/.expect/operators.txt (modified)
	* tests/.expect/result.txt (modified)
	* tests/.expect/stdincludes.txt (modified)
	* tests/.expect/switch.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/typedefRedef.txt (modified)
	* tests/.expect/typeof.txt (modified)
	* tests/.expect/variableDeclarator.txt (modified)
	* tests/.expect/voidPtr.txt (modified)
	* tests/Makefile.am (modified)
	* tests/array.cfa (modified)
	* tests/builtins/sync.cfa (modified)
	* tests/cast.cfa (modified)
	* tests/concurrent/.expect/cluster.txt (modified)
	* tests/concurrent/cluster.cfa (modified)
	* tests/concurrent/examples/.expect/datingService.txt (modified)
	* tests/concurrent/examples/datingService.cfa (modified)
	* tests/concurrent/futures/.expect/basic.txt (modified)
	* tests/concurrent/futures/basic.cfa (modified)
	* tests/concurrent/park/.expect/force_preempt.txt (modified)
	* tests/concurrent/park/.expect/start_parked.txt (modified)
	* tests/concurrent/park/force_preempt.cfa (modified)
	* tests/concurrent/park/start_parked.cfa (modified)
	* tests/enum.cfa (modified)
	* tests/exceptions/.expect/virtual-cast.txt (modified)
	* tests/exceptions/.expect/virtual-poly.txt (modified)
	* tests/exceptions/virtual-cast.cfa (modified)
	* tests/exceptions/virtual-poly.cfa (modified)
	* tests/expression.cfa (modified)
	* tests/forall.cfa (modified)
	* tests/heap.cfa (modified)
	* tests/identFuncDeclarator.cfa (modified)
	* tests/identParamDeclarator.cfa (modified)
	* tests/labelledExit.cfa (modified)
	* tests/limits.cfa (modified)
	* tests/maybe.cfa (modified)
	* tests/nested-types.cfa (modified)
	* tests/numericConstants.cfa (modified)
	* tests/operators.cfa (modified)
	* tests/raii/.expect/ctor-autogen.txt (modified)
	* tests/raii/.expect/init_once.txt (modified)
	* tests/raii/ctor-autogen.cfa (modified)
	* tests/raii/init_once.cfa (modified)
	* tests/result.cfa (modified)
	* tests/stdincludes.cfa (modified)
	* tests/switch.cfa (modified)
	* tests/typedefRedef.cfa (modified)
	* tests/typeof.cfa (modified)
	* tests/variableDeclarator.cfa (modified)
	* tests/voidPtr.cfa (modified)
	* tests/warnings/.expect/self-assignment.txt (modified)
	* tests/warnings/self-assignment.cfa (modified)
	* tests/zombies/structMember.cfa (modified)

	convert tests to always print output (no empty .expect files)


Wed, 07 Nov 2018 18:29:43 GMT Peter A. Buhr <pabuhr@…> [dc8511c]
	* benchmark/Makefile.am (modified)
	* tests/.expect/alloc-ERROR.txt (modified)
	* tests/.expect/castError.txt (modified)
	* tests/.expect/completeTypeError.txt (modified)
	* tests/.expect/declarationErrors.txt (modified)
	* tests/.expect/nested-types-ERR1.txt (modified)
	* tests/.expect/nested-types-ERR2.txt (modified)
	* tests/.expect/quotedKeyword.txt (moved)
	* tests/.expect/scopeErrors.txt (modified)
	* tests/.expect/typedefRedef-ERR1.txt (modified)
	* tests/.expect/user_literals.txt (deleted)
	* tests/.expect/with-statement.txt (deleted)
	* tests/KRfunctions.cfa (moved)
	* tests/Makefile.am (modified)
	* tests/Makefile.in (modified)
	* tests/abs.cfa (moved)
	* tests/alloc.cfa (moved)
	* tests/array.cfa (moved)
	* tests/ato.cfa (moved)
	* tests/attributes.cfa (moved)
	* tests/cast.cfa (moved)
	* tests/castError.cfa (moved)
	* tests/commentMisc.cfa (moved)
	* tests/completeTypeError.cfa (moved)
	* tests/complex.cfa (moved)
	* tests/concurrent/coroutineYield.c (modified)
	* tests/concurrent/examples/matrixSum.c (modified)
	* tests/concurrent/preempt.c (modified)
	* tests/concurrent/signal/block.c (modified)
	* tests/concurrent/signal/disjoint.c (modified)
	* tests/concurrent/signal/wait.c (modified)
	* tests/context.cfa (moved)
	* tests/counter.cfa (moved)
	* tests/declarationErrors.cfa (moved)
	* tests/declarationSpecifier.cfa (moved)
	* tests/designations.cfa (moved)
	* tests/div.cfa (moved)
	* tests/enum.cfa (moved)
	* tests/except-0.cfa (moved)
	* tests/except-1.cfa (moved)
	* tests/except-2.cfa (moved)
	* tests/except-3.cfa (moved)
	* tests/except-mac.hfa (moved)
	* tests/expression.cfa (moved)
	* tests/extension.cfa (moved)
	* tests/fallthrough.cfa (moved)
	* tests/forall.cfa (moved)
	* tests/fstream_test.cfa (moved)
	* tests/function-operator.cfa (moved)
	* tests/functions.cfa (moved)
	* tests/gccExtensions.cfa (moved)
	* tests/genericUnion.cfa (moved)
	* tests/gmp.cfa (moved)
	* tests/heap.cfa (moved)
	* tests/hello.cfa (moved)
	* tests/identFuncDeclarator.cfa (moved)
	* tests/identParamDeclarator.cfa (moved)
	* tests/identity.cfa (moved)
	* tests/ifwhileCtl.cfa (moved)
	* tests/io1.cfa (moved)
	* tests/io2.cfa (moved)
	* tests/labelledExit.cfa (moved)
	* tests/limits.cfa (moved)
	* tests/literals.cfa (moved)
	* tests/long_tests.hfa (moved)
	* tests/loopctrl.cfa (moved)
	* tests/math1.cfa (moved)
	* tests/math2.cfa (moved)
	* tests/math3.cfa (moved)
	* tests/math4.cfa (moved)
	* tests/maybe.cfa (moved)
	* tests/minmax.cfa (moved)
	* tests/namedParmArg.cfa (moved)
	* tests/nested-types.cfa (moved)
	* tests/numericConstants.cfa (moved)
	* tests/occursError.cfa (moved)
	* tests/operators.cfa (moved)
	* tests/polymorphism.cfa (moved)
	* tests/preempt_longrun/create.c (modified)
	* tests/preempt_longrun/enter3.c (modified)
	* tests/preempt_longrun/processor.c (modified)
	* tests/preempt_longrun/yield.c (modified)
	* tests/quotedKeyword.cfa (moved)
	* tests/random.cfa (moved)
	* tests/rational.cfa (moved)
	* tests/references.cfa (moved)
	* tests/result.cfa (moved)
	* tests/scope.cfa (moved)
	* tests/scopeErrors.cfa (moved)
	* tests/searchsort.cfa (moved)
	* tests/shortCircuit.cfa (moved)
	* tests/simpleGenericTriple.cfa (moved)
	* tests/stdincludes.cfa (moved)
	* tests/structMember.cfa (moved)
	* tests/subrange.cfa (moved)
	* tests/sum.cfa (moved)
	* tests/swap.cfa (moved)
	* tests/switch.cfa (moved)
	* tests/test.c (added)
	* tests/time.cfa (moved)
	* tests/typeGenerator.cfa (moved)
	* tests/typedef.cfa (moved)
	* tests/typedefDeclarator.cfa (moved)
	* tests/typedefRedef.cfa (moved)
	* tests/typeof.cfa (moved)
	* tests/userLiterals.cfa (moved)
	* tests/variableDeclarator.cfa (moved)
	* tests/vector.cfa (moved)
	* tests/virtualCast.cfa (moved)
	* tests/voidPtr.cfa (moved)
	* tests/withStatement.cfa (moved)

	first attempt at updating suffixes for test programs