--| 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 explicit-creation-bad-generic test_description A routine has explicit creation instruction with an invalid actual generic parameter. The creation procedure of the generic class takes an argument of type `G' where `G' is the name of the formal generic parameter. The compiler should report a VTCG error, but it does not. Compilation ends prematurely with a segmentation fault. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VTCG -- VTGD(2) test_end