Advertisement
Guest User

compiler-rt errors

a guest
Jul 18th, 2011
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.33 KB | None | 0 0
  1. taylorh@taylorh-laptop:~/prog$ mkdir c
  2. taylorh@taylorh-laptop:~/prog$ cd c
  3. taylorh@taylorh-laptop:~/prog/c$ cmake ../compiler-rt/
  4. -- The C compiler identification is GNU
  5. -- Check for working C compiler: /usr/bin/gcc
  6. -- Check for working C compiler: /usr/bin/gcc -- works
  7. -- Detecting C compiler ABI info
  8. -- Detecting C compiler ABI info - done
  9. -- Looking for sys/byteorder.h
  10. -- Looking for sys/byteorder.h - not found
  11. -- Looking for AvailabilityMacros.h
  12. -- Looking for AvailabilityMacros.h - not found
  13. -- Looking for TargetConditionals.h
  14. -- Looking for TargetConditionals.h - not found
  15. -- Looking for libkern/OSAtomic.h
  16. -- Looking for libkern/OSAtomic.h - not found
  17. -- Looking for sysconf
  18. -- Looking for sysconf - found
  19. -- Looking for OSAtomicCompareAndSwapInt
  20. -- Looking for OSAtomicCompareAndSwapInt - not found.
  21. -- Looking for OSAtomicCompareAndSwapLong
  22. -- Looking for OSAtomicCompareAndSwapLong - not found.
  23. -- Performing Test HAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT
  24. -- Performing Test HAVE_SYNC_BOOL_COMPARE_AND_SWAP_INT - Success
  25. -- Performing Test HAVE_SYNC_BOOL_COMPARE_AND_SWAP_LONG
  26. -- Performing Test HAVE_SYNC_BOOL_COMPARE_AND_SWAP_LONG - Success
  27. -- Configuring done
  28. -- Generating done
  29. -- Build files have been written to: /home/taylorh/prog/c
  30. taylorh@taylorh-laptop:~/prog/c$ make
  31. Scanning dependencies of target BlocksRuntime
  32. [ 0%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/runtime.c.o
  33. [ 1%] Building C object BlocksRuntime/CMakeFiles/BlocksRuntime.dir/data.c.o
  34. Linking C shared library libBlocksRuntime.so
  35. [ 1%] Built target BlocksRuntime
  36. Scanning dependencies of target CompilerRT-Generic
  37. [ 2%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/absvdi2.c.o
  38. [ 2%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/absvsi2.c.o
  39. [ 3%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/addvdi3.c.o
  40. [ 4%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/addvsi3.c.o
  41. [ 4%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ashldi3.c.o
  42. /home/taylorh/prog/compiler-rt/lib/ashldi3.c:22: warning: ISO C does not allow extra ‘;’ outside of a function
  43. [ 5%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ashrdi3.c.o
  44. /home/taylorh/prog/compiler-rt/lib/ashrdi3.c:22: warning: ISO C does not allow extra ‘;’ outside of a function
  45. [ 6%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/clzdi2.c.o
  46. [ 7%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/clzsi2.c.o
  47. [ 7%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/cmpdi2.c.o
  48. [ 8%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ctzdi2.c.o
  49. [ 9%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ctzsi2.c.o
  50. [ 9%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/divdc3.c.o
  51. [ 10%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/divdi3.c.o
  52. [ 11%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/divsc3.c.o
  53. [ 12%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ffsdi2.c.o
  54. [ 12%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixdfdi.c.o
  55. /home/taylorh/prog/compiler-rt/lib/fixdfdi.c:27: warning: ISO C does not allow extra ‘;’ outside of a function
  56. [ 13%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixsfdi.c.o
  57. /home/taylorh/prog/compiler-rt/lib/fixsfdi.c:27: warning: ISO C does not allow extra ‘;’ outside of a function
  58. [ 14%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixunsdfdi.c.o
  59. /home/taylorh/prog/compiler-rt/lib/fixunsdfdi.c:30: warning: ISO C does not allow extra ‘;’ outside of a function
  60. [ 14%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixunsdfsi.c.o
  61. /home/taylorh/prog/compiler-rt/lib/fixunsdfsi.c:30: warning: ISO C does not allow extra ‘;’ outside of a function
  62. [ 15%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixunssfdi.c.o
  63. /home/taylorh/prog/compiler-rt/lib/fixunssfdi.c:29: warning: ISO C does not allow extra ‘;’ outside of a function
  64. [ 16%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/fixunssfsi.c.o
  65. /home/taylorh/prog/compiler-rt/lib/fixunssfsi.c:30: warning: ISO C does not allow extra ‘;’ outside of a function
  66. [ 17%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/floatdidf.c.o
  67. /home/taylorh/prog/compiler-rt/lib/floatdidf.c:27: warning: ISO C does not allow extra ‘;’ outside of a function
  68. [ 17%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/floatdisf.c.o
  69. /home/taylorh/prog/compiler-rt/lib/floatdisf.c:28: warning: ISO C does not allow extra ‘;’ outside of a function
  70. [ 18%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/floatundidf.c.o
  71. /home/taylorh/prog/compiler-rt/lib/floatundidf.c:28: warning: ISO C does not allow extra ‘;’ outside of a function
  72. [ 19%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/floatundisf.c.o
  73. /home/taylorh/prog/compiler-rt/lib/floatundisf.c:28: warning: ISO C does not allow extra ‘;’ outside of a function
  74. [ 19%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/gcc_personality_v0.c.o
  75. [ 20%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/lshrdi3.c.o
  76. /home/taylorh/prog/compiler-rt/lib/lshrdi3.c:22: warning: ISO C does not allow extra ‘;’ outside of a function
  77. [ 21%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/moddi3.c.o
  78. [ 21%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/muldc3.c.o
  79. [ 22%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/muldi3.c.o
  80. /home/taylorh/prog/compiler-rt/lib/muldi3.c:44: warning: ISO C does not allow extra ‘;’ outside of a function
  81. [ 23%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/mulsc3.c.o
  82. [ 24%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/mulvdi3.c.o
  83. [ 24%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/mulvsi3.c.o
  84. [ 25%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/negdi2.c.o
  85. [ 26%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/negvdi2.c.o
  86. [ 26%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/negvsi2.c.o
  87. [ 27%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/paritydi2.c.o
  88. [ 28%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/paritysi2.c.o
  89. [ 29%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/popcountdi2.c.o
  90. [ 29%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/popcountsi2.c.o
  91. [ 30%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/powidf2.c.o
  92. [ 31%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/powisf2.c.o
  93. [ 31%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/subvdi3.c.o
  94. [ 32%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/subvsi3.c.o
  95. [ 33%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/ucmpdi2.c.o
  96. [ 34%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/udivdi3.c.o
  97. [ 34%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/udivmoddi4.c.o
  98. /home/taylorh/prog/compiler-rt/lib/udivmoddi4.c:24: warning: ISO C does not allow extra ‘;’ outside of a function
  99. [ 35%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/umoddi3.c.o
  100. [ 36%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/apple_versioning.c.o
  101. [ 36%] Building C object lib/CMakeFiles/CompilerRT-Generic.dir/eprintf.c.o
  102. Linking C static library libCompilerRT-Generic.a
  103. [ 36%] Built target CompilerRT-Generic
  104. Scanning dependencies of target absvdi2_test
  105. [ 37%] Building C object test/CMakeFiles/absvdi2_test.dir/Unit/absvdi2_test.c.o
  106. Linking C executable absvdi2_test
  107. [ 37%] Built target absvdi2_test
  108. Scanning dependencies of target absvsi2_test
  109. [ 38%] Building C object test/CMakeFiles/absvsi2_test.dir/Unit/absvsi2_test.c.o
  110. Linking C executable absvsi2_test
  111. [ 38%] Built target absvsi2_test
  112. Scanning dependencies of target absvti2_test
  113. [ 39%] Building C object test/CMakeFiles/absvti2_test.dir/Unit/absvti2_test.c.o
  114. Linking C executable absvti2_test
  115. [ 39%] Built target absvti2_test
  116. Scanning dependencies of target addvdi3_test
  117. [ 39%] Building C object test/CMakeFiles/addvdi3_test.dir/Unit/addvdi3_test.c.o
  118. Linking C executable addvdi3_test
  119. [ 39%] Built target addvdi3_test
  120. Scanning dependencies of target addvsi3_test
  121. [ 40%] Building C object test/CMakeFiles/addvsi3_test.dir/Unit/addvsi3_test.c.o
  122. Linking C executable addvsi3_test
  123. [ 40%] Built target addvsi3_test
  124. Scanning dependencies of target addvti3_test
  125. [ 41%] Building C object test/CMakeFiles/addvti3_test.dir/Unit/addvti3_test.c.o
  126. Linking C executable addvti3_test
  127. [ 41%] Built target addvti3_test
  128. Scanning dependencies of target ashldi3_test
  129. [ 41%] Building C object test/CMakeFiles/ashldi3_test.dir/Unit/ashldi3_test.c.o
  130. Linking C executable ashldi3_test
  131. [ 41%] Built target ashldi3_test
  132. Scanning dependencies of target ashrdi3_test
  133. [ 42%] Building C object test/CMakeFiles/ashrdi3_test.dir/Unit/ashrdi3_test.c.o
  134. Linking C executable ashrdi3_test
  135. [ 42%] Built target ashrdi3_test
  136. Scanning dependencies of target ashrti3_test
  137. [ 43%] Building C object test/CMakeFiles/ashrti3_test.dir/Unit/ashrti3_test.c.o
  138. Linking C executable ashrti3_test
  139. [ 43%] Built target ashrti3_test
  140. Scanning dependencies of target clear_cache_test
  141. [ 43%] Building C object test/CMakeFiles/clear_cache_test.dir/Unit/clear_cache_test.c.o
  142. Linking C executable clear_cache_test
  143. [ 43%] Built target clear_cache_test
  144. Scanning dependencies of target clzdi2_test
  145. [ 44%] Building C object test/CMakeFiles/clzdi2_test.dir/Unit/clzdi2_test.c.o
  146. Linking C executable clzdi2_test
  147. [ 44%] Built target clzdi2_test
  148. Scanning dependencies of target clzsi2_test
  149. [ 45%] Building C object test/CMakeFiles/clzsi2_test.dir/Unit/clzsi2_test.c.o
  150. Linking C executable clzsi2_test
  151. [ 45%] Built target clzsi2_test
  152. Scanning dependencies of target clzti2_test
  153. [ 46%] Building C object test/CMakeFiles/clzti2_test.dir/Unit/clzti2_test.c.o
  154. Linking C executable clzti2_test
  155. [ 46%] Built target clzti2_test
  156. Scanning dependencies of target cmpdi2_test
  157. [ 46%] Building C object test/CMakeFiles/cmpdi2_test.dir/Unit/cmpdi2_test.c.o
  158. Linking C executable cmpdi2_test
  159. [ 46%] Built target cmpdi2_test
  160. Scanning dependencies of target cmpti2_test
  161. [ 47%] Building C object test/CMakeFiles/cmpti2_test.dir/Unit/cmpti2_test.c.o
  162. Linking C executable cmpti2_test
  163. [ 47%] Built target cmpti2_test
  164. Scanning dependencies of target ctzdi2_test
  165. [ 48%] Building C object test/CMakeFiles/ctzdi2_test.dir/Unit/ctzdi2_test.c.o
  166. Linking C executable ctzdi2_test
  167. [ 48%] Built target ctzdi2_test
  168. Scanning dependencies of target ctzsi2_test
  169. [ 48%] Building C object test/CMakeFiles/ctzsi2_test.dir/Unit/ctzsi2_test.c.o
  170. Linking C executable ctzsi2_test
  171. [ 48%] Built target ctzsi2_test
  172. Scanning dependencies of target ctzti2_test
  173. [ 49%] Building C object test/CMakeFiles/ctzti2_test.dir/Unit/ctzti2_test.c.o
  174. Linking C executable ctzti2_test
  175. [ 49%] Built target ctzti2_test
  176. Scanning dependencies of target divdi3_test
  177. [ 50%] Building C object test/CMakeFiles/divdi3_test.dir/Unit/divdi3_test.c.o
  178. Linking C executable divdi3_test
  179. [ 50%] Built target divdi3_test
  180. Scanning dependencies of target divtc3_test
  181. [ 51%] Building C object test/CMakeFiles/divtc3_test.dir/Unit/divtc3_test.c.o
  182. /home/taylorh/prog/compiler-rt/test/Unit/divtc3_test.c: In function ‘main’:
  183. /home/taylorh/prog/compiler-rt/test/Unit/divtc3_test.c:379: warning: implicit declaration of function ‘printf’
  184. /home/taylorh/prog/compiler-rt/test/Unit/divtc3_test.c:379: warning: incompatible implicit declaration of built-in function ‘printf’
  185. Linking C executable divtc3_test
  186. [ 51%] Built target divtc3_test
  187. Scanning dependencies of target divti3_test
  188. [ 51%] Building C object test/CMakeFiles/divti3_test.dir/Unit/divti3_test.c.o
  189. Linking C executable divti3_test
  190. [ 51%] Built target divti3_test
  191. Scanning dependencies of target enable_execute_stack_test
  192. [ 52%] Building C object test/CMakeFiles/enable_execute_stack_test.dir/Unit/enable_execute_stack_test.c.o
  193. Linking C executable enable_execute_stack_test
  194. [ 52%] Built target enable_execute_stack_test
  195. Scanning dependencies of target ffsdi2_test
  196. [ 53%] Building C object test/CMakeFiles/ffsdi2_test.dir/Unit/ffsdi2_test.c.o
  197. Linking C executable ffsdi2_test
  198. [ 53%] Built target ffsdi2_test
  199. Scanning dependencies of target ffsti2_test
  200. [ 53%] Building C object test/CMakeFiles/ffsti2_test.dir/Unit/ffsti2_test.c.o
  201. Linking C executable ffsti2_test
  202. [ 53%] Built target ffsti2_test
  203. Scanning dependencies of target fixdfdi_test
  204. [ 54%] Building C object test/CMakeFiles/fixdfdi_test.dir/Unit/fixdfdi_test.c.o
  205. Linking C executable fixdfdi_test
  206. [ 54%] Built target fixdfdi_test
  207. Scanning dependencies of target fixdfti_test
  208. [ 55%] Building C object test/CMakeFiles/fixdfti_test.dir/Unit/fixdfti_test.c.o
  209. Linking C executable fixdfti_test
  210. [ 55%] Built target fixdfti_test
  211. Scanning dependencies of target fixsfdi_test
  212. [ 56%] Building C object test/CMakeFiles/fixsfdi_test.dir/Unit/fixsfdi_test.c.o
  213. Linking C executable fixsfdi_test
  214. [ 56%] Built target fixsfdi_test
  215. Scanning dependencies of target fixsfti_test
  216. [ 56%] Building C object test/CMakeFiles/fixsfti_test.dir/Unit/fixsfti_test.c.o
  217. Linking C executable fixsfti_test
  218. [ 56%] Built target fixsfti_test
  219. Scanning dependencies of target fixunsdfdi_test
  220. [ 57%] Building C object test/CMakeFiles/fixunsdfdi_test.dir/Unit/fixunsdfdi_test.c.o
  221. Linking C executable fixunsdfdi_test
  222. [ 57%] Built target fixunsdfdi_test
  223. Scanning dependencies of target fixunsdfsi_test
  224. [ 58%] Building C object test/CMakeFiles/fixunsdfsi_test.dir/Unit/fixunsdfsi_test.c.o
  225. Linking C executable fixunsdfsi_test
  226. [ 58%] Built target fixunsdfsi_test
  227. Scanning dependencies of target fixunsdfti_test
  228. [ 58%] Building C object test/CMakeFiles/fixunsdfti_test.dir/Unit/fixunsdfti_test.c.o
  229. Linking C executable fixunsdfti_test
  230. [ 58%] Built target fixunsdfti_test
  231. Scanning dependencies of target fixunssfdi_test
  232. [ 59%] Building C object test/CMakeFiles/fixunssfdi_test.dir/Unit/fixunssfdi_test.c.o
  233. Linking C executable fixunssfdi_test
  234. [ 59%] Built target fixunssfdi_test
  235. Scanning dependencies of target fixunssfsi_test
  236. [ 60%] Building C object test/CMakeFiles/fixunssfsi_test.dir/Unit/fixunssfsi_test.c.o
  237. Linking C executable fixunssfsi_test
  238. [ 60%] Built target fixunssfsi_test
  239. Scanning dependencies of target fixunssfti_test
  240. [ 60%] Building C object test/CMakeFiles/fixunssfti_test.dir/Unit/fixunssfti_test.c.o
  241. Linking C executable fixunssfti_test
  242. [ 60%] Built target fixunssfti_test
  243. Scanning dependencies of target fixunstfdi_test
  244. [ 61%] Building C object test/CMakeFiles/fixunstfdi_test.dir/Unit/fixunstfdi_test.c.o
  245. /home/taylorh/prog/compiler-rt/test/Unit/fixunstfdi_test.c: In function ‘main’:
  246. /home/taylorh/prog/compiler-rt/test/Unit/fixunstfdi_test.c:118: warning: implicit declaration of function ‘printf’
  247. /home/taylorh/prog/compiler-rt/test/Unit/fixunstfdi_test.c:118: warning: incompatible implicit declaration of built-in function ‘printf’
  248. Linking C executable fixunstfdi_test
  249. [ 61%] Built target fixunstfdi_test
  250. Scanning dependencies of target fixunsxfdi_test
  251. [ 62%] Building C object test/CMakeFiles/fixunsxfdi_test.dir/Unit/fixunsxfdi_test.c.o
  252. Linking C executable fixunsxfdi_test
  253. [ 62%] Built target fixunsxfdi_test
  254. Scanning dependencies of target fixunsxfsi_test
  255. [ 63%] Building C object test/CMakeFiles/fixunsxfsi_test.dir/Unit/fixunsxfsi_test.c.o
  256. Linking C executable fixunsxfsi_test
  257. [ 63%] Built target fixunsxfsi_test
  258. Scanning dependencies of target fixunsxfti_test
  259. [ 63%] Building C object test/CMakeFiles/fixunsxfti_test.dir/Unit/fixunsxfti_test.c.o
  260. Linking C executable fixunsxfti_test
  261. [ 63%] Built target fixunsxfti_test
  262. Scanning dependencies of target fixxfdi_test
  263. [ 64%] Building C object test/CMakeFiles/fixxfdi_test.dir/Unit/fixxfdi_test.c.o
  264. Linking C executable fixxfdi_test
  265. [ 64%] Built target fixxfdi_test
  266. Scanning dependencies of target fixxfti_test
  267. [ 65%] Building C object test/CMakeFiles/fixxfti_test.dir/Unit/fixxfti_test.c.o
  268. Linking C executable fixxfti_test
  269. [ 65%] Built target fixxfti_test
  270. Scanning dependencies of target floatdidf_test
  271. [ 65%] Building C object test/CMakeFiles/floatdidf_test.dir/Unit/floatdidf_test.c.o
  272. Linking C executable floatdidf_test
  273. [ 65%] Built target floatdidf_test
  274. Scanning dependencies of target floatdisf_test
  275. [ 66%] Building C object test/CMakeFiles/floatdisf_test.dir/Unit/floatdisf_test.c.o
  276. Linking C executable floatdisf_test
  277. [ 66%] Built target floatdisf_test
  278. Scanning dependencies of target floatdixf_test
  279. [ 67%] Building C object test/CMakeFiles/floatdixf_test.dir/Unit/floatdixf_test.c.o
  280. Linking C executable floatdixf_test
  281. [ 67%] Built target floatdixf_test
  282. Scanning dependencies of target floattidf_test
  283. [ 68%] Building C object test/CMakeFiles/floattidf_test.dir/Unit/floattidf_test.c.o
  284. Linking C executable floattidf_test
  285. [ 68%] Built target floattidf_test
  286. Scanning dependencies of target floattisf_test
  287. [ 68%] Building C object test/CMakeFiles/floattisf_test.dir/Unit/floattisf_test.c.o
  288. Linking C executable floattisf_test
  289. [ 68%] Built target floattisf_test
  290. Scanning dependencies of target floattixf_test
  291. [ 69%] Building C object test/CMakeFiles/floattixf_test.dir/Unit/floattixf_test.c.o
  292. Linking C executable floattixf_test
  293. [ 69%] Built target floattixf_test
  294. Scanning dependencies of target floatundidf_test
  295. [ 70%] Building C object test/CMakeFiles/floatundidf_test.dir/Unit/floatundidf_test.c.o
  296. Linking C executable floatundidf_test
  297. [ 70%] Built target floatundidf_test
  298. Scanning dependencies of target floatundisf_test
  299. [ 70%] Building C object test/CMakeFiles/floatundisf_test.dir/Unit/floatundisf_test.c.o
  300. Linking C executable floatundisf_test
  301. [ 70%] Built target floatundisf_test
  302. Scanning dependencies of target floatundixf_test
  303. [ 71%] Building C object test/CMakeFiles/floatundixf_test.dir/Unit/floatundixf_test.c.o
  304. Linking C executable floatundixf_test
  305. [ 71%] Built target floatundixf_test
  306. Scanning dependencies of target floatuntidf_test
  307. [ 72%] Building C object test/CMakeFiles/floatuntidf_test.dir/Unit/floatuntidf_test.c.o
  308. Linking C executable floatuntidf_test
  309. [ 72%] Built target floatuntidf_test
  310. Scanning dependencies of target floatuntisf_test
  311. [ 73%] Building C object test/CMakeFiles/floatuntisf_test.dir/Unit/floatuntisf_test.c.o
  312. Linking C executable floatuntisf_test
  313. [ 73%] Built target floatuntisf_test
  314. Scanning dependencies of target floatuntixf_test
  315. [ 73%] Building C object test/CMakeFiles/floatuntixf_test.dir/Unit/floatuntixf_test.c.o
  316. Linking C executable floatuntixf_test
  317. [ 73%] Built target floatuntixf_test
  318. Scanning dependencies of target lshrdi3_test
  319. [ 74%] Building C object test/CMakeFiles/lshrdi3_test.dir/Unit/lshrdi3_test.c.o
  320. Linking C executable lshrdi3_test
  321. [ 74%] Built target lshrdi3_test
  322. Scanning dependencies of target lshrti3_test
  323. [ 75%] Building C object test/CMakeFiles/lshrti3_test.dir/Unit/lshrti3_test.c.o
  324. Linking C executable lshrti3_test
  325. [ 75%] Built target lshrti3_test
  326. Scanning dependencies of target moddi3_test
  327. [ 75%] Building C object test/CMakeFiles/moddi3_test.dir/Unit/moddi3_test.c.o
  328. Linking C executable moddi3_test
  329. [ 75%] Built target moddi3_test
  330. Scanning dependencies of target modti3_test
  331. [ 76%] Building C object test/CMakeFiles/modti3_test.dir/Unit/modti3_test.c.o
  332. Linking C executable modti3_test
  333. [ 76%] Built target modti3_test
  334. Scanning dependencies of target muldi3_test
  335. [ 77%] Building C object test/CMakeFiles/muldi3_test.dir/Unit/muldi3_test.c.o
  336. Linking C executable muldi3_test
  337. [ 77%] Built target muldi3_test
  338. Scanning dependencies of target multc3_test
  339. [ 78%] Building C object test/CMakeFiles/multc3_test.dir/Unit/multc3_test.c.o
  340. /home/taylorh/prog/compiler-rt/test/Unit/multc3_test.c: In function ‘main’:
  341. /home/taylorh/prog/compiler-rt/test/Unit/multc3_test.c:371: warning: implicit declaration of function ‘printf’
  342. /home/taylorh/prog/compiler-rt/test/Unit/multc3_test.c:371: warning: incompatible implicit declaration of built-in function ‘printf’
  343. Linking C executable multc3_test
  344. [ 78%] Built target multc3_test
  345. Scanning dependencies of target multi3_test
  346. [ 78%] Building C object test/CMakeFiles/multi3_test.dir/Unit/multi3_test.c.o
  347. Linking C executable multi3_test
  348. [ 78%] Built target multi3_test
  349. Scanning dependencies of target mulvdi3_test
  350. [ 79%] Building C object test/CMakeFiles/mulvdi3_test.dir/Unit/mulvdi3_test.c.o
  351. Linking C executable mulvdi3_test
  352. [ 79%] Built target mulvdi3_test
  353. Scanning dependencies of target mulvsi3_test
  354. [ 80%] Building C object test/CMakeFiles/mulvsi3_test.dir/Unit/mulvsi3_test.c.o
  355. Linking C executable mulvsi3_test
  356. [ 80%] Built target mulvsi3_test
  357. Scanning dependencies of target mulvti3_test
  358. [ 80%] Building C object test/CMakeFiles/mulvti3_test.dir/Unit/mulvti3_test.c.o
  359. Linking C executable mulvti3_test
  360. [ 80%] Built target mulvti3_test
  361. Scanning dependencies of target negdi2_test
  362. [ 81%] Building C object test/CMakeFiles/negdi2_test.dir/Unit/negdi2_test.c.o
  363. Linking C executable negdi2_test
  364. [ 81%] Built target negdi2_test
  365. Scanning dependencies of target negti2_test
  366. [ 82%] Building C object test/CMakeFiles/negti2_test.dir/Unit/negti2_test.c.o
  367. Linking C executable negti2_test
  368. [ 82%] Built target negti2_test
  369. Scanning dependencies of target negvdi2_test
  370. [ 82%] Building C object test/CMakeFiles/negvdi2_test.dir/Unit/negvdi2_test.c.o
  371. Linking C executable negvdi2_test
  372. [ 82%] Built target negvdi2_test
  373. Scanning dependencies of target negvsi2_test
  374. [ 83%] Building C object test/CMakeFiles/negvsi2_test.dir/Unit/negvsi2_test.c.o
  375. Linking C executable negvsi2_test
  376. [ 83%] Built target negvsi2_test
  377. Scanning dependencies of target negvti2_test
  378. [ 84%] Building C object test/CMakeFiles/negvti2_test.dir/Unit/negvti2_test.c.o
  379. Linking C executable negvti2_test
  380. [ 84%] Built target negvti2_test
  381. Scanning dependencies of target paritydi2_test
  382. [ 85%] Building C object test/CMakeFiles/paritydi2_test.dir/Unit/paritydi2_test.c.o
  383. Linking C executable paritydi2_test
  384. [ 85%] Built target paritydi2_test
  385. Scanning dependencies of target paritysi2_test
  386. [ 85%] Building C object test/CMakeFiles/paritysi2_test.dir/Unit/paritysi2_test.c.o
  387. Linking C executable paritysi2_test
  388. [ 85%] Built target paritysi2_test
  389. Scanning dependencies of target parityti2_test
  390. [ 86%] Building C object test/CMakeFiles/parityti2_test.dir/Unit/parityti2_test.c.o
  391. Linking C executable parityti2_test
  392. [ 86%] Built target parityti2_test
  393. Scanning dependencies of target popcountdi2_test
  394. [ 87%] Building C object test/CMakeFiles/popcountdi2_test.dir/Unit/popcountdi2_test.c.o
  395. Linking C executable popcountdi2_test
  396. [ 87%] Built target popcountdi2_test
  397. Scanning dependencies of target popcountsi2_test
  398. [ 87%] Building C object test/CMakeFiles/popcountsi2_test.dir/Unit/popcountsi2_test.c.o
  399. Linking C executable popcountsi2_test
  400. [ 87%] Built target popcountsi2_test
  401. Scanning dependencies of target popcountti2_test
  402. [ 88%] Building C object test/CMakeFiles/popcountti2_test.dir/Unit/popcountti2_test.c.o
  403. Linking C executable popcountti2_test
  404. [ 88%] Built target popcountti2_test
  405. Scanning dependencies of target powidf2_test
  406. [ 89%] Building C object test/CMakeFiles/powidf2_test.dir/Unit/powidf2_test.c.o
  407. Linking C executable powidf2_test
  408. [ 89%] Built target powidf2_test
  409. Scanning dependencies of target powisf2_test
  410. [ 90%] Building C object test/CMakeFiles/powisf2_test.dir/Unit/powisf2_test.c.o
  411. Linking C executable powisf2_test
  412. [ 90%] Built target powisf2_test
  413. Scanning dependencies of target powitf2_test
  414. [ 90%] Building C object test/CMakeFiles/powitf2_test.dir/Unit/powitf2_test.c.o
  415. /home/taylorh/prog/compiler-rt/test/Unit/powitf2_test.c: In function ‘main’:
  416. /home/taylorh/prog/compiler-rt/test/Unit/powitf2_test.c:229: warning: implicit declaration of function ‘printf’
  417. /home/taylorh/prog/compiler-rt/test/Unit/powitf2_test.c:229: warning: incompatible implicit declaration of built-in function ‘printf’
  418. Linking C executable powitf2_test
  419. [ 90%] Built target powitf2_test
  420. Scanning dependencies of target powixf2_test
  421. [ 91%] Building C object test/CMakeFiles/powixf2_test.dir/Unit/powixf2_test.c.o
  422. Linking C executable powixf2_test
  423. [ 91%] Built target powixf2_test
  424. Scanning dependencies of target shlti3_test
  425. [ 92%] Building C object test/CMakeFiles/shlti3_test.dir/Unit/ashlti3_test.c.o
  426. Linking C executable shlti3_test
  427. [ 92%] Built target shlti3_test
  428. Scanning dependencies of target subvdi3_test
  429. [ 92%] Building C object test/CMakeFiles/subvdi3_test.dir/Unit/subvdi3_test.c.o
  430. Linking C executable subvdi3_test
  431. [ 92%] Built target subvdi3_test
  432. Scanning dependencies of target subvsi3_test
  433. [ 93%] Building C object test/CMakeFiles/subvsi3_test.dir/Unit/subvsi3_test.c.o
  434. Linking C executable subvsi3_test
  435. [ 93%] Built target subvsi3_test
  436. Scanning dependencies of target subvti3_test
  437. [ 94%] Building C object test/CMakeFiles/subvti3_test.dir/Unit/subvti3_test.c.o
  438. Linking C executable subvti3_test
  439. [ 94%] Built target subvti3_test
  440. Scanning dependencies of target ucmpdi2_test
  441. [ 95%] Building C object test/CMakeFiles/ucmpdi2_test.dir/Unit/ucmpdi2_test.c.o
  442. Linking C executable ucmpdi2_test
  443. [ 95%] Built target ucmpdi2_test
  444. Scanning dependencies of target ucmpti2_test
  445. [ 95%] Building C object test/CMakeFiles/ucmpti2_test.dir/Unit/ucmpti2_test.c.o
  446. Linking C executable ucmpti2_test
  447. [ 95%] Built target ucmpti2_test
  448. Scanning dependencies of target udivdi3_test
  449. [ 96%] Building C object test/CMakeFiles/udivdi3_test.dir/Unit/udivdi3_test.c.o
  450. Linking C executable udivdi3_test
  451. [ 96%] Built target udivdi3_test
  452. Scanning dependencies of target udivmoddi4_test
  453. [ 97%] Building C object test/CMakeFiles/udivmoddi4_test.dir/Unit/udivmoddi4_test.c.o
  454. Linking C executable udivmoddi4_test
  455. [ 97%] Built target udivmoddi4_test
  456. Scanning dependencies of target udivmodti4_test
  457. [ 97%] Building C object test/CMakeFiles/udivmodti4_test.dir/Unit/udivmodti4_test.c.o
  458. Linking C executable udivmodti4_test
  459. [ 97%] Built target udivmodti4_test
  460. Scanning dependencies of target udivti3_test
  461. [ 98%] Building C object test/CMakeFiles/udivti3_test.dir/Unit/udivti3_test.c.o
  462. Linking C executable udivti3_test
  463. [ 98%] Built target udivti3_test
  464. Scanning dependencies of target umoddi3_test
  465. [ 99%] Building C object test/CMakeFiles/umoddi3_test.dir/Unit/umoddi3_test.c.o
  466. Linking C executable umoddi3_test
  467. [ 99%] Built target umoddi3_test
  468. Scanning dependencies of target umodti3_test
  469. [100%] Building C object test/CMakeFiles/umodti3_test.dir/Unit/umodti3_test.c.o
  470. Linking C executable umodti3_test
  471. [100%] Built target umodti3_test
  472. taylorh@taylorh-laptop:~/prog/c$ ctest
  473. Test project /home/taylorh/prog/c
  474. Start 1: ashldi3_test
  475. 1/89 Test #1: ashldi3_test ..................... Passed 0.00 sec
  476. Start 2: udivmodti4_test
  477. 2/89 Test #2: udivmodti4_test .................. Passed 0.01 sec
  478. Start 3: negvsi2_test
  479. 3/89 Test #3: negvsi2_test ..................... Passed 0.00 sec
  480. Start 4: fixdfdi_test
  481. 4/89 Test #4: fixdfdi_test ..................... Passed 0.00 sec
  482. Start 5: mulvsi3_test
  483. 5/89 Test #5: mulvsi3_test ..................... Passed 0.00 sec
  484. Start 6: fixdfti_test
  485. 6/89 Test #6: fixdfti_test ..................... Passed 0.00 sec
  486. Start 7: popcountdi2_test
  487. 7/89 Test #7: popcountdi2_test ................. Passed 0.01 sec
  488. Start 8: negti2_test
  489. 8/89 Test #8: negti2_test ...................... Passed 0.00 sec
  490. Start 9: cmpti2_test
  491. 9/89 Test #9: cmpti2_test ...................... Passed 0.00 sec
  492. Start 10: mulvti3_test
  493. 10/89 Test #10: mulvti3_test ..................... Passed 0.00 sec
  494. Start 11: fixunsxfdi_test
  495. 11/89 Test #11: fixunsxfdi_test .................. Passed 0.00 sec
  496. Start 12: fixunsxfti_test
  497. 12/89 Test #12: fixunsxfti_test .................. Passed 0.00 sec
  498. Start 13: paritydi2_test
  499. 13/89 Test #13: paritydi2_test ................... Passed 0.00 sec
  500. Start 14: negvti2_test
  501. 14/89 Test #14: negvti2_test ..................... Passed 0.00 sec
  502. Start 15: divtc3_test
  503. 15/89 Test #15: divtc3_test ...................... Passed 0.00 sec
  504. Start 16: ucmpti2_test
  505. 16/89 Test #16: ucmpti2_test ..................... Passed 0.00 sec
  506. Start 17: multc3_test
  507. 17/89 Test #17: multc3_test ...................... Passed 0.00 sec
  508. Start 18: floatdixf_test
  509. 18/89 Test #18: floatdixf_test ................... Passed 0.00 sec
  510. Start 19: popcountti2_test
  511. 19/89 Test #19: popcountti2_test ................. Passed 0.01 sec
  512. Start 20: negdi2_test
  513. 20/89 Test #20: negdi2_test ...................... Passed 0.00 sec
  514. Start 21: floatdidf_test
  515. 21/89 Test #21: floatdidf_test ................... Passed 0.00 sec
  516. Start 22: fixunstfdi_test
  517. 22/89 Test #22: fixunstfdi_test .................. Passed 0.00 sec
  518. Start 23: shlti3_test
  519. 23/89 Test #23: shlti3_test ...................... Passed 0.00 sec
  520. Start 24: enable_execute_stack_test
  521. 24/89 Test #24: enable_execute_stack_test ........***Exception: SegFault 0.00 sec
  522. Start 25: floatundixf_test
  523. 25/89 Test #25: floatundixf_test ................. Passed 0.00 sec
  524. Start 26: udivmoddi4_test
  525. 26/89 Test #26: udivmoddi4_test .................. Passed 0.01 sec
  526. Start 27: paritysi2_test
  527. 27/89 Test #27: paritysi2_test ................... Passed 0.00 sec
  528. Start 28: floatundidf_test
  529. 28/89 Test #28: floatundidf_test ................. Passed 0.00 sec
  530. Start 29: floatuntisf_test
  531. 29/89 Test #29: floatuntisf_test ................. Passed 0.00 sec
  532. Start 30: ucmpdi2_test
  533. 30/89 Test #30: ucmpdi2_test ..................... Passed 0.00 sec
  534. Start 31: powixf2_test
  535. 31/89 Test #31: powixf2_test ..................... Passed 0.00 sec
  536. Start 32: popcountsi2_test
  537. 32/89 Test #32: popcountsi2_test ................. Passed 0.00 sec
  538. Start 33: cmpdi2_test
  539. 33/89 Test #33: cmpdi2_test ...................... Passed 0.00 sec
  540. Start 34: floattisf_test
  541. 34/89 Test #34: floattisf_test ................... Passed 0.00 sec
  542. Start 35: mulvdi3_test
  543. 35/89 Test #35: mulvdi3_test ..................... Passed 0.00 sec
  544. Start 36: fixunssfdi_test
  545. 36/89 Test #36: fixunssfdi_test .................. Passed 0.00 sec
  546. Start 37: fixunsdfsi_test
  547. 37/89 Test #37: fixunsdfsi_test .................. Passed 0.00 sec
  548. Start 38: fixunssfti_test
  549. 38/89 Test #38: fixunssfti_test ..................***Failed 0.00 sec
  550. Start 39: parityti2_test
  551. 39/89 Test #39: parityti2_test ................... Passed 0.00 sec
  552. Start 40: negvdi2_test
  553. 40/89 Test #40: negvdi2_test ..................... Passed 0.00 sec
  554. Start 41: moddi3_test
  555. 41/89 Test #41: moddi3_test ...................... Passed 0.00 sec
  556. Start 42: clear_cache_test
  557. 42/89 Test #42: clear_cache_test ................. Passed 0.00 sec
  558. Start 43: fixunsxfsi_test
  559. 43/89 Test #43: fixunsxfsi_test .................. Passed 0.00 sec
  560. Start 44: subvdi3_test
  561. 44/89 Test #44: subvdi3_test ..................... Passed 0.00 sec
  562. Start 45: multi3_test
  563. 45/89 Test #45: multi3_test ...................... Passed 0.00 sec
  564. Start 46: addvdi3_test
  565. 46/89 Test #46: addvdi3_test ..................... Passed 0.00 sec
  566. Start 47: clzti2_test
  567. 47/89 Test #47: clzti2_test ...................... Passed 0.00 sec
  568. Start 48: umoddi3_test
  569. 48/89 Test #48: umoddi3_test ..................... Passed 0.00 sec
  570. Start 49: absvsi2_test
  571. 49/89 Test #49: absvsi2_test ..................... Passed 0.00 sec
  572. Start 50: ctzdi2_test
  573. 50/89 Test #50: ctzdi2_test ...................... Passed 0.00 sec
  574. Start 51: powitf2_test
  575. 51/89 Test #51: powitf2_test ..................... Passed 0.00 sec
  576. Start 52: fixsfdi_test
  577. 52/89 Test #52: fixsfdi_test ..................... Passed 0.00 sec
  578. Start 53: ffsti2_test
  579. 53/89 Test #53: ffsti2_test ...................... Passed 0.00 sec
  580. Start 54: divdi3_test
  581. 54/89 Test #54: divdi3_test ...................... Passed 0.00 sec
  582. Start 55: fixsfti_test
  583. 55/89 Test #55: fixsfti_test ..................... Passed 0.00 sec
  584. Start 56: absvti2_test
  585. 56/89 Test #56: absvti2_test ..................... Passed 0.00 sec
  586. Start 57: ashrti3_test
  587. 57/89 Test #57: ashrti3_test ..................... Passed 0.00 sec
  588. Start 58: powisf2_test
  589. 58/89 Test #58: powisf2_test ..................... Passed 0.00 sec
  590. Start 59: lshrdi3_test
  591. 59/89 Test #59: lshrdi3_test ..................... Passed 0.00 sec
  592. Start 60: udivdi3_test
  593. 60/89 Test #60: udivdi3_test ..................... Passed 0.00 sec
  594. Start 61: clzsi2_test
  595. 61/89 Test #61: clzsi2_test ...................... Passed 0.00 sec
  596. Start 62: addvti3_test
  597. 62/89 Test #62: addvti3_test ..................... Passed 0.00 sec
  598. Start 63: clzdi2_test
  599. 63/89 Test #63: clzdi2_test ...................... Passed 0.00 sec
  600. Start 64: floatuntidf_test
  601. 64/89 Test #64: floatuntidf_test ................. Passed 0.00 sec
  602. Start 65: umodti3_test
  603. 65/89 Test #65: umodti3_test ..................... Passed 0.00 sec
  604. Start 66: ctzti2_test
  605. 66/89 Test #66: ctzti2_test ...................... Passed 0.00 sec
  606. Start 67: floatuntixf_test
  607. 67/89 Test #67: floatuntixf_test ................. Passed 0.00 sec
  608. Start 68: powidf2_test
  609. 68/89 Test #68: powidf2_test ..................... Passed 0.00 sec
  610. Start 69: floattidf_test
  611. 69/89 Test #69: floattidf_test ................... Passed 0.00 sec
  612. Start 70: modti3_test
  613. 70/89 Test #70: modti3_test ...................... Passed 0.00 sec
  614. Start 71: fixunssfsi_test
  615. 71/89 Test #71: fixunssfsi_test .................. Passed 0.00 sec
  616. Start 72: fixunsdfdi_test
  617. 72/89 Test #72: fixunsdfdi_test .................. Passed 0.00 sec
  618. Start 73: floattixf_test
  619. 73/89 Test #73: floattixf_test ................... Passed 0.00 sec
  620. Start 74: fixunsdfti_test
  621. 74/89 Test #74: fixunsdfti_test ..................***Failed 0.00 sec
  622. Start 75: subvti3_test
  623. 75/89 Test #75: subvti3_test ..................... Passed 0.00 sec
  624. Start 76: muldi3_test
  625. 76/89 Test #76: muldi3_test ...................... Passed 0.00 sec
  626. Start 77: ctzsi2_test
  627. 77/89 Test #77: ctzsi2_test ...................... Passed 0.00 sec
  628. Start 78: absvdi2_test
  629. 78/89 Test #78: absvdi2_test ..................... Passed 0.00 sec
  630. Start 79: ashrdi3_test
  631. 79/89 Test #79: ashrdi3_test ..................... Passed 0.00 sec
  632. Start 80: lshrti3_test
  633. 80/89 Test #80: lshrti3_test ..................... Passed 0.00 sec
  634. Start 81: floatdisf_test
  635. 81/89 Test #81: floatdisf_test ................... Passed 0.00 sec
  636. Start 82: addvsi3_test
  637. 82/89 Test #82: addvsi3_test ..................... Passed 0.00 sec
  638. Start 83: udivti3_test
  639. 83/89 Test #83: udivti3_test ..................... Passed 0.00 sec
  640. Start 84: subvsi3_test
  641. 84/89 Test #84: subvsi3_test ..................... Passed 0.00 sec
  642. Start 85: fixxfdi_test
  643. 85/89 Test #85: fixxfdi_test ..................... Passed 0.00 sec
  644. Start 86: fixxfti_test
  645. 86/89 Test #86: fixxfti_test ..................... Passed 0.00 sec
  646. Start 87: ffsdi2_test
  647. 87/89 Test #87: ffsdi2_test ...................... Passed 0.00 sec
  648. Start 88: divti3_test
  649. 88/89 Test #88: divti3_test ...................... Passed 0.00 sec
  650. Start 89: floatundisf_test
  651. 89/89 Test #89: floatundisf_test ................. Passed 0.00 sec
  652.  
  653. 97% tests passed, 3 tests failed out of 89
  654.  
  655. Total Test time (real) = 0.15 sec
  656.  
  657. The following tests FAILED:
  658. 24 - enable_execute_stack_test (SEGFAULT)
  659. 38 - fixunssfti_test (Failed)
  660. 74 - fixunsdfti_test (Failed)
  661. Errors while running CTest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement