1$and2$assert3$break4$class5$constant6$debug7$else8$elsif9$end10$if11$inline12$is13$loop14$not15$or16$private17$return18$shared19$switch20$then21$until22$when23$asize24$asize125$asize226$asize327$asize428$copy29$deep_copy30$extend31$new32$type33$res34$self35$false36$true37$void38$ARRAY39$ARRAY240$ARRAY341$ARRAY442$BOOL43$C44$CHAR45$DOUBLE46$FILE47$INT48$REAL49$SELF_TYPE50$STR51$STR_CURSOR52$OB53$SYS54$F_OB55$UNDEFINE56$ERR57$IN58$OUT59$SUX60$except61$initialize62$alias63$CS64$#define address_of(x) (&(x))65$address_of66$#define address_of_int(x) (&(x))67$address_of_int68$#include <sys/types.h>69$create_c_filestat70$c_st_dev71$c_st_ino72$c_st_mode73$c_st_nlink74$c_st_uid75$c_st_gid76$c_st_rdev77$c_st_size78$c_st_atime79$c_st_mtime80$c_st_ctime81$c_st_blksize82$c_st_blocks83$#include <sys/stat.h>84$#define create_c_filestat() (ptr)malloc(sizeof(struct stat))85$#define c_st_dev(cob) ((int)(((struct stat *)cob)->st_dev))86$#define c_st_ino(cob) ((int)(((struct stat *)cob)->st_ino))87$#define c_st_mode(cob) ((int)(((struct stat *)cob)->st_mode))88$#define c_st_nlink(cob) ((int)(((struct stat *)cob)->st_nlink))89$#define c_st_uid(cob) ((int)(((struct stat *)cob)->st_uid))90$#define c_st_gid(cob) ((int)(((struct stat *)cob)->st_gid))91$#define c_st_rdev(cob) ((int)(((struct stat *)cob)->st_rdev))92$#define c_st_size(cob) ((int)(((struct stat *)cob)->st_size))93$#define c_st_atime(cob) ((int)(((struct stat *)cob)->st_atime))94$#define c_st_mtime(cob) ((int)(((struct stat *)cob)->st_mtime))95$#define c_st_ctime(cob) ((int)(((struct stat *)cob)->st_ctime))96$#define c_st_blksize(cob) \
((int)(((struct stat *)cob)->st_blksize))97$#define c_st_blocks(cob) \
((int)(((struct stat *)cob)->st_blocks))98$#define set_c_st_dev(cob,x) {((struct stat *)cob)->st_dev = x;}99$set_c_st_dev100$#define set_c_st_ino(cob,x) {((struct stat *)cob)->st_ino = x;}101$set_c_st_ino102$#define set_c_st_mode(cob,x) {((struct stat *)cob)->st_mode = x;}103$set_c_st_mode104$#define set_c_st_nlink(cob,x) \
{((struct stat *)cob)->st_nlink = x;}105$set_c_st_nlink106$#define set_c_st_uid(cob,x) {((struct stat *)cob)->st_uid = x;}107$set_c_st_uid108$#define set_c_st_gid(cob,x) {((struct stat *)cob)->st_gid = x;}109$set_c_st_gid110$#define set_c_st_rdev(cob,x) {((struct stat *)cob)->st_rdev = x;}111$set_c_st_rdev112$#define set_c_st_size(cob,x) {((struct stat *)cob)->st_size = x;}113$set_c_st_size114$#define set_c_st_atime(cob,x) \
{((struct stat *)cob)->st_atime = x;}115$set_c_st_atime116$#define set_c_st_mtime(cob,x) \
{((struct stat *)cob)->st_mtime = x;}117$set_c_st_mtime118$#define set_c_st_ctime(cob,x) \
{((struct stat *)cob)->st_ctime = x;}119$set_c_st_ctime120$#define set_c_st_blksize(cob,x) \
{((struct stat *)cob)->st_blksize = x;}121$set_c_st_blksize122$#define set_c_st_blocks(cob,x) \
{((struct stat *)cob)->st_blocks = x;}123$set_c_st_blocks124$#include <errno.h>125$errno126$EEXIST127$#include <fcntl.h>128$fd_open_for_read129$fd_open_for_write130$fd_close131$O_RDONLY132$O_WRONLY133$O_CREAT134$#define fd_open(s,f,m) open(s,f,m)135$fd_open136$#define fd_close(fd) close(fd)137$EPERM138$ENOENT139$ESRCH140$EINTR141$EIO142$ENXIO143$E2BIG144$ENOEXEC145$EBADF146$ECHILD147$EAGAIN148$ENOMEM149$EACCES150$EFAULT151$ENOTBLK152$EBUSY153$EXDEV154$ENODEV155$ENOTDIR156$EISDIR157$EINVAL158$ENFILE159$EMFILE160$ENOTTY161$EFBIG162$ENOSPC163$ESPIPE164$ERPFS165$EMLINK166$EPIPE167$EDOM168$ERANGE169$EWOULDBLOCK170$EINPROGRESS171$EALREADY172$ENOTSOCK173$EDESTADDRREQ174$EMSGSIZE175$EPROTOTYPE176$ENOPROTOOPT177$EPROTONOSUPPPORT178$ESOCKTNOSUPPORT179$EOPNOTSUPP180$EPFNOSUPPORT181$EAFNOSUPPORT182$EADDRINUSE183$EADDRNOTAVAIL184$ENETDOWN185$ENETUNREACH186$ENETRESET187$ECONNABORTED188$ECONNRESET189$ENOBUFS190$EISCONN191$ENOTCONN192$ESHUTDOWN193$ETIMEDOUT194$ECONNREFUSED195$ELOOP196$ENAMETOOLONG197$EHOSTDOWN198$EHOSTUNREACH199$ENOTEMPTY200$EDQUOT201$ESTALE202$EREMOTE203$ENOSTR204$ETIME205$ENOSR206$ENOMSG207$EBADMSG208$EIDRM209$#include <vfork.h>210$vfork211$#define c_object_base_(a) ((ptr)((ptr)a + ob_base_size_(TYPE_(a)) + 1*SI_))212$c_object_base_213$#define error_exit(s) {fprintf(stderr, s);exit(1);}214$error_exit215$HASH_TABLE216$T217$names218$indices219$objs220$obj_table_size221$names_size222$next_ind223$def_table_size224$create225$size226$hash227$nm228$u_mod229$get_obj230$insert231$add_obj232$ob233$double_tables234$add_unique_obj235$tmp_ob236$old_names_size237$nnames238$nindices239$i240$remove_obj241$SYMBOL_TABLE242$in_class243$CLASSOB_S244$scopes245$LIST246$SEMANTOB247$scope_indices248$curr_scope_index249$error_msg250$s251$str_ptr_252$sz253$cls254$push255$add_feature256$new_fo257$FEATOB_S258$is_empty259$enter_unique_sym260$del_feature261$b262$get_feature263$defined_in_curr_scope_p264$defined_in_all_scopes_p265$limit266$defined_in_non_outer_scopes_p267$item268$enter_sym269$r270$get_sym_curr_scope271$get_sym272$index273$enter_new_scope274$leave_new_scope275$pop276$CLASSOB277$lineno278$print_indent279$fname280$flst281$LST_FEATOB282$plst283$more_fnames284$time_stamp285$TIME_INT286$RESERVED_CLASS_NAMES287$RESERVED_WORDS288$pl289$fl290$GLOBALS291$curr_lineno292$curr_filename293$curr_file_stat294$filestat295$st_mtime296$j297$ERR_INFO298$filename299$c300$ (CLASSOB) : Repeated type parameters \"301$str_table302$at_index303$\" and \"304$\"\n305$fsz306$k307$cls_def308$num_params309$non_param_p310$name_str311$msz312$ ; 313$change_name314$new_nm315$insert_str316$add_features317$nflst318$num_feats319$add_unique_feat320$features321$unique_key322$C_TYPE_CONST323$COMPILE_KEYS_CONST324$def325$LST_FEATOB_S326$pinst327$LST_TYPEOB_S328$is_parametrized329$key330$LSTINT_KEY331$cinh_done332$seen333$printed_p334$symtab335$my_inh336$num_attrs337$atomic_p338$anc339$des340$INT_HASH_SET341$pdes342$alldes343$pdepth344$prefix345$my_strname346$cfilename347$basic_type348$arrdim349$ctype350$base_size351$cnames352$externs353$ext_strs354$elem_type355$TYPEOB_S356$is_used_p357$found_classes_used358$cp_feats_from_def359$structure_updated360$internal_updated361$c_type_updated362$def_time_stamp363$time_stamp_done364$callees365$callers366$semant_done367$prefix_size368$filename_size369$auto_generating_p370$d371$pi372$psz373$tsz374$ CLASSOB_S creation -- Expecting 375$ type instantiations but given 376$\n377$ob_typeob_s378$RESERVED_CLASSES379$OB_ici380$copy_features381$(CLASSOB_S): COMPILER ERROR in \"382$\" for class \"383$\" -- Copying features twice\n384$pcopy385$update_ind386$make_prefix387$make_cfilename388$mark_is_used389$def_ind390$array_ind391$array2_ind392$array3_ind393$array4_ind394$co395$inst_cls396$nc397$length398$head399$to_upper_case400$to_lower_case401$parametrized_p402$full_name403$update_ctype404$int_ind405$c_int406$char_ind407$bool_ind408$c_char409$real_ind410$c_float411$double_ind412$c_double413$fob_ind414$c_ptr415$class_inst416$\" for class (417$) -- Missing symbol table\n418$store_feature_unique419$new_flst420$fo421$push_unique422$featob_s_name423$eliminate_dup424$curr_feature425$ATTR_DECL_FEATOB_S426$undefined_p427$CINH_FEATOB_S428$\" at line (429$) -- Unexpected class inheritance after expansion\n430$expand_cinh431$Error in file \"432$) --  Cycle in class inheritance of \"433$init_attr_lst434$ok435$ALIAS_FEATOB_S436$alias_feature437$attr438$init_expr439$class_inst_ind440$ (CLASSOB_S): \"OB\" is not inheritable\n441$UNDEFINE_ici442$ (CLASSOB_S): \"UNDEFINE\" is not inheritable\n443$SELF_TYPE_ici444$ (CLASSOB_S): \"SELF_TYPE\" is not inheritable\n445$inhc446$prevfname447$previnst448$curr_class_inst449$prevfeat450$tmp_flst451$dup452$ (CLASSOB_S): Inherited class  index 453$ not found\n454$base_classname_p455$add_initializer456$compact457$f458$any459$original_name460$fea461$format_error_msg462$Error (CLASSOB_S): Cannot find feature \"463$name464$pte465$mark_private466$initarg_ind467$initarg468$initf469$ROUT_FEATOB_S470$ROUT_FEATOB471$init_ind472$PARAM_DECLOB473$create_lst474$ANY_DECLOB475$DISPATCH_TYPEOB476$SIMPLE_TYPEOB477$ob_ind478$self_type_ind479$LST_STMTOB480$EXPROB_S481$asgn482$ASSIGN_STMTOB_S483$ID_EXPROB_S484$out_of_line485$slist486$res_ind487$self_ind488$resolve_predef_types_and_compute_num_attrs489$count490$resolve_predef_types491$cls_inst492$compute_pdepth493$md494$add_unique_anc495$anc_index496$not_in497$anc_name498$ (CLASSOB_S): Incompatible inheritance -- \"499$co1500$compute_anc501$p_anc502$parent503$(CLASSOB_S): COMPILER ERROR -- Missing parent\n504$append505$(CLASSOB_S): Inheriting from myself -- 506$format_error_exit507$(CLASSOB_S): Descendent of basic class must not have any attributes\n508$(CLASSOB_S): COMPILER ERROR -- Array should be parametrized\n509$(CLASSOB_S): COMPILER ERROR -- Error in computing element type\n510$my_name511$FOB_ici512$BOOL_ici513$CHAR_ici514$INT_ici515$REAL_ici516$DOUBLE_ici517$(CLASSOB_S): Basic class \"518$\" has inappropriate inheritance\n519$prev_ctype520$OLDNEW_HANDLER521$get_ctype522$compute_des523$ancestor524$(CLASSOB_S): COMPILER ERROR -- Missing class inst\n525$compute_pdes526$param_type_conforms_to527$add_new_des528$add_new_anc529$newDes530$get531$union532$(CLASSOB_S): COMPILER ERROR -- Missing ancestor class\n533$newAnc534$des_cur535$INT_HASH_SET_CURSOR536$cursor537$is_done538$descendant539$(CLASSOB_S): COMPILER ERROR -- Missing descendant class\n540$next541$adjust_parent_alldes542$alldes_sz543$compute_time_stamp544$get_def_time_stamp545$get_time_stamp546$compute_attr_offsets547$compactAttr548$c_float_size549$c_int_size550$c_double_size551$c_char_size552$contains_ptr553$nextloc554$attr_feat555$compute_own_offset556$rshift557$lshift558$pre_semant559$semant560$mark_callees_and_callers561$empty_set562$ith_cname563$new_macros564$c_macros565$old_macros566$class_stat_tbl567$changes568$sym_difference569$is_a_subset_of570$misc_info571$do_gen_temps572$SHARED_DECL_FEATOB_S573$shared_feat574$tmpct575$CONST_DECL_FEATOB_S576$const_feat577$gen_goto_tags578$eval_constant579$validate_dispatches_and_get_ext_strs580$cprint_macros581$outfile582$SAT_OUTFILE583$c_class584$C_ici585$allmacros586$macros587$feat588$cprint_extern589$ith_macro590$inc_ln591$cprint_header_and_macros592$/* 593$.c : Sather class: 594$ */\n\n595$#include \"all_.h\"\n596$#include \"597$INSTALL_CONSTS598$c_names_file599$COMPILER_OPTIONS600$verbose_code601$offset_file602$\nstatic char __sather_compiled__;\n603$cprint_externs604$fnm605$GLOBAL_PROC606$featname_from_key607$ci608$classind_from_key609$(CLASSOB_S): COMPILER ERROR -- Code <3,610$>\n611$cprint_ext_strs612$ith_ext_str613$extern 614$cprint_sather_str_type615$cprint_global_tmpnm_str616$;\n617$cprint_declns618$\n\n619$handle_feature_p620$cprint_decln621$cprint_decln_with_poss_init622$cprint_attr_tbl623$int attr_ent_624$[]={625$,626$e_type627$typeof628$cprint_offset629$};\n\n630$cprint_feat_tbl631$int feat_ent_632$,(int)\"633$\"634$Attribute635$Shared636$Constant637$Routine638$a_featob_s639$satype640$type_spec641$s_featob_s642$c_featob_s643$,0644$cprint_des_tbl645$last_cls_ind646$num_cls647$num_cols648$mod649$int des_ent_650$indent651$l652$u653$check_des_of654$};\n655$cprint_routines656$cprint_routine657$cprint_ctype658$c_ptr_name659$c_char_name660$c_int_name661$c_float_name662$c_double_name663$cprint_extern_feats664$cprint_insert_feats665$printed666$used_in_dispatch667$print_feat_info668$where669$help_insert670$dispatch_table_[671$] = 672$key_of_class_feat673$cprint_store_dispval674$cprint_post_rtcode675$check_is_on676$PRINT_C_CODE677$cprint_restore_exec_info678$cprint_pre_rtcode679$<apparently not from file>680$cprint_update_exec_info1681$def_filename682$<SHARED INIT>683$cprint_init_shareds_and_consts684$cprint_init_code685$CLASSOB_S_TABLE686$keys687$instances688$instances_size689$keys_size690$expand691$is_equal692$inst693$tmp_inst694$add_unique_obj_at695$loc696$ERROR: Collision in class index (697$) between 698$ and 699$Compiler error (code 3) in incremental compilation information; Please report\n700$exit701$old_keys_size702$nkeys703$(CLASSOB_S_TABLE) : Index out of range\n704$print_table705$OUTFILE706$CLASSOB_TABLE707$uppercase_name_p708$is_upper_case709$ (CLASSOB_TABLE) : Class name \"710$\" converted to upper-case\n711$install712$new_def713$prev_def714$ARRAY_ici715$ARRAY2_ici716$ARRAY3_ici717$ARRAY4_ici718$c_ind719$err_ind720$ERR_ici721$file_ind722$FILE_ici723$in_ind724$IN_ici725$out_ind726$OUT_ici727$str_ind728$STR_ici729$str_cursor_ind730$STR_CURSOR_ici731$sys_ind732$SYS_ici733$sux_ind734$SUX_ici735$undefine_ind736$LAST_PREDEF_ici737$(CLASSOB_TABLE):Definitions of class \"738$\" in files (739$) and (740$) are parametrized differently\n741$) have different number of type parameters\n742$(CLASSOB_TABLE) : Definitions of class \"743$) have different type parameter names\n744$err_str745$(CLASSOB_TABLE):Duplicate definition of class \"746$\" found in files 747$\", 748$ -- Definitions are combined\n749$(CLASSOB_TABLE) : Invalid index 750$print_def751$cnm752$find_str753$ not found!!\n754$warning_msg755$compiler_error_msg756$classname757$msg758$location759$obname760$-- 761$in \"762$) -- 763$(764$): COMPILER ERROR 765$nl766$format_warning_msg767$ln768$\", line 769$def_lineno770$: in class 771$def_classname772$ (Warning)\n  -- 773$\n  -- 774$ool_file_names775$ool_lines776$out_of_line_err_info777$last778$post779$where_inst780$ in 781$<Apparently generated>782$feat_lineno783$type_mismatch_err784$comnt785$t1786$t2787$t1_nm788$is_dispatched789$$790$t2_nm791$Type mismatch in 792$ -- 793$ does not conform to 794$CODEOB795$kwdname796$fn797$put_kwdname798$x799$sather_code800$get_offset801$get_constval802$CONST_EXPROB_S803$cont_cprint_code804$cont805$cprint_cname806$cprint_access_value807$PARSEROB808$indent_step809$STR_TABLE810$class_defs811$CLASS_STAT_TBL812$dot_sather_reader813$DOT_SATHER_HANDLER814$curr_loop_lineno815$curr_infile816$FILE_STAT817$semant_lval818$void_classob819$void_classob_s820$voidtype_s821$INSTANT_TYPEOB_S822$array_typeob_s823$array2_typeob_s824$array3_typeob_s825$array4_typeob_s826$bool_typeob_s827$c_typeob_s828$char_typeob_s829$double_typeob_s830$err_typeob_s831$file_typeob_s832$in_typeob_s833$int_typeob_s834$out_typeob_s835$real_typeob_s836$self_type_typeob_s837$str_typeob_s838$str_cursor_typeob_s839$sys_typeob_s840$fob_typeob_s841$sux_typeob_s842$undefine_typeob_s843$sys_dir844$rt_dir845$precomp_dir846$main_init_file847$sys_cmdfile_name848$msgfile_name849$final_prog_name850$creator_class_name851$creator_classob852$creator_classob_s853$next_key854$dispatch_table_size855$dispatch_flags856$clib_options857$self_exists858$features_called_from_c859$name_mappings860$STR_HASH_MAP861$main_rout862$str_consts863$STR_CONST_EXPROB_S864$str_indices865$print_des_info866$g_tag867$rt_type868$other_cnames869$c_compiler870$cc_flags871$INT_TO_INTSET872$keys_set873$CLASS_KEY_SET874$init_file_info875$UPATHS876$concat877$sather_home878$canonicalize879$rt_subdir880$precomp_subdir881$sys_subdir882$sys_cmdfile883$msgfile884$init_typeob_s885$void_ind886$dispatched887$global_key888$reset_global_key889$RESERVED_FEAT_NAMES890$bit_and891$rt_code_check892$handle_class_p893$gen_all894$maybe_used895$is_clib_option896$-l897$conform_tst898$c1899$c2900$exp901$conforms_to902$add_str_const903$str_const904$contains905$strval906$remove_user_cfile907$suffix908$tail909$orig_suffix910$last_ind911$warnings_only912$* Removing unused user C file \"913$UNIX914$unlink915$*** Warning: Failure to remove 916$.c917$.s918$.o919$.h920$.y921$*** Please remove any other files related to 922$ ***\n923$copy_user_cfile924$cp_com925$arch926$default_arch927$sco928$hpux929$sysv930$sgi931$cp 932$cp -p 933$target_dir934$do_timing935$TIME_VAL936$cp_com_time937$TIMER938$time_syscall939$system940$com941$status942$*** Shell command \"943$\" not executed. Reason: 944$unix_error945$, cf <errno.h> ***\n\n946$check_f_ob947$copy_ind948$new_ind949$asize_ind950$asize1_ind951$asize2_ind952$asize3_ind953$asize4_ind954$extend_ind955$type_ind956$fob_error957$ctype_name958$cprint_ctype_name959$cprint_ctemp_name960$intval961$gl962$gs963$cprint_local_tmpnm_str964$ls965$struct { int tp_; int sz_; char st_; } 966$cprint_curr_exp_code967$temp_nm968$ = 969$cprint_act_code970$cprint_rt_typechk971$cprint_goto_tag972$goto_tag_973$cprint_ref_to_self974$self__975$cprint_octal_char976$v977$nth_bit978$cprint_int_as_char_seq979$union_classnames980$l1981$l2982$extract_simple_classnames983$str984$start_index985$STR_BUFFER986$classname_ind987$state988$subres989$ch990$is_alphabetic991$is_digit992$terminate993$index_of_str994$analyze_class_name995$local_key996$tmp_key997$extract_poss_names998$split_p999$s11000$s21001$extract_filename1002$fullname1003$start_of_fname1004$len1005$seen_back_slash1006$ici1007$Warning: Verify use of \"GLOBAL_PROC::check_anc_of\"\n1008$des_set1009$curr_bit1010$bit_or1011$octal1012$ob_ob1013$browser_mode1014$interpreter_mode1015$debugger_mode1016$cmdfile_name1017$is_opt_sather_home1018$set_sather_home1019$sat_home1020$substring1021$all_np_classes1022$void_needed1023$gen_base1024$compare_c_files1025$warn_rt_val1026$compiler_mode1027$dbg_mode1028$dont_compile_c1029$new_compilation1030$print_desinfo1031$dot_prefix1032$COMPILE_KEYOB1033$start1034$(COMPILE_KEYOB) : Unexpected string \"1035$cmacro_def1036$info_size1037$ith_str1038$ith_info1039$cprint_self1040$C_MAKEFILE_KEYOB1041$info1042$(c_makefile) 1043$GENERIC_KEYOB1044$(generic) 1045$C_FILES_KEYOB1046$num_c_files1047$init_num_c_files1048$(c_files) 1049$C_NAME_KEYOB1050$name_ent1051$def_num_ent1052$(C_NAME_KEYOB) : Unexpected third entry (1053$) (1054$)\n1055$(C_NAME_KEYOB) : Wrong number of entries\n1056$(c_name) 1057$C_MACRO_KEYOB1058$macro_ent1059$(C_MACRO_KEYOB) : Unexpected quoted expr \"1060$(C_MACRO_KEYOB) : Quoted expr expected before \"1061$(c_macro) 1062$source_files_kw1063$(source_files)1064$c_files_kw1065$(c_files)1066$debug_keys_kw1067$(debug_keys)1068$cc_flags_kw1069$(cc_flags)1070$c_macro_kw1071$(c_macro)1072$c_name_kw1073$(c_name)1074$include_kw1075$(include)1076$sather_home_kw1077$(sather_home)1078$c_compiler_kw1079$(c_compiler)1080$c_makefile_kw1081$(c_makefile)1082$source_files_ind1083$c_files_ind1084$debug_keys_ind1085$cc_flags_ind1086$c_macro_ind1087$c_name_ind1088$include_ind1089$sather_home_ind1090$c_compiler_ind1091$c_makefile_ind1092$compile_keys_fst_ind1093$compile_keys_lst_ind1094$num_compile_keys1095$non_compile_key_ind1096$eof_tok1097$ident_tok1098$qexp_tok1099$compile_key_p1100$array_classname1101$array2_classname1102$array3_classname1103$array4_classname1104$bool_classname1105$c_classname1106$char_classname1107$double_classname1108$file_classname1109$int_classname1110$real_classname1111$self_type_classname1112$str_classname1113$str_cursor_classname1114$ob_classname1115$sys_classname1116$fob_classname1117$sux_classname1118$undefine_classname1119$err_classname1120$in_classname1121$out_classname1122$RESERVED_KEYWORD_NAMES1123$and_kw_name1124$assert_kw_name1125$break_kw_name1126$class_kw_name1127$constant_kw_name1128$debug_kw_name1129$alias_kw_name1130$else_kw_name1131$elsif_kw_name1132$except_kw_name1133$end_kw_name1134$if_kw_name1135$inline_kw_name1136$is_kw_name1137$loop_kw_name1138$not_kw_name1139$or_kw_name1140$private_kw_name1141$return_kw_name1142$shared_kw_name1143$switch_kw_name1144$then_kw_name1145$until_kw_name1146$when_kw_name1147$asize_fname1148$asize1_fname1149$asize2_fname1150$asize3_fname1151$asize4_fname1152$copy_fname1153$deep_copy_fname1154$extend_fname1155$init_fname1156$new_fname1157$type_fname1158$res_vname1159$self_vname1160$false_name1161$true_name1162$void_name1163$and_kw_ind1164$assert_kw_ind1165$break_kw_ind1166$class_kw_ind1167$constant_kw_ind1168$debug_kw_ind1169$else_kw_ind1170$elsif_kw_ind1171$end_kw_ind1172$if_kw_ind1173$inline_kw_ind1174$is_kw_ind1175$loop_kw_ind1176$not_kw_ind1177$or_kw_ind1178$private_kw_ind1179$return_kw_ind1180$shared_kw_ind1181$switch_kw_ind1182$then_kw_ind1183$until_kw_ind1184$when_kw_ind1185$deep_copy_ind1186$false_ind1187$true_ind1188$first_base_class_ind1189$last_base_class_ind1190$alias_kw_ind1191$except_kw_ind1192$last_reserved_word_ind1193$GC_is_on_1194$c_void1195$c_ptr_size1196$ptr1197$char1198$int1199$float1200$double1201$OP_INDICES1202$not_op_ind1203$lt_op_ind1204$gt_op_ind1205$le_op_ind1206$ge_op_ind1207$eq_op_ind1208$ne_op_ind1209$and_op_ind1210$or_op_ind1211$uminus_op_ind1212$uplus_op_ind1213$exp_op_ind1214$plus_op_ind1215$minus_op_ind1216$mult_op_ind1217$divide_op_ind1218$COMPILER_ACTIONS1219$stop_compile1220$privilege_only1221$fin1222$buf1223$print_tok1224$tok1225$lex_init1226$yylex1227$yyparse1228$stdin1229$predef_ok1230$error_cont_p1231$Continue (y/n) ? 1232$ans1233$get_c1234$tmp1235$read_commands1236$dsr1237$init1238$cmdfile1239$Error in opening \"1240$error1241$read_cmdfile1242$Error in reading \"1243$sat_info1244$csz1245$** Warning: More than one \"(c_compiler)\"; using \"1246$\" **\n1247$curr_cc_flags1248$cc_sz1249$curr_c_macros1250$imax1251$entry1252$jmax1253$qexp_ind1254$cname_ind1255$ins_ent1256$print_progress1257$ : No information found\n1258$release_msg1259$Sather Rel1260$release_version1261$ bin1262$deep_save_version1263$, Copyright (C) 1992 Intl Computer Science Inst, Berkeley1264$There is ABSOLUTELY NO WARRANTY for Sather. This is free software and you1265$are welcome to distribute it as described in $SATHER_HOME/doc/license.txt.1266$Configuration as of 1267$install_date1268$ on 1269$install_host1270$ for 1271$ (1272$).1273$system_msg1274$open_for_read1275$action1276$get_i1277$check_eof1278$close1279$who1280$login_name1281$repair_who1282$read_source_files1283$ith_source_file1284$fp1285$Warning: Cannot get status of file \"1286$read_code1287$setup_dir1288$start_code_read1289$* Reading ...\n1290$Error in reading user classes\n1291$process_classdef1292$Installing \"1293$\"...\n1294$main_init1295$out1296$in1297$sdb_inc_compile_warning1298$set_options1299$argv1300$argc1301$(ERROR) : No creator class provided\n1302$mk_env_v1303$getenv1304$env_v_make1305$1306$default_make1307$arc_env_v1308$env_v_arch1309$sh_env_v1310$env_v_sat_home1311$-dir1312$(-dir) option ignored\n1313$-com1314$(-com) option ignored\n1315$-hom1316$putenv1317$(-hom) option ignored\n1318$-cre1319$-voi1320$-ver1321$(Warning):  -ver and -fast cannot go together, ignoring -fast\n1322$-fast1323$(Warning): -fast and -ver cannot go together, ignoring -ver\n1324$-gen1325$-chk1326$-all1327$-stm1328$-sys1329$(-sys) option ignored\n1330$-bro1331$-info1332$-dbg1333$-sdb1334$-ben1335$-dco1336$-mak1337$defmk1338$Default SATHER_MAKE=1339$ ignored; using \"1340$(-mak) option ignored\n1341$-ncs1342$-w1343$-pds1344$-cc1345$(-cc) option ignored\n1346$-cflags1347$curs1348$skip_space1349$clear1350$get_word1351$(-cflags) option ignored\n1352$-dot1353$(Warning) : Ambiguous creator class - 1354$ or 1355$; using 1356$working_dir1357$getcwd1358$.1359$.cs/1360$./1361$augment1362$rmdir1363$if [ -d 1364$ ]\nthen rm -rf 1365$\nfi1366$* Cleaning target dir ...\n1367$rmdir_time1368$REMINDER: correct line numbers with -sdb may require -ncs.1369$mkdir1370$if [ ! -d 1371$ ]\nthen mkdir 1372$; echo \"1373$Created directory --1374$\"\nfi1375$mkdir_time1376$process_classes1377$SATHER_SEMANT1378$install_predefined_classes1379$(COMPILER ERROR) : Error in predefined classes\n1380$lst_names1381$get_simple_classnames1382$install_root_classes1383$* Actualizing parameters ...\n1384$all_create_inst1385$* Customizing children ...\n1386$all_expand_cinh1387$* Resolving built-ins ...\n1388$all_resolve_predef_types_and_compute_num_attrs1389$* Closing subtype relation ...\n1390$all_compute_anc_and_des_and_time_stamp1391$* Laying out instances ...\n1392$all_compute_attr_offsets1393$* Resolving clients ...\n1394$find_called_features1395$start_semant1396$* Analysing consistency ...\n1397$all_semant1398$print_descendant_information1399$omerrs1400$to_s1401$ ERRORS found; Exit from compilation\n1402$start_print1403$* Coding classes ...\n1404$all_class_inst_cprint1405$* Coding shared ...\n1406$all_cprint_init1407$offset_info_fname1408$offset_info1409$open_for_write1410$print_defines1411$print_sather_to_c_macros1412$print_makefile1413$print_browser_info1414$(COMPILER ERROR) : Not all root classes installed\n1415$handle_c_files1416$c_files_keyob1417$c_files1418$known_vector1419$record_new_cfiles1420$del_cfiles1421$irrelevant_cfiles1422$ith_cfile1423$ith_c_file1424$main_end1425$Print definition table ? (y/n) 1426$Display class definition ? (y/n) 1427$Name : 1428$get_s1429$Print instance table ? (y/n) 1430$(COMPILER ERROR) : Fail to install predefined classes\n1431$c_makefiles_keyob1432$c_makefiles1433$cm_sz1434$mk_com1435$(cd 1436$; 1437$ -f mk1438$=1439$* Making system ...:\"1440$start_make1441$mk_com_time1442$mv_com1443$; mv 1444$ ..)1445$mv_com_time1446$print_times1447$start_command_read1448$time_spent1449$start_main1450$t31451$start_processing1452$t41453$t51454$t61455$start_last_stage1456$rmfiles_com_time1457$t71458$t81459$end_main1460$total1461$Timing in seconds:\nInitialization/Set-up options = 1462$  (1463$)\nReading commands/System message = 1464$)\nRead \".sa\" files = 1465$)\nGeneral class processing = 1466$)\nSemantic check = 1467$)\nPrint C-files = 1468$)\nMiscellaneous before make = 1469$)\nCompiling C files = 1470$)\nTotal time = 1471$\n\nPls send to clim@icsi; Thanks!\n\n1472$main1473$Error in reading compiler command file\n1474$init_class_stat_tbl1475$adjust_tables1476$store_class_stat_tbl1477$store_name_ind_map1478$DECLOB1479$TYPEOB1480$t1481$DECLOB_S1482$ATTR_DECL_FEATOB1483$FEATOB1484$EXPROB1485$e1486$reserved_name_p1487$ (ATTR_DECL_FEATOB) : Error in redefining \"1488$do1489$tp1490$SHARED_DECL_FEATOB1491$ (SHARED_DECL_FEATOB) : Error in redefining \"1492$first1493$ (SHARED_DECL_FEATOB) : No name found in declaration\n1494$s_declob1495$ID_EXPROB1496$CONST_DECL_FEATOB1497$ (CONST_DECL_FEATOB) : Error in redefining \"1498$ (CONST_DECL_FEATOB) : No initialization for constant features\n1499$ (CONST_DECL_FEATOB) : No name found in declaration\n1500$c_declob1501$ (PARAM_DECLOB) : Error in redefining \"1502$LST_DECLOB1503$p_declob1504$PARAM_DECLOB_S1505$nms1506$get_type_spec1507$ith_name1508$inst_ind1509$declob_s_name1510$cprint_void_init_code1511$ = S_1512$_VOID_;\n1513$nonptr_p1514$(DECLOB_S): Dispatch on basic type1515$__1516$cprint_code1517$off1518$disp1519$priv1520$c_def1521$(ROUT_FEATOB): Error in redefining \"1522$:=1523$compatible_des_feat1524$lval_p1525$(ATTR_DECL_FEATOB_S): Inconsistent use of \"private\" for attribute \"1526$\" in \"1527$_OF_1528$cont11529$(ATTR_DECL_FEATOB_S): COMPILER ERROR -- Unknown continuation #1530$ in ATTR_DECL_FEATOB_S1531$(ATTR_DECL_FEATOB_S): Void object1532$cprint_ptr_attr_access1533$cprint_int_attr_access1534$cprint_char_attr_access1535$cprint_float_attr_access1536$cprint_double_attr_access1537$shared 1538$ := 1539$(SHARED_DECL_FEATOB_S): Inconsistent use of \"private\" for shared feature \"1540$semant_prologue1541$res_type1542$(SHARED_DECL_FEATOB_S): Unknown type in the initial expression1543$initialization1544$valid_init_expr1545$(SHARED_DECL_FEATOB_S): Invalid reference found in shared feature initialization1546$gen_temps1547$old_ind1548$ind_init1549$void_object1550$(SHARED_DECL_FEATOB_S): COMPILER ERROR - Unknown type of \"1551$\" which is a shared feature1552$/*shared*/ 1553$(int)&1554$(SHARED_DECL_FEATOB_S): Loop dependency for shared feature definition1555$(SHARED_DECL_FEATOB_S): Weak loop dependency for class initialization, unable to order classes1556$cprint_pre_code1557$const_done1558$constval1559$constant 1560$(CONST_DECL_FEATOB_S): Loop dependency for constant feature definition1561$expr_eval_constant1562$(CONST_DECL_FEATOB_S): Inconsistent use of \"private\" for constant \"1563$(CONST_DECL_FEATOB_S): Unknown type in the initial expression1564$(CONST_DECL_FEATOB_S): Type mismatch in constant feature definition1565$(CONST_DECL_FEATOB_S): Invalid reference found in constant feature initialization1566$is_a_str_const1567$temp_name1568$/*constant*/ 1569$(CONST_DECL_FEATOB_S): COMPILER ERROR -- Unknown type of \"1570$\" which is a constant feature\n1571$(CONST_DECL_FEATOB_S): Weak loop dependency for class initialization, unable to order classes1572$def_cmdfile_name1573$.sather1574$err_unknown_file1575$inp1576$SAT_CMDFILE1577$error_flag1578$error_type1579$tmpcmdfile1580$home_dir1581$env_v_home1582$Unknown home directory; HOME unknown\n1583$home1584$Error in opening command file \"1585$found_p1586$oldcmdfile1587$get_token1588$curr_key1589$ (DOT_SATHER_HANDLER) : Unrecognized string \"1590$curr_str1591$varval1592$paths1593$Ineffective putenv for SATHER_HOME1594$putenv, dot_sather_handler SATHER_HOME=1595$no putenv, dot_sather_handler SATHER_HOME=1596$Ineffective putenv for ARCH1597$putenv, dot_sather_handler ARCH=1598$no putenv, dot_sather_handler ARCH=1599$top1600$includefilename1601$ (DOT_SATHER_HANDLER) : Cycle in include files \"1602$ (DOT_SATHER_HANDLER) : Can't open include file \"1603$ (DOT_SATHER_HANDLER) : Unexpected quoted expr\"1604$command1605$CONST_EXPROB1606$INT_CONST_EXPROB1607$INT_CONST_EXPROB_S1608$CHAR_CONST_EXPROB1609$charval1610$CHAR_CONST_EXPROB_S1611$BOOL_CONST_EXPROB1612$boolval1613$BOOL_CONST_EXPROB_S1614$STR_CONST_EXPROB1615$REAL_CONST_EXPROB1616$realval1617$REAL_CONST_EXPROB_S1618$OP_EXPROB1619$op_ind1620$children1621$LST_EXPROB1622$create_unary1623$op1624$child1625$create_binary1626$left1627$right1628$OP_EXPROB_S1629$AREF_EXPROB1630$array1631$arr1632$inds1633$AREF_EXPROB_S1634$ID_ARGS_EXPROB1635$id1636$args1637$alst1638$ID_ARGS_EXPROB_S1639$EXPR_ARGS_EXPROB1640$obj1641$o1642$EXPR_ARGS_EXPROB_S1643$TYPESPEC_ARGS_EXPROB1644$ts1645$ (TYPESPEC_ARGS_EXPROB) : Dispatching for \"1646$\" ignored\n1647$disp_type1648$TYPESPEC_ARGS_EXPROB_S1649$c_type1650$cast_to_c_type1651$assignable_p1652$get_ext_strs1653$to_be_pre_evaluated1654$access_value_only1655$op_name1656$cls_name1657$(EXPROB_S): Invalid use of 1658$ on a foreign class 1659$cprint_cast_code1660$(EXPROB_S): COMPILER ERROR -- Invalid C type cast\n1661$)1662$referrent1663$temp_name_tpchk1664$temp_ctype_tpchk1665$printed_times1666$(ID_EXPROB_S): Unknown identifier \"1667$\" in constant feature definition1668$01669$(ID_EXPROB_S): Applying \"new\" on an array class without arguments1670$(ID_EXPROB_S): Applying \"new\" on a non-object class1671$(ID_EXPROB_S): \"1672$\" applied to non-array class1673$\" expects 2- or more dim ARRAY1674$\" expects 3- or more dim ARRAY1675$\" expects 4- or more dim ARRAY1676$\" expects ARRAY class1677$(ID_EXPROB_S): Arguments expected for \"extend\"1678$(ID_EXPROB_S): \"res\" used in non-routine feature1679$rettype1680$(ID_EXPROB_S): \"res\" used in routine without return type\n1681$(ID_EXPROB_S): Undeclared identifier \"1682$\" used1683$paramstype1684$(ID_EXPROB_S): Routine call \"1685$\" expects arguments1686$rout_feat1687$(ID_EXPROB_S): Identifier referrent \"1688$\" not found1689$LVAR_DECL_STMTOB_S1690$cont21691$cont31692$cont41693$cont51694$cont61695$cont71696$(ID_EXPROB_S): Attribute of void object1697$(ID_EXPROB_S): Applying \"1698$\" on void object1699$(ID_EXPROB_S): Void object1700$(ID_EXPROB_S): COMPILER ERROR -- Unknown continuation #1701$ in ID_EXPROB_S1702$cprint_void_tst1703$(ID_EXPROB_S): COMPILER ERROR -- Invalid printing count = 1704$ > 1705$cprint_copy1706$(ID_EXPROB_S): \"extend\" needs at least one parameter\n1707$cprint_new1708$res__1709$(ID_EXPROB_S): Reference to void object1710$(ID_EXPROB_S): Identifier \"1711$\" has unknown referrent1712$(ID_EXPROB_S): Routine call with void object1713$val1714$F1715$global1716$rout_featob_s1717$find_actual_length1718$tmpstr1719$num_chars1720$num_digits1721$cprint_mach_indep1722$cprint_sather_str_mi1723$cprint_mach_indep_global1724$cprint_sather_str1_mi1725$(STR_CONST_EXPROB_S): COMPILER ERROR -- weird initial continuation1726$,\"1727$(ptr)(&1728$LST_EXPROB_S1729$eval_p1730$(not 1731$ < 1732$ <= 1733$ >= 1734$ /= 1735$(- 1736$(+ 1737$ + 1738$ - 1739$ * 1740$ / 1741$(OP_EXPROB_S): Unknown operand type1742$bool_type_p1743$(OP_EXPROB_S): Expect BOOL type1744$arithtype1745$comparison1746$ or vice versa1747$(OP_EXPROB_S): Expect arithmetic expressions for comparison1748$(OP_EXPROB_S): Expect arithmetic expressions1749$(OP_EXPROB_S): Expect arithmetic expressions for arithmetic operator1750$resolve_arithtype1751$(OP_EXPROB_S): Unknown operator1752$int_type_p1753$op11754$op21755$ & 1756$ | 1757$! 1758$ == 1759$ != 1760$- 1761$/* '^' not supported */1762$ind_temp_names1763$temp_ctype1764$typeholder_name1765$typeholder_ctype1766$dispval_name1767$dispval_ctype1768$temp_indices_val1769$has_pre_eval_indices1770$atype1771$(AREF_EXPROB_S): Referencing unknown array type1772$inst_tp1773$my_basic_type1774$(AREF_EXPROB_S): Invalid array access on foreign object (1775$isz1776$(AREF_EXPROB_S): Index #1777$ has no return type1778$(AREF_EXPROB_S): Dimension of class is not the same as number of indices\n1779$(AREF_EXPROB_S): Array reference #(1780$) has non-integer index1781$num_temp_names1782$tmp_ind1783$cprint_ith_index_pre_code1784$cprint_ith_index_act_code1785$ith_temp1786$cont541787$cprint_array_dispatch1788$cont531789$c_code1790$cont551791$cont561792$cont571793$cont581794$(AREF_EXPROB_S): COMPILER ERROR -- Too many indices\n1795$cont591796$cont601797$cont611798$cont621799$cprint_arr_bound_tst1800$cont111801$cont121802$cont171803$cont181804$cont191805$cont241806$cont251807$cont261808$cont271809$cont321810$cont371811$cont381812$cont431813$cont441814$cont451815$cont501816$cont511817$cont521818$, INTVAL_(1819$) + sizeof(int) + 1820$cprint_index1821$, 1822$) + 8 + 1823$) + 12 + 1824$) + 16 + 1825$,INTVAL_(1826$)+41827$)+81828$)+121829$(AREF_EXPROB_S): COMPILER ERROR --Unknown continuation #1830$((1831$))1832$) << 1)1833$) << 2)1834$) << 3)1835$) * 1836$(AREF_EXPROB_S): COMPILER ERROR -- Invalid printing count = 1837$temp_args1838$temp_args_ctype1839$has_pre_eval_args1840$(ID_ARGS_EXPROB_S): Null arg list1841$num_args1842$(ID_ARGS_EXPROB_S): Argument #1843$ has no return type in call expression1844$(ID_ARGS_EXPROB_S): \"1845$\" does not need arguments1846$(ID_ARGS_EXPROB_S): Incorrect use of \"1847$\" -- Args ignored\n1848$asz1849$\" expects 1850$ arguments but is given 1851$\" gets non-integer argument #1852$\" is an unknown identifier1853$ptypes1854$\" gets incorrect number of args1855$tn11856$tn21857$<UNKNOWN>1858$ has incorrect type (1859$) for \"1860$\" (1861$real_type_p1862$double_type_p1863$(ID_ARGS_EXPROB_S): Expected routine call not found1864$cprint_ith_arg_pre_code1865$ith_arg1866$cprint_ith_arg_act_code1867$(COMPILER ERROR): Unknown continuation#1868$ in ID_ARGS_EXPROB_S1869$(COMPILER ERROR): Invalid printing count = 1870$array_type_p1871$array2_type_p1872$array3_type_p1873$array4_type_p1874$extend1_(1875$(ID_ARGS_EXPROB_S): Extending void object1876$extend2_(1877$extend3_(1878$extend4_(1879$(ID_ARGS_EXPROB_S): Unknown use of \"1880$\" (a reserved feature name)1881$(ID_ARGS_EXPROB_S): Unexpected arguments supplied for \"type\" feature on object1882$(ID_ARGS_EXPROB_S): Routine call with void object1883$(EXPR_ARGS_EXPROB_S): \"1884$\" is an unknown identifier in constant feature definition1885$obj_res_type1886$(EXPR_ARGS_EXPROB_S): Feature \"1887$\" applied to unknown object type1888$obj_cls1889$alt_symtab1890$(EXPR_ARGS_EXPROB_S): Class has no symbol table1891$consistent_defs1892$(EXPR_ARGS_EXPROB_S): Routine \"1893$\" is supposed to be private\n1894$(EXPR_ARGS_EXPROB_S): Attribute \"1895$(EXPR_ARGS_EXPROB_S): Constant \"1896$(EXPR_ARGS_EXPROB_S): Shared \"1897$curr_callee1898$descendents1899$(EXPR_ARGS_EXPROB_S): Argument #1900$(EXPR_ARGS_EXPROB_S): Cannot dispatch on 1901$ which is a foreign object1902$\" is invalid in dot expression1903$(EXPR_ARGS_EXPROB_S): Unexpected arguments supplied for \"type\"1904$(EXPR_ARGS_EXPROB_S): Unknown type to create for \"1905$\" does not expect argument1906$(EXPR_ARGS_EXPROB_S): Unknown type to create for \"extend\"1907$(EXPR_ARGS_EXPROB_S): Cannot use non-array type for \"extend\"1908$ is non-integer in \"extend\"1909$(EXPR_ARGS_EXPROB_S): \"extend\" needs 1910$ argument(s) but is given 1911$ argument(s)1912$(EXPR_ARGS_EXPROB_S): Cannot use basic type for \"new\"1913$ignore_num_args1914$(EXPR_ARGS_EXPROB_S): Applying \"new\" on non-array dispatched object with arguments; compiler cannot verify exact number of arguments needed\n1915$min1916$ is non-integer in \"new\"\n1917$(EXPR_ARGS_EXPROB_S): \"new\" needs 1918$\"'s unexpected args ignored1919$(EXPR_ARGS_EXPROB_S): Applying \"1920$\" to non-array object1921$(EXPR_ARGS_EXPROB_S): Applying \"asize2\" to non-array or 1-dim array object1922$\" to inappropriate object1923$(EXPR_ARGS_EXPROB_S): Applying \"asize4\" to inappropriate-sized object1924$handle_spec_expr1925$(EXPR_ARGS_EXPROB_S): Unknown identifier \"1926$(EXPR_ARGS_EXPROB_S): COMPILER ERROR -- Dotted expression cannot refer to a variable \"1927$(EXPR_ARGS_EXPROB_S): Unexpected arguments ignored1928$cls_ind1929$obj_type_index1930$(EXPR_ARGS_EXPROB_S): COMPILER ERROR -- 1931$ is invalid class number1932$num_found1933$des_ind1934$des_cls1935$ is invalid descendent index for $OB1936$tmp_symtab1937$ has missing symbol table1938$tmp_ref1939$(EXPR_ARGS_EXPROB_S): Use of 1940$ in f.expr(f:$OB) requires a routine in 1941$tmp_rout_ref1942$rout_rettype1943$ in f.expr(f:$OB) requires a routine with no return value in 1944$tmp_params_num1945$plist1946$ in f.expr(f:$OB) requires a routine with no parameter in 1947$update_used_in_dispatch1948$(EXPR_ARGS_EXPROB_S): No class contains \"1949$\" as a routine1950$handle_spec_expr_pre_code1951$cprint_ob_cache_dispatch1952$handle_spec_expr_act_code1953$(EXPR_ARGS_EXPROB_S): COMPILER ERROR (Code 4) in handling of f.expr where f:$OB.  Please report\n1954$((INTVAL_(1955$)!=0)? (IFN_(1956$)(1957$)):0)1958$(EXPR_ARGS_EXPROB_S): COMPILER ERROR -- \"1959$\" has unrecognized referrent type1960$temp1961$cont101962$cont131963$cprint_cache_dispatch1964$cont81965$cont91966$cont141967$cont211968$cont231969$cont151970$cont161971$cont201972$cont221973$cprint_type_access1974$1,1975$cprint_atomic_check1976$,3,1977$,5,1978$,3,3,1979$,4,4,1980$,2,2,2,1981$,3,3,3,1982$,2,2,2,2,1983$,3,3,3,3,1984$(EXPR_ARGS_EXPROB_S): COMPILER ERROR -- Unknown continuation #1985$(EXPR_ARGS_EXPROB_S): COMPILER ERROR -- Invalid printing count = 1986$(EXPR_ARGS_EXPROB_S): Applying \"new\" to dispatched object1987$(EXPR_ARGS_EXPROB_S): Applying \"new\" on a non-object class1988$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 1-dimensional array object; default sizes used1989$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 2-dimensional array object; default sizes used\n1990$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 3-dimensional array object; default sizes used\n1991$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 4-dimensional array object; default sizes used1992$(EXPR_ARGS_EXPROB_S):Incorrect number of arguments supplied for \"extend\" operator on 1-dimensional array object; default sizes used1993$,5,atomic_p_(1994$,atomic_p_(1995$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"extend\" operator on 2-dimensional array object; default sizes used1996$,4,4,atomic_p_(1997$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"extend\" operator on 3-dimensional array object; default sizes used1998$,3,3,3,atomic_p_(1999$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"extend\" operator on 4-dimensional array object; default sizes used2000$,3,3,3,3,atomic_p_(2001$/* \"extend\" is not applicable for non-array object */2002$/* Invalid reference to \"asize1\" */2003$/* Invalid reference to \"asize2\" */2004$/* Invalid reference to \"asize3\" */2005$/* Invalid reference to \"asize4\" */2006$/* Invalid dot expression for \"2007$\" */2008$char_type_p2009$/* Cannot get type of an object dispatched on a descendent of a basic type */2010$/* Unknown identifer : \"2011$PTRPTR_(2012$INTPTR_(2013$CHARPTR_(2014$FLOATPTR_(2015$DOUBLEPTR_(2016$PFN_(2017$CFN_(2018$IFN_(2019$FFN_(2020$DFN_(2021$VFN_(2022$/* Invalid reference to \"2023$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on array object; default size provided2024$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 2-dimensional array object; default sizes used2025$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on 3-dimensional array object; default sizes used2026$(EXPR_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"extend\" operator on 1-dimensional array object; default sizes used2027$/* asize of non-array object */2028$/* asize1 of non-array object */2029$/* asize2 of 1-dim or non-array object */2030$/* asize3 of 2-or-fewer-dim object */2031$/* asize4 of 3-or-fewer-dim object */2032$/* Unknown identifier : \"2033$::2034$i_typeob_s2035$(TYPESPEC_ARGS_EXPROB_S): COMPILER ERROR resolve_predef_types2036$(TYPESPEC_ARGS_EXPROB_S): Invalid use of OB2037$(TYPESPEC_ARGS_EXPROB_S): Invalid use of UNDEFINE2038$(TYPESPEC_ARGS_EXPROB_S): Unexpected missing class2039$(TYPESPEC_ARGS_EXPROB_S): \"2040$\" is invalid in constant feature definition2041$(TYPESPEC_ARGS_EXPROB_S): Unexpected dispatched class for reference to class feature \"2042$undispatched2043$(TYPESPEC_ARGS_EXPROB_S): Class has no symbol table2044$\" is private routine feature2045$\" is private attribute feature2046$\" is private constant feature2047$\" is private shared feature2048$(TYPESPEC_ARGS_EXPROB_S): Arg #2049$(TYPESPEC_ARGS_EXPROB_S): Unexpected arguments supplied for \"type\"2050$(TYPESPEC_ARGS_EXPROB_S): Unknown type to create for \"new\"2051$(TYPESPEC_ARGS_EXPROB_S): Cannot use non-object type for \"new\"2052$\" gets non-integer arg #2053$(TYPESPEC_ARGS_EXPROB_S): \"new\" needs 2054$\" is an unknown identifier in 2055$(TYPESPEC_ARGS_EXPROB_S): COMPILER ERROR -- Invalid reference to variable \"2056$(TYPESPEC_ARGS_EXPROB_S): Invalid external reference to attribute \"2057$\"'s unexpected args ignored [\"2058$\" is a shared/constant2059$(TYPESPEC_ARGS_EXPROB_S): Argument #2060$(TYPESPEC_ARGS_EXPROB_S): Assigning \"2061$\" is invalid2062$\" (Unknown class reference)2063$(COMPILER ERROR): Unknown continuation #2064$ in TYPESPEC_ARGS_EXPROB_S2065$(TYPESPEC_ARGS_EXPROB_S): Incorrect number of arguments supplied for \"new\" operator on array object; default size provided2066$/* new is not applicable to non-pointer type */2067$/* Invalid reference \"2068$/* Unknown feature reference \"2069$is_float_or_double2070$0.02071$init_expr_explicit_p2072$CINH_FEATOB2073$ COMPILER ERROR -- Expected non-null type object\n2074$ (CINH_FEATOB): Cannot inherit dispatch type \"2075$ (CINH_FEATOB): Warning -- Inheriting dispatch type \"2076$endLineno2077$rt2078$sl2079$eln2080$ (ROUT_FEATOB): Error in redefining \"2081$tmpplist2082$LST_DECLOB_S2083$tmprettype2084$tmpslist2085$LST_STMTOB_S2086$ALIAS_FEATOB2087$orig2088$ (ALIAS_FEATOB): Error in redefining \"2089$ (ALIAS_FEATOB): Error in repeating \"2090$is_inherited2091$consistent_defs_checked2092$remember_local2093$lvar2094$(FEATOB_S): Feature \"2095$\" has incompatible definitions for dispatch in \"2096$\" are different kinds of features for dispatch in \"2097$\" is missing for dispatch in descendent \"2098$\" of class \"2099$(FEATOB_S): Invalid reference of feature2100$(FEATOB_S): Feature is not declarable2101$(FEATOB_S): Error in printing routine2102$(CINH_FEATOB_S): Invalid reference of feature name2103$ROUT_TYPEOB_S2104$locs2105$str_consts_in_rout2106$paramtype_lst2107$new_plist2108$new_rout_rettype2109$new_slist2110$(ROUT_FEATOB_S): Inconsistent use of \"private\" for routine \"2111$selftp2112$param_conforms_to2113$par2114$n2115$ch_co2116$ssz2117$void 2118$();\n2119$cprint_rtcode2120$return (res__);\n2121$DBTABLE2122$addCLine2123$line_no2124$(self__2125$cprint_names2126$self__;\n2127${\n2128$res__ = S_2129$static int 2130$static union dtype_ 2131$}\n\n2132$(int)2133$(ROUT_FEATOB_S): Weak loop dependency for class initialization, unable to order classes2134$CFILEENT2135$cFileName2136$cLineNo2137$SATLINEEXP2138$SORTOB2139$cFiles2140$defLength2141$satFileName2142$satLineNo2143$sfn2144$sln2145$add2146$cfname2147$at2148$cfe2149$print2150$:2151$ 2152$comp2153$slep2154$sle2155$strcmp2156$defSize2157$entries2158$curLength2159$entryMap2160$STRINT_TO_INT2161$satherFiles2162$STR2INT2STR2163$numSatherFiles2164$numCFiles2165$satherFileName2166$satherLineNo2167$cClineNo2168$a2169$sort2170$SORTER2171$qsort2172$prev2173$outfname2174$_dbg_output_2175$gets2176$geti2177$TWOINTS2178$cFileIndex2179$cLineNum2180$SATLINEENT2181$numEnts2182$cFileEnts2183$SATFILEENT2184$satFileEnts2185$defaultLineEntries2186$DTABLE_TST2187$foo.sa2188$foo.c2189$bar.c2190$baz.c2191$spoons.c2192$bar.sa2193$qsortdoit2194$m2195$so2196$STRINT_HASH_ELT2197$ns2198$nval2199$str_hash2200$st2201$bit_xor2202$to_i2203$GENERAL_HASH2204$te2205$delete2206$tbl2207$STR_HASH_MAP_ELT2208$itos2209$TEXTFILE2210$curr_ch2211$ERROR: Failure to open \"2212$whitespace2213$read_next2214$check_kw2215$ (SAT_CMDFILE) : Unexpected end of quoted expr\n2216$steps2217$ind_inc_sz2218$ind_inc2219$ind_dec2220$cprint_bool2221$'\\1'2222$'\\0'2223$STR_TAB_FILE2224$HASH2225$hsize2226$key_tbl2227$KEY2228$ent_tbl2229$def_init_size2230$init_size2231$hsh2232$resize2233$nkey_tbl2234$nent_tbl2235$frst2236$none2237$nxt2238$/home/xsather/sather2239$/sys/2240$/sys/C/2241$/sys/C/pre.$ARCH/2242$offsets_.h2243$c_names_.h2244$class_stat_file2245$class_stat_2246$name_ind_file2247$name_ind_2248$sys_dot_sather2249$msgrc2250$main_rout_name2251$hws2252$make2253$HOME2254$SATHER_MAKE2255$SATHER_HOME2256$ARCH2257$sun42258$name_env_v_sat_home2259$$SATHER_HOME2260$nsat_home_len2261$predef_file_suffix2262$0.2i2263$Thu Jul 2 14:04:55 EST 19922264$sagitta2265$cc2266$max2267$sum2268$ksz2269$key_print2270$init_iterate2271$curr_item2272$next_item2273$prev_item2274$list2275$LST_PARSEROB2276$LST_SEMANTOB2277$STMTOB2278$LST_WHEN_STMTOB2279$WHEN_STMTOB2280$LST_WHEN_STMTOB_S2281$LST_TYPEOB2282$STMTOB_S2283$BLOCK_STMTOB_S2284$block2285$bl2286$WHEN_STMTOB_S2287$tpp2288$ X 2289$curr_pos2290$af2291$af_type2292$af_ctype2293$af_ctype_size2294$array_str_ind2295$<NOT IN FILE>2296$install_new_classob_s2297$(WARNING) : Predefined class \"2298$\" not found\n2299$last_class_ind2300$nsz2301$Root class \"2302$fixed_pt2303$ERROR: The compiler cannot handle more than 16383 classes.  One solution might be use the \"-ncs\" option.\n2304$ (CLASSOB_S) : Error in inheritance for \"2305$used_classes2306$sys_class2307$REMINDER: Full type info access via used SYS class requires \"cs -info\"\n2308$maxd2309$curClassOb2310$----------------\n2311$desClassOb2312$   2313$Error in handling (c_name) <2314$> and <2315$cnm_info2316$Error (c_name) : Cannot analyze class \"2317$feat_ind2318$Error (c_name) : Cannot find feature \"2319$old_k2320$c_to_sather_names2321$old_ci2322$old_co2323$Class (index=2324$) from previous compilation no longer exists\n2325$Error (c_name) : Invalid ref from C to \"2326$\" which is an attribute in \"2327$\" class\n2328$Error (c_name) : Cannot find class \"2329$main_ind2330$Error (c_name) : Creator class \"2331$main_feat2332$Error : \"2333$\" not defined as a routine\n2334$tbl_curs2335$GENERAL_HASH_CURSOR2336$elt2337$new_ci2338$new_co2339$record_keys_set2340$dbkeys2341$strs2342$c_key2343$k_id2344$Ignore unknown class \"2345$\" in command file\n2346$final_pass2347$updated_p2348$outfreal2349$.C2350$#include \"macros_.h\"\n\n2351$extern int attr_ent_2352$[];\n\n2353$** Regenerated C file for 2354$changed2355$/bin/cmp -s 2356$rename2357$(COMPILER ERROR) : Target directory unknown\n2358$mark_relevant2359$delete_classes2360$irrelevant_classes2361$rmfiles_com2362$;\nfor f in 2363$Removing old files \"2364$.o\" and \"2365$.c\"\n2366$.o 2367$.c 2368$\ndo\n rm -f $f\ndone)2369$MAIN_.c2370$Error in opening \"MAIN_.c\"\n2371$int* attr_table_[] = {\n2372$attr_ent_2373$print_gen_rt_table2374$cprint_rt_static2375$\n\nmain_(argc_,argv_)\nint argc_;\nptr argv_;\n{\n2376$int i_;\n2377$ptr new_argv_;\n\n2378$argv_needed2379$new_argv_ = (ptr)calloc((argc_ + 2), 4);\n2380$get_array_str_ind2381$/* Fail to create ARRAY{STR} */\n2382$IATT_(new_argv_, 0) = 2383$IATT_(new_argv_, 4) = argc_;\n2384$for (i_ = 0; i_ < argc_; i_++) {\n2385$PATT_(new_argv_, (i_ + 2) * 4) = makestr_(PATT_(argv_, i_ * 4));\n2386$}\n2387$Error : Creator class \"2388$return 2389$_main_(0, new_argv_);\n2390$_main_(0);\n2391$ptr prog_name_ = \"2392$\";\n2393$ptr prog_dir_ = \"2394$int max_name_index_ = 2395$int num_classes_ = 2396$int dispatch_table_size_ = 2397$int dispatch_table_[2398$];\n\n2399$feats2400$#define 2401$map_fname2402$class_ind2403$info_fname2404$.sa_2405$old_version_print_sather_to_c_macros2406$/* Error in handling <2407$> */\n2408$Error : Cannot analyze class \"2409$Error : Cannot find feature \"2410$Error : Cannot find class \"2411$mkfile_name2412$mk2413$mkfile2414$Error in opening \"makefile\"\n2415$SATHER_MAKE= 2416$MAINFLAGS= 2417$-DGC_ 2418$CFLAGS= 2419$ -g 2420$-DGC_\n2421$CLIB= 2422$CC= 2423$ \\\nMAIN_.o2424$ \\\n2425$\t2426$$(SATHER_MAKE)2427$ -f 2428$=${2429$} CC=\"${CC}\" CFLAGS=\"${CFLAGS}\"2430$\t$(CC) $(CFLAGS) *.o *.a -o 2431$ $(CLIB)2432$MAIN_.o : MAIN_.c\n2433$\t $(CC) 2434$$(MAINFLAGS) 2435$ -c MAIN_.c\n2436$.o : 2437$rout_type2438$param_types2439$old_version_argv_needed2440$Error : \"main\" not found\n2441$Error : \"main\" not defined as a routine\n2442$tmpres2443$c_names2444$Error in handling <2445$> in command file\n2446$cnm_lst2447$Error: Cannot analyze class \"2448$(Error) : Check whether type of argument of \"main\" is \"ARRAY{STR}\"\n2449$table_prefix2450$cond2451$int* 2452$_table_[] = {\n2453$_ent_2454$_table_[] = {0};\n2455$LOCAL_DECL_STMTOB2456$decl2457$num_names2458$ (LOCAL_DECL_STMTOB) : No name found in declaration\n2459$lv_stmtob2460$LVAR_DECL_STMTOB2461$ (LVAR_DECL_STMTOB) : Error in redefining \"2462$ASSIGN_STMTOB2463$lval2464$expr2465$lv2466$COND_STMTOB2467$test2468$then_part2469$elsif_part2470$else_part2471$eip2472$ep2473$COND_STMTOB_S2474$EXCEPT_STMTOB2475$norm_part2476$except_part2477$exc_decl2478$norm2479$hdlr2480$err2481$EXCEPT_STMTOB_S2482$ELSIF_STMTOB2483$ELSIF_STMTOB_S2484$LOOP_STMTOB2485$stmts2486$LOOP_STMTOB_S2487$SWITCH_STMTOB2488$when_part2489$wp2490$SWITCH_STMTOB_S2491$exprs2492$BREAK_STMTOB2493$inhcreate2494$BREAK_STMTOB_S2495$RETURN_STMTOB2496$RETURN_STMTOB_S2497$CALL_STMTOB2498$CALL_STMTOB_S2499$OPT_STMTOB2500$OPT_STMTOB_S2501$ASSERT_STMTOB2502$as_exp2503$ASSERT_STMTOB_S2504$DEBUG_STMTOB2505$DEBUG_STMTOB_S2506$typechk_exprs2507$wrong_object2508$(LVAR_DECL_STMTOB_S): COMPILER ERROR unknown non-routine feature2509$(LVAR_DECL_STMTOB_S): No return value from init expression2510$local declaration2511$new_type_spec2512$(LVAR_DECL_STMTOB_S): Dispatch on basic type2513$(ASSIGN_STMTOB_S): LHS has no known type\n2514$(ASSIGN_STMTOB_S): RHS does not return value2515$assignment2516$new_res_type2517$(ASSIGN_STMTOB_S): LHS is not assignable2518$(COND_STMTOB_S): Test in \"if\" has no return type2519$(COND_STMTOB_S): Test in \"if\" statement should return BOOL value2520$cprint_elsif_code2521$level2522$else {\n2523$if (2524$) {\n2525$exc2526$typ2527$(EXCEPT_STMTOB_S): Exception type must be an object type.2528$EH_CATCH (\n2529$(EXCEPT_STMTOB_S): `except' with dispatched type requires runtime type info (-info).2530$, {\n2531$},{\n2532$});2533$(ELSIF_STMTOB_S): Test in \"elsif\" has no return type2534$(ELSIF_STMTOB_S): Test in \"elsif\" statement should return BOOL value2535$goto_tag2536$get_goto_tag2537$(LOOP_STMTOB_S): Test in \"loop\" has no return type2538$(LOOP_STMTOB_S): Test in \"loop\" statement should return a BOOL value2539$old_g_tag2540$while (1) {\n2541$) break;\n2542$: ;\n2543$all_consts_p2544$tag2545$(SWITCH_STMTOB_S): Test in \"switch\" has no return type2546$wsz2547$w_stmt2548$(SWITCH_STMTOB_S): Type mismatch in \"switch\" statement2549$cprint_if_form_code2550$goto goto_tag_2551$_;\n2552$cprint_then_parts_code2553$_: ;\n2554$cprint_default_code2555$const_exprs2556$cprint_caseform_code2557$cprint_case_code2558$default:\n2559$(SWITCH_STMTOB_S): COMPILER ERROR -- Unknown type of switch expression2560$switch (2561$= 2562$esz2563$(WHEN_STMTOB_S): COMPILER ERROR -- Type of \"when\" expressions unknown2564$etype2565$case_printed2566$case (2567$) :\n2568$break;\n2569$et2570$(BREAK_STMTOB_S): Expression does not return value2571$(BREAK_STMTOB_S): Expression does not return object type value2572$(BREAK_STMTOB_S): \"break\" statement found outside loop2573$return;\n2574$goto 2575$EH_THROW(2576$);2577$(CALL_STMTOB_S): Call statement returns a value2578$(void)2579$on2580$check_keys2581$exists2582$(ASSERT_STMTOB_S): Assertion does not return BOOL value2583$prev_on2584$assert_(2585$\");\n2586$def_str_len2587$init_str_len2588$strv2589$stable2590$htable2591$reserved_names2592$ssize2593$hash_string2594$get_ci2595$get_s_up_to2596$hash_string_buf2597$old_ssize2598$get_key2599$ (SIMPLE_TYPEOB): Uncapitalized type name \"2600$new_str2601$install_simple_inst2602$ (SIMPLE_TYPEOB) : Unparametrized use of ARRAY\n2603$ (SIMPLE_TYPEOB) : Unparametrized use of ARRAY2\n2604$ (SIMPLE_TYPEOB) : Unparametrized use of ARRAY3\n2605$ (SIMPLE_TYPEOB) : Unparametrized use of ARRAY4\n2606$ (SIMPLE_TYPEOB) : Undefined type \"2607$ (SIMPLE_TYPEOB) : Type specification \"2608$\" expects instantiations\n2609$PARAM_TYPEOB2610$params2611$p2612$ (PARAM_TYPEOB): Uncapitalized type name \"2613${2614$}2615$(COMPILER ERROR) : PARAM_TYPEOB with no instantiation\n2616$localpi2617$(COMPILER ERROR) : \"pcopy\" fail\n2618$install_param_inst2619$ (PARAM_CLASSOB) : Undefined type \"2620$dt2621$ (DISPATCH_TYPE) : Erroneous dispatch type \"2622$str_type_p2623$(INSTANT_TYPEOB_S):Cannot find class instance2624$(INSTANT_TYPEOB_S): Cannot find class instance2625$basic2626$bco2627$(INSTANT_TYPEOB_S):Missing class instance2628$new_index2629$(INSTANT_TYPEOB_S):Unknown class2630$(INSTANT_TYPEOB_S):\"2631$\" is usable as dispatched only2632$(INSTANT_TYPEOB_S):2633$ is an invalid type for declarations2634$my_index2635$other_index2636$other_ctype2637$my_ctype2638$co22639$co32640$update_rt_type2641$co_self2642$co_other2643$other2644$other_co2645$list_paramstype2646$retval_type2647$parmstp2648$rtp2649$(ROUT_TYPEOB_S):Return type object should be INSTANT_TYPEOB_S2650$tp_rettype2651$self_rettype2652$rstr2653$pstr2654$<void>2655$->2656$u_time2657$s_time2658$timer_create2659$c_timer_create2660$pid2661$fork2662$not completed, fork failed -- no child process\n2663$report_timer2664$minus_time2665$SATHER_STR_(2666$SATHER_STR1_(2667$TYPECHK1_(2668$TYPECHK2_(2669$VOID_TST_(2670$);\n2671$ith_index2672$name12673$name22674$ARR_BOUND_TST_(2675$CATT_(2676$IATT_(2677$FATT_(2678$DATT_(2679$PATT_(2680$TYPE_(2681$safe_cache_dispatch_(2682$cache_dispatch_(2683$ob_cache_dispatch_(2684$array_dispatch_(2685$atomic_p_(2686$copy_(2687$dim2688$safe_generic_new_(2689$generic_new_(2690$safe_new_(2691$new_(2692$safe_new1_(2693$new1_(2694$safe_new2_(2695$new2_(2696$safe_new3_(2697$new3_(2698$safe_new4_(2699$new4_(2700$RESTORE_EXEC_INFO_;\n2701$routinename2702$UPDATE_EXEC_INFO_(\"2703$\", \"2704$PERSIST_OB2705$deep_save2706$FILE_DESCRIPTOR2707$deep_save_2708$deep_restore2709$deep_restore_2710$deep_save_vn2711$version2712$deep_save_vn_2713$deep_restore_vn2714$deep_restore_vn_2715$fd2716$DEEP_COPY2717$deep_copy_2718$CLASS_STAT2719$relevant2720$update2721$map_str_to_int2722$class_stats2723$user_cfile_to_time2724$STR_SET2725$chk_opt2726$bro_opt2727$all_opt2728$gen_opt2729$ver_opt2730$prev_target_dir2731$new_p2732$new_cfiles_recorded2733$cfiles_to_be_deleted2734$alloc_create2735$display2736$t_curs2737$c_stat2738$Class = <2739$>;  definition time-stamp  = 2740$ctime2741$\n\tcomputed time-stamp = 2742$> has no update statistics\n2743$User C file = \"2744$\"; time = 2745$file_time2746$display_strings2747$Class name = 2748$; Index = 2749$persist2750$\"; object not saved\n2751$get_ind2752$cn2753$get_cfile_time2754$tmp_i2755$Compiler error (code 1) in incremental compilation information; Please report.\n2756$record_mapping2757$cfiles2758$new_user_cfile_to_time2759$old_time2760$cfile_stat2761$create_from_fn2762$new_time2763$record_class_stat2764$record_curr_compilation2765$cfiles_keyob2766$Warning: Cannot get status of user C file \"2767$time2768$new_cc_flags2769$C_FILESTAT2770$stat2771$st_dev2772$st_ino2773$st_mode2774$st_nlink2775$st_uid2776$st_gid2777$st_rdev2778$st_size2779$st_atime2780$st_ctime2781$set_st_dev2782$set_st_ino2783$set_st_mode2784$set_st_nlink2785$set_st_uid2786$set_st_gid2787$set_st_rdev2788$set_st_size2789$set_st_atime2790$set_st_mtime2791$set_st_ctime2792$fstat2793$addr2794$cob2795$from_c_str2796$err_status2797$flags2798$mode2799$prev_ind2800$Warning: Numbering of predefined class \"2801$\" has changed from 2802$ to 2803$Previous compilation: -chk is 2804$ on\n2805$ off\n2806$Current compilation: -chk is 2807$NOTE: No class status information stored\n2808$Compiler error (code 2) in incremental compilation information; Please report\n2809$classes2810$Class index = 2811$; identifier = 2812$msk2813$del_key2814$\02815$kt2816$double_size2817$STR_SET_CURS2818$intersection2819$difference2820$INT_HASH_ELT2821$assoc2822$iset2823$ie2824$INT_HASH_MAP2825$mask2826$pre2827$INT_HASH_MAP_CURSOR2828$INTH_TEST2829$TEST2830$int_hash_map_test2831$int_hash_set_test2832$class_name2833$h2834$evenly_spaced_map2835$h := evenly_spaced_map2836$str_of_map2837$1023:2023, 323:1323, 423:1423, 523:1523, 623:1623, 723:1723, 823:1823, 123:1123, 923:1923, 223:12232838$h.get(423)2839$14232840$h.test(423)2841$h.delete(423); h.get(423)2842$h entries2843$1023:2023, 323:1323, 523:1523, 623:1623, 723:1723, 823:1823, 123:1123, 923:1923, 223:12232844$h.size2845$92846$h.clear2847$finish2848$step2849$num2850$evenly_spaced_set2851$s := evenly_spaced_set2852$str_of_set2853$1023, 323, 423, 523, 623, 723, 823, 123, 923, 2232854$s.get(223)2855$s.test(223)2856$s.get(1123)2857$s.test(1123)2858$s.insert(1123); s.get(1123)2859$Entries in s2860$1023, 323, 1123, 423, 523, 623, 723, 823, 123, 923, 2232861$delete(523); s.get(523)2862$1023, 323, 1123, 423, 623, 723, 823, 123, 923, 2232863$102864$t := evenly_spaced_set2865$1123, 1223, 1323, 623, 1423, 723, 1523, 823, 923, 10232866$223, 1123, 323, 1223, 423, 1323, 523, 1423, 623, 723, 1523, 823, 923, 123, 10232867$1023, 723, 823, 923, 6232868$323, 423, 523, 123, 2232869$323, 1123, 423, 1223, 523, 1323, 1423, 1523, 123, 2232870$ntbl2871$hole2872$nt2873$set_hash2874$STR_HASH_MAP_CURSOR2875$STR_HASH_SET_ELT2876$STR_HASH_SET2877$STR_HASH_SET_CURSOR2878$STRH_TEST2879$str_hash_map_test2880$str_hash_set_test2881$STR_HASH_MAP{INT}2882$one2883$two2884$three2885$four2886$five2887$six2888$seven2889$eight2890$nine2891$ten2892$eleven2893$twelve2894$initial map2895$six:6, five:5, two:2, one:1, ten:10, seven:7, eleven:11, eight:8, nine:9, twelve:12, three:3, four:42896$122897$get 12898$42899$get 22900$thirteen2901$test 12902$test 22903$132904$current map2905$six:6, five:5, two:2, one:1, ten:10, eleven:11, eight:8, nine:9, twelve:12, thirteen:13, three:3, four:42906$initial set2907$six, five, two, one, ten, seven, eleven, eight, nine, twelve, three, four2908$current set2909$six, five, two, one, ten, eleven, eight, nine, twelve, thirteen, three, four2910$g2911$a, b, c, d, e, f2912$d, e, f, g, h, i2913$a, b, c, d, e, f, g, h, i2914$d, e, f2915$a, b, c2916$a, b, c, g, h, i2917$is_a_subset_of 12918$is_a_subset_of 22919$env_v_val2920$What is: 2921$var2922$Subst: 2923$Full: 2924$w2925$WD: 2926$patronize2927$len_st2928$wd2929$len_wd2930$/2931$st_end2932$stop2933$dirname2934$filename_sans2935$p12936$p22937$p2start2938$UPATH::concat: 2939$UPATHS_TEST2940$Can: 2941$Dir: 2942$Nam: 2943$Suf: 2944$San: 2945$class_table2946$num_classes_2947$class_rtable2948$feature_table2949$max_name_index_2950$feature_rtable2951$initialized2952$makestr_2953$prog_dir_2954$prog_name_2955$infile2956$Missing information file \"2957$\"; Check compiler option\n2958$ind2959$number_of_classes2960$class_index2961$class_base_size2962$safe_ob_base_size_2963$class_c_type2964$safe_cl_ctype_2965$class_number_of_features2966$safe_cl_feat_num_2967$class_array_dim2968$safe_ob_arr_dim_2969$class_array_c_type2970$safe_ob_arr_ctype_2971$class_number_of_attributes2972$safe_ob_attr_num_2973$class_attribute_c_type2974$safe_ob_attr_ctype_2975$class_array_element_type2976$safe_cl_arr_satype_2977$is_a_descendent_of2978$safe_is_a_des_of_2979$feature_name2980$safe_cl_feat_name_2981$feature_category2982$safe_cl_feat_cat_2983$feature_index2984$fi2985$f_num2986$feature_type2987$safe_cl_feat_satype_2988$feature_c_type2989$feature_location2990$safe_get_dispatch_2991$safe_cl_fullname_2992$err_quit_2993$SYS_TEST2994$d12995$SYS_TEST_CLASS2996$d22997$d32998$d42999$EMPTY_CLASS3000$unchecked_test3001$class_index OUT3002$class_index SELF_TYPE3003$class_index SYS_TEST_CLASS3004$273005$class_name 43006$ARRAY4{$OB}3007$class_name 143008$class_name 153009$class_name 183010$class_name test_class3011$class_base_size CHAR3012$13013$class_base_size ARRAY{$OB}3014$ARRAY{$OB}3015$class_base_size SYS_TEST_CLASS (should <= does)3016$class_c_type CHAR3017$23018$class_c_type SYS_TEST_CLASS3019$class_number_of_features SYS_TEST_CLASS3020$class_array_dim SYS_TEST_CLASS3021$class_array_dim ARRAY2{$OB}3022$ARRAY2{$OB}3023$class_array_c_type ARRAY2{$OB}3024$feature_name 03025$x13026$feature_category 03027$feature_location 03028$feature_type 03029$feature_c_type 03030$feature_name 13031$x53032$feature_category 13033$feature_location 13034$53035$feature_type 13036$feature_c_type 13037$feature_name 23038$x33039$feature_category 23040$feature_location 23041$83042$feature_type 23043$feature_c_type 23044$feature_name 33045$x43046$feature_category 33047$feature_location 33048$feature_type 33049$feature_c_type 33050$feature_name 43051$x23052$feature_category 43053$feature_location 43054$203055$feature_type 43056$feature_c_type 43057$33058$feature_name 53059$foo13060$feature_category 53061$feature_name 63062$foo23063$feature_category 63064$feature_name 73065$feature_category 73066$feature_type 73067$feature_c_type 73068$feature_name 83069$feature_category 83070$feature_type 83071$feature_c_type 83072$class_attribute_c_type 03073$class_attribute_c_type 13074$class_attribute_c_type 23075$class_attribute_c_type 33076$class_attribute_c_type 43077$index13078$ARRAY3{$OB}3079$class_array_element_type ARRAY3{$OB}3080$$OB3081$is_a_descendent_of 13082$is_a_descendent_of 23083$hello world\n3084$ARRAY_TEST3085$array_test3086$array2_test3087$array3_test3088$array4_test3089$array_test:\n3090$a13091$a1.asize {20} = 3092$contents of a1 {0 ... 19} = 3093$Cleared contents of a1 {0 ... 0} = 3094$a1:=a1.extend(a1.asize*2)\n3095$a1.asize {40} = 3096$contents of a1 {0 ... 19, 0, ...0} = 3097$contents of a1 {0 ... 39} = 3098$array2_test:\n3099$a23100$a2.asize {20} = 3101$, a2.asize1 {4} = 3102$, a2.asize2 {5} = 3103$Contents of a2 {10*i+j} = 3104$Cleared contents of a2 {0 ... 0} = 3105$a2:=a2.extend(a2.asize1*2,a2.asize2*2):\n3106$a2.asize {80} = 3107$, a2.asize1 {8} = 3108$, a2.asize2 {10} = 3109$Contents of a2 {10*i+j,0,...,0} = 3110$array3_test:\n3111$a33112$a3.asize {24} = 3113$, a3.asize1 {2} = 3114$, a3.asize2 {3} = 3115$, a3.asize3 {4} = 3116$Contents of a3 {100*i+10*j+k} = 3117$Cleared contents of a3 {0 ... 0} = 3118$a3:=a3.extend(a3.asize1*2,a3.asize2,a3.asize3*2):\n3119$a3.asize {96} = 3120$, a3.asize1 {4} = 3121$, a3.asize3 {8} = 3122$Contents of a3 {100*i+10*j+k,0,..0} = 3123$array4_test:\n3124$a43125$a4.asize {24} = 3126$, a4.asize1 {2} = 3127$, a4.asize2 {2} = 3128$, a4.asize3 {2} = 3129$, a4.asize4 {3} = 3130$Contents of a4 {1000*i+100*j+10*k+l} = 3131$Cleared contents of a4 {0 ... 0} = 3132$a4:=a4.extend(a4.asize1*2,a4.asize2,a4.asize3,a4.asize4*2)\n3133$a4.asize {96} = 3134$, a4.asize1 {4} = 3135$, a4.asize4 {6} = 3136$Contents of a4 {1000*i+100*j+10*k+l,0,..,0} = 3137$xor3138$xnor3139$nand3140$nor3141$implies3142$is_alpha3143$is_upper3144$is_lower_case3145$is_lower3146$is_alphanumeric3147$is_alnum3148$is_space3149$is_print3150$is_punctuation3151$is_punct3152$is_control3153$is_cntrl3154$c_to_i3155$to_upper3156$to_lower3157$to_r3158$i_to_r3159$to_d3160$i_to_d3161$to_c3162$i_to_c3163$create_sized3164$bit_not3165$arith_rshift3166$abs3167$set_nth_bit3168$unset_nth_bit3169$pow3170$sqrt3171$to_octal3172$reverse3173$to_binary3174$to_hex3175$A3176$B3177$D3178$E3179$x03180$i_to_s3181$i_abs3182$r_to_d3183$r_to_i3184$floor3185$d_to_i3186$ceiling3187$ceil3188$round3189$fabs3190$fmod3191$d_to_r3192$y3193$ob_id3194$id_ob3195$BASE_TEST3196$bool_test3197$char_test3198$int_test3199$real_test3200$double_test3201$not F3202$not T3203$F and F3204$F and T3205$T and F3206$T and T3207$F or F3208$F or T3209$T or F3210$T or T3211$F.xor(F)3212$F.xor(T)3213$T.xor(F)3214$T.xor(T)3215$F.xnor(F)3216$F.xnor(T)3217$T.xnor(F)3218$T.xnor(T)3219$F.nand(F)3220$F.nand(T)3221$T.nand(F)3222$T.nand(T)3223$F.nor(F)3224$F.nor(T)3225$T.nor(F)3226$T.nor(T)3227$F.implies(F)3228$F.implies(T)3229$T.implies(F)3230$T.implies(T)3231$' '.is_alphabetic3232$'.'.is_alphabetic3233$'1'.is_alphabetic3234$'a'.is_alphabetic3235$'A'.is_alphabetic3236$3.to_c.is_alphabetic3237$' '.is_upper_case3238$'.'.is_upper_case3239$'1'.is_upper_case3240$'a'.is_upper_case3241$'A'.is_upper_case3242$3.to_c.is_upper_case3243$' '.is_lower_case3244$'.'.is_lower_case3245$'1'.is_lower_case3246$'a'.is_lower_case3247$'A'.is_lower_case3248$3.to_c.is_lower_case3249$' '.is_digit3250$'.'.is_digit3251$'1'.is_digit3252$'a'.is_digit3253$'A'.is_digit3254$3.to_c.is_digit3255$' '.is_alphanumeric3256$'.'.is_alphanumeric3257$'1'.is_alphanumeric3258$'a'.is_alphanumeric3259$'A'.is_alphanumeric3260$3.to_c.is_alphanumeric3261$' '.is_space3262$'.'.is_space3263$'1'.is_space3264$'a'.is_space3265$'A'.is_space3266$3.to_c.is_space3267$' '.is_print3268$'.'.is_print3269$'1'.is_print3270$'a'.is_print3271$'A'.is_print3272$3.to_c.is_print3273$' '.is_punctuation3274$'.'.is_punctuation3275$'1'.is_punctuation3276$'a'.is_punctuation3277$'A'.is_punctuation3278$3.to_c.is_punctuation3279$' '.is_control3280$'.'.is_control3281$'1'.is_control3282$'a'.is_control3283$'A'.is_control3284$3.to_c.is_control3285$'a'.to_i3286$973287$'a'.to_s3288$'a'.to_upper_case3289$'A'.to_lower_case3290$10.u_mod(3)3291$(-10).u_mod(3)3292$10.mod(3)3293$(-10).mod(3)3294$10.to_r3295$10.0000003296$(-10).to_r3297$-10.0000003298$10.to_d3299$(-10).to_d3300$75.to_c3301$K3302$115.to_c3303$115.to_s3304$1153305$(-115).to_s3306$-1153307$12.bit_and(10)3308$12.bit_or(10)3309$143310$12.bit_xor(10)3311$63312$12.bit_not3313$-133314$2.lshift(3)3315$163316$4.rshift(2)3317$(-1).rshift(2)3318$10737418233319$(-1).rshift(30)3320$(-1).arith_rshift(2)3321$-13322$(-1).arith_rshift(30)3323$10.abs3324$(-10).abs3325$4.nth_bit(0)3326$4.nth_bit(2)3327$4.set_nth_bit(0)3328$4.set_nth_bit(2)3329$4.unset_nth_bit(0)3330$4.unset_nth_bit(2)3331$3.max(4)3332$(-10).max(-20)3333$-103334$3.min(4)3335$(-10).min(-20)3336$-203337$3.pow(4)3338$813339$169.sqrt3340$0x1F3341$0373342$111113343$(4.0).to_d3344$4.0000003345$(4.35).to_s3346$4.3500003347$(4.3).to_i3348$(4.7).to_i3349$(-4.3).to_i3350$-43351$(-4.7).to_i3352$(4.3).floor3353$(4.7).floor3354$(-4.3).floor3355$-53356$(-4.7).floor3357$(4.3).ceiling3358$(4.7).ceiling3359$(-4.3).ceiling3360$(-4.7).ceiling3361$(4.3).round3362$(4.7).round3363$(-4.3).round3364$(-4.7).round3365$(3.2).max(4.7)3366$4.7000003367$(-10.2).max(-20.8)3368$-10.2000003369$(3.2).min(4.7)3370$3.2000003371$(-1.2).min(-2.7)3372$-2.7000003373$(3.0).pow(4.0)3374$81.0000003375$(169.0).sqrt3376$13.0000003377$(4.7).abs3378$(-4.7).abs3379$(10.5).mod(2.5)3380$0.5000003381$(4.0).to_r3382$precision3383$bo3384$lt3385$strcat3386$sprintfi3387$re3388$sprintfd3389$is_less_than3390$capitalize3391$strlen3392$index_of_char3393$sm3394$sscanfi3395$sscanfd3396$to_b3397$b_size3398$get_b3399$digits_size3400$i_size3401$is13402$r_size3403$has_ip3404$has_dp3405$has_fp3406$has_e3407$has_exp3408$get_r3409$rs3410$get_d3411$space_size3412$reassign3413$c_equals3414$c_accept3415$get_s_cut3416$cutset3417$cutlen3418$ \t\n3419$update_i3420$update_r3421$STR_TEST3422$str_test3423$str_cursor_test3424$test=3425$BOOL append3426$test=TF3427$CHAR append3428$test=x23429$one string 3430$and another3431$STR append3432$test=one string and another3433$INT append3434$test=15 133435$REAL append3436$test=4.200000 -0.1000003437$DOUBLE append3438$REAL append, precision=23439$test=4.20 -0.103440$REAL append, precision=03441$test=4 03442$REAL append, precision=63443$next line3444$New line append3445$test=\nnext line3446$test string3447$is_equal 13448$test string 23449$is_equal 23450$TEST STRING3451$Test String3452$is_upper_case 13453$is_upper_case 23454$Test S3455$String3456$113457$st Str3458$esrever3459$is_empty 13460$is_empty 23461$-1733462$173.03463$173.0000003464$-173.873465$-173.8700003466$to_b 13467$to_b 23468$A test string3469$2659293470$A test string\n with two lines.3471$b_size 13472$b_size 23473$S and F3474$get_b 13475$get_b 23476$get_b 33477$S3478$123443 and others3479$i_size 13480$-342 a number3481$i_size 23482$a number3483$get_i 13484$-3423485$get_i 23486$-342.4e-9 a number3487$get_r 13488$34.2e1 a number3489$342.0000003490$get_r 23491$0.0000003492$get_d 13493$-342.4e-1 a number3494$-34.2400003495$get_d 23496$A \n  a string3497$ \n  A string3498$A string3499$is_done 13500$is_done 23501$foo3502$X   string3503$c_accept 13504$c_accept 23505$string3506$a test string3507$srix3508$a tes3509$this is a string3510$get_word 13511$this3512$get_word 23513$is a string3514$123 is a number3515$1233516$123.0000003517$eof3518$error_val3519$read_error3520$eof_error3521$open_error3522$sv3523$scanf_val_3524$stdin_3525$stdout_3526$stderr_3527$check_eof_3528$get_ci_3529$fscanfi_3530$fscanfd_3531$c03532$unget_c3533$ungetc3534$fputc3535$fprintfi_3536$fprintfs_3537$fprintfd_3538$fopenr_3539$fopenw_3540$open_for_append3541$fopena_3542$fclose3543$get_s_of_len3544$flush3545$fflush3546$open_pipe_for_read3547$popenr_3548$open_pipe_for_write3549$popenw_3550$close_pipe3551$pclose3552$seek_relative3553$fseek3554$seek_from_front3555$seek_from_end3556$file3557$acct3558$acctfile3559$chdir3560$chroot3561$execve3562$prog3563$envp3564$new_argv3565$argv_sz3566$new_envp3567$envp_sz3568$c_argv3569$c_envp3570$getegid3571$geteuid3572$getgid3573$gethostname3574$namelen3575$getpid3576$getppid3577$getuid3578$ioctl3579$request3580$arg3581$link3582$profil3583$buff3584$bufsiz3585$offset3586$scale3587$from3588$to3589$sethostname3590$setregid3591$rgid3592$egid3593$setreuid3594$ruid3595$euid3596$sync3597$umask3598$numask3599$putenv_3600$c_str3601$getcwd_3602$getlogin3603$dup23604$old_d3605$new_d3606$req3607$swapon3608$special3609$symlink3610$sather_array3611$signals_init3612$code3613$expect3614$eh_expect_signal_3615$eh_signals_init_3616$signal_type3617$eh_signal_type_str_3618$signal_doc3619$eh_signal_doc_str_3620$SIGINT_3621$SIGQUIT_3622$SIGILL_3623$SIGTRAP_3624$SIGIOT_3625$SIGABRT_3626$SIGEMT_3627$SIGFPE_3628$SIGKILL_3629$SIGBUS_3630$SIGSEGV_3631$SIGSYS_3632$SIGPIPE_3633$SIGALRM_3634$SIGTERM_3635$SIGURG_3636$SIGSTOP_3637$SIGTSTP_3638$SIGCONT_3639$SIGCHLD_3640$SIGCLD_3641$SIGTTIN_3642$SIGTTOU_3643$SIGIO_3644$SIGPOLL_3645$UNIX_CODES3646$EROFS3647$EPROTONOSUPPORT3648$last_unix_code3649$UNIX_MESSAGES3650$error_messages3651$Not owner3652$No such file or directory3653$No such process3654$Interrupted system call3655$I/O error3656$No such device or address3657$Arg list too long3658$Exec format error3659$Bad file number3660$No children3661$No more processes3662$Not enough memory3663$Permission denied3664$Bad address3665$Block device required3666$Device busy3667$File exists3668$Cross-device link3669$No such device3670$Not a directory3671$Is a directory3672$Invalid argument3673$File table overflow3674$Too many open files3675$Inappropriate ioctl for device3676$File too large3677$No space left on device3678$Illegal seek3679$Read-only file system3680$Too many links3681$Broken piope3682$Math argument3683$Result too large3684$Operation would block3685$Operation now in progress3686$Operation already in progress3687$Socket operation on non-socket3688$Destination address required3689$Message too long3690$Protocol wrong type for socket3691$Option not supported by protocol3692$Protocol not supported3693$Socket type not supported3694$Operation not supported on socket3695$Protocol family not supported3696$Address family not supported by protocol family3697$Address already in use3698$Can't assign requested address3699$Network is down3700$Network is unreachable3701$Network dropped connection on reset3702$Software caused connection abort3703$Connection reset by peer3704$No buffer space available3705$Socket is already connected3706$Socket is not connected3707$Can't send after socket shutdown3708$Connection timed out3709$Connection refused3710$Too many levels of symbolic links3711$File name too long3712$Host is down3713$Host is unreachable3714$Directory not empty3715$Disc quota exceeded3716$Stale NFS file handle3717$Too many levels of remote in path3718$Not a stream device3719$Timer expired3720$Out of stream resources3721$No message of desired type3722$Not a data message3723$Identifier removed3724$UNIX_TEST3725$tester_name3726$clim3727$tester_home_name3728$/n/icsib19/da/clim3729$test_unix_messages3730$test_unix3731$./tmp12345673732$Accounting file: `tmp1234567'3733$ls tmp1*3734$ERROR: 3735$Expected error: `acct' is callable only by super-user3736$tmpdir12345673737$New directory: `tmpdir1234567'3738$ls tmpdir1*3739$current_wd3740$tmp_wd3741$???/tmpdir12345673742$..3743$Expected error: `chroot' is useful only for super-user3744$my_id3745$CHILD :  Child id           = 3746$CHILD :  Parent id          = 3747$CHILD :  Effective group id = 3748$CHILD :  Real group id      = 3749$host_name3750$CHILD :  Host name          = 3751$Child process lists current directory contents (long form)3752$/usr/bin/ls3753$PARENT:  Child id           = 3754$PARENT:  Parent id          = 3755$PARENT:  Effective group id = 3756$PARENT:  Real group id      = 3757$PARENT:  Host name          = 3758$PARENT:  Testing other routines...3759$test_result3760$???3761$ioctl error message3762$./tmpdir1234567890/3763$swapon error message3764$camelot3765$sethostname error message3766$oldmask3767$home_name3768$(No $HOME variable)3769$tmpdir34567893770$tmpdir23456783771$tmpdir45678903772$rename (1st)3773$rename (2nd)3774$rmdir(\"tmpdir1234567\")3775$unlink(\"tmpdir2345678\")3776$unlink(\"tmpdir3456789\")3777$No printable effect3778$`exit' does not work!!!3779$error_messages [EPERM          ]3780$error_messages [ENOENT         ]3781$error_messages [ESRCH          ]3782$error_messages [EINTR          ]3783$error_messages [EIO            ]3784$error_messages [ENXIO          ]3785$error_messages [E2BIG          ]3786$error_messages [ENOEXEC        ]3787$error_messages [EBADF          ]3788$error_messages [ECHILD         ]3789$error_messages [EAGAIN         ]3790$error_messages [ENOMEM         ]3791$error_messages [EACCES         ]3792$error_messages [EFAULT         ]3793$error_messages [ENOTBLK        ]3794$error_messages [EBUSY          ]3795$error_messages [EEXIST         ]3796$error_messages [EXDEV          ]3797$error_messages [ENODEV         ]3798$error_messages [ENOTDIR        ]3799$error_messages [EISDIR         ]3800$error_messages [EINVAL         ]3801$error_messages [ENFILE         ]3802$error_messages [EMFILE         ]3803$error_messages [ENOTTY         ]3804$error_messages [ EFBIG          ]3805$error_messages [ENOSPC         ]3806$error_messages [ESPIPE         ]3807$error_messages [EROFS          ]3808$error_messages [EMLINK         ]3809$error_messages [EPIPE          ]3810$error_messages [EDOM           ]3811$error_messages [ERANGE         ]3812$error_messages [EWOULDBLOCK    ]3813$error_messages [EINPROGRESS    ]3814$error_messages [EALREADY       ]3815$error_messages [ENOTSOCK       ]3816$error_messages [EDESTADDRREQ   ]3817$error_messages [EMSGSIZE       ]3818$error_messages [EPROTOTYPE     ]3819$error_messages [ ENOPROTOOPT    ]3820$error_messages [ EPROTONOSUPPORT ]3821$error_messages [ ESOCKTNOSUPPORT  ]3822$error_messages [ EOPNOTSUPP       ]3823$error_messages [ EPFNOSUPPORT     ]3824$error_messages [ EAFNOSUPPORT     ]3825$error_messages [EADDRINUSE       ]3826$error_messages [EADDRNOTAVAIL    ]3827$error_messagest[ ENETDOWN         ]3828$error_messages [ENETUNREACH      ]3829$error_messages [ ENETRESET        ]3830$error_messages [ ECONNABORTED     ]3831$error_messages [ ECONNRESET       ]3832$error_messages [ ENOBUFS          ]3833$error_messages [ EISCONN          ]3834$error_messages [ ENOTCONN         ]3835$error_messages [ ESHUTDOWN        ]3836$error_messages [ ETIMEDOUT        ]3837$error_messages [ ECONNREFUSED     ]3838$error_messages [ ELOOP            ]3839$error_messages [ ENAMETOOLONG     ]3840$error_messages [ EHOSTDOWN        ]3841$error_messages [ EHOSTUNREACH     ]3842$error_messages [ ENOTEMPTY        ]3843$error_messages [ EDQUOT           ]3844$error_messages [ ESTALE           ]3845$error_messages [ EREMOTE          ]3846$error_messages [ ENOSTR           ]3847$error_messages [ ETIME            ]3848$error_messages [ ENOSR            ]3849$error_messages [ ENOMSG           ]3850$error_messages [ EBADMSG          ]3851$error_messages [ EIDRM            ]3852$SUX_TEST3853$C::SIGKILL_ type3854$SIGKILL3855$C::SIGKILL_ doc3856$kill (cannot be caught or ignored)3857$test13858$test23859$test33860$test43861$sx3862$Void object abort3863$SIGSEGV3864$SIGBUS3865$SUX_CHILD3866$SUX_PARENT3867$except SUX_PARENT3868$match SUX_PARENT::type3869$match $SUX_PARENT::type3870$except $SUX_PARENT3871$except $OB3872$match $OB::type3873$testn3874$except SUX_PARENT (unwind 1000)3875$except $OB (unwind 1000)3876$except $SUX_CHILD (unwind 3877$match $SUX_CHILD::type3878$ANY_OB