--| 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 vtcg-weasel test_description After initial compilation, the inheritance clause in a class used in a formal generic constraint is changed, introducing a VTCG (VTGD(2)) error. When the system is recompiled, the compiler does not detect the error. copy_sub Ace $TEST Ace define CONSTRAINT_PARENT "IDENTIFIED_ROW" copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_sub parent.e $CLUSTER parent.e copy_raw row.e $CLUSTER row.e copy_raw identified_row.e $CLUSTER identified_row.e copy_raw anonymous_row.e $CLUSTER anonymous_row.e copy_raw identified_query.e $CLUSTER identified_query.e copy_raw anonymous_query.e $CLUSTER anonymous_query.e compile_melted compile_result ok define CONSTRAINT_PARENT "ANONYMOUS_ROW" copy_sub parent.e $CLUSTER parent.e compile_melted compile_result validity_error TEST1 VTCG -- VTGD(2) define CONSTRAINT_PARENT "IDENTIFIED_ROW" copy_sub parent.e $CLUSTER parent.e resume_compile compile_result ok test_end