types.pas 45 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294
  1. {
  2. $Id$
  3. Copyright (C) 1993-98 by Florian Klaempfl
  4. This unit provides some help routines for type handling
  5. This program is free software; you can redistribute it and/or modify
  6. it under the terms of the GNU General Public License as published by
  7. the Free Software Foundation; either version 2 of the License, or
  8. (at your option) any later version.
  9. This program is distributed in the hope that it will be useful,
  10. but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. GNU General Public License for more details.
  13. You should have received a copy of the GNU General Public License
  14. along with this program; if not, write to the Free Software
  15. Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
  16. ****************************************************************************
  17. }
  18. unit types;
  19. interface
  20. uses
  21. cobjects,symtable;
  22. type
  23. tmmxtype = (mmxno,mmxu8bit,mmxs8bit,mmxu16bit,mmxs16bit,
  24. mmxu32bit,mmxs32bit,mmxfixed16,mmxsingle);
  25. const
  26. { true if we must never copy this parameter }
  27. never_copy_const_param : boolean = false;
  28. {*****************************************************************************
  29. Basic type functions
  30. *****************************************************************************}
  31. { returns true, if def defines an ordinal type }
  32. function is_ordinal(def : pdef) : boolean;
  33. { returns the min. value of the type }
  34. function get_min_value(def : pdef) : longint;
  35. { returns true, if def defines an ordinal type }
  36. function is_integer(def : pdef) : boolean;
  37. { true if p is a boolean }
  38. function is_boolean(def : pdef) : boolean;
  39. { true if p is a char }
  40. function is_char(def : pdef) : boolean;
  41. { true if p is a smallset def }
  42. function is_smallset(p : pdef) : boolean;
  43. { returns true, if def defines a signed data type (only for ordinal types) }
  44. function is_signed(def : pdef) : boolean;
  45. {*****************************************************************************
  46. Array helper functions
  47. *****************************************************************************}
  48. { true, if p points to a zero based (non special like open or
  49. dynamic array def, mainly this is used to see if the array
  50. is convertable to a pointer }
  51. function is_zero_based_array(p : pdef) : boolean;
  52. { true if p points to an open array def }
  53. function is_open_array(p : pdef) : boolean;
  54. { true, if p points to an array of const def }
  55. function is_array_constructor(p : pdef) : boolean;
  56. { true, if p points to a variant array }
  57. function is_variant_array(p : pdef) : boolean;
  58. { true, if p points to an array of const }
  59. function is_array_of_const(p : pdef) : boolean;
  60. { true, if p points any kind of special array }
  61. function is_special_array(p : pdef) : boolean;
  62. { true if p is a char array def }
  63. function is_chararray(p : pdef) : boolean;
  64. {*****************************************************************************
  65. String helper functions
  66. *****************************************************************************}
  67. { true if p points to an open string def }
  68. function is_open_string(p : pdef) : boolean;
  69. { true if p is an ansi string def }
  70. function is_ansistring(p : pdef) : boolean;
  71. { true if p is a long string def }
  72. function is_longstring(p : pdef) : boolean;
  73. { true if p is a wide string def }
  74. function is_widestring(p : pdef) : boolean;
  75. { true if p is a short string def }
  76. function is_shortstring(p : pdef) : boolean;
  77. { true if p is a pchar def }
  78. function is_pchar(p : pdef) : boolean;
  79. { returns true, if def uses FPU }
  80. function is_fpu(def : pdef) : boolean;
  81. { true if the return value is in EAX }
  82. function ret_in_acc(def : pdef) : boolean;
  83. { true if uses a parameter as return value }
  84. function ret_in_param(def : pdef) : boolean;
  85. { true, if def is a 64 bit int type }
  86. function is_64bitint(def : pdef) : boolean;
  87. function push_high_param(def : pdef) : boolean;
  88. { true if a parameter is too large to copy and only the address is pushed }
  89. function push_addr_param(def : pdef) : boolean;
  90. { true, if def1 and def2 are semantical the same }
  91. function is_equal(def1,def2 : pdef) : boolean;
  92. { checks for type compatibility (subgroups of type) }
  93. { used for case statements... probably missing stuff }
  94. { to use on other types }
  95. function is_subequal(def1, def2: pdef): boolean;
  96. { same as is_equal, but with error message if failed }
  97. function CheckTypes(def1,def2 : pdef) : boolean;
  98. { true, if two parameter lists are equal }
  99. { if value_equal_const is true, call by value }
  100. { and call by const parameter are assumed as }
  101. { equal }
  102. function equal_paras(def1,def2 : pdefcoll;value_equal_const : boolean) : boolean;
  103. { true if a type can be allowed for another one
  104. in a func var }
  105. function convertable_paras(def1,def2 : pdefcoll;value_equal_const : boolean) : boolean;
  106. { true if a function can be assigned to a procvar }
  107. function proc_to_procvar_equal(def1:pprocdef;def2:pprocvardef) : boolean;
  108. { if l isn't in the range of def a range check error is generated and
  109. the value is placed within the range }
  110. procedure testrange(def : pdef;var l : longint);
  111. { returns the range of def }
  112. procedure getrange(def : pdef;var l : longint;var h : longint);
  113. { some type helper routines for MMX support }
  114. function is_mmx_able_array(p : pdef) : boolean;
  115. { returns the mmx type }
  116. function mmx_type(p : pdef) : tmmxtype;
  117. implementation
  118. uses
  119. strings,globtype,globals,htypechk,
  120. tree,verbose,symconst;
  121. function equal_paras(def1,def2 : pdefcoll;value_equal_const : boolean) : boolean;
  122. begin
  123. while (assigned(def1)) and (assigned(def2)) do
  124. begin
  125. if value_equal_const then
  126. begin
  127. if not(is_equal(def1^.data,def2^.data)) or
  128. ((def1^.paratyp<>def2^.paratyp) and
  129. ((def1^.paratyp=vs_var) or
  130. (def1^.paratyp=vs_var)
  131. )
  132. ) then
  133. begin
  134. equal_paras:=false;
  135. exit;
  136. end;
  137. end
  138. else
  139. begin
  140. if not(is_equal(def1^.data,def2^.data)) or
  141. (def1^.paratyp<>def2^.paratyp) then
  142. begin
  143. equal_paras:=false;
  144. exit;
  145. end;
  146. end;
  147. def1:=def1^.next;
  148. def2:=def2^.next;
  149. end;
  150. if (def1=nil) and (def2=nil) then
  151. equal_paras:=true
  152. else
  153. equal_paras:=false;
  154. end;
  155. function convertable_paras(def1,def2 : pdefcoll;value_equal_const : boolean) : boolean;
  156. var doconv : tconverttype;
  157. begin
  158. while (assigned(def1)) and (assigned(def2)) do
  159. begin
  160. if value_equal_const then
  161. begin
  162. if (isconvertable(def1^.data,def2^.data,doconv,callparan,false)=0) or
  163. ((def1^.paratyp<>def2^.paratyp) and
  164. ((def1^.paratyp=vs_var) or
  165. (def1^.paratyp=vs_var)
  166. )
  167. ) then
  168. begin
  169. convertable_paras:=false;
  170. exit;
  171. end;
  172. end
  173. else
  174. begin
  175. if (isconvertable(def1^.data,def2^.data,doconv,callparan,false)=0) or
  176. (def1^.paratyp<>def2^.paratyp) then
  177. begin
  178. convertable_paras:=false;
  179. exit;
  180. end;
  181. end;
  182. def1:=def1^.next;
  183. def2:=def2^.next;
  184. end;
  185. if (def1=nil) and (def2=nil) then
  186. convertable_paras:=true
  187. else
  188. convertable_paras:=false;
  189. end;
  190. { true if a function can be assigned to a procvar }
  191. function proc_to_procvar_equal(def1:pprocdef;def2:pprocvardef) : boolean;
  192. const
  193. po_comp = po_compatibility_options-[po_methodpointer];
  194. var
  195. ismethod : boolean;
  196. begin
  197. proc_to_procvar_equal:=false;
  198. if not(assigned(def1)) or not(assigned(def2)) then
  199. exit;
  200. { check for method pointer }
  201. ismethod:=assigned(def1^.owner) and
  202. (def1^.owner^.symtabletype=objectsymtable) and
  203. assigned(def1^.owner^.defowner) and
  204. (pobjectdef(def1^.owner^.defowner)^.is_class);
  205. if (ismethod and not (po_methodpointer in def2^.procoptions)) or
  206. (not(ismethod) and (po_methodpointer in def2^.procoptions)) then
  207. begin
  208. Message(type_e_no_method_and_procedure_not_compatible);
  209. exit;
  210. end;
  211. { check return value and para's and options, methodpointer is already checked
  212. parameters may also be convertable }
  213. if is_equal(def1^.retdef,def2^.retdef) and
  214. (equal_paras(def1^.para1,def2^.para1,false) or
  215. convertable_paras(def1^.para1,def2^.para1,false)) and
  216. ((po_comp * def1^.procoptions)= (po_comp * def2^.procoptions)) then
  217. proc_to_procvar_equal:=true
  218. else
  219. proc_to_procvar_equal:=false;
  220. end;
  221. { returns true, if def uses FPU }
  222. function is_fpu(def : pdef) : boolean;
  223. begin
  224. is_fpu:=(def^.deftype=floatdef) and (pfloatdef(def)^.typ<>f32bit);
  225. end;
  226. { true if p is an ordinal }
  227. function is_ordinal(def : pdef) : boolean;
  228. var
  229. dt : tbasetype;
  230. begin
  231. case def^.deftype of
  232. orddef :
  233. begin
  234. dt:=porddef(def)^.typ;
  235. is_ordinal:=dt in [uchar,
  236. u8bit,u16bit,u32bit,u64bit,
  237. s8bit,s16bit,s32bit,s64bit,
  238. bool8bit,bool16bit,bool32bit];
  239. end;
  240. enumdef :
  241. is_ordinal:=true;
  242. else
  243. is_ordinal:=false;
  244. end;
  245. end;
  246. { returns the min. value of the type }
  247. function get_min_value(def : pdef) : longint;
  248. begin
  249. case def^.deftype of
  250. orddef:
  251. get_min_value:=porddef(def)^.low;
  252. enumdef:
  253. get_min_value:=penumdef(def)^.min;
  254. else
  255. get_min_value:=0;
  256. end;
  257. end;
  258. { true if p is an integer }
  259. function is_integer(def : pdef) : boolean;
  260. begin
  261. is_integer:=(def^.deftype=orddef) and
  262. (porddef(def)^.typ in [uauto,u8bit,u16bit,u32bit,u64bit,
  263. s8bit,s16bit,s32bit,s64bit]);
  264. end;
  265. { true if p is a boolean }
  266. function is_boolean(def : pdef) : boolean;
  267. begin
  268. is_boolean:=(def^.deftype=orddef) and
  269. (porddef(def)^.typ in [bool8bit,bool16bit,bool32bit]);
  270. end;
  271. { true if p is a char }
  272. function is_char(def : pdef) : boolean;
  273. begin
  274. is_char:=(def^.deftype=orddef) and
  275. (porddef(def)^.typ=uchar);
  276. end;
  277. { true if p is signed (integer) }
  278. function is_signed(def : pdef) : boolean;
  279. var
  280. dt : tbasetype;
  281. begin
  282. case def^.deftype of
  283. orddef :
  284. begin
  285. dt:=porddef(def)^.typ;
  286. is_signed:=(dt in [s8bit,s16bit,s32bit,s64bit]);
  287. end;
  288. enumdef :
  289. is_signed:=false;
  290. else
  291. is_signed:=false;
  292. end;
  293. end;
  294. { true, if p points to an open array def }
  295. function is_open_string(p : pdef) : boolean;
  296. begin
  297. is_open_string:=(p^.deftype=stringdef) and
  298. (pstringdef(p)^.string_typ=st_shortstring) and
  299. (pstringdef(p)^.len=0);
  300. end;
  301. { true, if p points to a zero based array def }
  302. function is_zero_based_array(p : pdef) : boolean;
  303. begin
  304. is_zero_based_array:=(p^.deftype=arraydef) and
  305. (parraydef(p)^.lowrange=0) and
  306. not(is_special_array(p));
  307. end;
  308. { true, if p points to an open array def }
  309. function is_open_array(p : pdef) : boolean;
  310. begin
  311. { check for s32bitdef is needed, because for u32bit the high
  312. range is also -1 ! (PFV) }
  313. is_open_array:=(p^.deftype=arraydef) and
  314. (parraydef(p)^.rangedef=pdef(s32bitdef)) and
  315. (parraydef(p)^.lowrange=0) and
  316. (parraydef(p)^.highrange=-1) and
  317. not(parraydef(p)^.IsConstructor) and
  318. not(parraydef(p)^.IsVariant) and
  319. not(parraydef(p)^.IsArrayOfConst);
  320. end;
  321. { true, if p points to an array of const def }
  322. function is_array_constructor(p : pdef) : boolean;
  323. begin
  324. is_array_constructor:=(p^.deftype=arraydef) and
  325. (parraydef(p)^.IsConstructor);
  326. end;
  327. { true, if p points to a variant array }
  328. function is_variant_array(p : pdef) : boolean;
  329. begin
  330. is_variant_array:=(p^.deftype=arraydef) and
  331. (parraydef(p)^.IsVariant);
  332. end;
  333. { true, if p points to an array of const }
  334. function is_array_of_const(p : pdef) : boolean;
  335. begin
  336. is_array_of_const:=(p^.deftype=arraydef) and
  337. (parraydef(p)^.IsArrayOfConst);
  338. end;
  339. { true, if p points to a special array }
  340. function is_special_array(p : pdef) : boolean;
  341. begin
  342. is_special_array:=(p^.deftype=arraydef) and
  343. ((parraydef(p)^.IsVariant) or
  344. (parraydef(p)^.IsArrayOfConst) or
  345. (parraydef(p)^.IsConstructor) or
  346. is_open_array(p)
  347. );
  348. end;
  349. { true if p is an ansi string def }
  350. function is_ansistring(p : pdef) : boolean;
  351. begin
  352. is_ansistring:=(p^.deftype=stringdef) and
  353. (pstringdef(p)^.string_typ=st_ansistring);
  354. end;
  355. { true if p is an long string def }
  356. function is_longstring(p : pdef) : boolean;
  357. begin
  358. is_longstring:=(p^.deftype=stringdef) and
  359. (pstringdef(p)^.string_typ=st_longstring);
  360. end;
  361. { true if p is an wide string def }
  362. function is_widestring(p : pdef) : boolean;
  363. begin
  364. is_widestring:=(p^.deftype=stringdef) and
  365. (pstringdef(p)^.string_typ=st_widestring);
  366. end;
  367. { true if p is an short string def }
  368. function is_shortstring(p : pdef) : boolean;
  369. begin
  370. is_shortstring:=(p^.deftype=stringdef) and
  371. (pstringdef(p)^.string_typ=st_shortstring);
  372. end;
  373. { true if p is a char array def }
  374. function is_chararray(p : pdef) : boolean;
  375. begin
  376. is_chararray:=(p^.deftype=arraydef) and
  377. is_equal(parraydef(p)^.definition,cchardef) and
  378. not(is_special_array(p));
  379. end;
  380. { true if p is a pchar def }
  381. function is_pchar(p : pdef) : boolean;
  382. begin
  383. is_pchar:=(p^.deftype=pointerdef) and
  384. is_equal(Ppointerdef(p)^.definition,cchardef);
  385. end;
  386. { true if p is a smallset def }
  387. function is_smallset(p : pdef) : boolean;
  388. begin
  389. is_smallset:=(p^.deftype=setdef) and
  390. (psetdef(p)^.settype=smallset);
  391. end;
  392. { true if the return value is in accumulator (EAX for i386), D0 for 68k }
  393. function ret_in_acc(def : pdef) : boolean;
  394. begin
  395. ret_in_acc:=(def^.deftype in [orddef,pointerdef,enumdef,classrefdef]) or
  396. ((def^.deftype=stringdef) and (pstringdef(def)^.string_typ in [st_ansistring,st_widestring])) or
  397. ((def^.deftype=procvardef) and not(po_methodpointer in pprocvardef(def)^.procoptions)) or
  398. ((def^.deftype=objectdef) and pobjectdef(def)^.is_class) or
  399. ((def^.deftype=setdef) and (psetdef(def)^.settype=smallset)) or
  400. ((def^.deftype=floatdef) and (pfloatdef(def)^.typ=f32bit));
  401. end;
  402. { true, if def is a 64 bit int type }
  403. function is_64bitint(def : pdef) : boolean;
  404. begin
  405. is_64bitint:=(def^.deftype=orddef) and (porddef(def)^.typ in [u64bit,s64bit])
  406. end;
  407. { true if uses a parameter as return value }
  408. function ret_in_param(def : pdef) : boolean;
  409. begin
  410. ret_in_param:=(def^.deftype in [arraydef,recorddef]) or
  411. ((def^.deftype=stringdef) and (pstringdef(def)^.string_typ in [st_shortstring,st_longstring])) or
  412. ((def^.deftype=procvardef) and (po_methodpointer in pprocvardef(def)^.procoptions)) or
  413. ((def^.deftype=objectdef) and not(pobjectdef(def)^.is_class)) or
  414. ((def^.deftype=setdef) and (psetdef(def)^.settype<>smallset));
  415. end;
  416. function push_high_param(def : pdef) : boolean;
  417. begin
  418. push_high_param:=is_open_array(def) or
  419. is_open_string(def) or
  420. is_array_of_const(def);
  421. end;
  422. { true if a parameter is too large to copy and only the address is pushed }
  423. function push_addr_param(def : pdef) : boolean;
  424. begin
  425. push_addr_param:=never_copy_const_param or
  426. (def^.deftype = formaldef) or
  427. { copy directly small records or arrays unless array of const ! PM }
  428. ((def^.deftype in [arraydef,recorddef]) and
  429. ((Parraydef(def)^.highrange<Parraydef(def)^.lowrange)
  430. or (def^.size>4) or
  431. ((def^.deftype=arraydef) and
  432. (parraydef(def)^.IsConstructor or
  433. parraydef(def)^.isArrayOfConst or
  434. is_open_array(def)
  435. )
  436. )
  437. )
  438. ) or
  439. ((def^.deftype=objectdef) and not(pobjectdef(def)^.is_class)) or
  440. ((def^.deftype=stringdef) and (pstringdef(def)^.string_typ in [st_shortstring,st_longstring])) or
  441. ((def^.deftype=procvardef) and (po_methodpointer in pprocvardef(def)^.procoptions)) or
  442. ((def^.deftype=setdef) and (psetdef(def)^.settype<>smallset));
  443. end;
  444. { test if l is in the range of def, outputs error if out of range }
  445. procedure testrange(def : pdef;var l : longint);
  446. var
  447. lv,hv: longint;
  448. begin
  449. { for 64 bit types we need only to check if it is less than }
  450. { zero, if def is a qword node }
  451. if is_64bitint(def) then
  452. begin
  453. if (l<0) and (porddef(def)^.typ=u64bit) then
  454. begin
  455. l:=0;
  456. if (cs_check_range in aktlocalswitches) then
  457. Message(parser_e_range_check_error)
  458. else
  459. Message(parser_w_range_check_error);
  460. end;
  461. end
  462. else
  463. begin
  464. getrange(def,lv,hv);
  465. if (def^.deftype=orddef) and
  466. (porddef(def)^.typ=u32bit) then
  467. begin
  468. if lv<=hv then
  469. begin
  470. if (l<lv) or (l>hv) then
  471. begin
  472. if (cs_check_range in aktlocalswitches) then
  473. Message(parser_e_range_check_error)
  474. else
  475. Message(parser_w_range_check_error);
  476. end;
  477. end
  478. else
  479. { this happens with the wrap around problem }
  480. { if lv is positive and hv is over $7ffffff }
  481. { so it seems negative }
  482. begin
  483. if ((l>=0) and (l<lv)) or
  484. ((l<0) and (l>hv)) then
  485. begin
  486. if (cs_check_range in aktlocalswitches) then
  487. Message(parser_e_range_check_error)
  488. else
  489. Message(parser_w_range_check_error);
  490. end;
  491. end;
  492. end
  493. else if (l<lv) or (l>hv) then
  494. begin
  495. if (def^.deftype=enumdef) or
  496. (cs_check_range in aktlocalswitches) then
  497. Message(parser_e_range_check_error)
  498. else
  499. Message(parser_w_range_check_error);
  500. { Fix the value to be in range }
  501. l:=lv+(l mod (hv-lv+1));
  502. end;
  503. end;
  504. end;
  505. { return the range from def in l and h }
  506. procedure getrange(def : pdef;var l : longint;var h : longint);
  507. begin
  508. case def^.deftype of
  509. orddef :
  510. begin
  511. l:=porddef(def)^.low;
  512. h:=porddef(def)^.high;
  513. end;
  514. enumdef :
  515. begin
  516. l:=penumdef(def)^.min;
  517. h:=penumdef(def)^.max;
  518. end;
  519. arraydef :
  520. begin
  521. l:=parraydef(def)^.lowrange;
  522. h:=parraydef(def)^.highrange;
  523. end;
  524. else
  525. internalerror(987);
  526. end;
  527. end;
  528. function mmx_type(p : pdef) : tmmxtype;
  529. begin
  530. mmx_type:=mmxno;
  531. if is_mmx_able_array(p) then
  532. begin
  533. if parraydef(p)^.definition^.deftype=floatdef then
  534. case pfloatdef(parraydef(p)^.definition)^.typ of
  535. s32real:
  536. mmx_type:=mmxsingle;
  537. f16bit:
  538. mmx_type:=mmxfixed16
  539. end
  540. else
  541. case porddef(parraydef(p)^.definition)^.typ of
  542. u8bit:
  543. mmx_type:=mmxu8bit;
  544. s8bit:
  545. mmx_type:=mmxs8bit;
  546. u16bit:
  547. mmx_type:=mmxu16bit;
  548. s16bit:
  549. mmx_type:=mmxs16bit;
  550. u32bit:
  551. mmx_type:=mmxu32bit;
  552. s32bit:
  553. mmx_type:=mmxs32bit;
  554. end;
  555. end;
  556. end;
  557. function is_mmx_able_array(p : pdef) : boolean;
  558. begin
  559. {$ifdef SUPPORT_MMX}
  560. if (cs_mmx_saturation in aktlocalswitches) then
  561. begin
  562. is_mmx_able_array:=(p^.deftype=arraydef) and
  563. not(is_special_array(p)) and
  564. (
  565. (
  566. (parraydef(p)^.definition^.deftype=orddef) and
  567. (
  568. (
  569. (parraydef(p)^.lowrange=0) and
  570. (parraydef(p)^.highrange=1) and
  571. (porddef(parraydef(p)^.definition)^.typ in [u32bit,s32bit])
  572. )
  573. or
  574. (
  575. (parraydef(p)^.lowrange=0) and
  576. (parraydef(p)^.highrange=3) and
  577. (porddef(parraydef(p)^.definition)^.typ in [u16bit,s16bit])
  578. )
  579. )
  580. )
  581. or
  582. (
  583. (
  584. (parraydef(p)^.definition^.deftype=floatdef) and
  585. (
  586. (parraydef(p)^.lowrange=0) and
  587. (parraydef(p)^.highrange=3) and
  588. (pfloatdef(parraydef(p)^.definition)^.typ=f16bit)
  589. ) or
  590. (
  591. (parraydef(p)^.lowrange=0) and
  592. (parraydef(p)^.highrange=1) and
  593. (pfloatdef(parraydef(p)^.definition)^.typ=s32real)
  594. )
  595. )
  596. )
  597. );
  598. end
  599. else
  600. begin
  601. is_mmx_able_array:=(p^.deftype=arraydef) and
  602. (
  603. (
  604. (parraydef(p)^.definition^.deftype=orddef) and
  605. (
  606. (
  607. (parraydef(p)^.lowrange=0) and
  608. (parraydef(p)^.highrange=1) and
  609. (porddef(parraydef(p)^.definition)^.typ in [u32bit,s32bit])
  610. )
  611. or
  612. (
  613. (parraydef(p)^.lowrange=0) and
  614. (parraydef(p)^.highrange=3) and
  615. (porddef(parraydef(p)^.definition)^.typ in [u16bit,s16bit])
  616. )
  617. or
  618. (
  619. (parraydef(p)^.lowrange=0) and
  620. (parraydef(p)^.highrange=7) and
  621. (porddef(parraydef(p)^.definition)^.typ in [u8bit,s8bit])
  622. )
  623. )
  624. )
  625. or
  626. (
  627. (parraydef(p)^.definition^.deftype=floatdef) and
  628. (
  629. (
  630. (parraydef(p)^.lowrange=0) and
  631. (parraydef(p)^.highrange=3) and
  632. (pfloatdef(parraydef(p)^.definition)^.typ=f32bit)
  633. )
  634. or
  635. (
  636. (parraydef(p)^.lowrange=0) and
  637. (parraydef(p)^.highrange=1) and
  638. (pfloatdef(parraydef(p)^.definition)^.typ=s32real)
  639. )
  640. )
  641. )
  642. );
  643. end;
  644. {$else SUPPORT_MMX}
  645. is_mmx_able_array:=false;
  646. {$endif SUPPORT_MMX}
  647. end;
  648. function is_equal(def1,def2 : pdef) : boolean;
  649. var
  650. b : boolean;
  651. hd : pdef;
  652. hp1,hp2 : pdefcoll;
  653. begin
  654. { both types must exists }
  655. if not (assigned(def1) and assigned(def2)) then
  656. begin
  657. is_equal:=false;
  658. exit;
  659. end;
  660. { be sure, that if there is a stringdef, that this is def1 }
  661. if def2^.deftype=stringdef then
  662. begin
  663. hd:=def1;
  664. def1:=def2;
  665. def2:=hd;
  666. end;
  667. b:=false;
  668. { both point to the same definition ? }
  669. if def1=def2 then
  670. b:=true
  671. else
  672. { pointer with an equal definition are equal }
  673. if (def1^.deftype=pointerdef) and (def2^.deftype=pointerdef) then
  674. begin
  675. { here a problem detected in tabsolutesym }
  676. { the types can be forward type !! }
  677. if assigned(def1^.sym) and (sp_forwarddef in def1^.sym^.symoptions) then
  678. b:=(def1^.sym=def2^.sym)
  679. else
  680. b:=ppointerdef(def1)^.definition=ppointerdef(def2)^.definition;
  681. end
  682. else
  683. { ordinals are equal only when the ordinal type is equal }
  684. if (def1^.deftype=orddef) and (def2^.deftype=orddef) then
  685. begin
  686. case porddef(def1)^.typ of
  687. u8bit,u16bit,u32bit,
  688. s8bit,s16bit,s32bit:
  689. b:=((porddef(def1)^.typ=porddef(def2)^.typ) and
  690. (porddef(def1)^.low=porddef(def2)^.low) and
  691. (porddef(def1)^.high=porddef(def2)^.high));
  692. uvoid,uchar,
  693. bool8bit,bool16bit,bool32bit:
  694. b:=(porddef(def1)^.typ=porddef(def2)^.typ);
  695. end;
  696. end
  697. else
  698. if (def1^.deftype=floatdef) and (def2^.deftype=floatdef) then
  699. b:=pfloatdef(def1)^.typ=pfloatdef(def2)^.typ
  700. else
  701. { strings with the same length are equal }
  702. if (def1^.deftype=stringdef) and (def2^.deftype=stringdef) and
  703. (pstringdef(def1)^.string_typ=pstringdef(def2)^.string_typ) then
  704. begin
  705. b:=not(is_shortstring(def1)) or
  706. (pstringdef(def1)^.len=pstringdef(def2)^.len);
  707. end
  708. else
  709. if (def1^.deftype=formaldef) and (def2^.deftype=formaldef) then
  710. b:=true
  711. { file types with the same file element type are equal }
  712. { this is a problem for assign !! }
  713. { changed to allow if one is untyped }
  714. { all typed files are equal to the special }
  715. { typed file that has voiddef as elemnt type }
  716. { but must NOT match for text file !!! }
  717. else
  718. if (def1^.deftype=filedef) and (def2^.deftype=filedef) then
  719. b:=(pfiledef(def1)^.filetype=pfiledef(def2)^.filetype) and
  720. ((
  721. ((pfiledef(def1)^.typed_as=nil) and
  722. (pfiledef(def2)^.typed_as=nil)) or
  723. (
  724. (pfiledef(def1)^.typed_as<>nil) and
  725. (pfiledef(def2)^.typed_as<>nil) and
  726. is_equal(pfiledef(def1)^.typed_as,pfiledef(def2)^.typed_as)
  727. ) or
  728. ( (pfiledef(def1)^.typed_as=pdef(voiddef)) or
  729. (pfiledef(def2)^.typed_as=pdef(voiddef))
  730. )))
  731. { sets with the same element type are equal }
  732. else
  733. if (def1^.deftype=setdef) and (def2^.deftype=setdef) then
  734. begin
  735. if assigned(psetdef(def1)^.setof) and
  736. assigned(psetdef(def2)^.setof) then
  737. b:=(psetdef(def1)^.setof^.deftype=psetdef(def2)^.setof^.deftype)
  738. else
  739. b:=true;
  740. end
  741. else
  742. if (def1^.deftype=procvardef) and (def2^.deftype=procvardef) then
  743. begin
  744. { poassembler isn't important for compatibility }
  745. { if a method is assigned to a methodpointer }
  746. { is checked before }
  747. b:=((pprocvardef(def1)^.procoptions * po_compatibility_options)=
  748. (pprocvardef(def2)^.procoptions * po_compatibility_options)) and
  749. is_equal(pprocvardef(def1)^.retdef,pprocvardef(def2)^.retdef);
  750. { now evalute the parameters }
  751. if b then
  752. begin
  753. hp1:=pprocvardef(def1)^.para1;
  754. hp2:=pprocvardef(def1)^.para1;
  755. while assigned(hp1) and assigned(hp2) do
  756. begin
  757. if not(is_equal(hp1^.data,hp2^.data)) or
  758. not(hp1^.paratyp=hp2^.paratyp) then
  759. begin
  760. b:=false;
  761. break;
  762. end;
  763. hp1:=hp1^.next;
  764. hp2:=hp2^.next;
  765. end;
  766. b:=(hp1=nil) and (hp2=nil);
  767. end;
  768. end
  769. else
  770. if (def1^.deftype=arraydef) and (def2^.deftype=arraydef) then
  771. begin
  772. if is_open_array(def1) or is_open_array(def2) or
  773. is_array_of_const(def1) or is_array_of_const(def2) then
  774. begin
  775. if parraydef(def1)^.IsArrayOfConst or parraydef(def2)^.IsArrayOfConst then
  776. b:=true
  777. else
  778. b:=is_equal(parraydef(def1)^.definition,parraydef(def2)^.definition);
  779. end
  780. else
  781. begin
  782. b:=not(m_tp in aktmodeswitches) and
  783. not(m_delphi in aktmodeswitches) and
  784. (parraydef(def1)^.lowrange=parraydef(def2)^.lowrange) and
  785. (parraydef(def1)^.highrange=parraydef(def2)^.highrange) and
  786. is_equal(parraydef(def1)^.definition,parraydef(def2)^.definition) and
  787. is_equal(parraydef(def1)^.rangedef,parraydef(def2)^.rangedef);
  788. end;
  789. end
  790. else
  791. if (def1^.deftype=classrefdef) and (def2^.deftype=classrefdef) then
  792. begin
  793. { similar to pointerdef: }
  794. if assigned(def1^.sym) and (sp_forwarddef in def1^.sym^.symoptions) then
  795. b:=(def1^.sym=def2^.sym)
  796. else
  797. b:=is_equal(pclassrefdef(def1)^.definition,pclassrefdef(def2)^.definition);
  798. end;
  799. is_equal:=b;
  800. end;
  801. function is_subequal(def1, def2: pdef): boolean;
  802. Begin
  803. if assigned(def1) and assigned(def2) then
  804. Begin
  805. is_subequal := FALSE;
  806. if (def1^.deftype = orddef) and (def2^.deftype = orddef) then
  807. Begin
  808. { see p.47 of Turbo Pascal 7.01 manual for the separation of types }
  809. { range checking for case statements is done with testrange }
  810. case porddef(def1)^.typ of
  811. u8bit,u16bit,u32bit,
  812. s8bit,s16bit,s32bit :
  813. is_subequal:=(porddef(def2)^.typ in [s32bit,u32bit,u8bit,s8bit,s16bit,u16bit]);
  814. bool8bit,bool16bit,bool32bit :
  815. is_subequal:=(porddef(def2)^.typ in [bool8bit,bool16bit,bool32bit]);
  816. uchar :
  817. is_subequal:=(porddef(def2)^.typ=uchar);
  818. end;
  819. end
  820. else
  821. Begin
  822. { I assume that both enumerations are equal when the first }
  823. { pointers are equal. }
  824. if (def1^.deftype = enumdef) and (def2^.deftype =enumdef) then
  825. Begin
  826. if penumdef(def1)^.firstenum = penumdef(def2)^.firstenum then
  827. is_subequal := TRUE;
  828. end;
  829. end;
  830. end; { endif assigned ... }
  831. end;
  832. function CheckTypes(def1,def2 : pdef) : boolean;
  833. var
  834. s1,s2 : string;
  835. begin
  836. if not is_equal(def1,def2) then
  837. begin
  838. { Crash prevention }
  839. if (not assigned(def1)) or (not assigned(def2)) then
  840. Message(type_e_mismatch)
  841. else
  842. begin
  843. s1:=def1^.typename;
  844. s2:=def2^.typename;
  845. if (s1<>'<unknown type>') and (s2<>'<unknown type>') then
  846. Message2(type_e_not_equal_types,def1^.typename,def2^.typename)
  847. else
  848. Message(type_e_mismatch);
  849. end;
  850. CheckTypes:=false;
  851. end
  852. else
  853. CheckTypes:=true;
  854. end;
  855. end.
  856. {
  857. $Log$
  858. Revision 1.80 1999-08-05 22:42:49 daniel
  859. * Fixed potential bug for open arrays (Their size is not known at
  860. compilation time).
  861. Revision 1.79 1999/08/03 22:03:41 peter
  862. * moved bitmask constants to sets
  863. * some other type/const renamings
  864. Revision 1.78 1999/07/30 12:26:42 peter
  865. * array is_equal disabled for tp,delphi mode
  866. Revision 1.77 1999/07/29 11:41:51 peter
  867. * array is_equal extended
  868. Revision 1.76 1999/07/27 23:39:15 peter
  869. * open array checks also for s32bitdef, because u32bit also has a
  870. high range of -1
  871. Revision 1.75 1999/07/06 21:48:29 florian
  872. * a lot bug fixes:
  873. - po_external isn't any longer necessary for procedure compatibility
  874. - m_tp_procvar is in -Sd now available
  875. - error messages of procedure variables improved
  876. - return values with init./finalization fixed
  877. - data types with init./finalization aren't any longer allowed in variant
  878. record
  879. Revision 1.74 1999/07/01 15:49:24 florian
  880. * int64/qword type release
  881. + lo/hi for int64/qword
  882. Revision 1.73 1999/06/28 22:29:22 florian
  883. * qword division fixed
  884. + code for qword/int64 type casting added:
  885. range checking isn't implemented yet
  886. Revision 1.72 1999/06/13 22:41:08 peter
  887. * merged from fixes
  888. Revision 1.71.2.1 1999/06/13 22:37:17 peter
  889. * convertable para's doesn't check for equal, added equal para's to
  890. proc2procvar check
  891. Revision 1.71 1999/06/03 09:34:13 peter
  892. * better methodpointer check for proc->procvar
  893. Revision 1.70 1999/06/02 22:25:55 pierre
  894. types.pas
  895. Revision 1.69 1999/06/02 10:11:55 florian
  896. * make cycle fixed i.e. compilation with 0.99.10
  897. * some fixes for qword
  898. * start of register calling conventions
  899. Revision 1.68 1999/06/01 19:27:58 peter
  900. * better checks for procvar and methodpointer
  901. Revision 1.67 1999/05/31 22:54:19 peter
  902. * when range check error is found then fix the value to be within the
  903. range
  904. Revision 1.66 1999/05/28 11:00:51 peter
  905. * removed ungettempoftype
  906. Revision 1.65 1999/05/23 18:42:23 florian
  907. * better error recovering in typed constants
  908. * some problems with arrays of const fixed, some problems
  909. due my previous
  910. - the location type of array constructor is now LOC_MEM
  911. - the pushing of high fixed
  912. - parameter copying fixed
  913. - zero temp. allocation removed
  914. * small problem in the assembler writers fixed:
  915. ref to nil wasn't written correctly
  916. Revision 1.64 1999/05/19 20:55:08 florian
  917. * fix of my previous commit
  918. Revision 1.63 1999/05/19 20:40:15 florian
  919. * fixed a couple of array related bugs:
  920. - var a : array[0..1] of char; p : pchar; p:=a+123; works now
  921. - open arrays with an odd size doesn't work: movsb wasn't generated
  922. - introduced some new array type helper routines (is_special_array) etc.
  923. - made the array type checking in isconvertable more strict, often
  924. open array can be used where is wasn't allowed etc...
  925. Revision 1.62 1999/05/19 16:48:29 florian
  926. * tdef.typename: returns a now a proper type name for the most types
  927. Revision 1.61 1999/05/19 10:31:56 florian
  928. * two bugs reported by Romio (bugs 13) are fixed:
  929. - empty array constructors are now handled correctly (e.g. for sysutils.format)
  930. - comparsion of ansistrings was sometimes coded wrong
  931. Revision 1.60 1999/05/18 14:16:01 peter
  932. * containsself fixes
  933. * checktypes()
  934. Revision 1.59 1999/05/18 09:52:24 peter
  935. * procedure of object and addrn fixes
  936. Revision 1.58 1999/04/19 09:29:51 pierre
  937. + ungettempoftype(pdef) boolean function
  938. returns true (can call ungetiftemp )
  939. unless the temp should be "unget" with temptoremove
  940. (currently ansistring or widestring !)
  941. Revision 1.57 1999/04/14 09:15:08 peter
  942. * first things to store the symbol/def number in the ppu
  943. Revision 1.56 1999/03/24 23:17:42 peter
  944. * fixed bugs 212,222,225,227,229,231,233
  945. Revision 1.55 1999/03/09 11:45:42 pierre
  946. * small arrays and records (size <=4) are copied directly
  947. Revision 1.54 1999/03/02 22:52:20 peter
  948. * fixed char array, which can start with all possible values
  949. Revision 1.53 1999/02/25 21:02:57 peter
  950. * ag386bin updates
  951. + coff writer
  952. Revision 1.52 1999/02/24 09:51:44 florian
  953. * wrong warning fixed, if a non-virtual method was hidden by a virtual
  954. method (repoerted by Matthias Koeppe)
  955. Revision 1.51 1999/02/22 23:33:31 florian
  956. + message directive for integers added
  957. Revision 1.50 1999/02/22 20:13:42 florian
  958. + first implementation of message keyword
  959. Revision 1.49 1999/02/16 00:45:30 peter
  960. * fixed crashes by forgotten strpnew() for init_symbol
  961. Revision 1.48 1999/02/09 23:03:08 florian
  962. * check for duplicate field names in inherited classes/objects
  963. * bug with self from the mailing list solved (the problem
  964. was that classes were sometimes pushed wrong)
  965. Revision 1.47 1999/01/27 00:14:01 florian
  966. * "procedure of object"-stuff fixed
  967. Revision 1.46 1999/01/21 22:10:54 peter
  968. * fixed array of const
  969. * generic platform independent high() support
  970. Revision 1.45 1999/01/20 12:34:22 peter
  971. * fixed typed file read/write
  972. Revision 1.44 1999/01/15 11:33:03 pierre
  973. * bug in mmx code removed
  974. Revision 1.43 1998/12/30 13:41:20 peter
  975. * released valuepara
  976. Revision 1.42 1998/12/11 00:04:03 peter
  977. + globtype,tokens,version unit splitted from globals
  978. Revision 1.41 1998/12/10 09:47:33 florian
  979. + basic operations with int64/qord (compiler with -dint64)
  980. + rtti of enumerations extended: names are now written
  981. Revision 1.40 1998/12/04 10:18:14 florian
  982. * some stuff for procedures of object added
  983. * bug with overridden virtual constructors fixed (reported by Italo Gomes)
  984. Revision 1.39 1998/11/27 14:50:55 peter
  985. + open strings, $P switch support
  986. Revision 1.38 1998/11/18 15:44:24 peter
  987. * VALUEPARA for tp7 compatible value parameters
  988. Revision 1.37 1998/11/13 10:15:50 peter
  989. * fixed ptr() with constants
  990. Revision 1.36 1998/11/10 10:09:21 peter
  991. * va_list -> array of const
  992. Revision 1.35 1998/10/19 08:55:13 pierre
  993. * wrong stabs info corrected once again !!
  994. + variable vmt offset with vmt field only if required
  995. implemented now !!!
  996. Revision 1.34 1998/10/12 09:50:06 florian
  997. + support of <procedure var type>:=<pointer> in delphi mode added
  998. Revision 1.33 1998/10/06 20:43:30 peter
  999. * fixed set of bugs. like set of false..true set of #1..#255 and
  1000. set of #1..true which was allowed
  1001. Revision 1.32 1998/10/05 21:33:35 peter
  1002. * fixed 161,165,166,167,168
  1003. Revision 1.31 1998/09/23 09:58:56 peter
  1004. * first working array of const things
  1005. Revision 1.30 1998/09/22 15:40:58 peter
  1006. * some extra ifdef GDB
  1007. Revision 1.29 1998/09/16 12:37:31 michael
  1008. Added FPC_ prefix to abstracterror
  1009. Revision 1.28 1998/09/09 16:44:23 florian
  1010. * I hope, the case bug is fixed now
  1011. Revision 1.27 1998/09/07 17:37:07 florian
  1012. * first fixes for published properties
  1013. Revision 1.26 1998/09/04 12:24:31 florian
  1014. * bug0159 fixed
  1015. Revision 1.25 1998/09/04 09:06:36 florian
  1016. * bug0132 fixed
  1017. Revision 1.24 1998/09/04 08:36:49 peter
  1018. * fixed boolean:=integer which is not explicit
  1019. Revision 1.23 1998/09/01 17:39:55 peter
  1020. + internal constant functions
  1021. Revision 1.22 1998/09/01 12:53:28 peter
  1022. + aktpackenum
  1023. Revision 1.21 1998/08/19 00:42:45 peter
  1024. + subrange types for enums
  1025. + checking for bounds type with ranges
  1026. Revision 1.20 1998/08/18 14:17:14 pierre
  1027. * bug about assigning the return value of a function to
  1028. a procvar fixed : warning
  1029. assigning a proc to a procvar need @ in FPC mode !!
  1030. * missing file/line info restored
  1031. Revision 1.19 1998/08/18 09:24:48 pierre
  1032. * small warning position bug fixed
  1033. * support_mmx switches splitting was missing
  1034. * rhide error and warning output corrected
  1035. Revision 1.18 1998/08/14 18:18:49 peter
  1036. + dynamic set contruction
  1037. * smallsets are now working (always longint size)
  1038. Revision 1.17 1998/08/05 16:00:17 florian
  1039. * some fixes for ansi strings
  1040. Revision 1.16 1998/07/20 23:35:50 michael
  1041. Const ansistrings are not copied.
  1042. Revision 1.15 1998/07/18 22:54:32 florian
  1043. * some ansi/wide/longstring support fixed:
  1044. o parameter passing
  1045. o returning as result from functions
  1046. Revision 1.14 1998/06/12 14:50:50 peter
  1047. * removed the tree dependency to types.pas
  1048. * long_fil.pas support (not fully tested yet)
  1049. Revision 1.13 1998/06/03 22:49:07 peter
  1050. + wordbool,longbool
  1051. * rename bis,von -> high,low
  1052. * moved some systemunit loading/creating to psystem.pas
  1053. Revision 1.12 1998/05/12 10:47:00 peter
  1054. * moved printstatus to verb_def
  1055. + V_Normal which is between V_Error and V_Warning and doesn't have a
  1056. prefix like error: warning: and is included in V_Default
  1057. * fixed some messages
  1058. * first time parameter scan is only for -v and -T
  1059. - removed old style messages
  1060. Revision 1.11 1998/05/01 16:38:46 florian
  1061. * handling of private and protected fixed
  1062. + change_keywords_to_tp implemented to remove
  1063. keywords which aren't supported by tp
  1064. * break and continue are now symbols of the system unit
  1065. + widestring, longstring and ansistring type released
  1066. Revision 1.10 1998/04/29 10:34:08 pierre
  1067. + added some code for ansistring (not complete nor working yet)
  1068. * corrected operator overloading
  1069. * corrected nasm output
  1070. + started inline procedures
  1071. + added starstarn : use ** for exponentiation (^ gave problems)
  1072. + started UseTokenInfo cond to get accurate positions
  1073. Revision 1.9 1998/04/21 10:16:49 peter
  1074. * patches from strasbourg
  1075. * objects is not used anymore in the fpc compiled version
  1076. Revision 1.8 1998/04/12 22:39:44 florian
  1077. * problem with read access to properties solved
  1078. * correct handling of hidding methods via virtual (COM)
  1079. * correct result type of constructor calls (COM), the resulttype
  1080. depends now on the type of the class reference
  1081. Revision 1.7 1998/04/10 21:36:56 florian
  1082. + some stuff to support method pointers (procedure of object) added
  1083. (declaration, parameter handling)
  1084. Revision 1.6 1998/04/10 15:39:49 florian
  1085. * more fixes to get classes.pas compiled
  1086. Revision 1.5 1998/04/09 23:02:16 florian
  1087. * small problems solved to get remake3 work
  1088. Revision 1.4 1998/04/08 16:58:09 pierre
  1089. * several bugfixes
  1090. ADD ADC and AND are also sign extended
  1091. nasm output OK (program still crashes at end
  1092. and creates wrong assembler files !!)
  1093. procsym types sym in tdef removed !!
  1094. Revision 1.3 1998/04/08 11:34:22 peter
  1095. * nasm works (linux only tested)
  1096. }