home *** CD-ROM | disk | FTP | other *** search
/ Programmer's ROM - The Computer Language Library / programmersrom.iso / ada / order / compord.tst < prev    next >
Encoding:
Text File  |  1988-05-03  |  67.2 KB  |  1,914 lines

  1. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  2. --testrun.com
  3. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  4. $co :== $user1:[nosc.work.tools.compord]compile_order.exe
  5. $ set def user1:[nosc.work.tools.compord.tests]
  6. $ co ((fcycle*.tst), fcycle.rpt)
  7. $ co ((test1.tst), test1.rpt)
  8. $ co ((test2.tst), test2.rpt)
  9. $ co ((test3.tst), test3.rpt)
  10. $ co ((test4.tst), test4.rpt)
  11. $ co ((test5.tst), test5.rpt)
  12. $ co ((test6.tst), test6.rpt)
  13. $ co ((test7.tst, test8.tst), test78.rpt)
  14. $ co ((test3.tst), raw.rpt, which_report=> raw)
  15. $ co ((test3.tst), depend.rpt, which_report=> dependency)
  16. $ co ((test3.tst), comp.rpt, which_report=> compilation)
  17. $ co ((test3.tst), rawdep.rpt, which_report=> raw_dependency)
  18. $ co ((test3.tst), rawcomp.rpt, which_report=> raw_compilation)
  19. $ co ((test3.tst), units.rpt, which_report=> units_order)
  20. $ co ((test3.tst), file.rpt, which_report=> file_order)
  21. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  22. --test1.tst
  23. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  24. with jane;
  25. package lily is
  26. end;
  27.  
  28. with lily;
  29. package william is
  30. end;
  31.  
  32. with william;
  33. package desi is
  34. end;
  35.  
  36. with desi;
  37. package gerry is
  38. end;
  39.  
  40. with gerry;
  41. package tatiana is
  42. end;
  43.  
  44. with tatiana;
  45. package seth is
  46. end;
  47.  
  48. with seth;
  49. package rhonda is
  50. end;
  51.  
  52. with rhonda;
  53. package quincy is
  54. end;
  55.  
  56. with quincy;
  57. package patty is
  58. end;
  59.  
  60. with patty;
  61. package onan is
  62. end;
  63.  
  64. with onan;
  65. package nickolas is
  66. end;
  67.  
  68. with nickolas;
  69. package mike is
  70. end;
  71.  
  72. with mike;
  73. package linda is
  74. end;
  75.  
  76. with linda;
  77. package katie is
  78. end;
  79.  
  80. with katie;
  81. package jeremiah is
  82. end;
  83.  
  84. with jeremiah;
  85. package ivan is
  86. end;
  87.  
  88. with ivan;
  89. package hilda is
  90. end;
  91.  
  92. with hilda;
  93. package gertrude is
  94. end;
  95.  
  96. with gertrude;
  97. package francine is
  98. end;
  99.  
  100. with francine;
  101. package yerra is
  102. end;
  103.  
  104. with yerra;
  105. package xylar is
  106. end;
  107.  
  108. with xylar;
  109. package walace is
  110. end;
  111.  
  112. with walace;
  113. package vanessa is
  114. end;
  115.  
  116. with vanessa;
  117. package ulysses is
  118. end;
  119.  
  120. with ulysses;
  121. package tony is
  122. end;
  123.  
  124. with tony;
  125. package sarah is
  126. end;
  127.  
  128. with sarah;
  129. package richard is
  130. end;
  131.  
  132. with richard;
  133. package querra is
  134. end;
  135.  
  136. with querra;
  137. package paul is
  138. end;
  139.  
  140. with paul;
  141. package oswald is
  142. end;
  143.  
  144. with oswald;
  145. package nora is
  146. end;
  147.  
  148. with nora;
  149. package megan is
  150. end;
  151.  
  152. with megan;
  153. package larry is
  154. end;
  155.  
  156. with larry;
  157. package kerry is
  158. end;
  159.  
  160. with kerry;
  161. package janice is
  162. end;
  163.  
  164. with janice;
  165. package irvin is
  166. end;
  167.  
  168. with irvin;
  169. package harry is
  170. end;
  171.  
  172. with harry;
  173. package gillian is
  174. end;
  175.  
  176. with gillian;
  177. package freida is
  178. end;
  179.  
  180. with freida;
  181. package eloise is
  182. end;
  183.  
  184. with eloise;
  185. package darin is
  186. end;
  187.  
  188. with darin;
  189. package christopher is
  190. end;
  191.  
  192. with christopher;
  193. package barry is
  194. end barry;
  195.  
  196. with barry;
  197. package alice is
  198. end alice;
  199.  
  200. with alice;
  201. package zeus is
  202. end zeus;
  203.  
  204. with zeus;
  205. package yvonne is
  206. end;
  207.  
  208. with yvonne;
  209. package xavier is
  210. end;
  211.  
  212. with xavier;
  213. package warren is
  214. end;
  215.  
  216. with warren;
  217. package veronica is
  218. end;
  219.  
  220. with veronica;
  221. package ulva is
  222. end;
  223.  
  224. with ulva;
  225. package thomas is
  226. end;
  227.  
  228. with thomas;
  229. package samuel is
  230. end;
  231.  
  232. with samuel;
  233. package robin is
  234. end;
  235.  
  236. with robin;
  237. package quentin is
  238. end;
  239.  
  240. with quentin;
  241. package peter is
  242. end;
  243.  
  244. with peter;
  245. package oriel is
  246. end;
  247.  
  248. with oriel;
  249. package nancy is
  250. end;
  251.  
  252. with nancy;
  253. package mary is
  254. end;
  255.  
  256. with mary;
  257. package laura is
  258. end;
  259.  
  260. with laura;
  261. package kevin is
  262. end;
  263.  
  264. with kevin;
  265. package john is
  266. end;
  267.  
  268. with john;
  269. package iris is
  270. end;
  271.  
  272. with iris;
  273. package horace is
  274. end;
  275.  
  276. with horace;
  277. package garet is
  278. end;
  279.  
  280. with garet;
  281. package freddy is
  282. end;
  283.  
  284. with freddy;
  285. package elaine is
  286. end;
  287.  
  288. with elaine;
  289. package david is
  290. end;
  291.  
  292. with david;
  293. package cathy is
  294. end;
  295.  
  296. with cathy;
  297. package boris is
  298. end boris;
  299.  
  300. with boris;
  301. package alana is
  302. end alana;
  303. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  304. --test2.tst
  305. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  306.  
  307. with packb;
  308. with procn;
  309. procedure package test_proc;
  310.  
  311. with cbgs;
  312. use cbgs;
  313. function xyz return string;
  314.  
  315. procedure test_proc is
  316. begin 
  317. null;
  318. end test_proc;
  319.  
  320. with aPackage;
  321. with Utilities;
  322. function xyz return string is
  323. begin
  324. null;
  325. end xyz;
  326.  
  327. with xyz;
  328. package small_package is
  329.  
  330.    procedure foo;
  331.    function bar return integer;
  332.  
  333. end small_package;
  334.  
  335. with test_proc;
  336. with Utilities;
  337. package body small_package is
  338.  
  339.    procedure foo is
  340.    begin
  341.    null;
  342.    end foo;
  343.  
  344.    function bar return integer is
  345.    begin
  346.    null;
  347.    end bar;
  348.  
  349. end small_package;
  350. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  351. --test3.tst
  352. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  353.  
  354. with packb;
  355. with procn;
  356. procedure test_proc;
  357.  
  358. with cbgs;
  359. use cbgs;
  360. function xyz return string;
  361.  
  362. procedure test_proc is
  363. begin 
  364. null;
  365. end test_proc;
  366.  
  367. with aPackage;
  368. with Utilities;
  369. function xyz return string is
  370. begin
  371. null;
  372. end xyz;
  373.  
  374. with xyz;
  375. package small_package is
  376.  
  377.    procedure foo;
  378.    function bar return integer;
  379.  
  380. end small_package;
  381.  
  382. with test_proc;
  383. with Utilities;
  384. package body small_package is
  385.  
  386.    procedure foo is
  387.    begin
  388.    null;
  389.    end foo;
  390.  
  391.    function bar return integer is
  392.    begin
  393.    null;
  394.    end bar;
  395.  
  396. end small_package;
  397. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  398. --test4.tst
  399. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  400.  
  401. package big_package is
  402.     procedure collect;
  403.     procedure process;
  404.     procedure other_one;
  405. end big_package;
  406.  
  407. with graphs;
  408. with tables;
  409. with bp_utils;
  410. package body big_package is
  411.  
  412.  
  413.  
  414. package g is new graphs(integer);
  415. graph_thing : g.graph;
  416.  
  417.     function do_stuff(single: tables.item;
  418.                     next: integer)
  419.               return new_type;
  420.  
  421.     procedure collect is
  422.     begin
  423.     null;
  424.     end collect;
  425.  
  426. pragma inline (collect);
  427.  
  428.      procedure process is
  429.     package T renames tables;
  430.     package s_table is new T (string(1..3));
  431.     begin
  432.     null;
  433.     end process;
  434.  
  435.     function do_stuff (single: tables.item;
  436.                    next: integer)
  437.                    return new_type is
  438.     procedure p renames process;
  439.     function x is new graph (color);
  440.     begin
  441.     null;
  442.     end  do_stuff;
  443.  
  444.     procedure other_one is separate;
  445.  
  446. end big_package;
  447.  
  448.  
  449. with something;
  450. with another_thing;
  451.  
  452. separate (big_package)
  453. procedure other_one is
  454. begin
  455. null;
  456. end other_one;
  457.  
  458.  
  459.  
  460. with big_package;
  461. with x;
  462. procedure newp is new x (xyz_type);
  463.  
  464.  
  465. with big_package;
  466. procedure rachel;
  467.  
  468. with rachel;
  469. procedure cindy;
  470. pragma inline (cindy);
  471.  
  472. procedure cindy is
  473. package r renames rachel;
  474. begin
  475. null;
  476. end cindy;
  477. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  478. --test5.tst
  479. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  480.  
  481. with big_package;
  482. with x;
  483. procedure newp is new x (xyz_type);
  484.  
  485.  
  486. with big_package;
  487. procedure rachel;
  488.  
  489. with rachel;
  490. procedure cindy;
  491. pragma inline (cindy);
  492.  
  493. procedure cindy is
  494. package r renames rachel;
  495. begin
  496. null;
  497. end cindy;
  498.  
  499. package big_package is
  500.     procedure collect;
  501.     procedure process;
  502.     procedure other_one;
  503.  
  504. end big_package;
  505.  
  506. with graphs;
  507. with tables;
  508. with bp_utils;
  509. package body big_package is
  510.  
  511.  
  512.  
  513. package g is new graphs(integer);
  514. graph_thing : g.graph;
  515.  
  516.     function do_stuff(single: tables.item;
  517.                     next: integer)
  518.               return new_type;
  519.  
  520.     procedure collect is
  521.     begin
  522.     null;
  523.     end collect;
  524.  
  525. pragma inline (collect);
  526.  
  527.      procedure process is
  528.     package T renames tables;
  529.     package s_table is new T (string(1..3));
  530.     begin
  531.     null;
  532.     end process;
  533.  
  534.     function do_stuff (single: tables.item;
  535.                    next: integer)
  536.                    return new_type is
  537.     procedure p renames process;
  538.     function x is new graph (color);
  539.     begin
  540.     null;
  541.     end  do_stuff;
  542.  
  543.     procedure other_one is separate;
  544.  
  545. end big_package;
  546.  
  547.  
  548. with something;
  549. with another_thing;
  550.  
  551. separate (big_package)
  552. procedure other_one is
  553. begin
  554. null;
  555. end other_one;
  556.  
  557. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  558. --test6.tst
  559. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  560. with cindy;
  561. package big_package is
  562.     procedure collect;
  563.     procedure process;
  564.     procedure other_one;
  565.  
  566. end big_package;
  567.  
  568. with graphs;
  569. with tables;
  570. with bp_utils;
  571. package body big_package is
  572.  
  573.  
  574.  
  575. package g is new graphs(integer);
  576. graph_thing : g.graph;
  577.  
  578.     function do_stuff(single: tables.item;
  579.                     next: integer)
  580.               return new_type;
  581.  
  582.     procedure collect is
  583.     begin
  584.     null;
  585.     end collect;
  586.  
  587. pragma inline (collect);
  588.  
  589.      procedure process is
  590.     package T renames tables;
  591.     package s_table is new T (string(1..3));
  592.     begin
  593.     null;
  594.     end process;
  595.  
  596.     function do_stuff (single: tables.item;
  597.                    next: integer)
  598.                    return new_type is
  599.     procedure p renames process;
  600.     function x is new graph (color);
  601.     begin
  602.     null;
  603.     end  do_stuff;
  604.  
  605.     procedure other_one is separate;
  606.  
  607. end big_package;
  608.  
  609.  
  610. with something;
  611. with another_thing;
  612.  
  613. separate (big_package)
  614. procedure other_one is
  615. begin
  616. null;
  617. end other_one;
  618.  
  619.  
  620.  
  621. with big_package;
  622. with x;
  623. procedure newp is new x (xyz_type);
  624.  
  625.  
  626. with big_package;
  627. procedure rachel;
  628.  
  629. with rachel;
  630. procedure cindy;
  631. pragma inline (cindy);
  632.  
  633. procedure cindy is
  634. package r renames rachel;
  635. begin
  636. null;
  637. end cindy;
  638. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  639. --test7.tst
  640. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  641. procedure duplicate_name (n: integer;
  642.               m: string );
  643. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  644. --test8.tst
  645. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  646. procedure duplicate_name (n: integer;
  647.               m: string );
  648. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  649. --fcycle1.tst
  650. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  651. procedure abacus;
  652.  
  653. with counter;
  654. procedure player;
  655. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  656. --fcycle2.tst
  657. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  658. with abacus;
  659. procedure counter;
  660. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  661. --test1.rpt
  662. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  663.  
  664. Compilation Report                                       May 7, 1985  page  1
  665.  
  666.  
  667.  
  668.  Dependency Report:     
  669.  
  670. Withs Dependencies:     
  671.  
  672. alana (spec)                                                                    
  673.   boris (spec)                                                                  
  674.     cathy (spec)                                                                
  675.       david (spec)                                                              
  676.         elaine (spec)                                                           
  677.           freddy (spec)                                                         
  678.             garet (spec)                                                        
  679.               horace (spec)                                                     
  680.                 iris (spec)                                                     
  681.                   john (spec)                                                   
  682.                     kevin (spec)                                                
  683.                       laura (spec)                                              
  684.                         mary (spec)                                             
  685.                           nancy (spec)                                          
  686.                             oriel (spec)                                        
  687.                               peter (spec)                                      
  688.                                 quentin (spec)                                  
  689.                                   robin (spec)                                  
  690.                                     samuel (spec)                               
  691.                                       thomas (spec)                             
  692.                                         ulva (spec)                             
  693.                                           veronica (spec)                       
  694.                                             warren (spec)                       
  695.                                               xavier (spec)                     
  696.                                                 yvonne (spec)                   
  697.                                                   zeus (spec)                   
  698.                                                     alice (spec)                
  699.                                                       barry (spec)              
  700.                                                         christopher (spec)      
  701.                                                           darin (spec)          
  702.                                                             eloise (spec)       
  703.                                                               freida (spec)     
  704.                                                                 gillian (spec)  
  705.                                                                   harry (spec)  
  706.                                                                     irvin (spec)
  707. ****    irvin (spec)                                                            
  708.           janice (spec)                                                         
  709.             kerry (spec)                                                        
  710.               larry (spec)                                                      
  711.                 megan (spec)                                                    
  712.                   nora (spec)                                                   
  713.                     oswald (spec)                                               
  714.                       paul (spec)                                               
  715.                         querra (spec)                                           
  716.                           richard (spec)                                        
  717.                             sarah (spec)                                        
  718.                               tony (spec)                                       
  719.                                 ulysses (spec)                                  
  720.                                   vanessa (spec)                                
  721.                                     walace (spec)                               
  722.                                       xylar (spec)                              
  723.                                         yerra (spec)                            
  724. Compilation Report                                       May 7, 1985  page  2
  725.  
  726. Withs Dependencies:   
  727.  
  728.                                           francine (spec)                       
  729.                                             gertrude (spec)                     
  730.                                               hilda (spec)                      
  731.                                                 ivan (spec)                     
  732.                                                   jeremiah (spec)               
  733.                                                     katie (spec)                
  734.                                                       linda (spec)              
  735.                                                         mike (spec)             
  736.                                                           nickolas (spec)       
  737.                                                             onan (spec)         
  738.                                                               patty (spec)      
  739.                                                                 quincy (spec)   
  740.                                                                   rhonda (spec) 
  741.                                                                     seth (spec) 
  742. ****    seth (spec)                                                             
  743.           tatiana (spec)                                                        
  744.             gerry (spec)                                                        
  745.               desi (spec)                                                       
  746.                 william (spec)                                                  
  747.                   lily (spec)                                                   
  748.                     jane (spec)                                                 
  749.  
  750.  
  751.  
  752. Withed-by Dependencies:   
  753.  
  754. jane (spec)                                                                     
  755.   lily (spec)                                                                   
  756.     william (spec)                                                              
  757.       desi (spec)                                                               
  758.         gerry (spec)                                                            
  759.           tatiana (spec)                                                        
  760.             seth (spec)                                                         
  761.               rhonda (spec)                                                     
  762.                 quincy (spec)                                                   
  763.                   patty (spec)                                                  
  764.                     onan (spec)                                                 
  765.                       nickolas (spec)                                           
  766.                         mike (spec)                                             
  767.                           linda (spec)                                          
  768.                             katie (spec)                                        
  769.                               jeremiah (spec)                                   
  770.                                 ivan (spec)                                     
  771.                                   hilda (spec)                                  
  772.                                     gertrude (spec)                             
  773.                                       francine (spec)                           
  774.                                         yerra (spec)                            
  775.                                           xylar (spec)                          
  776.                                             walace (spec)                       
  777.                                               vanessa (spec)                    
  778.                                                 ulysses (spec)                  
  779.                                                   tony (spec)                   
  780.                                                     sarah (spec)                
  781.                                                       richard (spec)            
  782.                                                         querra (spec)           
  783.                                                           paul (spec)           
  784. Compilation Report                                       May 7, 1985  page  3
  785.  
  786. Withed-by Dependencies:   
  787.  
  788.                                                             oswald (spec)       
  789.                                                               nora (spec)       
  790.                                                                 megan (spec)    
  791.                                                                   larry (spec)  
  792.                                                                     kerry (spec)
  793. ****    kerry (spec)                                                            
  794.           janice (spec)                                                         
  795.             irvin (spec)                                                        
  796.               harry (spec)                                                      
  797.                 gillian (spec)                                                  
  798.                   freida (spec)                                                 
  799.                     eloise (spec)                                               
  800.                       darin (spec)                                              
  801.                         christopher (spec)                                      
  802.                           barry (spec)                                          
  803.                             alice (spec)                                        
  804.                               zeus (spec)                                       
  805.                                 yvonne (spec)                                   
  806.                                   xavier (spec)                                 
  807.                                     warren (spec)                               
  808.                                       veronica (spec)                           
  809.                                         ulva (spec)                             
  810.                                           thomas (spec)                         
  811.                                             samuel (spec)                       
  812.                                               robin (spec)                      
  813.                                                 quentin (spec)                  
  814.                                                   peter (spec)                  
  815.                                                     oriel (spec)                
  816.                                                       nancy (spec)              
  817.                                                         mary (spec)             
  818.                                                           laura (spec)          
  819.                                                             kevin (spec)        
  820.                                                               john (spec)       
  821.                                                                 iris (spec)     
  822.                                                                   horace (spec) 
  823.                                                                     garet (spec)
  824. ****    garet (spec)                                                            
  825.           freddy (spec)                                                         
  826.             elaine (spec)                                                       
  827.               david (spec)                                                      
  828.                 cathy (spec)                                                    
  829.                   boris (spec)                                                  
  830.                     alana (spec)                                                
  831.  
  832.  
  833.  
  834.  
  835.  Compilation List:        
  836.  
  837. File Name          Compilation Unit                                             
  838.  
  839. (not found)         jane (spec)                                                 
  840. TEST1.TST           lily (spec)                                                 
  841. TEST1.TST           william (spec)                                              
  842. TEST1.TST           desi (spec)                                                 
  843. TEST1.TST           gerry (spec)                                                
  844. Compilation Report                                       May 7, 1985  page  4
  845.  
  846. File Name          Compilation Unit                                             
  847.  
  848. TEST1.TST           tatiana (spec)                                              
  849. TEST1.TST           seth (spec)                                                 
  850. TEST1.TST           rhonda (spec)                                               
  851. TEST1.TST           quincy (spec)                                               
  852. TEST1.TST           patty (spec)                                                
  853. TEST1.TST           onan (spec)                                                 
  854. TEST1.TST           nickolas (spec)                                             
  855. TEST1.TST           mike (spec)                                                 
  856. TEST1.TST           linda (spec)                                                
  857. TEST1.TST           katie (spec)                                                
  858. TEST1.TST           jeremiah (spec)                                             
  859. TEST1.TST           ivan (spec)                                                 
  860. TEST1.TST           hilda (spec)                                                
  861. TEST1.TST           gertrude (spec)                                             
  862. TEST1.TST           francine (spec)                                             
  863. TEST1.TST           yerra (spec)                                                
  864. TEST1.TST           xylar (spec)                                                
  865. TEST1.TST           walace (spec)                                               
  866. TEST1.TST           vanessa (spec)                                              
  867. TEST1.TST           ulysses (spec)                                              
  868. TEST1.TST           tony (spec)                                                 
  869. TEST1.TST           sarah (spec)                                                
  870. TEST1.TST           richard (spec)                                              
  871. TEST1.TST           querra (spec)                                               
  872. TEST1.TST           paul (spec)                                                 
  873. TEST1.TST           oswald (spec)                                               
  874. TEST1.TST           nora (spec)                                                 
  875. TEST1.TST           megan (spec)                                                
  876. TEST1.TST           larry (spec)                                                
  877. TEST1.TST           kerry (spec)                                                
  878. TEST1.TST           janice (spec)                                               
  879. TEST1.TST           irvin (spec)                                                
  880. TEST1.TST           harry (spec)                                                
  881. TEST1.TST           gillian (spec)                                              
  882. TEST1.TST           freida (spec)                                               
  883. TEST1.TST           eloise (spec)                                               
  884. TEST1.TST           darin (spec)                                                
  885. TEST1.TST           christopher (spec)                                          
  886. TEST1.TST           barry (spec)                                                
  887. TEST1.TST           alice (spec)                                                
  888. TEST1.TST           zeus (spec)                                                 
  889. TEST1.TST           yvonne (spec)                                               
  890. TEST1.TST           xavier (spec)                                               
  891. TEST1.TST           warren (spec)                                               
  892. TEST1.TST           veronica (spec)                                             
  893. TEST1.TST           ulva (spec)                                                 
  894. TEST1.TST           thomas (spec)                                               
  895. TEST1.TST           samuel (spec)                                               
  896. TEST1.TST           robin (spec)                                                
  897. TEST1.TST           quentin (spec)                                              
  898. TEST1.TST           peter (spec)                                                
  899. TEST1.TST           oriel (spec)                                                
  900. TEST1.TST           nancy (spec)                                                
  901. TEST1.TST           mary (spec)                                                 
  902. TEST1.TST           laura (spec)                                                
  903. TEST1.TST           kevin (spec)                                                
  904. Compilation Report                                       May 7, 1985  page  5
  905.  
  906. File Name          Compilation Unit                                             
  907.  
  908. TEST1.TST           john (spec)                                                 
  909. TEST1.TST           iris (spec)                                                 
  910. TEST1.TST           horace (spec)                                               
  911. TEST1.TST           garet (spec)                                                
  912. TEST1.TST           freddy (spec)                                               
  913. TEST1.TST           elaine (spec)                                               
  914. TEST1.TST           david (spec)                                                
  915. TEST1.TST           cathy (spec)                                                
  916. TEST1.TST           boris (spec)                                                
  917. TEST1.TST           alana (spec)                                                
  918.  
  919.  
  920.  
  921. File Order: 
  922.  
  923. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST1.TST
  924.  
  925.  
  926.  
  927.  
  928.  
  929.  
  930.  
  931.  
  932.  
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939.  
  940.  
  941.  
  942.  
  943.  
  944.  
  945.  
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952.  
  953.  
  954.  
  955.  
  956.  
  957.  
  958.  
  959.  
  960.  
  961.  
  962.  
  963. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  964. --test2.rpt
  965. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  966.  
  967. Compilation Report                                       May 7, 1985  page  1
  968.  
  969.  
  970.  
  971.  Dependency Report:     
  972.  
  973. Withs Dependencies:     
  974.  
  975.  
  976.  
  977. Withed-by Dependencies:   
  978.  
  979.  
  980.  
  981.  
  982.  Compilation List:        
  983.  
  984. File Name          Compilation Unit                                             
  985.  
  986.  
  987.  
  988.  
  989. File Order: 
  990.  
  991.  
  992.  
  993.  
  994.  
  995.  
  996.  
  997.  
  998.  
  999.  
  1000.  
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007.  
  1008.  
  1009.  
  1010.  
  1011.  
  1012.  
  1013.  
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020.  
  1021.  
  1022.  
  1023.  
  1024.  
  1025.  
  1026. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1027. --test3.rpt
  1028. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1029.  
  1030. Compilation Report                                       May 7, 1985  page  1
  1031.  
  1032.  
  1033.  
  1034.  Dependency Report:     
  1035.  
  1036. Withs Dependencies:     
  1037.  
  1038. small_package (body)                                                            
  1039.   small_package (spec)                                                          
  1040.     xyz (spec)                                                                  
  1041.       cbgs (spec)                                                               
  1042.   Utilities (spec)                                                              
  1043.   test_proc (spec)                                                              
  1044.     procn (spec)                                                                
  1045.     packb (spec)                                                                
  1046.  
  1047. xyz (body)                                                                      
  1048.   {xyz (spec)}                                                                  
  1049.   {Utilities (spec)}                                                            
  1050.   aPackage (spec)                                                               
  1051.  
  1052. test_proc (body)                                                                
  1053.   {test_proc (spec)}                                                            
  1054.  
  1055.  
  1056.  
  1057. Withed-by Dependencies:   
  1058.  
  1059. cbgs (spec)                                                                     
  1060.   xyz (spec)                                                                    
  1061.     small_package (spec)                                                        
  1062.       small_package (body)                                                      
  1063.     xyz (body)                                                                  
  1064.  
  1065. Utilities (spec)                                                                
  1066.   {small_package (body)}                                                        
  1067.   {xyz (body)}                                                                  
  1068.  
  1069. procn (spec)                                                                    
  1070.   test_proc (spec)                                                              
  1071.     {small_package (body)}                                                      
  1072.     test_proc (body)                                                            
  1073.  
  1074. packb (spec)                                                                    
  1075.   {test_proc (spec)}                                                            
  1076.  
  1077. aPackage (spec)                                                                 
  1078.   {xyz (body)}                                                                  
  1079.  
  1080.  
  1081.  
  1082.  
  1083.  Compilation List:        
  1084.  
  1085. File Name          Compilation Unit                                             
  1086.  
  1087. (not found)         cbgs (spec)                                                 
  1088. TEST3.TST           xyz (spec)                                                  
  1089. TEST3.TST           small_package (spec)                                        
  1090. Compilation Report                                       May 7, 1985  page  2
  1091.  
  1092. File Name          Compilation Unit                                             
  1093.  
  1094. (not found)         Utilities (spec)                                            
  1095. (not found)         procn (spec)                                                
  1096. (not found)         packb (spec)                                                
  1097. TEST3.TST           test_proc (spec)                                            
  1098. TEST3.TST           small_package (body)                                        
  1099. (not found)         aPackage (spec)                                             
  1100. TEST3.TST           xyz (body)                                                  
  1101. TEST3.TST           test_proc (body)                                            
  1102.  
  1103.  
  1104.  
  1105. File Order: 
  1106.  
  1107. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST3.TST
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124.  
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131.  
  1132.  
  1133.  
  1134.  
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145.  
  1146.  
  1147.  
  1148.  
  1149. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1150. --test4.rpt
  1151. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1152.  
  1153. Compilation Report                                       May 7, 1985  page  1
  1154.  
  1155.  
  1156.  
  1157.  Dependency Report:     
  1158.  
  1159. Withs Dependencies:     
  1160.  
  1161. cindy (body)                                                                    
  1162.   cindy (spec)                                                                  
  1163.     rachel (spec)                                                               
  1164.       big_package (body)                                                        
  1165.         big_package (spec)                                                      
  1166.         graph (body)                                                            
  1167.           graph (spec)                                                          
  1168.         T (body)                                                                
  1169.           T (spec)                                                              
  1170.         graphs (body)                                                           
  1171.           graphs (spec)                                                         
  1172.         bp_utils (spec)                                                         
  1173.         tables (spec)                                                           
  1174.         {graphs (spec)}                                                         
  1175.       {big_package (spec)}                                                      
  1176.  
  1177. newp (spec)                                                                     
  1178.   {big_package (body)}                                                          
  1179.   x (body)                                                                      
  1180.     x (spec)                                                                    
  1181.   {x (spec)}                                                                    
  1182.   {big_package (spec)}                                                          
  1183.  
  1184. other_one (separate body)                                                       
  1185.   {big_package (body)}                                                          
  1186.   another_thing (spec)                                                          
  1187.   something (spec)                                                              
  1188.  
  1189.  
  1190.  
  1191. Withed-by Dependencies:   
  1192.  
  1193. big_package (spec)                                                              
  1194.   rachel (spec)                                                                 
  1195.     cindy (spec)                                                                
  1196.       cindy (body)                                                              
  1197.   newp (spec)                                                                   
  1198.   big_package (body)                                                            
  1199.     {newp (spec)}                                                               
  1200.     {rachel (spec)}                                                             
  1201.     other_one (separate body)                                                   
  1202.  
  1203. graph (spec)                                                                    
  1204.   graph (body)                                                                  
  1205.     {big_package (body)}                                                        
  1206.  
  1207. T (spec)                                                                        
  1208.   T (body)                                                                      
  1209.     {big_package (body)}                                                        
  1210.  
  1211. graphs (spec)                                                                   
  1212.   {big_package (body)}                                                          
  1213. Compilation Report                                       May 7, 1985  page  2
  1214.  
  1215. Withed-by Dependencies:   
  1216.  
  1217.   graphs (body)                                                                 
  1218.     {big_package (body)}                                                        
  1219.  
  1220. bp_utils (spec)                                                                 
  1221.   {big_package (body)}                                                          
  1222.  
  1223. tables (spec)                                                                   
  1224.   {big_package (body)}                                                          
  1225.  
  1226. x (spec)                                                                        
  1227.   {newp (spec)}                                                                 
  1228.   x (body)                                                                      
  1229.     {newp (spec)}                                                               
  1230.  
  1231. another_thing (spec)                                                            
  1232.   {other_one (separate body)}                                                   
  1233.  
  1234. something (spec)                                                                
  1235.   {other_one (separate body)}                                                   
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  Compilation List:        
  1241.  
  1242. File Name          Compilation Unit                                             
  1243.  
  1244. TEST4.TST           big_package (spec)                                          
  1245. (not found)         graph (spec)                                                
  1246. (not found)         graph (body)                                                
  1247. (not found)         T (spec)                                                    
  1248. (not found)         T (body)                                                    
  1249. (not found)         graphs (spec)                                               
  1250. (not found)         graphs (body)                                               
  1251. (not found)         bp_utils (spec)                                             
  1252. (not found)         tables (spec)                                               
  1253. TEST4.TST           big_package (body)                                          
  1254. TEST4.TST           rachel (spec)                                               
  1255. TEST4.TST           cindy (spec)                                                
  1256. TEST4.TST           cindy (body)                                                
  1257. (not found)         x (spec)                                                    
  1258. (not found)         x (body)                                                    
  1259. TEST4.TST           newp (spec)                                                 
  1260. (not found)         another_thing (spec)                                        
  1261. (not found)         something (spec)                                            
  1262. TEST4.TST           other_one (separate body)                                   
  1263.  
  1264.  
  1265.  
  1266. File Order: 
  1267.  
  1268. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST4.TST
  1269.  
  1270.  
  1271.  
  1272. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1273. --test5.rpt
  1274. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1275.  
  1276. Compilation Report                                       May 7, 1985  page  1
  1277.  
  1278.  
  1279.  
  1280.  Dependency Report:     
  1281.  
  1282. Withs Dependencies:     
  1283.  
  1284. other_one (separate body)                                                       
  1285.   big_package (body)                                                            
  1286.     big_package (spec)                                                          
  1287.     graph (body)                                                                
  1288.       graph (spec)                                                              
  1289.     T (body)                                                                    
  1290.       T (spec)                                                                  
  1291.     graphs (body)                                                               
  1292.       graphs (spec)                                                             
  1293.     bp_utils (spec)                                                             
  1294.     tables (spec)                                                               
  1295.     {graphs (spec)}                                                             
  1296.   another_thing (spec)                                                          
  1297.   something (spec)                                                              
  1298.  
  1299. cindy (body)                                                                    
  1300.   cindy (spec)                                                                  
  1301.     rachel (spec)                                                               
  1302.       {big_package (body)}                                                      
  1303.       {big_package (spec)}                                                      
  1304.  
  1305. newp (spec)                                                                     
  1306.   {big_package (body)}                                                          
  1307.   x (body)                                                                      
  1308.     x (spec)                                                                    
  1309.   {x (spec)}                                                                    
  1310.   {big_package (spec)}                                                          
  1311.  
  1312.  
  1313.  
  1314. Withed-by Dependencies:   
  1315.  
  1316. big_package (spec)                                                              
  1317.   big_package (body)                                                            
  1318.     newp (spec)                                                                 
  1319.     rachel (spec)                                                               
  1320.       cindy (spec)                                                              
  1321.         cindy (body)                                                            
  1322.     other_one (separate body)                                                   
  1323.   {rachel (spec)}                                                               
  1324.   {newp (spec)}                                                                 
  1325.  
  1326. graph (spec)                                                                    
  1327.   graph (body)                                                                  
  1328.     {big_package (body)}                                                        
  1329.  
  1330. T (spec)                                                                        
  1331.   T (body)                                                                      
  1332.     {big_package (body)}                                                        
  1333.  
  1334. graphs (spec)                                                                   
  1335.   {big_package (body)}                                                          
  1336. Compilation Report                                       May 7, 1985  page  2
  1337.  
  1338. Withed-by Dependencies:   
  1339.  
  1340.   graphs (body)                                                                 
  1341.     {big_package (body)}                                                        
  1342.  
  1343. bp_utils (spec)                                                                 
  1344.   {big_package (body)}                                                          
  1345.  
  1346. tables (spec)                                                                   
  1347.   {big_package (body)}                                                          
  1348.  
  1349. another_thing (spec)                                                            
  1350.   {other_one (separate body)}                                                   
  1351.  
  1352. something (spec)                                                                
  1353.   {other_one (separate body)}                                                   
  1354.  
  1355. x (spec)                                                                        
  1356.   {newp (spec)}                                                                 
  1357.   x (body)                                                                      
  1358.     {newp (spec)}                                                               
  1359.  
  1360.  
  1361.  
  1362.  
  1363.  Compilation List:        
  1364.  
  1365. File Name          Compilation Unit                                             
  1366.  
  1367. TEST5.TST           big_package (spec) *                                        
  1368. (not found)         graph (spec)                                                
  1369. (not found)         graph (body)                                                
  1370. (not found)         T (spec)                                                    
  1371. (not found)         T (body)                                                    
  1372. (not found)         graphs (spec)                                               
  1373. (not found)         graphs (body)                                               
  1374. (not found)         bp_utils (spec)                                             
  1375. (not found)         tables (spec)                                               
  1376. TEST5.TST           big_package (body)                                          
  1377. (not found)         another_thing (spec)                                        
  1378. (not found)         something (spec)                                            
  1379. TEST5.TST           other_one (separate body)                                   
  1380. TEST5.TST           rachel (spec) *                                             
  1381. TEST5.TST           cindy (spec) *                                              
  1382. TEST5.TST           cindy (body) *                                              
  1383. (not found)         x (spec)                                                    
  1384. (not found)         x (body)                                                    
  1385. TEST5.TST           newp (spec) *                                               
  1386.  
  1387.  
  1388.  
  1389. File Order: 
  1390.  
  1391. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST5.TST
  1392.  
  1393.  
  1394.  
  1395. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1396. --test6.rpt
  1397. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1398.  
  1399. Compilation Report                                       May 7, 1985  page  1
  1400.  
  1401.  
  1402.  
  1403. The reports following do not reflect these cyclic dependencies
  1404. The following dependencies cause cycles :      
  1405.  
  1406. A dependency from CINDY (SPEC) to RACHEL (SPEC)
  1407.  
  1408.  
  1409.  Dependency Report:     
  1410.  
  1411. Withs Dependencies:     
  1412.  
  1413. rachel (spec)                                                                   
  1414.   big_package (body)                                                            
  1415.     big_package (spec)                                                          
  1416.       cindy (body)                                                              
  1417.         cindy (spec)                                                            
  1418.       {cindy (spec)}                                                            
  1419.     graph (body)                                                                
  1420.       graph (spec)                                                              
  1421.     T (body)                                                                    
  1422.       T (spec)                                                                  
  1423.     graphs (body)                                                               
  1424.       graphs (spec)                                                             
  1425.     bp_utils (spec)                                                             
  1426.     tables (spec)                                                               
  1427.     {graphs (spec)}                                                             
  1428.   {big_package (spec)}                                                          
  1429.  
  1430. newp (spec)                                                                     
  1431.   {big_package (body)}                                                          
  1432.   x (body)                                                                      
  1433.     x (spec)                                                                    
  1434.   {x (spec)}                                                                    
  1435.   {big_package (spec)}                                                          
  1436.  
  1437. other_one (separate body)                                                       
  1438.   {big_package (body)}                                                          
  1439.   another_thing (spec)                                                          
  1440.   something (spec)                                                              
  1441.  
  1442.  
  1443.  
  1444. Withed-by Dependencies:   
  1445.  
  1446. cindy (spec)                                                                    
  1447.   cindy (body)                                                                  
  1448.     big_package (spec)                                                          
  1449.       rachel (spec)                                                             
  1450.       newp (spec)                                                               
  1451.       big_package (body)                                                        
  1452.         {newp (spec)}                                                           
  1453.         {rachel (spec)}                                                         
  1454.         other_one (separate body)                                               
  1455.   {big_package (spec)}                                                          
  1456.  
  1457. graph (spec)                                                                    
  1458.   graph (body)                                                                  
  1459. Compilation Report                                       May 7, 1985  page  2
  1460.  
  1461. Withed-by Dependencies:   
  1462.  
  1463.     {big_package (body)}                                                        
  1464.  
  1465. T (spec)                                                                        
  1466.   T (body)                                                                      
  1467.     {big_package (body)}                                                        
  1468.  
  1469. graphs (spec)                                                                   
  1470.   {big_package (body)}                                                          
  1471.   graphs (body)                                                                 
  1472.     {big_package (body)}                                                        
  1473.  
  1474. bp_utils (spec)                                                                 
  1475.   {big_package (body)}                                                          
  1476.  
  1477. tables (spec)                                                                   
  1478.   {big_package (body)}                                                          
  1479.  
  1480. x (spec)                                                                        
  1481.   {newp (spec)}                                                                 
  1482.   x (body)                                                                      
  1483.     {newp (spec)}                                                               
  1484.  
  1485. another_thing (spec)                                                            
  1486.   {other_one (separate body)}                                                   
  1487.  
  1488. something (spec)                                                                
  1489.   {other_one (separate body)}                                                   
  1490.  
  1491.  
  1492.  
  1493.  
  1494.  Compilation List:        
  1495.  
  1496. File Name          Compilation Unit                                             
  1497.  
  1498. TEST6.TST           cindy (spec) *                                              
  1499. TEST6.TST           cindy (body)                                                
  1500. TEST6.TST           big_package (spec) *                                        
  1501. (not found)         graph (spec)                                                
  1502. (not found)         graph (body)                                                
  1503. (not found)         T (spec)                                                    
  1504. (not found)         T (body)                                                    
  1505. (not found)         graphs (spec)                                               
  1506. (not found)         graphs (body)                                               
  1507. (not found)         bp_utils (spec)                                             
  1508. (not found)         tables (spec)                                               
  1509. TEST6.TST           big_package (body) *                                        
  1510. TEST6.TST           rachel (spec) *                                             
  1511. (not found)         x (spec)                                                    
  1512. (not found)         x (body)                                                    
  1513. TEST6.TST           newp (spec) *                                               
  1514. (not found)         another_thing (spec)                                        
  1515. (not found)         something (spec)                                            
  1516. TEST6.TST           other_one (separate body) *                                 
  1517.  
  1518.  
  1519. Compilation Report                                       May 7, 1985  page  3
  1520.  
  1521. File Name          Compilation Unit                                             
  1522.  
  1523. File Order: 
  1524.  
  1525. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST6.TST
  1526.  
  1527.  
  1528.  
  1529.  
  1530.  
  1531.  
  1532.  
  1533.  
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540.  
  1541.  
  1542.  
  1543.  
  1544.  
  1545.  
  1546.  
  1547.  
  1548.  
  1549.  
  1550.  
  1551.  
  1552.  
  1553.  
  1554.  
  1555.  
  1556.  
  1557.  
  1558.  
  1559.  
  1560.  
  1561.  
  1562.  
  1563.  
  1564.  
  1565.  
  1566.  
  1567.  
  1568.  
  1569.  
  1570.  
  1571.  
  1572.  
  1573.  
  1574.  
  1575.  
  1576.  
  1577.  
  1578. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1579. --test78.rpt
  1580. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1581.  
  1582. Compilation Report                                       May 7, 1985  page  1
  1583.  
  1584.  
  1585.  
  1586.  Dependency Report:     
  1587.  
  1588. Withs Dependencies:     
  1589.  
  1590. duplicate_name (spec)                                                           
  1591.  
  1592.  
  1593.  
  1594. Withed-by Dependencies:   
  1595.  
  1596. duplicate_name (spec)                                                           
  1597.  
  1598.  
  1599.  
  1600.  
  1601.  Compilation List:        
  1602.  
  1603. File Name          Compilation Unit                                             
  1604.  
  1605. TEST7.TST           duplicate_name (spec)                                       
  1606.  
  1607.  
  1608.  
  1609. File Order: 
  1610.  
  1611. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST7.TST
  1612.  
  1613.  
  1614.  
  1615.  
  1616.  
  1617.  
  1618.  
  1619.  
  1620.  
  1621.  
  1622.  
  1623.  
  1624.  
  1625.  
  1626.  
  1627.  
  1628.  
  1629.  
  1630.  
  1631.  
  1632.  
  1633.  
  1634.  
  1635.  
  1636.  
  1637.  
  1638.  
  1639.  
  1640.  
  1641. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1642. --raw.rpt
  1643. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1644. small_package (body)                                                            
  1645.   small_package (spec)                                                          
  1646.     xyz (spec)                                                                  
  1647.       cbgs (spec)                                                               
  1648.   Utilities (spec)                                                              
  1649.   test_proc (spec)                                                              
  1650.     procn (spec)                                                                
  1651.     packb (spec)                                                                
  1652.  
  1653. xyz (body)                                                                      
  1654.   {xyz (spec)}                                                                  
  1655.   {Utilities (spec)}                                                            
  1656.   aPackage (spec)                                                               
  1657.  
  1658. test_proc (body)                                                                
  1659.   {test_proc (spec)}                                                            
  1660.  
  1661.  
  1662.  
  1663. cbgs (spec)                                                                     
  1664.   xyz (spec)                                                                    
  1665.     small_package (spec)                                                        
  1666.       small_package (body)                                                      
  1667.     xyz (body)                                                                  
  1668.  
  1669. Utilities (spec)                                                                
  1670.   {small_package (body)}                                                        
  1671.   {xyz (body)}                                                                  
  1672.  
  1673. procn (spec)                                                                    
  1674.   test_proc (spec)                                                              
  1675.     {small_package (body)}                                                      
  1676.     test_proc (body)                                                            
  1677.  
  1678. packb (spec)                                                                    
  1679.   {test_proc (spec)}                                                            
  1680.  
  1681. aPackage (spec)                                                                 
  1682.   {xyz (body)}                                                                  
  1683.  
  1684.  
  1685.  
  1686.  
  1687. (not found)         cbgs (spec)                                                 
  1688. TEST3.TST           xyz (spec)                                                  
  1689. TEST3.TST           small_package (spec)                                        
  1690. (not found)         Utilities (spec)                                            
  1691. (not found)         procn (spec)                                                
  1692. (not found)         packb (spec)                                                
  1693. TEST3.TST           test_proc (spec)                                            
  1694. TEST3.TST           small_package (body)                                        
  1695. (not found)         aPackage (spec)                                             
  1696. TEST3.TST           xyz (body)                                                  
  1697. TEST3.TST           test_proc (body)                                            
  1698.  
  1699.  
  1700. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST3.TST
  1701.  
  1702. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1703. --depend.rpt
  1704. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1705.  
  1706. Compilation Report                                       May 7, 1985  page  1
  1707.  
  1708.  
  1709.  
  1710.  Dependency Report:     
  1711.  
  1712. Withs Dependencies:     
  1713.  
  1714. small_package (body)                                                            
  1715.   small_package (spec)                                                          
  1716.     xyz (spec)                                                                  
  1717.       cbgs (spec)                                                               
  1718.   Utilities (spec)                                                              
  1719.   test_proc (spec)                                                              
  1720.     procn (spec)                                                                
  1721.     packb (spec)                                                                
  1722.  
  1723. xyz (body)                                                                      
  1724.   {xyz (spec)}                                                                  
  1725.   {Utilities (spec)}                                                            
  1726.   aPackage (spec)                                                               
  1727.  
  1728. test_proc (body)                                                                
  1729.   {test_proc (spec)}                                                            
  1730.  
  1731.  
  1732.  
  1733. Withed-by Dependencies:   
  1734.  
  1735. cbgs (spec)                                                                     
  1736.   xyz (spec)                                                                    
  1737.     small_package (spec)                                                        
  1738.       small_package (body)                                                      
  1739.     xyz (body)                                                                  
  1740.  
  1741. Utilities (spec)                                                                
  1742.   {small_package (body)}                                                        
  1743.   {xyz (body)}                                                                  
  1744.  
  1745. procn (spec)                                                                    
  1746.   test_proc (spec)                                                              
  1747.     {small_package (body)}                                                      
  1748.     test_proc (body)                                                            
  1749.  
  1750. packb (spec)                                                                    
  1751.   {test_proc (spec)}                                                            
  1752.  
  1753. aPackage (spec)                                                                 
  1754.   {xyz (body)}                                                                  
  1755.  
  1756.  
  1757.  
  1758.  
  1759.  
  1760.  
  1761.  
  1762.  
  1763.  
  1764.  
  1765. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1766. --rawdep.rpt
  1767. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1768. small_package (body)                                                            
  1769.   small_package (spec)                                                          
  1770.     xyz (spec)                                                                  
  1771.       cbgs (spec)                                                               
  1772.   Utilities (spec)                                                              
  1773.   test_proc (spec)                                                              
  1774.     procn (spec)                                                                
  1775.     packb (spec)                                                                
  1776.  
  1777. xyz (body)                                                                      
  1778.   {xyz (spec)}                                                                  
  1779.   {Utilities (spec)}                                                            
  1780.   aPackage (spec)                                                               
  1781.  
  1782. test_proc (body)                                                                
  1783.   {test_proc (spec)}                                                            
  1784.  
  1785.  
  1786.  
  1787. cbgs (spec)                                                                     
  1788.   xyz (spec)                                                                    
  1789.     small_package (spec)                                                        
  1790.       small_package (body)                                                      
  1791.     xyz (body)                                                                  
  1792.  
  1793. Utilities (spec)                                                                
  1794.   {small_package (body)}                                                        
  1795.   {xyz (body)}                                                                  
  1796.  
  1797. procn (spec)                                                                    
  1798.   test_proc (spec)                                                              
  1799.     {small_package (body)}                                                      
  1800.     test_proc (body)                                                            
  1801.  
  1802. packb (spec)                                                                    
  1803.   {test_proc (spec)}                                                            
  1804.  
  1805. aPackage (spec)                                                                 
  1806.   {xyz (body)}                                                                  
  1807.  
  1808.  
  1809.  
  1810. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1811. --comp.rpt
  1812. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1813.  
  1814. Compilation Report                                       May 7, 1985  page  1
  1815.  
  1816.  
  1817.  
  1818.  Compilation List:        
  1819.  
  1820. File Name          Compilation Unit                                             
  1821.  
  1822. (not found)         cbgs (spec)                                                 
  1823. TEST3.TST           xyz (spec)                                                  
  1824. TEST3.TST           small_package (spec)                                        
  1825. (not found)         Utilities (spec)                                            
  1826. (not found)         procn (spec)                                                
  1827. (not found)         packb (spec)                                                
  1828. TEST3.TST           test_proc (spec)                                            
  1829. TEST3.TST           small_package (body)                                        
  1830. (not found)         aPackage (spec)                                             
  1831. TEST3.TST           xyz (body)                                                  
  1832. TEST3.TST           test_proc (body)                                            
  1833.  
  1834.  
  1835.  
  1836. File Order: 
  1837.  
  1838. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST3.TST
  1839.  
  1840.  
  1841.  
  1842.  
  1843.  
  1844.  
  1845.  
  1846.  
  1847.  
  1848.  
  1849.  
  1850.  
  1851.  
  1852.  
  1853.  
  1854.  
  1855.  
  1856.  
  1857.  
  1858.  
  1859.  
  1860.  
  1861.  
  1862.  
  1863.  
  1864.  
  1865.  
  1866.  
  1867.  
  1868.  
  1869.  
  1870.  
  1871.  
  1872.  
  1873. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1874. --rawcomp.rpt
  1875. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1876. (not found)         cbgs (spec)                                                 
  1877. TEST3.TST           xyz (spec)                                                  
  1878. TEST3.TST           small_package (spec)                                        
  1879. (not found)         Utilities (spec)                                            
  1880. (not found)         procn (spec)                                                
  1881. (not found)         packb (spec)                                                
  1882. TEST3.TST           test_proc (spec)                                            
  1883. TEST3.TST           small_package (body)                                        
  1884. (not found)         aPackage (spec)                                             
  1885. TEST3.TST           xyz (body)                                                  
  1886. TEST3.TST           test_proc (body)                                            
  1887.  
  1888.  
  1889. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST3.TST
  1890.  
  1891. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1892. --file.rpt
  1893. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1894. USER1:[NOSC.WORK.TOOLS.COMPORD.TESTS]TEST3.TST
  1895.  
  1896. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1897. --units.rpt
  1898. --::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
  1899. (not found)         cbgs (spec)                                                 
  1900. TEST3.TST           xyz (spec)                                                  
  1901. TEST3.TST           small_package (spec)                                        
  1902. (not found)         Utilities (spec)                                            
  1903. (not found)         procn (spec)                                                
  1904. (not found)         packb (spec)                                                
  1905. TEST3.TST           test_proc (spec)                                            
  1906. TEST3.TST           small_package (body)                                        
  1907. (not found)         aPackage (spec)                                             
  1908. TEST3.TST           xyz (body)                                                  
  1909. TEST3.TST           test_proc (body)                                            
  1910.  
  1911.  
  1912.  
  1913.  
  1914.