--| Copyright (c) 1993-2006 University of Southern California and contributors. --| All rights reserved. --| Your use of this work is governed under the terms of the GNU General --| Public License version 2. -- This is a test control file test_name vtct-vtcg-die-degree-5 test_description A known sequence of changes which involves changing the name of a class to elicit a VTCT error and changing the actual generic parameter in a type in a generic constraint to a type to elicit a VTCG error causes the compiler to terminate with a segmentation fault during degree 5. copy_sub Ace $TEST Ace define ACTUAL_GENERIC "TEST3" define CLASS_NAME "TEST3" copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e copy_raw test2.e $CLUSTER test2.e copy_sub test3.e $CLUSTER test3.e compile_melted compile_result validity_warning TEST "Unused Local" define CLASS_NAME "TEST3_XXX" copy_sub test3.e $CLUSTER test3.e compile_melted compile_result validity_error TEST VTCT; TEST1 VTCT; TEST2 VTCT define ACTUAL_GENERIC "INTEGER_32" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result validity_error TEST VTCT; TEST2 VTCT define CLASS_NAME "TEST3" copy_sub test3.e $CLUSTER test3.e resume_compile compile_result validity_error TEST1 VTCG define ACTUAL_GENERIC "TEST3" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result validity_warning TEST "Unused Local" define CLASS_NAME "TEST3_XXX" copy_sub test3.e $CLUSTER test3.e compile_melted compile_result validity_error TEST VTCT; TEST1 VTCT; TEST2 VTCT define ACTUAL_GENERIC "INTEGER_32" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result validity_error TEST VTCT; TEST2 VTCT define CLASS_NAME "TEST3" copy_sub test3.e $CLUSTER test3.e resume_compile compile_result validity_error TEST1 VTCG define ACTUAL_GENERIC "TEST3" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result validity_warning TEST "Unused Local" test_end