--| 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 resume-vtcg-none-actual test_description A pair of generic classes that mention each other in their formal generic constraints is invalid. When some of the actual generic parameters are NONE, the compiler correctly detects the VTCG error. But when compilation is resumed without any change to the classes, the compiler dies with a bus error. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e copy_raw test2.e $CLUSTER test2.e compile_melted compile_result validity_error TEST1 VTCG; TEST2 VTCG resume_compile compile_result validity_error TEST1 VTCG; TEST2 VTCG resume_compile compile_result validity_error TEST1 VTCG; TEST2 VTCG test_end