out.std 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. Tue May 22 15:12:22 MDT 1984
  2. ***** ctconv
  3. acc conv.c
  4. conv.c
  5. "conv.c", line 41: warning: Overflow in constant expression
  6. running conv.cem
  7. comparing conv
  8. ***** ctdecl
  9. acc decl.c
  10. decl.c
  11. running decl.cem
  12. comparing decl
  13. ***** ctdivers
  14. acc ops.c
  15. ops.c
  16. running ops.cem
  17. comparing ops
  18. ***** cterr
  19. acc bugs.c
  20. bugs.c
  21. "bugs.c", line 92: warning: Overflow in constant expression
  22. running bugs.cem
  23. comparing bugs
  24. 9,$c9,$
  25. < compl_ind
  26. < END
  27. ---
  28. > END
  29. ***** ctest1
  30. acc test.c
  31. test.c
  32. running test.cem
  33. comparing test
  34. ***** ctest2
  35. acc t7.c
  36. t7.c
  37. "t7.c", line 161: warning: statement not reached
  38. "t7.c", line 178: warning: statement not reached
  39. "t7.c", line 182: warning: statement not reached
  40. "t7.c", line 186: warning: statement not reached
  41. "t7.c", line 190: warning: statement not reached
  42. "t7.c", line 194: warning: statement not reached
  43. "t7.c", line 198: warning: statement not reached
  44. "t7.c", line 205: warning: statement not reached
  45. "t7.c", line 207: warning: statement not reached
  46. "t7.c", line 211: warning: statement not reached
  47. "t7.c", line 213: warning: statement not reached
  48. "t7.c", line 287: warning: statement not reached
  49. "t7.c", line 294: warning: statement not reached
  50. "t7.c", line 300: warning: statement not reached
  51. "t7.c", line 307: warning: statement not reached
  52. "t7.c", line 343: warning: statement not reached
  53. "t7.c", line 344: warning: statement not reached
  54. "t7.c", line 345: warning: statement not reached
  55. "t7.c", line 346: warning: statement not reached
  56. "t7.c", line 348: warning: statement not reached
  57. "t7.c", line 452: warning: statement not reached
  58. "t7.c", line 561: warning: statement not reached
  59. "t7.c", line 589: warning: statement not reached
  60. running t7.cem
  61. comparing t7
  62. ***** ctest3
  63. acc test2.c
  64. test2.c
  65. running test2.cem
  66. comparing test2
  67. ***** ctest5
  68. acc test1.c
  69. test1.c
  70. "test1.c", line 101: warning: Illegal shift count in constant expression
  71. "test1.c", line 370: warning: illegal pointer combination
  72. "test1.c", line 371: warning: illegal pointer combination
  73. "test1.c", line 372: warning: illegal pointer combination
  74. "test1.c", line 384: warning: illegal pointer combination
  75. "test1.c", line 407: warning: illegal pointer combination
  76. "test1.c", line 408: warning: illegal pointer combination
  77. "test1.c", line 409: warning: illegal pointer combination
  78. "test1.c", line 421: warning: illegal pointer combination
  79. running test1.cem
  80. comparing test1
  81. ***** ctgen
  82. `bf.c' is up to date.
  83. acc bf.c
  84. bf.c
  85. running bf.cem
  86. comparing bf
  87. `cel.c' is up to date.
  88. acc cel.c
  89. cel.c
  90. running cel.cem
  91. comparing cel
  92. `clu.c' is up to date.
  93. acc clu.c
  94. clu.c
  95. "clu.c", line 60: warning: Overflow in constant expression
  96. "clu.c", line 66: warning: Overflow in constant expression
  97. running clu.cem
  98. comparing clu
  99. 28c28
  100. < x *= 40000 0
  101. ---
  102. > x *= 40000 6784
  103. 65c65
  104. < y = ( x *= 40000 ) 0 0
  105. ---
  106. > y = ( x *= 40000 ) 6784 6784
  107. 102c102
  108. < no if ( x *= 40000 ) yes() ; else no() 0
  109. ---
  110. > yes if ( x *= 40000 ) yes() ; else no() 6784
  111. `ec.c' is up to date.
  112. acc ec.c
  113. ec.c
  114. "ec.c", line 58: warning: Overflow in constant expression
  115. "ec.c", line 64: warning: Overflow in constant expression
  116. running ec.cem
  117. comparing ec
  118. `ef.c' is up to date.
  119. acc ef.c
  120. ef.c
  121. running ef.cem
  122. comparing ef
  123. `ei.c' is up to date.
  124. acc ei.c
  125. ei.c
  126. "ei.c", line 22: warning: Overflow in constant expression
  127. "ei.c", line 65: warning: Overflow in constant expression
  128. "ei.c", line 108: warning: Overflow in constant expression
  129. running ei.cem
  130. comparing ei
  131. `el.c' is up to date.
  132. acc el.c
  133. el.c
  134. running el.cem
  135. comparing el
  136. `eu.c' is up to date.
  137. acc eu.c
  138. eu.c
  139. "eu.c", line 58: warning: Overflow in constant expression
  140. "eu.c", line 64: warning: Overflow in constant expression
  141. running eu.cem
  142. comparing eu
  143. 28c28
  144. < x *= 40000 0
  145. ---
  146. > x *= 40000 6784
  147. 65c65
  148. < y = ( x *= 40000 ) 0 0
  149. ---
  150. > y = ( x *= 40000 ) 6784 6784
  151. 102c102
  152. < no if ( x *= 40000 ) yes() ; else no() 0
  153. ---
  154. > yes if ( x *= 40000 ) yes() ; else no() 6784
  155. `id.c' is up to date.
  156. acc id.c
  157. id.c
  158. running id.cem
  159. comparing id
  160. `lc.c' is up to date.
  161. acc lc.c
  162. lc.c
  163. "lc.c", line 60: warning: Overflow in constant expression
  164. "lc.c", line 66: warning: Overflow in constant expression
  165. running lc.cem
  166. comparing lc
  167. `ld.c' is up to date.
  168. acc ld.c
  169. ld.c
  170. running ld.cem
  171. comparing ld
  172. `lf.c' is up to date.
  173. acc lf.c
  174. lf.c