Out2.std 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595
  1. Thu Apr 28 12:20:53 MET DST 1988
  2. ***** ctconv
  3. int24 conv.c
  4. conv.c
  5. "conv.c", line 38: (warning) overflow in constant expression
  6. running conv.cem
  7. comparing conv
  8. 14,25c14,25
  9. < char -1, int -1, unsigned 177777, long -1
  10. < float -1.000000
  11. < char -1, int -1, unsigned 177777, long -1
  12. < float -1.000000
  13. < From integer
  14. < char -64, int -64, unsigned 177700, long -64
  15. < float -64.000000
  16. < From long
  17. < char -3, int -3, unsigned 177775, long -3
  18. < float -3.000000
  19. < Casts from long
  20. < char -8, int 9464, unsigned short 22370, long 75000
  21. ---
  22. > char -1, int -1, unsigned 37777777777, long -1
  23. > float -1.000000
  24. > char -1, int -1, unsigned 37777777777, long -1
  25. > float -1.000000
  26. > From integer
  27. > char -64, int -64, unsigned 37777777700, long -64
  28. > float -64.000000
  29. > From long
  30. > char -3, int -3, unsigned 37777777775, long -3
  31. > float -3.000000
  32. > Casts from long
  33. > char -8, int 75000, unsigned short 22370, long 75000
  34. *** Error code 1 (ignored)
  35. ***** ctdecl
  36. int24 decl.c
  37. decl.c
  38. running decl.cem
  39. comparing decl
  40. ***** ctdivers
  41. int24 ops.c
  42. ops.c
  43. running ops.cem
  44. comparing ops
  45. 22,37c22,39
  46. < u<<0 150715
  47. < u<<1 121632
  48. < u<<2 43464
  49. < u<<3 107150
  50. < u<<4 16320
  51. < u<<5 34640
  52. < u<<6 71500
  53. < u<<7 163200
  54. < u<<8 146400
  55. < u<<9 115000
  56. < u<<10 32000
  57. < u<<11 64000
  58. < u<<12 150000
  59. < u<<13 120000
  60. < u<<14 40000
  61. < u<<15 100000
  62. ---
  63. > u>>16 0
  64. > u<<0 150715
  65. > u<<1 321632
  66. > u<<2 643464
  67. > u<<3 1507150
  68. > u<<4 3216320
  69. > u<<5 6434640
  70. > u<<6 15071500
  71. > u<<7 32163200
  72. > u<<8 64346400
  73. > u<<9 150715000
  74. > u<<10 321632000
  75. > u<<11 643464000
  76. > u<<12 1507150000
  77. > u<<13 3216320000
  78. > u<<14 6434640000
  79. > u<<15 15071500000
  80. > u<<16 32163200000
  81. *** Error code 1 (ignored)
  82. ***** cterr
  83. int24 bugs.c
  84. bugs.c
  85. "bugs.c", line 88: (warning) overflow in constant expression
  86. running bugs.cem
  87. comparing bugs
  88. ***** ctest1
  89. int24 test.c
  90. test.c
  91. running test.cem
  92. comparing test
  93. ***** ctest2
  94. int24 t7.c
  95. t7.c
  96. running t7.cem
  97. comparing t7
  98. ***** ctest3
  99. int24 test2.c
  100. test2.c
  101. "test2.c", line 448: (warning) conversion of pointer to int loses accuracy
  102. "test2.c", line 448: (warning) conversion of pointer to int loses accuracy
  103. running test2.cem
  104. comparing test2
  105. ***** ctest5
  106. int24 test1.c
  107. test1.c
  108. "test1.c", line 375: (warning) incompatible pointers in =
  109. "test1.c", line 376: (warning) incompatible pointers in =
  110. "test1.c", line 377: (warning) incompatible pointers in =
  111. "test1.c", line 389: (warning) incompatible pointers in =
  112. "test1.c", line 412: (warning) incompatible pointers in =
  113. "test1.c", line 413: (warning) incompatible pointers in =
  114. "test1.c", line 414: (warning) incompatible pointers in =
  115. "test1.c", line 426: (warning) incompatible pointers in =
  116. running test1.cem
  117. comparing test1
  118. ***** ctgen
  119. sed -f bf.sed <OPS >bf.c
  120. int24 bf.c
  121. bf.c
  122. running bf.cem
  123. comparing bf
  124. sed -f cel.sed <OPS >cel.c
  125. int24 cel.c
  126. cel.c
  127. running cel.cem
  128. comparing cel
  129. sed -f clu.sed <OPS >clu.c
  130. int24 clu.c
  131. clu.c
  132. "clu.c", line 60: (warning) overflow in unsigned constant expression
  133. "clu.c", line 66: (warning) overflow in unsigned constant expression
  134. running clu.cem
  135. comparing clu
  136. 23,31c23,31
  137. < x = 40000 -25536
  138. < x += 40000 -25526
  139. < x -= 40000 25546
  140. < x /= 40000 0
  141. < x %= 40000 10
  142. < x *= 40000 6784
  143. < x &= 40000 0
  144. < x |= 40000 -25526
  145. < x ^= 40000 -25526
  146. ---
  147. > x = 40000 40000
  148. > x += 40000 40010
  149. > x -= 40000 -39990
  150. > x /= 40000 0
  151. > x %= 40000 10
  152. > x *= 40000 400000
  153. > x &= 40000 0
  154. > x |= 40000 40010
  155. > x ^= 40000 40010
  156. 38c38
  157. < y = ( 40000 + 8012 ) -17524
  158. ---
  159. > y = ( 40000 + 8012 ) 48012
  160. 42,52c42,52
  161. < y = ( 40000 * 8012 ) 8960
  162. < y = ( 40000 & 8012 ) 7232
  163. < y = ( 40000 | 8012 ) -24756
  164. < y = ( 40000 ^ 8012 ) -31988
  165. < y = ( 40000 || 8012 ) 1
  166. < y = ( 40000 && 8012 ) 1
  167. < y = ( 40000 << 9 ) -32768
  168. < y = ( 40000 >> 9 ) 78
  169. < y = ( -40000 ) 25536
  170. < y = ( !40000 ) 0
  171. < y = ( ~40000 ) 25535
  172. ---
  173. > y = ( 40000 * 8012 ) 320480000
  174. > y = ( 40000 & 8012 ) 7232
  175. > y = ( 40000 | 8012 ) 40780
  176. > y = ( 40000 ^ 8012 ) 33548
  177. > y = ( 40000 || 8012 ) 1
  178. > y = ( 40000 && 8012 ) 1
  179. > y = ( 40000 << 9 ) 20480000
  180. > y = ( 40000 >> 9 ) 78
  181. > y = ( -40000 ) -40000
  182. > y = ( !40000 ) 0
  183. > y = ( ~40000 ) -40001
  184. 59,68c59,68
  185. < y = ( 40000 ? 40000 : 8012 ) -25536
  186. < y = ( x = 40000 ) -25536 -25536
  187. < y = ( x += 40000 ) -25526 -25526
  188. < y = ( x -= 40000 ) 25546 25546
  189. < y = ( x /= 40000 ) 0 0
  190. < y = ( x %= 40000 ) 10 10
  191. < y = ( x *= 40000 ) 6784 6784
  192. < y = ( x &= 40000 ) 0 0
  193. < y = ( x |= 40000 ) -25526 -25526
  194. < y = ( x ^= 40000 ) -25526 -25526
  195. ---
  196. > y = ( 40000 ? 40000 : 8012 ) 40000
  197. > y = ( x = 40000 ) 40000 40000
  198. > y = ( x += 40000 ) 40010 40010
  199. > y = ( x -= 40000 ) -39990 -39990
  200. > y = ( x /= 40000 ) 0 0
  201. > y = ( x %= 40000 ) 10 10
  202. > y = ( x *= 40000 ) 400000 400000
  203. > y = ( x &= 40000 ) 0 0
  204. > y = ( x |= 40000 ) 40010 40010
  205. > y = ( x ^= 40000 ) 40010 40010
  206. 97,105c97,105
  207. < yes if ( x = 40000 ) yes() ; else no() -25536
  208. < yes if ( x += 40000 ) yes() ; else no() -25526
  209. < yes if ( x -= 40000 ) yes() ; else no() 25546
  210. < no if ( x /= 40000 ) yes() ; else no() 0
  211. < yes if ( x %= 40000 ) yes() ; else no() 10
  212. < yes if ( x *= 40000 ) yes() ; else no() 6784
  213. < no if ( x &= 40000 ) yes() ; else no() 0
  214. < yes if ( x |= 40000 ) yes() ; else no() -25526
  215. < yes if ( x ^= 40000 ) yes() ; else no() -25526
  216. ---
  217. > yes if ( x = 40000 ) yes() ; else no() 40000
  218. > yes if ( x += 40000 ) yes() ; else no() 40010
  219. > yes if ( x -= 40000 ) yes() ; else no() -39990
  220. > no if ( x /= 40000 ) yes() ; else no() 0
  221. > yes if ( x %= 40000 ) yes() ; else no() 10
  222. > yes if ( x *= 40000 ) yes() ; else no() 400000
  223. > no if ( x &= 40000 ) yes() ; else no() 0
  224. > yes if ( x |= 40000 ) yes() ; else no() 40010
  225. > yes if ( x ^= 40000 ) yes() ; else no() 40010
  226. *** Error code 1 (ignored)
  227. sed -f ec.sed <OPS >ec.c
  228. int24 ec.c
  229. ec.c
  230. "ec.c", line 58: (warning) overflow in constant expression
  231. "ec.c", line 64: (warning) overflow in constant expression
  232. running ec.cem
  233. comparing ec
  234. sed -f ef.sed <OPS >ef.c
  235. int24 ef.c
  236. ef.c
  237. running ef.cem
  238. comparing ef
  239. sed -f ei.sed <OPS >ei.c
  240. int24 ei.c
  241. ei.c
  242. "ei.c", line 22: (warning) overflow in constant expression
  243. "ei.c", line 65: (warning) overflow in constant expression
  244. "ei.c", line 108: (warning) overflow in constant expression
  245. running ei.cem
  246. comparing ei
  247. 32c32
  248. < x <<= 15 -32768
  249. ---
  250. > x <<= 15 8355840
  251. 48c48
  252. < y = ( 4 << 15 ) 0
  253. ---
  254. > y = ( 4 << 15 ) 131072
  255. 69c69
  256. < y = ( x <<= 15 ) -32768 -32768
  257. ---
  258. > y = ( x <<= 15 ) 8355840 8355840
  259. 85c85
  260. < no if ( 4 << 15 ) yes() ; else no()
  261. ---
  262. > yes if ( 4 << 15 ) yes() ; else no()
  263. 106c106
  264. < yes if ( x <<= 15 ) yes() ; else no() -32768
  265. ---
  266. > yes if ( x <<= 15 ) yes() ; else no() 8355840
  267. *** Error code 1 (ignored)
  268. sed -f el.sed <OPS >el.c
  269. int24 el.c
  270. el.c
  271. running el.cem
  272. comparing el
  273. sed -f eu.sed <OPS >eu.c
  274. int24 eu.c
  275. eu.c
  276. "eu.c", line 58: (warning) overflow in unsigned constant expression
  277. "eu.c", line 64: (warning) overflow in unsigned constant expression
  278. running eu.cem
  279. comparing eu
  280. 23,31c23,31
  281. < x = 40000 -25536
  282. < x += 40000 -25526
  283. < x -= 40000 25546
  284. < x /= 40000 0
  285. < x %= 40000 10
  286. < x *= 40000 6784
  287. < x &= 40000 0
  288. < x |= 40000 -25526
  289. < x ^= 40000 -25526
  290. ---
  291. > x = 40000 40000
  292. > x += 40000 40010
  293. > x -= 40000 -39990
  294. > x /= 40000 0
  295. > x %= 40000 10
  296. > x *= 40000 400000
  297. > x &= 40000 0
  298. > x |= 40000 40010
  299. > x ^= 40000 40010
  300. 38c38
  301. < y = ( 40000 + 8012 ) -17524
  302. ---
  303. > y = ( 40000 + 8012 ) 48012
  304. 42,52c42,52
  305. < y = ( 40000 * 8012 ) 8960
  306. < y = ( 40000 & 8012 ) 7232
  307. < y = ( 40000 | 8012 ) -24756
  308. < y = ( 40000 ^ 8012 ) -31988
  309. < y = ( 40000 || 8012 ) 1
  310. < y = ( 40000 && 8012 ) 1
  311. < y = ( 40000 << 9 ) -32768
  312. < y = ( 40000 >> 9 ) 78
  313. < y = ( -40000 ) 25536
  314. < y = ( !40000 ) 0
  315. < y = ( ~40000 ) 25535
  316. ---
  317. > y = ( 40000 * 8012 ) 320480000
  318. > y = ( 40000 & 8012 ) 7232
  319. > y = ( 40000 | 8012 ) 40780
  320. > y = ( 40000 ^ 8012 ) 33548
  321. > y = ( 40000 || 8012 ) 1
  322. > y = ( 40000 && 8012 ) 1
  323. > y = ( 40000 << 9 ) 20480000
  324. > y = ( 40000 >> 9 ) 78
  325. > y = ( -40000 ) -40000
  326. > y = ( !40000 ) 0
  327. > y = ( ~40000 ) -40001
  328. 59,68c59,68
  329. < y = ( 40000 ? 40000 : 8012 ) -25536
  330. < y = ( x = 40000 ) -25536 -25536
  331. < y = ( x += 40000 ) -25526 -25526
  332. < y = ( x -= 40000 ) 25546 25546
  333. < y = ( x /= 40000 ) 0 0
  334. < y = ( x %= 40000 ) 10 10
  335. < y = ( x *= 40000 ) 6784 6784
  336. < y = ( x &= 40000 ) 0 0
  337. < y = ( x |= 40000 ) -25526 -25526
  338. < y = ( x ^= 40000 ) -25526 -25526
  339. ---
  340. > y = ( 40000 ? 40000 : 8012 ) 40000
  341. > y = ( x = 40000 ) 40000 40000
  342. > y = ( x += 40000 ) 40010 40010
  343. > y = ( x -= 40000 ) -39990 -39990
  344. > y = ( x /= 40000 ) 0 0
  345. > y = ( x %= 40000 ) 10 10
  346. > y = ( x *= 40000 ) 400000 400000
  347. > y = ( x &= 40000 ) 0 0
  348. > y = ( x |= 40000 ) 40010 40010
  349. > y = ( x ^= 40000 ) 40010 40010
  350. 97,105c97,105
  351. < yes if ( x = 40000 ) yes() ; else no() -25536
  352. < yes if ( x += 40000 ) yes() ; else no() -25526
  353. < yes if ( x -= 40000 ) yes() ; else no() 25546
  354. < no if ( x /= 40000 ) yes() ; else no() 0
  355. < yes if ( x %= 40000 ) yes() ; else no() 10
  356. < yes if ( x *= 40000 ) yes() ; else no() 6784
  357. < no if ( x &= 40000 ) yes() ; else no() 0
  358. < yes if ( x |= 40000 ) yes() ; else no() -25526
  359. < yes if ( x ^= 40000 ) yes() ; else no() -25526
  360. ---
  361. > yes if ( x = 40000 ) yes() ; else no() 40000
  362. > yes if ( x += 40000 ) yes() ; else no() 40010
  363. > yes if ( x -= 40000 ) yes() ; else no() -39990
  364. > no if ( x /= 40000 ) yes() ; else no() 0
  365. > yes if ( x %= 40000 ) yes() ; else no() 10
  366. > yes if ( x *= 40000 ) yes() ; else no() 400000
  367. > no if ( x &= 40000 ) yes() ; else no() 0
  368. > yes if ( x |= 40000 ) yes() ; else no() 40010
  369. > yes if ( x ^= 40000 ) yes() ; else no() 40010
  370. *** Error code 1 (ignored)
  371. sed -f id.sed <OPS >id.c
  372. int24 id.c
  373. id.c
  374. running id.cem
  375. comparing id
  376. sed -f lc.sed <OPS >lc.c
  377. int24 lc.c
  378. lc.c
  379. "lc.c", line 60: (warning) overflow in constant expression
  380. "lc.c", line 66: (warning) overflow in constant expression
  381. running lc.cem
  382. comparing lc
  383. sed -f ld.sed <OPS >ld.c
  384. int24 ld.c
  385. ld.c
  386. running ld.cem
  387. comparing ld
  388. sed -f lf.sed <OPS >lf.c
  389. int24 lf.c
  390. lf.c
  391. running lf.cem
  392. comparing lf
  393. sed -f li.sed <OPS >li.c
  394. int24 li.c
  395. li.c
  396. "li.c", line 22: (warning) overflow in constant expression
  397. "li.c", line 67: (warning) overflow in constant expression
  398. "li.c", line 112: (warning) overflow in constant expression
  399. running li.cem
  400. comparing li
  401. 32c32
  402. < x <<= 15 -32768
  403. ---
  404. > x <<= 15 8355840
  405. 48c48
  406. < y = ( 4 << 15 ) 0
  407. ---
  408. > y = ( 4 << 15 ) 131072
  409. 69c69
  410. < y = ( x <<= 15 ) -32768 -32768
  411. ---
  412. > y = ( x <<= 15 ) 8355840 8355840
  413. 85c85
  414. < no if ( 4 << 15 ) yes() ; else no()
  415. ---
  416. > yes if ( 4 << 15 ) yes() ; else no()
  417. 106c106
  418. < yes if ( x <<= 15 ) yes() ; else no() -32768
  419. ---
  420. > yes if ( x <<= 15 ) yes() ; else no() 8355840
  421. *** Error code 1 (ignored)
  422. sed -f ll.sed <OPS >ll.c
  423. int24 ll.c
  424. ll.c
  425. running ll.cem
  426. comparing ll
  427. sed -f lu.sed <OPS >lu.c
  428. int24 lu.c
  429. lu.c
  430. running lu.cem
  431. comparing lu
  432. 23,31c23,31
  433. < z = x -25302
  434. < z += x -25292
  435. < z -= x 25312
  436. < z /= x 0
  437. < z %= x 10
  438. < z *= x 9124
  439. < z &= x 10
  440. < z |= x -25302
  441. < z ^= x -25312
  442. ---
  443. > z = x 40234
  444. > z += x 40244
  445. > z -= x -40224
  446. > z /= x 0
  447. > z %= x 10
  448. > z *= x 402340
  449. > z &= x 10
  450. > z |= x 40234
  451. > z ^= x 40224
  452. 38c38
  453. < y = ( x + 8012 ) -17290
  454. ---
  455. > y = ( x + 8012 ) 48246
  456. 42,52c42,52
  457. < y = ( x * 8012 ) -16776
  458. < y = ( x & 8012 ) 7432
  459. < y = ( x | 8012 ) -24722
  460. < y = ( x ^ 8012 ) -32154
  461. < y = ( x || 8012 ) 1
  462. < y = ( x && 8012 ) 1
  463. < y = ( x << 9 ) 21504
  464. < y = ( x >> 9 ) 78
  465. < y = ( -x ) 25302
  466. < y = ( !x ) 0
  467. < y = ( ~x ) 25301
  468. ---
  469. > y = ( x * 8012 ) 322354808
  470. > y = ( x & 8012 ) 7432
  471. > y = ( x | 8012 ) 40814
  472. > y = ( x ^ 8012 ) 33382
  473. > y = ( x || 8012 ) 1
  474. > y = ( x && 8012 ) 1
  475. > y = ( x << 9 ) 20599808
  476. > y = ( x >> 9 ) 78
  477. > y = ( -x ) -40234
  478. > y = ( !x ) 0
  479. > y = ( ~x ) -40235
  480. 59,68c59,68
  481. < y = ( x ? x : 8012 ) -25302
  482. < y = ( z = x ) -25302 -25302
  483. < y = ( z += x ) -25292 -25292
  484. < y = ( z -= x ) 25312 25312
  485. < y = ( z /= x ) 0 0
  486. < y = ( z %= x ) 10 10
  487. < y = ( z *= x ) 9124 9124
  488. < y = ( z &= x ) 10 10
  489. < y = ( z |= x ) -25302 -25302
  490. < y = ( z ^= x ) -25312 -25312
  491. ---
  492. > y = ( x ? x : 8012 ) 40234
  493. > y = ( z = x ) 40234 40234
  494. > y = ( z += x ) 40244 40244
  495. > y = ( z -= x ) -40224 -40224
  496. > y = ( z /= x ) 0 0
  497. > y = ( z %= x ) 10 10
  498. > y = ( z *= x ) 402340 402340
  499. > y = ( z &= x ) 10 10
  500. > y = ( z |= x ) 40234 40234
  501. > y = ( z ^= x ) 40224 40224
  502. 97,105c97,105
  503. < yes if ( z = x ) yes() ; else no() -25302
  504. < yes if ( z += x ) yes() ; else no() -25292
  505. < yes if ( z -= x ) yes() ; else no() 25312
  506. < no if ( z /= x ) yes() ; else no() 0
  507. < yes if ( z %= x ) yes() ; else no() 10
  508. < yes if ( z *= x ) yes() ; else no() 9124
  509. < yes if ( z &= x ) yes() ; else no() 10
  510. < yes if ( z |= x ) yes() ; else no() -25302
  511. < yes if ( z ^= x ) yes() ; else no() -25312
  512. ---
  513. > yes if ( z = x ) yes() ; else no() 40234
  514. > yes if ( z += x ) yes() ; else no() 40244
  515. > yes if ( z -= x ) yes() ; else no() -40224
  516. > no if ( z /= x ) yes() ; else no() 0
  517. > yes if ( z %= x ) yes() ; else no() 10
  518. > yes if ( z *= x ) yes() ; else no() 402340
  519. > yes if ( z &= x ) yes() ; else no() 10
  520. > yes if ( z |= x ) yes() ; else no() 40234
  521. > yes if ( z ^= x ) yes() ; else no() 40224
  522. *** Error code 1 (ignored)
  523. ***** ctill
  524. ----- All program(s) in this directory should fail to compile.
  525. int24 noarg.c
  526. noarg.c
  527. "noarg.c", line 14: name not in parameter list
  528. *** Error code 1
  529. `gen' not remade because of errors
  530. ***** ctinit
  531. int24 init.c
  532. init.c
  533. "init.c", line 172: (warning) overflow in constant expression
  534. running init.cem
  535. comparing init
  536. 47,48c47,48
  537. < fl5 2.93873587705571956974e-39
  538. < fl6 1.70141173319264450000e+38
  539. ---
  540. > fl5 2.93873587705571892581e-39
  541. > fl6 1.70141173319264428000e+38
  542. 70c70
  543. < dbl5 2.93873600000000188004e-39
  544. ---
  545. > dbl5 2.93873600000000034793e-39
  546. 92c92
  547. < lo4 0
  548. ---
  549. > lo4 -2147483648
  550. 110,$c110,$
  551. < sizeof stb 6
  552. < stb -1 -2 3 4 -1 6 7
  553. <
  554. ---
  555. > sizeof stb 8
  556. > stb -1 -2 3 4 -1 6 7
  557. >
  558. *** Error code 1 (ignored)
  559. ***** ctmargt
  560. int24 margt.c
  561. margt.c
  562. running margt.cem
  563. comparing margt
  564. ***** ctprof
  565. test profiling
  566. procentry.c
  567. int24 tp.c procentry.m
  568. tp.c
  569. running tp.cem
  570. comparing tp
  571. ***** ctsetjmp
  572. int24 stjmp.c
  573. stjmp.c
  574. running stjmp.cem
  575. comparing stjmp
  576. ***** ctstruct
  577. int24 str.c
  578. str.c
  579. running str.cem
  580. comparing str
  581. ***** ctsys
  582. int24 tfork.c
  583. tfork.c
  584. running tfork.cem
  585. comparing tfork
  586. 1,$c1,$
  587. < childno 6310
  588. < Child 6310, status 0x800
  589. < fork/wait ok
  590. ---
  591. > childno 16276
  592. > Child 16276, status 0x800
  593. > fork/wait ok
  594. *** Error code 1 (ignored)
  595. Thu Apr 28 12:54:21 MET DST 1988