Advertisement
Guest User

configure & make output (arm64)

a guest
Apr 2nd, 2014
262
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 248.22 KB | None | 0 0
  1. gmp-6.0.0-20140402 $ ./configure \
  2. > CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang" \
  3. > CPP="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E" \
  4. > CPPFLAGS="-target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0" \
  5. > --disable-shared --host=aarch64-apple-darwin
  6. checking build system type... coreisbr-apple-darwin13.1.0
  7. checking host system type... aarch64-apple-darwin
  8. checking for a BSD-compatible install... /usr/bin/install -c
  9. checking whether build environment is sane... yes
  10. checking for aarch64-apple-darwin-strip... no
  11. checking for strip... strip
  12. checking for a thread-safe mkdir -p... ./install-sh -c -d
  13. checking for gawk... no
  14. checking for mawk... no
  15. checking for nawk... no
  16. checking for awk... awk
  17. checking whether make sets $(MAKE)... yes
  18. checking whether to enable maintainer-specific portions of Makefiles... no
  19. checking ABI=standard
  20. checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang is gcc... yes
  21. checking compiler /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -O2 -pedantic -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0... yes
  22. checking for aarch64-apple-darwin-gcc... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  23. checking whether the C compiler works... yes
  24. checking for C compiler default output file name... a.out
  25. checking for suffix of executables...
  26. checking whether we are cross compiling... yes
  27. checking for suffix of object files... o
  28. checking whether we are using the GNU C compiler... yes
  29. checking whether /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang accepts -g... yes
  30. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C89... none needed
  31. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO C99... none needed
  32. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to accept ISO Standard C... (cached) none needed
  33. checking how to run the C preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
  34. checking build system compiler /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... yes
  35. checking for build system preprocessor... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -E
  36. checking for build system executable suffix...
  37. checking whether build system compiler is ANSI... yes
  38. checking for build system compiler math library... -lm
  39. checking for grep that handles long lines and -e... /usr/bin/grep
  40. checking for egrep... /usr/bin/grep -E
  41. using ABI="standard"
  42. CC="/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang"
  43. CFLAGS="-O2 -pedantic"
  44. CPPFLAGS="-target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0"
  45. MPN_PATH=" arm64 generic"
  46. checking whether assembler supports --noexecstack option... no
  47. checking for aarch64-apple-darwin-ar... no
  48. checking for ar... ar
  49. configure: WARNING: using cross tools not prefixed with host triplet
  50. checking for BSD- or MS-compatible name lister (nm)... no
  51. checking for aarch64-apple-darwin-dumpbin... no
  52. checking for aarch64-apple-darwin-link... no
  53. checking for dumpbin... no
  54. checking for link... link -dump
  55. checking the name lister (nm) interface... BSD nm
  56. checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm
  57. checking the name lister (/usr/bin/nm) interface... (cached) BSD nm
  58. checking how to print strings... printf
  59. checking for a sed that does not truncate output... /usr/bin/sed
  60. checking for fgrep... /usr/bin/grep -F
  61. checking for ld used by /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang... /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld
  62. checking if the linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no
  63. checking whether ln -s works... yes
  64. checking the maximum length of command line arguments... 196608
  65. checking whether the shell understands some XSI constructs... yes
  66. checking whether the shell understands "+="... yes
  67. checking how to convert coreisbr-apple-darwin13.1.0 file names to aarch64-apple-darwin format... func_convert_file_noop
  68. checking how to convert coreisbr-apple-darwin13.1.0 file names to toolchain format... func_convert_file_noop
  69. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld option to reload object files... -r
  70. checking for aarch64-apple-darwin-objdump... objdump
  71. checking how to recognize dependent libraries... pass_all
  72. checking for aarch64-apple-darwin-dlltool... dlltool
  73. checking how to associate runtime and link libraries... printf %s\n
  74. checking for aarch64-apple-darwin-ar... ar
  75. checking for archiver @FILE support... no
  76. checking for aarch64-apple-darwin-strip... strip
  77. checking for aarch64-apple-darwin-ranlib... no
  78. checking for ranlib... ranlib
  79. checking command to parse /usr/bin/nm output from /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang object... ok
  80. checking for sysroot... no
  81. checking for aarch64-apple-darwin-mt... no
  82. checking for mt... no
  83. checking if : is a manifest tool... no
  84. checking for aarch64-apple-darwin-dsymutil... no
  85. checking for dsymutil... dsymutil
  86. checking for aarch64-apple-darwin-nmedit... no
  87. checking for nmedit... nmedit
  88. checking for aarch64-apple-darwin-lipo... no
  89. checking for lipo... lipo
  90. checking for aarch64-apple-darwin-otool... no
  91. checking for otool... otool
  92. checking for aarch64-apple-darwin-otool64... no
  93. checking for otool64... no
  94. checking for -single_module linker flag... yes
  95. checking for -exported_symbols_list linker flag... yes
  96. checking for -force_load linker flag... yes
  97. checking for ANSI C header files... yes
  98. checking for sys/types.h... yes
  99. checking for sys/stat.h... yes
  100. checking for stdlib.h... yes
  101. checking for string.h... yes
  102. checking for memory.h... yes
  103. checking for strings.h... yes
  104. checking for inttypes.h... yes
  105. checking for stdint.h... yes
  106. checking for unistd.h... yes
  107. checking for dlfcn.h... yes
  108. checking for objdir... .libs
  109. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -fno-rtti -fno-exceptions... yes
  110. checking for /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang option to produce PIC... -fno-common -DPIC
  111. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang PIC flag -fno-common -DPIC works... yes
  112. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang static flag -static works... no
  113. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... yes
  114. checking if /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang supports -c -o file.o... (cached) yes
  115. checking whether the /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang linker (/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) supports shared libraries... yes
  116. checking dynamic linker characteristics... darwin dyld
  117. checking how to hardcode library paths into programs... immediate
  118. checking whether stripping libraries is possible... yes
  119. checking if libtool supports shared libraries... yes
  120. checking whether to build shared libraries... no
  121. checking whether to build static libraries... yes
  122. checking for ANSI C header files... (cached) yes
  123. checking whether time.h and sys/time.h may both be included... yes
  124. checking fcntl.h usability... yes
  125. checking fcntl.h presence... yes
  126. checking for fcntl.h... yes
  127. checking float.h usability... yes
  128. checking float.h presence... yes
  129. checking for float.h... yes
  130. checking invent.h usability... no
  131. checking invent.h presence... no
  132. checking for invent.h... no
  133. checking langinfo.h usability... yes
  134. checking langinfo.h presence... yes
  135. checking for langinfo.h... yes
  136. checking locale.h usability... yes
  137. checking locale.h presence... yes
  138. checking for locale.h... yes
  139. checking nl_types.h usability... yes
  140. checking nl_types.h presence... yes
  141. checking for nl_types.h... yes
  142. checking sys/attributes.h usability... no
  143. checking sys/attributes.h presence... no
  144. checking for sys/attributes.h... no
  145. checking sys/iograph.h usability... no
  146. checking sys/iograph.h presence... no
  147. checking for sys/iograph.h... no
  148. checking sys/mman.h usability... yes
  149. checking sys/mman.h presence... yes
  150. checking for sys/mman.h... yes
  151. checking sys/param.h usability... yes
  152. checking sys/param.h presence... yes
  153. checking for sys/param.h... yes
  154. checking sys/processor.h usability... no
  155. checking sys/processor.h presence... no
  156. checking for sys/processor.h... no
  157. checking sys/pstat.h usability... no
  158. checking sys/pstat.h presence... no
  159. checking for sys/pstat.h... no
  160. checking sys/sysinfo.h usability... no
  161. checking sys/sysinfo.h presence... no
  162. checking for sys/sysinfo.h... no
  163. checking sys/syssgi.h usability... no
  164. checking sys/syssgi.h presence... no
  165. checking for sys/syssgi.h... no
  166. checking sys/systemcfg.h usability... no
  167. checking sys/systemcfg.h presence... no
  168. checking for sys/systemcfg.h... no
  169. checking sys/time.h usability... yes
  170. checking sys/time.h presence... yes
  171. checking for sys/time.h... yes
  172. checking sys/times.h usability... yes
  173. checking sys/times.h presence... yes
  174. checking for sys/times.h... yes
  175. checking for sys/resource.h... yes
  176. checking for sys/sysctl.h... yes
  177. checking for machine/hal_sysinfo.h... no
  178. checking whether fgetc is declared... yes
  179. checking whether fscanf is declared... yes
  180. checking whether optarg is declared... yes
  181. checking whether ungetc is declared... yes
  182. checking whether vfprintf is declared... yes
  183. checking whether sys_errlist is declared... yes
  184. checking whether sys_nerr is declared... yes
  185. checking return type of signal handlers... void
  186. checking for intmax_t... yes
  187. checking for long double... yes
  188. checking for long long... yes
  189. checking for ptrdiff_t... yes
  190. checking for quad_t... yes
  191. checking for uint_least32_t... yes
  192. checking for intptr_t... yes
  193. checking for preprocessor stringizing operator... yes
  194. checking for working volatile... yes
  195. checking for C/C++ restrict keyword... __restrict
  196. checking whether gcc __attribute__ ((const)) works... yes
  197. checking whether gcc __attribute__ ((malloc)) works... yes
  198. checking whether gcc __attribute__ ((mode (XX))) works... yes
  199. checking whether gcc __attribute__ ((noreturn)) works... yes
  200. checking for inline... inline
  201. checking for working alloca.h... yes
  202. checking for alloca (via gmp-impl.h)... yes
  203. checking how to allocate temporary memory... alloca
  204. checking whether byte ordering is bigendian... no
  205. checking format of `double' floating point... IEEE little endian
  206. checking for alarm... yes
  207. checking for attr_get... no
  208. checking for clock... yes
  209. checking for cputime... no
  210. checking for getpagesize... yes
  211. checking for getrusage... yes
  212. checking for gettimeofday... yes
  213. checking for getsysinfo... no
  214. checking for localeconv... yes
  215. checking for memset... yes
  216. checking for mmap... yes
  217. checking for mprotect... yes
  218. checking for nl_langinfo... yes
  219. checking for obstack_vprintf... no
  220. checking for popen... yes
  221. checking for processor_info... yes
  222. checking for pstat_getprocessor... no
  223. checking for raise... yes
  224. checking for read_real_time... no
  225. checking for sigaction... yes
  226. checking for sigaltstack... yes
  227. checking for sigstack... no
  228. checking for syssgi... no
  229. checking for strchr... yes
  230. checking for strerror... yes
  231. checking for strnlen... yes
  232. checking for strtol... yes
  233. checking for strtoul... yes
  234. checking for sysconf... yes
  235. checking for sysctl... yes
  236. checking for sysctlbyname... yes
  237. checking for times... yes
  238. checking for library containing clock_gettime... no
  239. checking for vsnprintf... yes
  240. checking whether vsnprintf works... probably
  241. configure: WARNING: cannot check for properly working vsnprintf when cross compiling, will assume it's ok
  242. checking whether sscanf needs writable input... no
  243. checking for struct pst_processor.psp_iticksperclktick... no
  244. checking for suitable m4... m4
  245. checking if m4wrap produces spurious output... no
  246. checking how to switch to text section... .text
  247. checking how to switch to data section... .data
  248. checking for assembler label suffix... :
  249. checking for assembler global directive... .globl
  250. checking for assembler global directive attribute...
  251. checking if globals are prefixed by underscore... yes
  252. checking how to switch to read-only data section... .section __TEXT,__const
  253. checking for assembler .type directive...
  254. checking for assembler .size directive...
  255. checking for assembler local label prefix... L
  256. checking for assembler byte directive... .byte
  257. checking how to define a 32-bit word... .long
  258. checking if .align assembly directive is logarithmic... yes
  259. checking size of void *... 8
  260. checking size of unsigned short... 2
  261. checking size of unsigned... 4
  262. checking size of unsigned long... 8
  263. checking size of mp_limb_t... 8
  264. checking for stack_t... yes
  265. checking for tputs in -lncurses... yes
  266. checking for readline in -lreadline... no
  267. checking readline detected... no
  268. checking for bison... bison -y
  269. checking for flex... flex
  270. checking lex output file root... lex.yy
  271. checking lex library... none needed
  272. checking whether yytext is a pointer... no
  273. checking for aarch64-apple-darwin-ranlib... ranlib
  274. creating config.m4
  275. configure: creating ./config.status
  276. config.status: creating demos/pexpr-config.h
  277. config.status: creating demos/calc/calc-config.h
  278. config.status: creating Makefile
  279. config.status: creating mpf/Makefile
  280. config.status: creating mpn/Makefile
  281. config.status: creating mpq/Makefile
  282. config.status: creating mpz/Makefile
  283. config.status: creating printf/Makefile
  284. config.status: creating scanf/Makefile
  285. config.status: creating rand/Makefile
  286. config.status: creating cxx/Makefile
  287. config.status: creating tests/Makefile
  288. config.status: creating tests/devel/Makefile
  289. config.status: creating tests/mpf/Makefile
  290. config.status: creating tests/mpn/Makefile
  291. config.status: creating tests/mpq/Makefile
  292. config.status: creating tests/mpz/Makefile
  293. config.status: creating tests/rand/Makefile
  294. config.status: creating tests/misc/Makefile
  295. config.status: creating tests/cxx/Makefile
  296. config.status: creating doc/Makefile
  297. config.status: creating tune/Makefile
  298. config.status: creating demos/Makefile
  299. config.status: creating demos/calc/Makefile
  300. config.status: creating demos/expr/Makefile
  301. config.status: creating gmp.h
  302. config.status: creating config.h
  303. config.status: config.h is unchanged
  304. config.status: linking mpn/generic/add.c to mpn/add.c
  305. config.status: linking mpn/generic/add_1.c to mpn/add_1.c
  306. config.status: linking mpn/arm64/aors_n.asm to mpn/add_n.asm
  307. config.status: linking mpn/generic/sub.c to mpn/sub.c
  308. config.status: linking mpn/generic/sub_1.c to mpn/sub_1.c
  309. config.status: linking mpn/arm64/aors_n.asm to mpn/sub_n.asm
  310. config.status: linking mpn/arm64/cnd_aors_n.asm to mpn/cnd_add_n.asm
  311. config.status: linking mpn/arm64/cnd_aors_n.asm to mpn/cnd_sub_n.asm
  312. config.status: linking mpn/generic/neg.c to mpn/neg.c
  313. config.status: linking mpn/generic/com.c to mpn/com.c
  314. config.status: linking mpn/arm64/mul_1.asm to mpn/mul_1.asm
  315. config.status: linking mpn/arm64/aorsmul_1.asm to mpn/addmul_1.asm
  316. config.status: linking mpn/arm64/aorsmul_1.asm to mpn/submul_1.asm
  317. config.status: linking mpn/generic/add_err1_n.c to mpn/add_err1_n.c
  318. config.status: linking mpn/generic/add_err2_n.c to mpn/add_err2_n.c
  319. config.status: linking mpn/generic/add_err3_n.c to mpn/add_err3_n.c
  320. config.status: linking mpn/generic/sub_err1_n.c to mpn/sub_err1_n.c
  321. config.status: linking mpn/generic/sub_err2_n.c to mpn/sub_err2_n.c
  322. config.status: linking mpn/generic/sub_err3_n.c to mpn/sub_err3_n.c
  323. config.status: linking mpn/generic/lshift.c to mpn/lshift.c
  324. config.status: linking mpn/generic/rshift.c to mpn/rshift.c
  325. config.status: linking mpn/generic/dive_1.c to mpn/dive_1.c
  326. config.status: linking mpn/generic/diveby3.c to mpn/diveby3.c
  327. config.status: linking mpn/generic/divis.c to mpn/divis.c
  328. config.status: linking mpn/generic/divrem.c to mpn/divrem.c
  329. config.status: linking mpn/generic/divrem_1.c to mpn/divrem_1.c
  330. config.status: linking mpn/generic/divrem_2.c to mpn/divrem_2.c
  331. config.status: linking mpn/generic/fib2_ui.c to mpn/fib2_ui.c
  332. config.status: linking mpn/generic/mod_1.c to mpn/mod_1.c
  333. config.status: linking mpn/generic/mod_34lsub1.c to mpn/mod_34lsub1.c
  334. config.status: linking mpn/generic/mode1o.c to mpn/mode1o.c
  335. config.status: linking mpn/generic/pre_divrem_1.c to mpn/pre_divrem_1.c
  336. config.status: linking mpn/generic/pre_mod_1.c to mpn/pre_mod_1.c
  337. config.status: linking mpn/generic/dump.c to mpn/dump.c
  338. config.status: linking mpn/generic/mod_1_1.c to mpn/mod_1_1.c
  339. config.status: linking mpn/generic/mod_1_2.c to mpn/mod_1_2.c
  340. config.status: linking mpn/generic/mod_1_3.c to mpn/mod_1_3.c
  341. config.status: linking mpn/generic/mod_1_4.c to mpn/mod_1_4.c
  342. config.status: linking mpn/generic/lshiftc.c to mpn/lshiftc.c
  343. config.status: linking mpn/generic/mul.c to mpn/mul.c
  344. config.status: linking mpn/generic/mul_fft.c to mpn/mul_fft.c
  345. config.status: linking mpn/generic/mul_n.c to mpn/mul_n.c
  346. config.status: linking mpn/generic/sqr.c to mpn/sqr.c
  347. config.status: linking mpn/generic/mul_basecase.c to mpn/mul_basecase.c
  348. config.status: linking mpn/generic/sqr_basecase.c to mpn/sqr_basecase.c
  349. config.status: linking mpn/generic/nussbaumer_mul.c to mpn/nussbaumer_mul.c
  350. config.status: linking mpn/generic/mulmid_basecase.c to mpn/mulmid_basecase.c
  351. config.status: linking mpn/generic/toom42_mulmid.c to mpn/toom42_mulmid.c
  352. config.status: linking mpn/generic/mulmid_n.c to mpn/mulmid_n.c
  353. config.status: linking mpn/generic/mulmid.c to mpn/mulmid.c
  354. config.status: linking mpn/generic/random.c to mpn/random.c
  355. config.status: linking mpn/generic/random2.c to mpn/random2.c
  356. config.status: linking mpn/generic/pow_1.c to mpn/pow_1.c
  357. config.status: linking mpn/generic/rootrem.c to mpn/rootrem.c
  358. config.status: linking mpn/generic/sqrtrem.c to mpn/sqrtrem.c
  359. config.status: linking mpn/generic/sizeinbase.c to mpn/sizeinbase.c
  360. config.status: linking mpn/generic/get_str.c to mpn/get_str.c
  361. config.status: linking mpn/generic/set_str.c to mpn/set_str.c
  362. config.status: linking mpn/generic/scan0.c to mpn/scan0.c
  363. config.status: linking mpn/generic/scan1.c to mpn/scan1.c
  364. config.status: linking mpn/generic/popham.c to mpn/popcount.c
  365. config.status: linking mpn/generic/popham.c to mpn/hamdist.c
  366. config.status: linking mpn/generic/cmp.c to mpn/cmp.c
  367. config.status: linking mpn/generic/perfsqr.c to mpn/perfsqr.c
  368. config.status: linking mpn/generic/perfpow.c to mpn/perfpow.c
  369. config.status: linking mpn/arm64/gcd_1.asm to mpn/gcd_1.asm
  370. config.status: linking mpn/generic/gcd.c to mpn/gcd.c
  371. config.status: linking mpn/generic/gcdext_1.c to mpn/gcdext_1.c
  372. config.status: linking mpn/generic/gcdext.c to mpn/gcdext.c
  373. config.status: linking mpn/generic/gcd_subdiv_step.c to mpn/gcd_subdiv_step.c
  374. config.status: linking mpn/generic/gcdext_lehmer.c to mpn/gcdext_lehmer.c
  375. config.status: linking mpn/generic/div_q.c to mpn/div_q.c
  376. config.status: linking mpn/generic/tdiv_qr.c to mpn/tdiv_qr.c
  377. config.status: linking mpn/generic/jacbase.c to mpn/jacbase.c
  378. config.status: linking mpn/generic/jacobi_2.c to mpn/jacobi_2.c
  379. config.status: linking mpn/generic/jacobi.c to mpn/jacobi.c
  380. config.status: linking mpn/generic/get_d.c to mpn/get_d.c
  381. config.status: linking mpn/generic/matrix22_mul.c to mpn/matrix22_mul.c
  382. config.status: linking mpn/generic/matrix22_mul1_inverse_vector.c to mpn/matrix22_mul1_inverse_vector.c
  383. config.status: linking mpn/generic/hgcd_matrix.c to mpn/hgcd_matrix.c
  384. config.status: linking mpn/generic/hgcd2.c to mpn/hgcd2.c
  385. config.status: linking mpn/generic/hgcd_step.c to mpn/hgcd_step.c
  386. config.status: linking mpn/generic/hgcd_reduce.c to mpn/hgcd_reduce.c
  387. config.status: linking mpn/generic/hgcd.c to mpn/hgcd.c
  388. config.status: linking mpn/generic/hgcd_appr.c to mpn/hgcd_appr.c
  389. config.status: linking mpn/generic/hgcd2_jacobi.c to mpn/hgcd2_jacobi.c
  390. config.status: linking mpn/generic/hgcd_jacobi.c to mpn/hgcd_jacobi.c
  391. config.status: linking mpn/generic/mullo_n.c to mpn/mullo_n.c
  392. config.status: linking mpn/generic/mullo_basecase.c to mpn/mullo_basecase.c
  393. config.status: linking mpn/generic/toom22_mul.c to mpn/toom22_mul.c
  394. config.status: linking mpn/generic/toom32_mul.c to mpn/toom32_mul.c
  395. config.status: linking mpn/generic/toom42_mul.c to mpn/toom42_mul.c
  396. config.status: linking mpn/generic/toom52_mul.c to mpn/toom52_mul.c
  397. config.status: linking mpn/generic/toom62_mul.c to mpn/toom62_mul.c
  398. config.status: linking mpn/generic/toom33_mul.c to mpn/toom33_mul.c
  399. config.status: linking mpn/generic/toom43_mul.c to mpn/toom43_mul.c
  400. config.status: linking mpn/generic/toom53_mul.c to mpn/toom53_mul.c
  401. config.status: linking mpn/generic/toom54_mul.c to mpn/toom54_mul.c
  402. config.status: linking mpn/generic/toom63_mul.c to mpn/toom63_mul.c
  403. config.status: linking mpn/generic/toom44_mul.c to mpn/toom44_mul.c
  404. config.status: linking mpn/generic/toom6h_mul.c to mpn/toom6h_mul.c
  405. config.status: linking mpn/generic/toom6_sqr.c to mpn/toom6_sqr.c
  406. config.status: linking mpn/generic/toom8h_mul.c to mpn/toom8h_mul.c
  407. config.status: linking mpn/generic/toom8_sqr.c to mpn/toom8_sqr.c
  408. config.status: linking mpn/generic/toom_couple_handling.c to mpn/toom_couple_handling.c
  409. config.status: linking mpn/generic/toom2_sqr.c to mpn/toom2_sqr.c
  410. config.status: linking mpn/generic/toom3_sqr.c to mpn/toom3_sqr.c
  411. config.status: linking mpn/generic/toom4_sqr.c to mpn/toom4_sqr.c
  412. config.status: linking mpn/generic/toom_eval_dgr3_pm1.c to mpn/toom_eval_dgr3_pm1.c
  413. config.status: linking mpn/generic/toom_eval_dgr3_pm2.c to mpn/toom_eval_dgr3_pm2.c
  414. config.status: linking mpn/generic/toom_eval_pm1.c to mpn/toom_eval_pm1.c
  415. config.status: linking mpn/generic/toom_eval_pm2.c to mpn/toom_eval_pm2.c
  416. config.status: linking mpn/generic/toom_eval_pm2exp.c to mpn/toom_eval_pm2exp.c
  417. config.status: linking mpn/generic/toom_eval_pm2rexp.c to mpn/toom_eval_pm2rexp.c
  418. config.status: linking mpn/generic/toom_interpolate_5pts.c to mpn/toom_interpolate_5pts.c
  419. config.status: linking mpn/generic/toom_interpolate_6pts.c to mpn/toom_interpolate_6pts.c
  420. config.status: linking mpn/generic/toom_interpolate_7pts.c to mpn/toom_interpolate_7pts.c
  421. config.status: linking mpn/generic/toom_interpolate_8pts.c to mpn/toom_interpolate_8pts.c
  422. config.status: linking mpn/generic/toom_interpolate_12pts.c to mpn/toom_interpolate_12pts.c
  423. config.status: linking mpn/generic/toom_interpolate_16pts.c to mpn/toom_interpolate_16pts.c
  424. config.status: linking mpn/generic/invertappr.c to mpn/invertappr.c
  425. config.status: linking mpn/generic/invert.c to mpn/invert.c
  426. config.status: linking mpn/generic/binvert.c to mpn/binvert.c
  427. config.status: linking mpn/generic/mulmod_bnm1.c to mpn/mulmod_bnm1.c
  428. config.status: linking mpn/generic/sqrmod_bnm1.c to mpn/sqrmod_bnm1.c
  429. config.status: linking mpn/generic/div_qr_1.c to mpn/div_qr_1.c
  430. config.status: linking mpn/generic/div_qr_1n_pi1.c to mpn/div_qr_1n_pi1.c
  431. config.status: linking mpn/generic/div_qr_2.c to mpn/div_qr_2.c
  432. config.status: linking mpn/generic/div_qr_2n_pi1.c to mpn/div_qr_2n_pi1.c
  433. config.status: linking mpn/generic/div_qr_2u_pi1.c to mpn/div_qr_2u_pi1.c
  434. config.status: linking mpn/generic/sbpi1_div_q.c to mpn/sbpi1_div_q.c
  435. config.status: linking mpn/generic/sbpi1_div_qr.c to mpn/sbpi1_div_qr.c
  436. config.status: linking mpn/generic/sbpi1_divappr_q.c to mpn/sbpi1_divappr_q.c
  437. config.status: linking mpn/generic/dcpi1_div_q.c to mpn/dcpi1_div_q.c
  438. config.status: linking mpn/generic/dcpi1_div_qr.c to mpn/dcpi1_div_qr.c
  439. config.status: linking mpn/generic/dcpi1_divappr_q.c to mpn/dcpi1_divappr_q.c
  440. config.status: linking mpn/generic/mu_div_qr.c to mpn/mu_div_qr.c
  441. config.status: linking mpn/generic/mu_divappr_q.c to mpn/mu_divappr_q.c
  442. config.status: linking mpn/generic/mu_div_q.c to mpn/mu_div_q.c
  443. config.status: linking mpn/generic/bdiv_q_1.c to mpn/bdiv_q_1.c
  444. config.status: linking mpn/generic/sbpi1_bdiv_q.c to mpn/sbpi1_bdiv_q.c
  445. config.status: linking mpn/generic/sbpi1_bdiv_qr.c to mpn/sbpi1_bdiv_qr.c
  446. config.status: linking mpn/generic/dcpi1_bdiv_q.c to mpn/dcpi1_bdiv_q.c
  447. config.status: linking mpn/generic/dcpi1_bdiv_qr.c to mpn/dcpi1_bdiv_qr.c
  448. config.status: linking mpn/generic/mu_bdiv_q.c to mpn/mu_bdiv_q.c
  449. config.status: linking mpn/generic/mu_bdiv_qr.c to mpn/mu_bdiv_qr.c
  450. config.status: linking mpn/generic/bdiv_q.c to mpn/bdiv_q.c
  451. config.status: linking mpn/generic/bdiv_qr.c to mpn/bdiv_qr.c
  452. config.status: linking mpn/generic/broot.c to mpn/broot.c
  453. config.status: linking mpn/generic/brootinv.c to mpn/brootinv.c
  454. config.status: linking mpn/generic/bsqrt.c to mpn/bsqrt.c
  455. config.status: linking mpn/generic/bsqrtinv.c to mpn/bsqrtinv.c
  456. config.status: linking mpn/generic/divexact.c to mpn/divexact.c
  457. config.status: linking mpn/generic/bdiv_dbm1c.c to mpn/bdiv_dbm1c.c
  458. config.status: linking mpn/generic/redc_1.c to mpn/redc_1.c
  459. config.status: linking mpn/generic/redc_2.c to mpn/redc_2.c
  460. config.status: linking mpn/generic/redc_n.c to mpn/redc_n.c
  461. config.status: linking mpn/generic/powm.c to mpn/powm.c
  462. config.status: linking mpn/generic/powlo.c to mpn/powlo.c
  463. config.status: linking mpn/generic/sec_powm.c to mpn/sec_powm.c
  464. config.status: linking mpn/generic/sec_mul.c to mpn/sec_mul.c
  465. config.status: linking mpn/generic/sec_sqr.c to mpn/sec_sqr.c
  466. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_qr.c
  467. config.status: linking mpn/generic/sec_div.c to mpn/sec_div_r.c
  468. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_qr.c
  469. config.status: linking mpn/generic/sec_pi1_div.c to mpn/sec_pi1_div_r.c
  470. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_add_1.c
  471. config.status: linking mpn/generic/sec_aors_1.c to mpn/sec_sub_1.c
  472. config.status: linking mpn/generic/sec_invert.c to mpn/sec_invert.c
  473. config.status: linking mpn/generic/trialdiv.c to mpn/trialdiv.c
  474. config.status: linking mpn/generic/remove.c to mpn/remove.c
  475. config.status: linking mpn/arm64/logops_n.asm to mpn/and_n.asm
  476. config.status: linking mpn/arm64/logops_n.asm to mpn/andn_n.asm
  477. config.status: linking mpn/arm64/logops_n.asm to mpn/nand_n.asm
  478. config.status: linking mpn/arm64/logops_n.asm to mpn/ior_n.asm
  479. config.status: linking mpn/arm64/logops_n.asm to mpn/iorn_n.asm
  480. config.status: linking mpn/arm64/logops_n.asm to mpn/nior_n.asm
  481. config.status: linking mpn/arm64/logops_n.asm to mpn/xor_n.asm
  482. config.status: linking mpn/arm64/logops_n.asm to mpn/xnor_n.asm
  483. config.status: linking mpn/arm64/copyi.asm to mpn/copyi.asm
  484. config.status: linking mpn/arm64/copyd.asm to mpn/copyd.asm
  485. config.status: linking mpn/generic/zero.c to mpn/zero.c
  486. config.status: linking mpn/generic/sec_tabselect.c to mpn/sec_tabselect.c
  487. config.status: linking mpn/generic/comb_tables.c to mpn/comb_tables.c
  488. config.status: linking mpn/arm64/invert_limb.asm to mpn/invert_limb.asm
  489. config.status: linking mpn/generic/add_n_sub_n.c to mpn/add_n_sub_n.c
  490. config.status: linking mpn/generic/gmp-mparam.h to gmp-mparam.h
  491. config.status: executing libtool commands
  492. configure: summary of build options:
  493.  
  494. Version: GNU MP 6.0.0
  495. Host type: aarch64-apple-darwin
  496. ABI: standard
  497. Install prefix: /usr/local
  498. Compiler: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
  499. Static libraries: yes
  500. Shared libraries: no
  501.  
  502. gmp-6.0.0-20140402 $ sudo make
  503. Password:
  504. Sorry, try again.
  505. Password:
  506. /Applications/Xcode.app/Contents/Developer/usr/bin/make all-recursive
  507. Making all in tests
  508. Making all in .
  509. make[3]: Nothing to be done for `all-am'.
  510. Making all in devel
  511. make[3]: Nothing to be done for `all'.
  512. Making all in mpn
  513. make[3]: Nothing to be done for `all'.
  514. Making all in mpz
  515. make[3]: Nothing to be done for `all'.
  516. Making all in mpq
  517. make[3]: Nothing to be done for `all'.
  518. Making all in mpf
  519. make[3]: Nothing to be done for `all'.
  520. Making all in rand
  521. make[3]: Nothing to be done for `all'.
  522. Making all in misc
  523. make[3]: Nothing to be done for `all'.
  524. Making all in cxx
  525. make[3]: Nothing to be done for `all'.
  526. Making all in mpn
  527. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib_table | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o fib_table.lo fib_table.c
  528. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib_table -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c fib_table.c -o fib_table.o
  529. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mp_bases | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mp_bases.lo mp_bases.c
  530. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mp_bases -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mp_bases.c -o mp_bases.o
  531. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o add.lo add.c
  532. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c add.c -o add.o
  533. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o add_1.lo add_1.c
  534. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c add_1.c -o add_1.o
  535. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'add_n.asm' || echo './'`add_n.asm
  536. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic add_n.asm -o add_n.o
  537. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_add_n add_n.asm >tmp-add_n.s
  538. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-add_n.s -o add_n.o
  539. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sub.lo sub.c
  540. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sub.c -o sub.o
  541. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sub_1.lo sub_1.c
  542. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sub_1.c -o sub_1.o
  543. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'sub_n.asm' || echo './'`sub_n.asm
  544. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic sub_n.asm -o sub_n.o
  545. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_sub_n sub_n.asm >tmp-sub_n.s
  546. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-sub_n.s -o sub_n.o
  547. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_add_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'cnd_add_n.asm' || echo './'`cnd_add_n.asm
  548. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic cnd_add_n.asm -o cnd_add_n.o
  549. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_add_n cnd_add_n.asm >tmp-cnd_add_n.s
  550. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_add_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-cnd_add_n.s -o cnd_add_n.o
  551. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cnd_sub_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'cnd_sub_n.asm' || echo './'`cnd_sub_n.asm
  552. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic cnd_sub_n.asm -o cnd_sub_n.o
  553. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_cnd_sub_n cnd_sub_n.asm >tmp-cnd_sub_n.s
  554. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cnd_sub_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-cnd_sub_n.s -o cnd_sub_n.o
  555. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo neg | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o neg.lo neg.c
  556. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_neg -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c neg.c -o neg.o
  557. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo com | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o com.lo com.c
  558. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_com -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c com.c -o com.o
  559. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'mul_1.asm' || echo './'`mul_1.asm
  560. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic mul_1.asm -o mul_1.o
  561. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_mul_1 mul_1.asm >tmp-mul_1.s
  562. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-mul_1.s -o mul_1.o
  563. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo addmul_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'addmul_1.asm' || echo './'`addmul_1.asm
  564. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic addmul_1.asm -o addmul_1.o
  565. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_addmul_1 addmul_1.asm >tmp-addmul_1.s
  566. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_addmul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-addmul_1.s -o addmul_1.o
  567. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo submul_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'submul_1.asm' || echo './'`submul_1.asm
  568. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic submul_1.asm -o submul_1.o
  569. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_submul_1 submul_1.asm >tmp-submul_1.s
  570. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_submul_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-submul_1.s -o submul_1.o
  571. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err1_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o add_err1_n.lo add_err1_n.c
  572. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err1_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c add_err1_n.c -o add_err1_n.o
  573. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err2_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o add_err2_n.lo add_err2_n.c
  574. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err2_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c add_err2_n.c -o add_err2_n.o
  575. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo add_err3_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o add_err3_n.lo add_err3_n.c
  576. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_add_err3_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c add_err3_n.c -o add_err3_n.o
  577. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err1_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sub_err1_n.lo sub_err1_n.c
  578. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err1_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sub_err1_n.c -o sub_err1_n.o
  579. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err2_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sub_err2_n.lo sub_err2_n.c
  580. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err2_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sub_err2_n.c -o sub_err2_n.o
  581. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sub_err3_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sub_err3_n.lo sub_err3_n.c
  582. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sub_err3_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sub_err3_n.c -o sub_err3_n.o
  583. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshift | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o lshift.lo lshift.c
  584. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshift -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c lshift.c -o lshift.o
  585. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rshift | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o rshift.lo rshift.c
  586. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rshift -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c rshift.c -o rshift.o
  587. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dive_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dive_1.lo dive_1.c
  588. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dive_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dive_1.c -o dive_1.o
  589. dive_1.c:92:29: warning: value size does not match register size specified by the constraint and modifier
  590. [-Wasm-operand-widths]
  591. count_trailing_zeros (shift, divisor);
  592. ^
  593. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  594. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  595. ^
  596. dive_1.c:92:29: warning: value size does not match register size specified by the constraint and modifier
  597. [-Wasm-operand-widths]
  598. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  599. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  600. ^
  601. dive_1.c:92:29: warning: value size does not match register size specified by the constraint and modifier
  602. [-Wasm-operand-widths]
  603. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  604. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  605. ^
  606. 3 warnings generated.
  607. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo diveby3 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o diveby3.lo diveby3.c
  608. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_diveby3 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c diveby3.c -o diveby3.o
  609. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divis | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o divis.lo divis.c
  610. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divis -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c divis.c -o divis.o
  611. divis.c:111:29: warning: value size does not match register size specified by the constraint and modifier
  612. [-Wasm-operand-widths]
  613. count_trailing_zeros (twos, dlow);
  614. ^
  615. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  616. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  617. ^
  618. divis.c:111:29: warning: value size does not match register size specified by the constraint and modifier
  619. [-Wasm-operand-widths]
  620. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  621. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  622. ^
  623. divis.c:111:29: warning: value size does not match register size specified by the constraint and modifier
  624. [-Wasm-operand-widths]
  625. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  626. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  627. ^
  628. divis.c:121:26: warning: value size does not match register size specified by the constraint and modifier
  629. [-Wasm-operand-widths]
  630. count_trailing_zeros (twos, dlow);
  631. ^
  632. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  633. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  634. ^
  635. divis.c:121:26: warning: value size does not match register size specified by the constraint and modifier
  636. [-Wasm-operand-widths]
  637. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  638. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  639. ^
  640. divis.c:121:26: warning: value size does not match register size specified by the constraint and modifier
  641. [-Wasm-operand-widths]
  642. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  643. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  644. ^
  645. divis.c:141:25: warning: value size does not match register size specified by the constraint and modifier
  646. [-Wasm-operand-widths]
  647. count_trailing_zeros (twos, dp[0]);
  648. ^
  649. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  650. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  651. ^
  652. divis.c:141:25: warning: value size does not match register size specified by the constraint and modifier
  653. [-Wasm-operand-widths]
  654. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  655. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  656. ^
  657. divis.c:141:25: warning: value size does not match register size specified by the constraint and modifier
  658. [-Wasm-operand-widths]
  659. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  660. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  661. ^
  662. 9 warnings generated.
  663. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o divrem.lo divrem.c
  664. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c divrem.c -o divrem.o
  665. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o divrem_1.lo divrem_1.c
  666. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c divrem_1.c -o divrem_1.o
  667. divrem_1.c:192:28: warning: value size does not match register size specified by the constraint and modifier
  668. [-Wasm-operand-widths]
  669. count_leading_zeros (cnt, d);
  670. ^
  671. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  672. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  673. ^
  674. 1 warning generated.
  675. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divrem_2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o divrem_2.lo divrem_2.c
  676. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divrem_2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c divrem_2.c -o divrem_2.o
  677. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo fib2_ui | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o fib2_ui.lo fib2_ui.c
  678. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_fib2_ui -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c fib2_ui.c -o fib2_ui.o
  679. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_1.lo mod_1.c
  680. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_1.c -o mod_1.o
  681. mod_1.c:144:24: warning: value size does not match register size specified by the constraint and modifier
  682. [-Wasm-operand-widths]
  683. count_leading_zeros (cnt, d);
  684. ^
  685. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  686. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  687. ^
  688. 1 warning generated.
  689. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_34lsub1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_34lsub1.lo mod_34lsub1.c
  690. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_34lsub1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_34lsub1.c -o mod_34lsub1.o
  691. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mode1o | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mode1o.lo mode1o.c
  692. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mode1o -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mode1o.c -o mode1o.o
  693. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_divrem_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o pre_divrem_1.lo pre_divrem_1.c
  694. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_divrem_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c pre_divrem_1.c -o pre_divrem_1.o
  695. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pre_mod_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o pre_mod_1.lo pre_mod_1.c
  696. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pre_mod_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c pre_mod_1.c -o pre_mod_1.o
  697. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dump | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dump.lo dump.c
  698. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dump -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dump.c -o dump.o
  699. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_1_1.lo mod_1_1.c
  700. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_1_1.c -o mod_1_1.o
  701. mod_1_1.c:166:24: warning: value size does not match register size specified by the constraint and modifier
  702. [-Wasm-operand-widths]
  703. count_leading_zeros (cnt, b);
  704. ^
  705. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  706. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  707. ^
  708. 1 warning generated.
  709. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_1_2.lo mod_1_2.c
  710. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_1_2.c -o mod_1_2.o
  711. mod_1_2.c:53:24: warning: value size does not match register size specified by the constraint and modifier
  712. [-Wasm-operand-widths]
  713. count_leading_zeros (cnt, b);
  714. ^
  715. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  716. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  717. ^
  718. 1 warning generated.
  719. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_3 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_1_3.lo mod_1_3.c
  720. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_3 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_1_3.c -o mod_1_3.o
  721. mod_1_3.c:53:24: warning: value size does not match register size specified by the constraint and modifier
  722. [-Wasm-operand-widths]
  723. count_leading_zeros (cnt, b);
  724. ^
  725. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  726. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  727. ^
  728. 1 warning generated.
  729. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mod_1_4 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mod_1_4.lo mod_1_4.c
  730. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mod_1_4 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mod_1_4.c -o mod_1_4.o
  731. mod_1_4.c:53:24: warning: value size does not match register size specified by the constraint and modifier
  732. [-Wasm-operand-widths]
  733. count_leading_zeros (cnt, b);
  734. ^
  735. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  736. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  737. ^
  738. 1 warning generated.
  739. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo lshiftc | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o lshiftc.lo lshiftc.c
  740. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_lshiftc -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c lshiftc.c -o lshiftc.o
  741. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mul.lo mul.c
  742. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mul.c -o mul.o
  743. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_fft | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mul_fft.lo mul_fft.c
  744. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_fft -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mul_fft.c -o mul_fft.o
  745. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mul_n.lo mul_n.c
  746. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mul_n.c -o mul_n.o
  747. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sqr.lo sqr.c
  748. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sqr.c -o sqr.o
  749. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mul_basecase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mul_basecase.lo mul_basecase.c
  750. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mul_basecase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mul_basecase.c -o mul_basecase.o
  751. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqr_basecase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sqr_basecase.lo sqr_basecase.c
  752. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqr_basecase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sqr_basecase.c -o sqr_basecase.o
  753. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nussbaumer_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o nussbaumer_mul.lo nussbaumer_mul.c
  754. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nussbaumer_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c nussbaumer_mul.c -o nussbaumer_mul.o
  755. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_basecase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mulmid_basecase.lo mulmid_basecase.c
  756. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_basecase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mulmid_basecase.c -o mulmid_basecase.o
  757. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mulmid | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom42_mulmid.lo toom42_mulmid.c
  758. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mulmid -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom42_mulmid.c -o toom42_mulmid.o
  759. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mulmid_n.lo mulmid_n.c
  760. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mulmid_n.c -o mulmid_n.o
  761. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmid | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mulmid.lo mulmid.c
  762. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmid -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mulmid.c -o mulmid.o
  763. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o random.lo random.c
  764. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c random.c -o random.o
  765. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo random2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o random2.lo random2.c
  766. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_random2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c random2.c -o random2.o
  767. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo pow_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o pow_1.lo pow_1.c
  768. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_pow_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c pow_1.c -o pow_1.o
  769. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo rootrem | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o rootrem.lo rootrem.c
  770. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_rootrem -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c rootrem.c -o rootrem.o
  771. rootrem.c:160:3: warning: value size does not match register size specified by the constraint and modifier
  772. [-Wasm-operand-widths]
  773. MPN_SIZEINBASE_2EXP(unb, up, un, 1);
  774. ^
  775. ../gmp-impl.h:2912:26: note: expanded from macro 'MPN_SIZEINBASE_2EXP'
  776. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  777. ^
  778. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  779. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  780. ^
  781. 1 warning generated.
  782. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrtrem | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sqrtrem.lo sqrtrem.c
  783. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrtrem -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sqrtrem.c -o sqrtrem.o
  784. sqrtrem.c:303:24: warning: value size does not match register size specified by the constraint and modifier
  785. [-Wasm-operand-widths]
  786. count_leading_zeros (c, high);
  787. ^
  788. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  789. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  790. ^
  791. 1 warning generated.
  792. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sizeinbase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sizeinbase.lo sizeinbase.c
  793. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sizeinbase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sizeinbase.c -o sizeinbase.o
  794. sizeinbase.c:48:3: warning: value size does not match register size specified by the constraint and modifier
  795. [-Wasm-operand-widths]
  796. MPN_SIZEINBASE (result, xp, xsize, base);
  797. ^
  798. ../gmp-impl.h:2891:23: note: expanded from macro 'MPN_SIZEINBASE'
  799. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  800. ^
  801. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  802. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  803. ^
  804. 1 warning generated.
  805. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_str | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o get_str.lo get_str.c
  806. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_str -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c get_str.c -o get_str.o
  807. get_str.c:206:38: warning: value size does not match register size specified by the constraint and modifier
  808. [-Wasm-operand-widths]
  809. umul_ppmm (digit, frac, frac, 10);
  810. ^
  811. ../longlong.h:559:63: note: expanded from macro 'umul_ppmm'
  812. __asm__ ("umulh\t%0, %1, %2" : "=r" (ph) : "r" (m0), "r" (m1)); \
  813. ^
  814. get_str.c:211:38: warning: value size does not match register size specified by the constraint and modifier
  815. [-Wasm-operand-widths]
  816. umul_ppmm (digit, frac, frac, 10);
  817. ^
  818. ../longlong.h:559:63: note: expanded from macro 'umul_ppmm'
  819. __asm__ ("umulh\t%0, %1, %2" : "=r" (ph) : "r" (m0), "r" (m1)); \
  820. ^
  821. get_str.c:216:38: warning: value size does not match register size specified by the constraint and modifier
  822. [-Wasm-operand-widths]
  823. umul_ppmm (digit, frac, frac, 10);
  824. ^
  825. ../longlong.h:559:63: note: expanded from macro 'umul_ppmm'
  826. __asm__ ("umulh\t%0, %1, %2" : "=r" (ph) : "r" (m0), "r" (m1)); \
  827. ^
  828. get_str.c:221:38: warning: value size does not match register size specified by the constraint and modifier
  829. [-Wasm-operand-widths]
  830. umul_ppmm (digit, frac, frac, 10);
  831. ^
  832. ../longlong.h:559:63: note: expanded from macro 'umul_ppmm'
  833. __asm__ ("umulh\t%0, %1, %2" : "=r" (ph) : "r" (m0), "r" (m1)); \
  834. ^
  835. get_str.c:256:28: warning: value size does not match register size specified by the constraint and modifier
  836. [-Wasm-operand-widths]
  837. count_leading_zeros (normalization_steps, big_base);
  838. ^
  839. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  840. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  841. ^
  842. get_str.c:275:38: warning: value size does not match register size specified by the constraint and modifier
  843. [-Wasm-operand-widths]
  844. umul_ppmm (digit, frac, frac, base);
  845. ^
  846. ../longlong.h:559:63: note: expanded from macro 'umul_ppmm'
  847. __asm__ ("umulh\t%0, %1, %2" : "=r" (ph) : "r" (m0), "r" (m1)); \
  848. ^
  849. get_str.c:400:28: warning: value size does not match register size specified by the constraint and modifier
  850. [-Wasm-operand-widths]
  851. count_leading_zeros (cnt, n1);
  852. ^
  853. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  854. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  855. ^
  856. 7 warnings generated.
  857. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo set_str | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o set_str.lo set_str.c
  858. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_set_str -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c set_str.c -o set_str.o
  859. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan0 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o scan0.lo scan0.c
  860. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan0 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c scan0.c -o scan0.o
  861. scan0.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  862. [-Wasm-operand-widths]
  863. count_trailing_zeros (cnt, alimb);
  864. ^
  865. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  866. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  867. ^
  868. scan0.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  869. [-Wasm-operand-widths]
  870. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  871. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  872. ^
  873. scan0.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  874. [-Wasm-operand-widths]
  875. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  876. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  877. ^
  878. 3 warnings generated.
  879. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo scan1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o scan1.lo scan1.c
  880. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_scan1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c scan1.c -o scan1.o
  881. scan1.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  882. [-Wasm-operand-widths]
  883. count_trailing_zeros (cnt, alimb);
  884. ^
  885. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  886. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  887. ^
  888. scan1.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  889. [-Wasm-operand-widths]
  890. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  891. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  892. ^
  893. scan1.c:58:25: warning: value size does not match register size specified by the constraint and modifier
  894. [-Wasm-operand-widths]
  895. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  896. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  897. ^
  898. 3 warnings generated.
  899. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo popcount | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o popcount.lo popcount.c
  900. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_popcount -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c popcount.c -o popcount.o
  901. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hamdist | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hamdist.lo hamdist.c
  902. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hamdist -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hamdist.c -o hamdist.o
  903. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo cmp | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o cmp.lo cmp.c
  904. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_cmp -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c cmp.c -o cmp.o
  905. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfsqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o perfsqr.lo perfsqr.c
  906. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfsqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c perfsqr.c -o perfsqr.o
  907. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo perfpow | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o perfpow.lo perfpow.c
  908. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_perfpow -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c perfpow.c -o perfpow.o
  909. perfpow.c:86:3: warning: value size does not match register size specified by the constraint and modifier
  910. [-Wasm-operand-widths]
  911. MPN_SIZEINBASE_2EXP(y, xp, xn, 1);
  912. ^
  913. ../gmp-impl.h:2912:26: note: expanded from macro 'MPN_SIZEINBASE_2EXP'
  914. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  915. ^
  916. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  917. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  918. ^
  919. perfpow.c:410:3: warning: value size does not match register size specified by the constraint and modifier
  920. [-Wasm-operand-widths]
  921. MPN_SIZEINBASE_2EXP(count, nc, ncn, 1); /* log (nc) + 1 */
  922. ^
  923. ../gmp-impl.h:2912:26: note: expanded from macro 'MPN_SIZEINBASE_2EXP'
  924. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  925. ^
  926. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  927. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  928. ^
  929. 2 warnings generated.
  930. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'gcd_1.asm' || echo './'`gcd_1.asm
  931. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic gcd_1.asm -o gcd_1.o
  932. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_gcd_1 gcd_1.asm >tmp-gcd_1.s
  933. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-gcd_1.s -o gcd_1.o
  934. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o gcd.lo gcd.c
  935. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c gcd.c -o gcd.o
  936. gcd.c:248:25: warning: value size does not match register size specified by the constraint and modifier
  937. [-Wasm-operand-widths]
  938. count_leading_zeros (shift, mask);
  939. ^
  940. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  941. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  942. ^
  943. gcd.c:300:29: warning: value size does not match register size specified by the constraint and modifier
  944. [-Wasm-operand-widths]
  945. count_trailing_zeros (r, vp[0]);
  946. ^
  947. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  948. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  949. ^
  950. gcd.c:300:29: warning: value size does not match register size specified by the constraint and modifier
  951. [-Wasm-operand-widths]
  952. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  953. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  954. ^
  955. gcd.c:300:29: warning: value size does not match register size specified by the constraint and modifier
  956. [-Wasm-operand-widths]
  957. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  958. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  959. ^
  960. 4 warnings generated.
  961. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o gcdext_1.lo gcdext_1.c
  962. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c gcdext_1.c -o gcdext_1.o
  963. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o gcdext.lo gcdext.c
  964. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c gcdext.c -o gcdext.o
  965. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcd_subdiv_step | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o gcd_subdiv_step.lo gcd_subdiv_step.c
  966. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcd_subdiv_step -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c gcd_subdiv_step.c -o gcd_subdiv_step.o
  967. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo gcdext_lehmer | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o gcdext_lehmer.lo gcdext_lehmer.c
  968. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_gcdext_lehmer -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c gcdext_lehmer.c -o gcdext_lehmer.o
  969. gcdext_lehmer.c:206:25: warning: value size does not match register size specified by the constraint and
  970. modifier [-Wasm-operand-widths]
  971. count_leading_zeros (shift, mask);
  972. ^
  973. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  974. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  975. ^
  976. gcdext_lehmer.c:216:25: warning: value size does not match register size specified by the constraint and
  977. modifier [-Wasm-operand-widths]
  978. count_leading_zeros (shift, mask);
  979. ^
  980. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  981. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  982. ^
  983. 2 warnings generated.
  984. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_q.lo div_q.c
  985. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_q.c -o div_q.o
  986. div_q.c:139:25: warning: value size does not match register size specified by the constraint and modifier
  987. [-Wasm-operand-widths]
  988. count_leading_zeros (cnt, dh);
  989. ^
  990. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  991. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  992. ^
  993. div_q.c:234:25: warning: value size does not match register size specified by the constraint and modifier
  994. [-Wasm-operand-widths]
  995. count_leading_zeros (cnt, dh);
  996. ^
  997. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  998. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  999. ^
  1000. 2 warnings generated.
  1001. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo tdiv_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o tdiv_qr.lo tdiv_qr.c
  1002. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_tdiv_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c tdiv_qr.c -o tdiv_qr.o
  1003. tdiv_qr.c:80:27: warning: value size does not match register size specified by the constraint and modifier
  1004. [-Wasm-operand-widths]
  1005. count_leading_zeros (cnt, dp[1]);
  1006. ^
  1007. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1008. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1009. ^
  1010. tdiv_qr.c:125:24: warning: value size does not match register size specified by the constraint and modifier
  1011. [-Wasm-operand-widths]
  1012. count_leading_zeros (cnt, dp[dn - 1]);
  1013. ^
  1014. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1015. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1016. ^
  1017. tdiv_qr.c:229:24: warning: value size does not match register size specified by the constraint and modifier
  1018. [-Wasm-operand-widths]
  1019. count_leading_zeros (cnt, dp[dn - 1]);
  1020. ^
  1021. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1022. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1023. ^
  1024. 3 warnings generated.
  1025. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacbase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o jacbase.lo jacbase.c
  1026. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacbase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c jacbase.c -o jacbase.o
  1027. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi_2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o jacobi_2.lo jacobi_2.c
  1028. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi_2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c jacobi_2.c -o jacobi_2.o
  1029. jacobi_2.c:199:29: warning: value size does not match register size specified by the constraint and modifier
  1030. [-Wasm-operand-widths]
  1031. count_trailing_zeros (c, ah);
  1032. ^
  1033. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1034. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1035. ^
  1036. jacobi_2.c:199:29: warning: value size does not match register size specified by the constraint and modifier
  1037. [-Wasm-operand-widths]
  1038. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1039. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1040. ^
  1041. jacobi_2.c:199:29: warning: value size does not match register size specified by the constraint and modifier
  1042. [-Wasm-operand-widths]
  1043. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1044. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1045. ^
  1046. jacobi_2.c:217:29: warning: value size does not match register size specified by the constraint and modifier
  1047. [-Wasm-operand-widths]
  1048. count_trailing_zeros (c, al);
  1049. ^
  1050. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1051. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1052. ^
  1053. jacobi_2.c:217:29: warning: value size does not match register size specified by the constraint and modifier
  1054. [-Wasm-operand-widths]
  1055. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1056. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1057. ^
  1058. jacobi_2.c:217:29: warning: value size does not match register size specified by the constraint and modifier
  1059. [-Wasm-operand-widths]
  1060. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1061. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1062. ^
  1063. jacobi_2.c:243:30: warning: value size does not match register size specified by the constraint and modifier
  1064. [-Wasm-operand-widths]
  1065. count_trailing_zeros (c, ah);
  1066. ^
  1067. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1068. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1069. ^
  1070. jacobi_2.c:243:30: warning: value size does not match register size specified by the constraint and modifier
  1071. [-Wasm-operand-widths]
  1072. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1073. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1074. ^
  1075. jacobi_2.c:243:30: warning: value size does not match register size specified by the constraint and modifier
  1076. [-Wasm-operand-widths]
  1077. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1078. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1079. ^
  1080. jacobi_2.c:253:26: warning: value size does not match register size specified by the constraint and modifier
  1081. [-Wasm-operand-widths]
  1082. count_trailing_zeros (c, al);
  1083. ^
  1084. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1085. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1086. ^
  1087. jacobi_2.c:253:26: warning: value size does not match register size specified by the constraint and modifier
  1088. [-Wasm-operand-widths]
  1089. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1090. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1091. ^
  1092. jacobi_2.c:253:26: warning: value size does not match register size specified by the constraint and modifier
  1093. [-Wasm-operand-widths]
  1094. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1095. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1096. ^
  1097. jacobi_2.c:277:30: warning: value size does not match register size specified by the constraint and modifier
  1098. [-Wasm-operand-widths]
  1099. count_trailing_zeros (c, bh);
  1100. ^
  1101. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1102. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1103. ^
  1104. jacobi_2.c:277:30: warning: value size does not match register size specified by the constraint and modifier
  1105. [-Wasm-operand-widths]
  1106. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1107. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1108. ^
  1109. jacobi_2.c:277:30: warning: value size does not match register size specified by the constraint and modifier
  1110. [-Wasm-operand-widths]
  1111. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1112. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1113. ^
  1114. jacobi_2.c:284:26: warning: value size does not match register size specified by the constraint and modifier
  1115. [-Wasm-operand-widths]
  1116. count_trailing_zeros (c, bl);
  1117. ^
  1118. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1119. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1120. ^
  1121. jacobi_2.c:284:26: warning: value size does not match register size specified by the constraint and modifier
  1122. [-Wasm-operand-widths]
  1123. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1124. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1125. ^
  1126. jacobi_2.c:284:26: warning: value size does not match register size specified by the constraint and modifier
  1127. [-Wasm-operand-widths]
  1128. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1129. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1130. ^
  1131. jacobi_2.c:304:26: warning: value size does not match register size specified by the constraint and modifier
  1132. [-Wasm-operand-widths]
  1133. count_trailing_zeros (c, al);
  1134. ^
  1135. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1136. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1137. ^
  1138. jacobi_2.c:304:26: warning: value size does not match register size specified by the constraint and modifier
  1139. [-Wasm-operand-widths]
  1140. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1141. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1142. ^
  1143. jacobi_2.c:304:26: warning: value size does not match register size specified by the constraint and modifier
  1144. [-Wasm-operand-widths]
  1145. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1146. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1147. ^
  1148. jacobi_2.c:333:26: warning: value size does not match register size specified by the constraint and modifier
  1149. [-Wasm-operand-widths]
  1150. count_trailing_zeros (c, ah);
  1151. ^
  1152. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1153. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1154. ^
  1155. jacobi_2.c:333:26: warning: value size does not match register size specified by the constraint and modifier
  1156. [-Wasm-operand-widths]
  1157. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1158. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1159. ^
  1160. jacobi_2.c:333:26: warning: value size does not match register size specified by the constraint and modifier
  1161. [-Wasm-operand-widths]
  1162. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1163. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1164. ^
  1165. jacobi_2.c:338:29: warning: value size does not match register size specified by the constraint and modifier
  1166. [-Wasm-operand-widths]
  1167. count_trailing_zeros (c, al);
  1168. ^
  1169. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1170. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1171. ^
  1172. jacobi_2.c:338:29: warning: value size does not match register size specified by the constraint and modifier
  1173. [-Wasm-operand-widths]
  1174. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1175. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1176. ^
  1177. jacobi_2.c:338:29: warning: value size does not match register size specified by the constraint and modifier
  1178. [-Wasm-operand-widths]
  1179. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1180. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1181. ^
  1182. 27 warnings generated.
  1183. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo jacobi | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o jacobi.lo jacobi.c
  1184. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_jacobi -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c jacobi.c -o jacobi.o
  1185. jacobi.c:244:25: warning: value size does not match register size specified by the constraint and modifier
  1186. [-Wasm-operand-widths]
  1187. count_leading_zeros (shift, mask);
  1188. ^
  1189. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1190. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1191. ^
  1192. 1 warning generated.
  1193. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo get_d | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o get_d.lo get_d.c
  1194. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_get_d -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c get_d.c -o get_d.o
  1195. get_d.c:171:28: warning: value size does not match register size specified by the constraint and modifier
  1196. [-Wasm-operand-widths]
  1197. count_leading_zeros (lshift, mlo);
  1198. ^
  1199. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1200. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1201. ^
  1202. 1 warning generated.
  1203. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o matrix22_mul.lo matrix22_mul.c
  1204. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c matrix22_mul.c -o matrix22_mul.o
  1205. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo matrix22_mul1_inverse_vector | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o matrix22_mul1_inverse_vector.lo matrix22_mul1_inverse_vector.c
  1206. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_matrix22_mul1_inverse_vector -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c matrix22_mul1_inverse_vector.c -o matrix22_mul1_inverse_vector.o
  1207. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_matrix | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd_matrix.lo hgcd_matrix.c
  1208. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_matrix -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd_matrix.c -o hgcd_matrix.o
  1209. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd2.lo hgcd2.c
  1210. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd2.c -o hgcd2.o
  1211. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_step | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd_step.lo hgcd_step.c
  1212. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_step -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd_step.c -o hgcd_step.o
  1213. hgcd_step.c:106:28: warning: value size does not match register size specified by the constraint and modifier
  1214. [-Wasm-operand-widths]
  1215. count_leading_zeros (shift, mask);
  1216. ^
  1217. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1218. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1219. ^
  1220. 1 warning generated.
  1221. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_reduce | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd_reduce.lo hgcd_reduce.c
  1222. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_reduce -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd_reduce.c -o hgcd_reduce.o
  1223. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd.lo hgcd.c
  1224. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd.c -o hgcd.o
  1225. hgcd.c:72:24: warning: value size does not match register size specified by the constraint and modifier
  1226. [-Wasm-operand-widths]
  1227. count_leading_zeros (count, nscaled);
  1228. ^
  1229. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1230. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1231. ^
  1232. 1 warning generated.
  1233. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_appr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd_appr.lo hgcd_appr.c
  1234. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_appr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd_appr.c -o hgcd_appr.o
  1235. hgcd_appr.c:54:28: warning: value size does not match register size specified by the constraint and modifier
  1236. [-Wasm-operand-widths]
  1237. count_leading_zeros (count, nscaled);
  1238. ^
  1239. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1240. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1241. ^
  1242. 1 warning generated.
  1243. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd2_jacobi | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd2_jacobi.lo hgcd2_jacobi.c
  1244. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd2_jacobi -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd2_jacobi.c -o hgcd2_jacobi.o
  1245. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo hgcd_jacobi | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o hgcd_jacobi.lo hgcd_jacobi.c
  1246. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_hgcd_jacobi -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c hgcd_jacobi.c -o hgcd_jacobi.o
  1247. hgcd_jacobi.c:115:28: warning: value size does not match register size specified by the constraint and
  1248. modifier [-Wasm-operand-widths]
  1249. count_leading_zeros (shift, mask);
  1250. ^
  1251. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1252. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1253. ^
  1254. 1 warning generated.
  1255. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mullo_n.lo mullo_n.c
  1256. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mullo_n.c -o mullo_n.o
  1257. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mullo_basecase | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mullo_basecase.lo mullo_basecase.c
  1258. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mullo_basecase -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mullo_basecase.c -o mullo_basecase.o
  1259. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom22_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom22_mul.lo toom22_mul.c
  1260. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom22_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom22_mul.c -o toom22_mul.o
  1261. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom32_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom32_mul.lo toom32_mul.c
  1262. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom32_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom32_mul.c -o toom32_mul.o
  1263. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom42_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom42_mul.lo toom42_mul.c
  1264. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom42_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom42_mul.c -o toom42_mul.o
  1265. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom52_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom52_mul.lo toom52_mul.c
  1266. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom52_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom52_mul.c -o toom52_mul.o
  1267. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom62_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom62_mul.lo toom62_mul.c
  1268. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom62_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom62_mul.c -o toom62_mul.o
  1269. toom62_mul.c:114:54: warning: '&' within '|' [-Wbitwise-op-parentheses]
  1270. aflags = (enum toom7_flags) (aflags | toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, gp));
  1271. ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1272. toom62_mul.c:114:54: note: place parentheses around the '&' expression to silence this warning
  1273. aflags = (enum toom7_flags) (aflags | toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 5, ap, n, s, gp));
  1274. ^
  1275. ( )
  1276. 1 warning generated.
  1277. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom33_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom33_mul.lo toom33_mul.c
  1278. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom33_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom33_mul.c -o toom33_mul.o
  1279. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom43_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom43_mul.lo toom43_mul.c
  1280. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom43_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom43_mul.c -o toom43_mul.o
  1281. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom53_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom53_mul.lo toom53_mul.c
  1282. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom53_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom53_mul.c -o toom53_mul.o
  1283. toom53_mul.c:113:52: warning: '&' within '|' [-Wbitwise-op-parentheses]
  1284. flags = (enum toom7_flags) (flags | toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, gp));
  1285. ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1286. toom53_mul.c:113:52: note: place parentheses around the '&' expression to silence this warning
  1287. flags = (enum toom7_flags) (flags | toom7_w1_neg & mpn_toom_eval_pm2 (as2, asm2, 4, ap, n, s, gp));
  1288. ^
  1289. ( )
  1290. 1 warning generated.
  1291. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom54_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom54_mul.lo toom54_mul.c
  1292. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom54_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom54_mul.c -o toom54_mul.o
  1293. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom63_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom63_mul.lo toom63_mul.c
  1294. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom63_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom63_mul.c -o toom63_mul.o
  1295. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom44_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom44_mul.lo toom44_mul.c
  1296. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom44_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom44_mul.c -o toom44_mul.o
  1297. toom44_mul.c:220:52: warning: '&' within '|' [-Wbitwise-op-parentheses]
  1298. flags = (enum toom7_flags) (flags | toom7_w3_neg & mpn_toom_eval_dgr3_pm1 (apx, amx, ap, n, s, tp));
  1299. ~ ~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1300. toom44_mul.c:220:52: note: place parentheses around the '&' expression to silence this warning
  1301. flags = (enum toom7_flags) (flags | toom7_w3_neg & mpn_toom_eval_dgr3_pm1 (apx, amx, ap, n, s, tp));
  1302. ^
  1303. ( )
  1304. 1 warning generated.
  1305. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6h_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom6h_mul.lo toom6h_mul.c
  1306. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6h_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom6h_mul.c -o toom6h_mul.o
  1307. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom6_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom6_sqr.lo toom6_sqr.c
  1308. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom6_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom6_sqr.c -o toom6_sqr.o
  1309. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8h_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom8h_mul.lo toom8h_mul.c
  1310. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8h_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom8h_mul.c -o toom8h_mul.o
  1311. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom8_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom8_sqr.lo toom8_sqr.c
  1312. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom8_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom8_sqr.c -o toom8_sqr.o
  1313. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_couple_handling | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_couple_handling.lo toom_couple_handling.c
  1314. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_couple_handling -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_couple_handling.c -o toom_couple_handling.o
  1315. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom2_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom2_sqr.lo toom2_sqr.c
  1316. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom2_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom2_sqr.c -o toom2_sqr.o
  1317. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom3_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom3_sqr.lo toom3_sqr.c
  1318. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom3_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom3_sqr.c -o toom3_sqr.o
  1319. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom4_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom4_sqr.lo toom4_sqr.c
  1320. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom4_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom4_sqr.c -o toom4_sqr.o
  1321. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_dgr3_pm1.lo toom_eval_dgr3_pm1.c
  1322. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_dgr3_pm1.c -o toom_eval_dgr3_pm1.o
  1323. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_dgr3_pm2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_dgr3_pm2.lo toom_eval_dgr3_pm2.c
  1324. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_dgr3_pm2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_dgr3_pm2.c -o toom_eval_dgr3_pm2.o
  1325. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_pm1.lo toom_eval_pm1.c
  1326. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_pm1.c -o toom_eval_pm1.o
  1327. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_pm2.lo toom_eval_pm2.c
  1328. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_pm2.c -o toom_eval_pm2.o
  1329. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2exp | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_pm2exp.lo toom_eval_pm2exp.c
  1330. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2exp -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_pm2exp.c -o toom_eval_pm2exp.o
  1331. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_eval_pm2rexp | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_eval_pm2rexp.lo toom_eval_pm2rexp.c
  1332. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_eval_pm2rexp -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_eval_pm2rexp.c -o toom_eval_pm2rexp.o
  1333. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_5pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_5pts.lo toom_interpolate_5pts.c
  1334. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_5pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_5pts.c -o toom_interpolate_5pts.o
  1335. toom_interpolate_5pts.c:71:19: warning: expression result unused [-Wunused-value]
  1336. ASSERT_NOCARRY (mpn_divexact_by3 (v2, v2, kk1)); /* v2 <- v2 / 3 */
  1337. ~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1338. ../gmp-impl.h:1624:6: note: expanded from macro 'mpn_divexact_by3'
  1339. (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
  1340. ~ ^
  1341. ../gmp-impl.h:2393:33: note: expanded from macro 'ASSERT_NOCARRY'
  1342. #define ASSERT_NOCARRY(expr) (expr)
  1343. ^
  1344. 1 warning generated.
  1345. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_6pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_6pts.lo toom_interpolate_6pts.c
  1346. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_6pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_6pts.c -o toom_interpolate_6pts.o
  1347. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_7pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_7pts.lo toom_interpolate_7pts.c
  1348. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_7pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_7pts.c -o toom_interpolate_7pts.o
  1349. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_8pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_8pts.lo toom_interpolate_8pts.c
  1350. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_8pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_8pts.c -o toom_interpolate_8pts.o
  1351. toom_interpolate_8pts.c:164:18: warning: expression result unused [-Wunused-value]
  1352. ASSERT_NOCARRY(mpn_divexact_by3 (r5, r5, 3 * n + 1));
  1353. ~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1354. ../gmp-impl.h:1624:6: note: expanded from macro 'mpn_divexact_by3'
  1355. (3 & mpn_bdiv_dbm1 (dst, src, size, __GMP_CAST (mp_limb_t, GMP_NUMB_MASK / 3)))
  1356. ~ ^
  1357. ../gmp-impl.h:2393:33: note: expanded from macro 'ASSERT_NOCARRY'
  1358. #define ASSERT_NOCARRY(expr) (expr)
  1359. ^
  1360. 1 warning generated.
  1361. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_12pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_12pts.lo toom_interpolate_12pts.c
  1362. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_12pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_12pts.c -o toom_interpolate_12pts.o
  1363. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo toom_interpolate_16pts | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o toom_interpolate_16pts.lo toom_interpolate_16pts.c
  1364. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_toom_interpolate_16pts -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c toom_interpolate_16pts.c -o toom_interpolate_16pts.o
  1365. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invertappr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o invertappr.lo invertappr.c
  1366. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invertappr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c invertappr.c -o invertappr.o
  1367. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o invert.lo invert.c
  1368. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c invert.c -o invert.o
  1369. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo binvert | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o binvert.lo binvert.c
  1370. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_binvert -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c binvert.c -o binvert.o
  1371. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mulmod_bnm1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mulmod_bnm1.lo mulmod_bnm1.c
  1372. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mulmod_bnm1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mulmod_bnm1.c -o mulmod_bnm1.o
  1373. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sqrmod_bnm1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sqrmod_bnm1.lo sqrmod_bnm1.c
  1374. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sqrmod_bnm1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sqrmod_bnm1.c -o sqrmod_bnm1.o
  1375. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_qr_1.lo div_qr_1.c
  1376. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_qr_1.c -o div_qr_1.o
  1377. div_qr_1.c:100:28: warning: value size does not match register size specified by the constraint and modifier
  1378. [-Wasm-operand-widths]
  1379. count_leading_zeros (cnt, d);
  1380. ^
  1381. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1382. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1383. ^
  1384. 1 warning generated.
  1385. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_1n_pi1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_qr_1n_pi1.lo div_qr_1n_pi1.c
  1386. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_1n_pi1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_qr_1n_pi1.c -o div_qr_1n_pi1.o
  1387. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_qr_2.lo div_qr_2.c
  1388. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_qr_2.c -o div_qr_2.o
  1389. div_qr_2.c:263:7: warning: & has lower precedence than >=; >= will be evaluated first [-Wparentheses]
  1390. udiv_qr_4by2 (q1, q0, r1, r0, r1, r0, n1, n0, d1, d0, di1, di0);
  1391. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1392. div_qr_2.c:155:37: note: expanded from macro 'udiv_qr_4by2'
  1393. _mask = -(mp_limb_t) (r1 >= _q1 & (r1 > _q1 | r0 >= _q0)); /* (r1,r0) >= (q1,q0) */ \
  1394. ~~~~~~~~~~^
  1395. div_qr_2.c:263:7: note: place parentheses around the '>=' expression to silence this warning
  1396. udiv_qr_4by2 (q1, q0, r1, r0, r1, r0, n1, n0, d1, d0, di1, di0);
  1397. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1398. div_qr_2.c:155:37: note: expanded from macro 'udiv_qr_4by2'
  1399. _mask = -(mp_limb_t) (r1 >= _q1 & (r1 > _q1 | r0 >= _q0)); /* (r1,r0) >= (q1,q0) */ \
  1400. ~~~~~~~~~ ^
  1401. div_qr_2.c:263:7: note: place parentheses around the & expression to evaluate it first
  1402. udiv_qr_4by2 (q1, q0, r1, r0, r1, r0, n1, n0, d1, d0, di1, di0);
  1403. ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  1404. div_qr_2.c:155:37: note: expanded from macro 'udiv_qr_4by2'
  1405. _mask = -(mp_limb_t) (r1 >= _q1 & (r1 > _q1 | r0 >= _q0)); /* (r1,r0) >= (q1,q0) */ \
  1406. ~~~~^~~~~~~~~~~~~~~~~~~~~~~~
  1407. div_qr_2.c:326:28: warning: value size does not match register size specified by the constraint and modifier
  1408. [-Wasm-operand-widths]
  1409. count_leading_zeros (shift, d1);
  1410. ^
  1411. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1412. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1413. ^
  1414. 2 warnings generated.
  1415. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2n_pi1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_qr_2n_pi1.lo div_qr_2n_pi1.c
  1416. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2n_pi1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_qr_2n_pi1.c -o div_qr_2n_pi1.o
  1417. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo div_qr_2u_pi1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o div_qr_2u_pi1.lo div_qr_2u_pi1.c
  1418. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_div_qr_2u_pi1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c div_qr_2u_pi1.c -o div_qr_2u_pi1.o
  1419. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sbpi1_div_q.lo sbpi1_div_q.c
  1420. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sbpi1_div_q.c -o sbpi1_div_q.o
  1421. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_div_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sbpi1_div_qr.lo sbpi1_div_qr.c
  1422. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_div_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sbpi1_div_qr.c -o sbpi1_div_qr.o
  1423. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_divappr_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sbpi1_divappr_q.lo sbpi1_divappr_q.c
  1424. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_divappr_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sbpi1_divappr_q.c -o sbpi1_divappr_q.o
  1425. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dcpi1_div_q.lo dcpi1_div_q.c
  1426. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dcpi1_div_q.c -o dcpi1_div_q.o
  1427. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_div_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dcpi1_div_qr.lo dcpi1_div_qr.c
  1428. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_div_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dcpi1_div_qr.c -o dcpi1_div_qr.o
  1429. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_divappr_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dcpi1_divappr_q.lo dcpi1_divappr_q.c
  1430. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_divappr_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dcpi1_divappr_q.c -o dcpi1_divappr_q.o
  1431. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mu_div_qr.lo mu_div_qr.c
  1432. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mu_div_qr.c -o mu_div_qr.o
  1433. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_divappr_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mu_divappr_q.lo mu_divappr_q.c
  1434. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_divappr_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mu_divappr_q.c -o mu_divappr_q.o
  1435. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_div_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mu_div_q.lo mu_div_q.c
  1436. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_div_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mu_div_q.c -o mu_div_q.o
  1437. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bdiv_q_1.lo bdiv_q_1.c
  1438. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bdiv_q_1.c -o bdiv_q_1.o
  1439. bdiv_q_1.c:118:29: warning: value size does not match register size specified by the constraint and modifier
  1440. [-Wasm-operand-widths]
  1441. count_trailing_zeros (shift, d);
  1442. ^
  1443. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1444. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1445. ^
  1446. bdiv_q_1.c:118:29: warning: value size does not match register size specified by the constraint and modifier
  1447. [-Wasm-operand-widths]
  1448. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1449. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1450. ^
  1451. bdiv_q_1.c:118:29: warning: value size does not match register size specified by the constraint and modifier
  1452. [-Wasm-operand-widths]
  1453. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1454. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1455. ^
  1456. 3 warnings generated.
  1457. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sbpi1_bdiv_q.lo sbpi1_bdiv_q.c
  1458. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sbpi1_bdiv_q.c -o sbpi1_bdiv_q.o
  1459. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sbpi1_bdiv_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sbpi1_bdiv_qr.lo sbpi1_bdiv_qr.c
  1460. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sbpi1_bdiv_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sbpi1_bdiv_qr.c -o sbpi1_bdiv_qr.o
  1461. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dcpi1_bdiv_q.lo dcpi1_bdiv_q.c
  1462. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dcpi1_bdiv_q.c -o dcpi1_bdiv_q.o
  1463. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo dcpi1_bdiv_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o dcpi1_bdiv_qr.lo dcpi1_bdiv_qr.c
  1464. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_dcpi1_bdiv_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c dcpi1_bdiv_qr.c -o dcpi1_bdiv_qr.o
  1465. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mu_bdiv_q.lo mu_bdiv_q.c
  1466. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mu_bdiv_q.c -o mu_bdiv_q.o
  1467. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo mu_bdiv_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o mu_bdiv_qr.lo mu_bdiv_qr.c
  1468. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_mu_bdiv_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c mu_bdiv_qr.c -o mu_bdiv_qr.o
  1469. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_q | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bdiv_q.lo bdiv_q.c
  1470. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_q -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bdiv_q.c -o bdiv_q.o
  1471. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bdiv_qr.lo bdiv_qr.c
  1472. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bdiv_qr.c -o bdiv_qr.o
  1473. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo broot | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o broot.lo broot.c
  1474. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_broot -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c broot.c -o broot.o
  1475. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo brootinv | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o brootinv.lo brootinv.c
  1476. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_brootinv -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c brootinv.c -o brootinv.o
  1477. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrt | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bsqrt.lo bsqrt.c
  1478. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrt -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bsqrt.c -o bsqrt.o
  1479. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bsqrtinv | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bsqrtinv.lo bsqrtinv.c
  1480. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bsqrtinv -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bsqrtinv.c -o bsqrtinv.o
  1481. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo divexact | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o divexact.lo divexact.c
  1482. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_divexact -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c divexact.c -o divexact.o
  1483. divexact.c:77:25: warning: value size does not match register size specified by the constraint and modifier
  1484. [-Wasm-operand-widths]
  1485. count_trailing_zeros (shift, dp[0]);
  1486. ^
  1487. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1488. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1489. ^
  1490. divexact.c:77:25: warning: value size does not match register size specified by the constraint and modifier
  1491. [-Wasm-operand-widths]
  1492. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1493. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1494. ^
  1495. divexact.c:77:25: warning: value size does not match register size specified by the constraint and modifier
  1496. [-Wasm-operand-widths]
  1497. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1498. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1499. ^
  1500. 3 warnings generated.
  1501. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo bdiv_dbm1c | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o bdiv_dbm1c.lo bdiv_dbm1c.c
  1502. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_bdiv_dbm1c -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c bdiv_dbm1c.c -o bdiv_dbm1c.o
  1503. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o redc_1.lo redc_1.c
  1504. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c redc_1.c -o redc_1.o
  1505. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_2 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o redc_2.lo redc_2.c
  1506. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_2 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c redc_2.c -o redc_2.o
  1507. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo redc_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o redc_n.lo redc_n.c
  1508. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_redc_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c redc_n.c -o redc_n.o
  1509. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powm | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o powm.lo powm.c
  1510. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powm -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c powm.c -o powm.o
  1511. powm.c:187:3: warning: value size does not match register size specified by the constraint and modifier
  1512. [-Wasm-operand-widths]
  1513. MPN_SIZEINBASE_2EXP(ebi, ep, en, 1);
  1514. ^
  1515. ../gmp-impl.h:2912:26: note: expanded from macro 'MPN_SIZEINBASE_2EXP'
  1516. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  1517. ^
  1518. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1519. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1520. ^
  1521. powm.c:277:25: warning: value size does not match register size specified by the constraint and modifier
  1522. [-Wasm-operand-widths]
  1523. count_trailing_zeros (cnt, expbits);
  1524. ^
  1525. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1526. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1527. ^
  1528. powm.c:277:25: warning: value size does not match register size specified by the constraint and modifier
  1529. [-Wasm-operand-widths]
  1530. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1531. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1532. ^
  1533. powm.c:277:25: warning: value size does not match register size specified by the constraint and modifier
  1534. [-Wasm-operand-widths]
  1535. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1536. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1537. ^
  1538. powm.c:472:8: warning: value size does not match register size specified by the constraint and modifier
  1539. [-Wasm-operand-widths]
  1540. INNERLOOP;
  1541. ^
  1542. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1543. count_trailing_zeros (cnt, expbits); \
  1544. ^
  1545. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1546. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1547. ^
  1548. powm.c:472:8: warning: value size does not match register size specified by the constraint and modifier
  1549. [-Wasm-operand-widths]
  1550. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1551. count_trailing_zeros (cnt, expbits); \
  1552. ^
  1553. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1554. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1555. ^
  1556. powm.c:472:8: warning: value size does not match register size specified by the constraint and modifier
  1557. [-Wasm-operand-widths]
  1558. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1559. count_trailing_zeros (cnt, expbits); \
  1560. ^
  1561. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1562. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1563. ^
  1564. powm.c:482:8: warning: value size does not match register size specified by the constraint and modifier
  1565. [-Wasm-operand-widths]
  1566. INNERLOOP;
  1567. ^
  1568. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1569. count_trailing_zeros (cnt, expbits); \
  1570. ^
  1571. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1572. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1573. ^
  1574. powm.c:482:8: warning: value size does not match register size specified by the constraint and modifier
  1575. [-Wasm-operand-widths]
  1576. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1577. count_trailing_zeros (cnt, expbits); \
  1578. ^
  1579. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1580. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1581. ^
  1582. powm.c:482:8: warning: value size does not match register size specified by the constraint and modifier
  1583. [-Wasm-operand-widths]
  1584. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1585. count_trailing_zeros (cnt, expbits); \
  1586. ^
  1587. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1588. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1589. ^
  1590. powm.c:496:8: warning: value size does not match register size specified by the constraint and modifier
  1591. [-Wasm-operand-widths]
  1592. INNERLOOP;
  1593. ^
  1594. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1595. count_trailing_zeros (cnt, expbits); \
  1596. ^
  1597. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1598. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1599. ^
  1600. powm.c:496:8: warning: value size does not match register size specified by the constraint and modifier
  1601. [-Wasm-operand-widths]
  1602. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1603. count_trailing_zeros (cnt, expbits); \
  1604. ^
  1605. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1606. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1607. ^
  1608. powm.c:496:8: warning: value size does not match register size specified by the constraint and modifier
  1609. [-Wasm-operand-widths]
  1610. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1611. count_trailing_zeros (cnt, expbits); \
  1612. ^
  1613. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1614. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1615. ^
  1616. powm.c:506:8: warning: value size does not match register size specified by the constraint and modifier
  1617. [-Wasm-operand-widths]
  1618. INNERLOOP;
  1619. ^
  1620. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1621. count_trailing_zeros (cnt, expbits); \
  1622. ^
  1623. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1624. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1625. ^
  1626. powm.c:506:8: warning: value size does not match register size specified by the constraint and modifier
  1627. [-Wasm-operand-widths]
  1628. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1629. count_trailing_zeros (cnt, expbits); \
  1630. ^
  1631. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1632. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1633. ^
  1634. powm.c:506:8: warning: value size does not match register size specified by the constraint and modifier
  1635. [-Wasm-operand-widths]
  1636. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1637. count_trailing_zeros (cnt, expbits); \
  1638. ^
  1639. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1640. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1641. ^
  1642. powm.c:517:4: warning: value size does not match register size specified by the constraint and modifier
  1643. [-Wasm-operand-widths]
  1644. INNERLOOP;
  1645. ^
  1646. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1647. count_trailing_zeros (cnt, expbits); \
  1648. ^
  1649. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1650. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1651. ^
  1652. powm.c:517:4: warning: value size does not match register size specified by the constraint and modifier
  1653. [-Wasm-operand-widths]
  1654. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1655. count_trailing_zeros (cnt, expbits); \
  1656. ^
  1657. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1658. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1659. ^
  1660. powm.c:517:4: warning: value size does not match register size specified by the constraint and modifier
  1661. [-Wasm-operand-widths]
  1662. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1663. count_trailing_zeros (cnt, expbits); \
  1664. ^
  1665. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1666. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1667. ^
  1668. powm.c:533:8: warning: value size does not match register size specified by the constraint and modifier
  1669. [-Wasm-operand-widths]
  1670. INNERLOOP;
  1671. ^
  1672. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1673. count_trailing_zeros (cnt, expbits); \
  1674. ^
  1675. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1676. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1677. ^
  1678. powm.c:533:8: warning: value size does not match register size specified by the constraint and modifier
  1679. [-Wasm-operand-widths]
  1680. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1681. count_trailing_zeros (cnt, expbits); \
  1682. ^
  1683. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1684. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1685. ^
  1686. powm.c:533:8: warning: value size does not match register size specified by the constraint and modifier
  1687. [-Wasm-operand-widths]
  1688. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1689. count_trailing_zeros (cnt, expbits); \
  1690. ^
  1691. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1692. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1693. ^
  1694. powm.c:543:8: warning: value size does not match register size specified by the constraint and modifier
  1695. [-Wasm-operand-widths]
  1696. INNERLOOP;
  1697. ^
  1698. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1699. count_trailing_zeros (cnt, expbits); \
  1700. ^
  1701. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1702. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1703. ^
  1704. powm.c:543:8: warning: value size does not match register size specified by the constraint and modifier
  1705. [-Wasm-operand-widths]
  1706. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1707. count_trailing_zeros (cnt, expbits); \
  1708. ^
  1709. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1710. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1711. ^
  1712. powm.c:543:8: warning: value size does not match register size specified by the constraint and modifier
  1713. [-Wasm-operand-widths]
  1714. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1715. count_trailing_zeros (cnt, expbits); \
  1716. ^
  1717. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1718. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1719. ^
  1720. powm.c:554:4: warning: value size does not match register size specified by the constraint and modifier
  1721. [-Wasm-operand-widths]
  1722. INNERLOOP;
  1723. ^
  1724. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1725. count_trailing_zeros (cnt, expbits); \
  1726. ^
  1727. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1728. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1729. ^
  1730. powm.c:554:4: warning: value size does not match register size specified by the constraint and modifier
  1731. [-Wasm-operand-widths]
  1732. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1733. count_trailing_zeros (cnt, expbits); \
  1734. ^
  1735. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1736. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1737. ^
  1738. powm.c:554:4: warning: value size does not match register size specified by the constraint and modifier
  1739. [-Wasm-operand-widths]
  1740. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1741. count_trailing_zeros (cnt, expbits); \
  1742. ^
  1743. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1744. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1745. ^
  1746. powm.c:564:4: warning: value size does not match register size specified by the constraint and modifier
  1747. [-Wasm-operand-widths]
  1748. INNERLOOP;
  1749. ^
  1750. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1751. count_trailing_zeros (cnt, expbits); \
  1752. ^
  1753. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1754. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1755. ^
  1756. powm.c:564:4: warning: value size does not match register size specified by the constraint and modifier
  1757. [-Wasm-operand-widths]
  1758. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1759. count_trailing_zeros (cnt, expbits); \
  1760. ^
  1761. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1762. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1763. ^
  1764. powm.c:564:4: warning: value size does not match register size specified by the constraint and modifier
  1765. [-Wasm-operand-widths]
  1766. powm.c:309:29: note: expanded from macro 'INNERLOOP'
  1767. count_trailing_zeros (cnt, expbits); \
  1768. ^
  1769. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1770. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1771. ^
  1772. 31 warnings generated.
  1773. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo powlo | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o powlo.lo powlo.c
  1774. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_powlo -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c powlo.c -o powlo.o
  1775. powlo.c:95:3: warning: value size does not match register size specified by the constraint and modifier
  1776. [-Wasm-operand-widths]
  1777. MPN_SIZEINBASE_2EXP(ebi, ep, en, 1);
  1778. ^
  1779. ../gmp-impl.h:2912:26: note: expanded from macro 'MPN_SIZEINBASE_2EXP'
  1780. count_leading_zeros (__cnt, (ptr)[(size)-1]); \
  1781. ^
  1782. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1783. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1784. ^
  1785. powlo.c:125:25: warning: value size does not match register size specified by the constraint and modifier
  1786. [-Wasm-operand-widths]
  1787. count_trailing_zeros (cnt, expbits);
  1788. ^
  1789. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1790. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1791. ^
  1792. powlo.c:125:25: warning: value size does not match register size specified by the constraint and modifier
  1793. [-Wasm-operand-widths]
  1794. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1795. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1796. ^
  1797. powlo.c:125:25: warning: value size does not match register size specified by the constraint and modifier
  1798. [-Wasm-operand-widths]
  1799. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1800. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1801. ^
  1802. powlo.c:155:29: warning: value size does not match register size specified by the constraint and modifier
  1803. [-Wasm-operand-widths]
  1804. count_trailing_zeros (cnt, expbits);
  1805. ^
  1806. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1807. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1808. ^
  1809. powlo.c:155:29: warning: value size does not match register size specified by the constraint and modifier
  1810. [-Wasm-operand-widths]
  1811. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1812. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1813. ^
  1814. powlo.c:155:29: warning: value size does not match register size specified by the constraint and modifier
  1815. [-Wasm-operand-widths]
  1816. ../longlong.h:565:50: note: expanded from macro 'count_trailing_zeros'
  1817. __asm__ ("rbit\t%0, %1\n\tclz\t%0, %0" : "=r" (count) : "r" (x))
  1818. ^
  1819. 7 warnings generated.
  1820. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_powm | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_powm.lo sec_powm.c
  1821. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_powm -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_powm.c -o sec_powm.o
  1822. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_mul | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_mul.lo sec_mul.c
  1823. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_mul -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_mul.c -o sec_mul.o
  1824. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sqr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_sqr.lo sec_sqr.c
  1825. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sqr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_sqr.c -o sec_sqr.o
  1826. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_div_qr.lo sec_div_qr.c
  1827. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_div_qr.c -o sec_div_qr.o
  1828. sec_div_qr.c:84:24: warning: value size does not match register size specified by the constraint and modifier
  1829. [-Wasm-operand-widths]
  1830. count_leading_zeros (cnt, d1);
  1831. ^
  1832. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1833. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1834. ^
  1835. 1 warning generated.
  1836. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_div_r | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_div_r.lo sec_div_r.c
  1837. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_div_r -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_div_r.c -o sec_div_r.o
  1838. sec_div_r.c:84:24: warning: value size does not match register size specified by the constraint and modifier
  1839. [-Wasm-operand-widths]
  1840. count_leading_zeros (cnt, d1);
  1841. ^
  1842. ../longlong.h:563:34: note: expanded from macro 'count_leading_zeros'
  1843. __asm__ ("clz\t%0, %1" : "=r" (count) : "r" (x))
  1844. ^
  1845. 1 warning generated.
  1846. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_qr | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_pi1_div_qr.lo sec_pi1_div_qr.c
  1847. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_qr -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_pi1_div_qr.c -o sec_pi1_div_qr.o
  1848. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_pi1_div_r | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_pi1_div_r.lo sec_pi1_div_r.c
  1849. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_pi1_div_r -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_pi1_div_r.c -o sec_pi1_div_r.o
  1850. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_add_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_add_1.lo sec_add_1.c
  1851. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_add_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_add_1.c -o sec_add_1.o
  1852. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_sub_1 | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_sub_1.lo sec_sub_1.c
  1853. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_sub_1 -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_sub_1.c -o sec_sub_1.o
  1854. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_invert | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_invert.lo sec_invert.c
  1855. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_invert -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_invert.c -o sec_invert.o
  1856. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo trialdiv | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o trialdiv.lo trialdiv.c
  1857. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_trialdiv -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c trialdiv.c -o trialdiv.o
  1858. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo remove | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o remove.lo remove.c
  1859. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_remove -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c remove.c -o remove.o
  1860. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo and_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'and_n.asm' || echo './'`and_n.asm
  1861. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic and_n.asm -o and_n.o
  1862. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_and_n and_n.asm >tmp-and_n.s
  1863. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_and_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-and_n.s -o and_n.o
  1864. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo andn_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'andn_n.asm' || echo './'`andn_n.asm
  1865. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic andn_n.asm -o andn_n.o
  1866. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_andn_n andn_n.asm >tmp-andn_n.s
  1867. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_andn_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-andn_n.s -o andn_n.o
  1868. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nand_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'nand_n.asm' || echo './'`nand_n.asm
  1869. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic nand_n.asm -o nand_n.o
  1870. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nand_n nand_n.asm >tmp-nand_n.s
  1871. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nand_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-nand_n.s -o nand_n.o
  1872. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo ior_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'ior_n.asm' || echo './'`ior_n.asm
  1873. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic ior_n.asm -o ior_n.o
  1874. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_ior_n ior_n.asm >tmp-ior_n.s
  1875. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_ior_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-ior_n.s -o ior_n.o
  1876. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo iorn_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'iorn_n.asm' || echo './'`iorn_n.asm
  1877. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic iorn_n.asm -o iorn_n.o
  1878. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_iorn_n iorn_n.asm >tmp-iorn_n.s
  1879. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_iorn_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-iorn_n.s -o iorn_n.o
  1880. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo nior_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'nior_n.asm' || echo './'`nior_n.asm
  1881. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic nior_n.asm -o nior_n.o
  1882. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_nior_n nior_n.asm >tmp-nior_n.s
  1883. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_nior_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-nior_n.s -o nior_n.o
  1884. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xor_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'xor_n.asm' || echo './'`xor_n.asm
  1885. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic xor_n.asm -o xor_n.o
  1886. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xor_n xor_n.asm >tmp-xor_n.s
  1887. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xor_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-xor_n.s -o xor_n.o
  1888. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo xnor_n | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'xnor_n.asm' || echo './'`xnor_n.asm
  1889. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic xnor_n.asm -o xnor_n.o
  1890. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_xnor_n xnor_n.asm >tmp-xnor_n.s
  1891. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_xnor_n -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-xnor_n.s -o xnor_n.o
  1892. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyi | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'copyi.asm' || echo './'`copyi.asm
  1893. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic copyi.asm -o copyi.o
  1894. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyi copyi.asm >tmp-copyi.s
  1895. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyi -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-copyi.s -o copyi.o
  1896. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo copyd | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'copyd.asm' || echo './'`copyd.asm
  1897. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic copyd.asm -o copyd.o
  1898. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_copyd copyd.asm >tmp-copyd.s
  1899. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_copyd -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-copyd.s -o copyd.o
  1900. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo zero | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o zero.lo zero.c
  1901. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_zero -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c zero.c -o zero.o
  1902. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo sec_tabselect | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o sec_tabselect.lo sec_tabselect.c
  1903. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_sec_tabselect -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c sec_tabselect.c -o sec_tabselect.o
  1904. sec_tabselect.c:49:10: warning: assigning to 'volatile mp_limb_t *' (aka 'volatile unsigned long *') from
  1905. 'const volatile mp_limb_t *' (aka 'const volatile unsigned long *') discards qualifiers
  1906. [-Wincompatible-pointer-types-discards-qualifiers]
  1907. tp = tab + n * k;
  1908. ^ ~~~~~~~~~~~
  1909. 1 warning generated.
  1910. /bin/sh ../libtool --tag=CC --mode=compile /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo comb_tables | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c -o comb_tables.lo comb_tables.c
  1911. libtool: compile: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_comb_tables -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic -c comb_tables.c -o comb_tables.o
  1912. /bin/sh ../libtool --mode=compile --tag=CC ../mpn/m4-ccas --m4="m4" /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_`echo invert_limb | sed 's/_$//'` -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic `test -f 'invert_limb.asm' || echo './'`invert_limb.asm
  1913. libtool: compile: ../mpn/m4-ccas --m4=m4 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic invert_limb.asm -o invert_limb.o
  1914. m4 -DHAVE_CONFIG_H -D__GMP_WITHIN_GMP -DOPERATION_invert_limb invert_limb.asm >tmp-invert_limb.s
  1915. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -c -DHAVE_CONFIG_H -I. -I.. -D__GMP_WITHIN_GMP -I.. -DOPERATION_invert_limb -target arm64-apple-darwin -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS7.1.sdk -miphoneos-version-min=7.0 -O2 -pedantic tmp-invert_limb.s -o invert_limb.o
  1916. tmp-invert_limb.s:62:22: error: immediate value expected for shifter operand
  1917. sub x2, x2, x3, lsr 40
  1918. ^
  1919. tmp-invert_limb.s:62:22: error: invalid operand for instruction
  1920. sub x2, x2, x3, lsr 40
  1921. ^
  1922. tmp-invert_limb.s:67:22: error: immediate value expected for shifter operand
  1923. add x1, x2, x1, lsr 47
  1924. ^
  1925. tmp-invert_limb.s:67:22: error: invalid operand for instruction
  1926. add x1, x2, x1, lsr 47
  1927. ^
  1928. tmp-invert_limb.s:70:22: error: immediate value expected for shifter operand
  1929. and x3, x3, x1, lsr 1
  1930. ^
  1931. tmp-invert_limb.s:70:22: error: invalid operand for instruction
  1932. and x3, x3, x1, lsr 1
  1933. ^
  1934. tmp-invert_limb.s:71:22: error: immediate value expected for shifter operand
  1935. add x2, x2, x0, lsr 1
  1936. ^
  1937. tmp-invert_limb.s:71:22: error: invalid operand for instruction
  1938. add x2, x2, x0, lsr 1
  1939. ^
  1940. tmp-invert_limb.s:75:22: error: immediate value expected for shifter operand
  1941. add x1, x1, x2, lsr 1
  1942. ^
  1943. tmp-invert_limb.s:75:22: error: invalid operand for instruction
  1944. add x1, x1, x2, lsr 1
  1945. ^
  1946. make[2]: *** [invert_limb.lo] Error 1
  1947. make[1]: *** [all-recursive] Error 1
  1948. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement