--| 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-vcfg-vsrt-die2 test_description After initial compilation, a constrained generic parameter is added to root class with unknown actual generic in constraint. When VTCT error is corrected, VCFG error is reported since parameter has same name as a class. When it is fixed there is a VSRT(4) error since root class cannot be generic. After this is corrected, compilation dies in degree 1. define GENERICS "" copy_sub Ace $TEST Ace copy_sub test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_melted compile_result ok define GENERICS "[G -> TEST1 [STRING, H]]" copy_sub test.e $CLUSTER test.e compile_melted compile_result validity_error TEST VTCT define GENERICS "[TEST -> TEST1 [STRING, H]]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VCFG(1) define GENERICS "[TEST -> TEST1 [STRING, DOUBLE]]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error TEST VCFG(1) define GENERICS "[G -> TEST1 [STRING, DOUBLE]]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error NONE VSRT(4) define GENERICS "[G -> G]" copy_sub test.e $CLUSTER test.e resume_compile compile_result validity_error NONE VSRT(4) define GENERICS "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end