--| 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 set-has-loop-disaster test_description A sequence of changes where system is melted several times, with various errors but with no external or deferred routines involved, causes the compiler to die with a segmentation fault in `set_has_loop'. define PARENT "TEST1" define FEATURE2 "f alias "@@": INTEGER is 13" define FEATURE3 "" 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 FEATURE2 "f alias "@@" (n: INTEGER) : INTEGER is once Result := 13 end" copy_sub test1.e $CLUSTER test1.e compile_melted compile_result validity_error TEST VWOE define FEATURE2 "f alias "@@": INTEGER is once Result := 13 end" copy_sub test1.e $CLUSTER test1.e resume_compile compile_result ok test_end