--| 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 bogus-vtec test_description After initial compilation an expanded class is changed to a deferred class but another class still tries to create an instance of it. The compiler correctly detects the VGCC(2) error. But when the create instructions are removed, the compiler reports a bogus VTEC(1) error. define CREATE "create x" define CLASS_TYPE "expanded" copy_sub Ace $TEST Ace copy_sub test.e $CLUSTER test.e copy_sub test1.e $CLUSTER test1.e compile_melted compile_result ok define CLASS_TYPE "deferred" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VGCC(2) define CREATE "" copy_sub test.e $CLUSTER test.e resume_compile compile_result ok test_end