--| 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 nonconforming-generic-creation test_description A generic class TEST1 [G -> TEST2] with an attribute `s: G' has a creation instruction `!TEST2!s.make'. The compiler should report a VGCC(3) error but does not. The generated code acts as if the creation instruction was `!!s.make'. copy_sub Ace $TEST Ace copy_raw test.e $CLUSTER test.e copy_raw test1.e $CLUSTER test1.e copy_raw test2.e $CLUSTER test2.e copy_raw test3.e $CLUSTER test3.e compile_melted compile_result validity_error TEST1 VGCC(3) test_end