Advertisement
coderboy

Console Log

Aug 23rd, 2018
329
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 323.14 KB | None | 0 0
  1. Last login: Thu Aug 23 19:11:13 on ttys000
  2. Ethans-MacBook-Pro:~ coderboy14$ sudo echo GIVING SUDO PERMISSIONS WITHOUT PASSWORD
  3. Password:
  4. GIVING SUDO PERMISSIONS WITHOUT PASSWORD
  5. Ethans-MacBook-Pro:~ coderboy14$ brew install gmp
  6. Warning: gmp 6.1.2_2 is already installed and up-to-date
  7. To reinstall 6.1.2_2, run `brew reinstall gmp`
  8. Ethans-MacBook-Pro:~ coderboy14$ brew install mpfr
  9. Warning: mpfr 4.0.1 is already installed and up-to-date
  10. To reinstall 4.0.1, run `brew reinstall mpfr`
  11. Ethans-MacBook-Pro:~ coderboy14$ brew install libmpc
  12. Warning: libmpc 1.1.0 is already installed and up-to-date
  13. To reinstall 1.1.0, run `brew reinstall libmpc`
  14. Ethans-MacBook-Pro:~ coderboy14$ brew install gcc
  15. Warning: gcc 8.2.0 is already installed and up-to-date
  16. To reinstall 8.2.0, run `brew reinstall gcc`
  17. Ethans-MacBook-Pro:~ coderboy14$
  18. Ethans-MacBook-Pro:~ coderboy14$ sudo mkdir /tmp/src
  19. Ethans-MacBook-Pro:~ coderboy14$ sudo cd /tmp/src
  20. Ethans-MacBook-Pro:~ coderboy14$ sudo curl -O http://ftp.gnu.org/gnu/binutils/binutils-2.24.tar.gz # If the link 404's, look for a more recent version
  21. % Total % Received % Xferd Average Speed Time Time Time Current
  22. Dload Upload Total Spent Left Speed
  23. 100 29.3M 100 29.3M 0 0 1941k 0 0:00:15 0:00:15 --:--:-- 2223k
  24. Ethans-MacBook-Pro:~ coderboy14$ sudo tar xf binutils-2.24.tar.gz
  25. Ethans-MacBook-Pro:~ coderboy14$ sudo mkdir binutils-build
  26. Ethans-MacBook-Pro:~ coderboy14$ sudo cd binutils-build
  27. Ethans-MacBook-Pro:~ coderboy14$ sudo ../binutils-2.24/configure --target=$TARGET --enable-interwork --sudo enable-multilib --disable-nls --disable-werror --prefix=$PREFIX 2>&1 | tee configure.log
  28. sudo: ../binutils-2.24/configure: command not found
  29. Ethans-MacBook-Pro:~ coderboy14$ sudo make all install 2>&1 | tee make.log
  30. make: *** No rule to make target `all'. Stop.
  31. Ethans-MacBook-Pro:~ coderboy14$
  32. Ethans-MacBook-Pro:~ coderboy14$ cd /tmp/src
  33. Ethans-MacBook-Pro:src coderboy14$ sudo curl -O http://mirrors-usa.go-parts.com/gcc/releases/gcc-4.9.1/gcc-4.9.1.tar.bz2
  34. % Total % Received % Xferd Average Speed Time Time Time Current
  35. Dload Upload Total Spent Left Speed
  36. 100 85.6M 100 85.6M 0 0 3735k 0 0:00:23 0:00:23 --:--:-- 3788k
  37. Ethans-MacBook-Pro:src coderboy14$ sudo tar xf gcc-4.9.1.tar.bz2
  38. Ethans-MacBook-Pro:src coderboy14$ sudo mkdir gcc-build
  39. Ethans-MacBook-Pro:src coderboy14$ cd gcc-build
  40. Ethans-MacBook-Pro:gcc-build coderboy14$ sudo ../gcc-4.9.1/configure --target=$TARGET --prefix="$PREFIX" --disable-nls --disable-libssp --enable-languages=c --without-headers
  41. checking build system type... x86_64-apple-darwin17.7.0
  42. checking host system type... x86_64-apple-darwin17.7.0
  43. checking target system type... x86_64-apple-darwin17.7.0
  44. checking for a BSD-compatible install... /usr/bin/install -c
  45. checking whether ln works... yes
  46. checking whether ln -s works... yes
  47. checking for a sed that does not truncate output... /usr/bin/sed
  48. checking for gawk... no
  49. checking for mawk... no
  50. checking for nawk... no
  51. checking for awk... awk
  52. checking for libatomic support... yes
  53. checking for libcilkrts support... yes
  54. checking for libitm support... yes
  55. checking for libsanitizer support... yes
  56. checking for libvtv support... no
  57. checking for gcc... gcc
  58. checking for C compiler default output file name... a.out
  59. checking whether the C compiler works... yes
  60. checking whether we are cross compiling... no
  61. checking for suffix of executables...
  62. checking for suffix of object files... o
  63. checking whether we are using the GNU C compiler... yes
  64. checking whether gcc accepts -g... yes
  65. checking for gcc option to accept ISO C89... none needed
  66. checking for g++... g++
  67. checking whether we are using the GNU C++ compiler... yes
  68. checking whether g++ accepts -g... yes
  69. checking whether g++ accepts -static-libstdc++ -static-libgcc... no
  70. checking for gnatbind... no
  71. checking for gnatmake... no
  72. checking whether compiler driver understands Ada... no
  73. checking how to compare bootstrapped objects... cmp --ignore-initial=16 $$f1 $$f2
  74. checking for objdir... .libs
  75. checking for the correct version of gmp.h... yes
  76. checking for the correct version of mpfr.h... yes
  77. checking for the correct version of mpc.h... yes
  78. checking for the correct version of the gmp/mpfr/mpc libraries... yes
  79. checking for version 0.10 of ISL... no
  80. checking for version 0.11 of ISL... no
  81. checking for version 0.12 of ISL... no
  82. *** This configuration is not supported in the following subdirectories:
  83. target-libvtv target-libgo gnattools target-libada target-libgfortran target-libffi target-libbacktrace target-zlib target-libjava target-libobjc target-libssp target-boehm-gc
  84. (Any other directories should still work fine.)
  85. rm: conftest.dSYM: is a directory
  86. checking for default BUILD_CONFIG... bootstrap-debug
  87. checking for --enable-vtable-verify... no
  88. checking for bison... bison -y
  89. checking for bison... bison
  90. checking for gm4... gm4
  91. checking for flex... flex
  92. checking for flex... flex
  93. checking for makeinfo... makeinfo
  94. checking for expect... expect
  95. checking for runtest... no
  96. checking for ar... ar
  97. checking for as... as
  98. checking for dlltool... no
  99. checking for ld... (cached) /Library/Developer/CommandLineTools/usr/bin/ld
  100. checking for lipo... lipo
  101. checking for nm... nm
  102. checking for ranlib... ranlib
  103. checking for strip... strip
  104. checking for windres... no
  105. checking for windmc... no
  106. checking for objcopy... no
  107. checking for objdump... objdump
  108. checking for readelf... no
  109. checking for cc... cc
  110. checking for c++... c++
  111. checking for gcc... gcc
  112. checking for gcj... no
  113. checking for gfortran... gfortran
  114. checking for gccgo... no
  115. checking for ar... no
  116. checking for ar... ar
  117. checking for as... no
  118. checking for as... as
  119. checking for dlltool... no
  120. checking for dlltool... no
  121. checking for ld... no
  122. checking for ld... ld
  123. checking for lipo... no
  124. checking for lipo... lipo
  125. checking for nm... no
  126. checking for nm... nm
  127. checking for objdump... no
  128. checking for objdump... objdump
  129. checking for ranlib... no
  130. checking for ranlib... ranlib
  131. checking for readelf... no
  132. checking for readelf... no
  133. checking for strip... no
  134. checking for strip... strip
  135. checking for windres... no
  136. checking for windres... no
  137. checking for windmc... no
  138. checking for windmc... no
  139. checking where to find the target ar... host tool
  140. checking where to find the target as... host tool
  141. checking where to find the target cc... just compiled
  142. checking where to find the target c++... just compiled
  143. checking where to find the target c++ for libstdc++... just compiled
  144. checking where to find the target dlltool... host tool
  145. checking where to find the target gcc... just compiled
  146. checking where to find the target gcj... host tool
  147. checking where to find the target gfortran... host tool
  148. checking where to find the target gccgo... host tool
  149. checking where to find the target ld... host tool
  150. checking where to find the target lipo... host tool
  151. checking where to find the target nm... host tool
  152. checking where to find the target objdump... host tool
  153. checking where to find the target ranlib... host tool
  154. checking where to find the target readelf... host tool
  155. checking where to find the target strip... host tool
  156. checking where to find the target windres... host tool
  157. checking where to find the target windmc... host tool
  158. checking whether to enable maintainer-specific portions of Makefiles... no
  159. configure: creating ./config.status
  160. config.status: creating Makefile
  161. Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make all-gcc
  162. Configuring in ./intl
  163. configure: creating cache ./config.cache
  164. checking whether make sets $(MAKE)... yes
  165. checking for a BSD-compatible install... /usr/bin/install -c
  166. checking whether NLS is requested... no
  167. checking for msgfmt... no
  168. checking for gmsgfmt... :
  169. checking for xgettext... no
  170. checking for msgmerge... no
  171. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  172. checking for C compiler default output file name... a.out
  173. checking whether the C compiler works... yes
  174. checking whether we are cross compiling... no
  175. checking for suffix of executables...
  176. checking for suffix of object files... o
  177. checking whether we are using the GNU C compiler... yes
  178. checking whether gcc accepts -g... yes
  179. checking for gcc option to accept ISO C89... none needed
  180. checking build system type... x86_64-apple-darwin17.7.0
  181. checking host system type... x86_64-apple-darwin17.7.0
  182. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  183. checking for library containing strerror... none required
  184. checking how to run the C preprocessor... gcc -E
  185. checking for grep that handles long lines and -e... /usr/bin/grep
  186. checking for egrep... /usr/bin/grep -E
  187. checking for ANSI C header files... yes
  188. checking for an ANSI C-conforming const... yes
  189. checking for inline... inline
  190. checking for sys/types.h... yes
  191. checking for sys/stat.h... yes
  192. checking for stdlib.h... yes
  193. checking for string.h... yes
  194. checking for memory.h... yes
  195. checking for strings.h... yes
  196. checking for inttypes.h... yes
  197. checking for stdint.h... yes
  198. checking for unistd.h... yes
  199. checking for off_t... yes
  200. checking for size_t... yes
  201. checking for working alloca.h... yes
  202. checking for alloca... yes
  203. checking for stdlib.h... (cached) yes
  204. checking for unistd.h... (cached) yes
  205. checking for getpagesize... yes
  206. checking for working mmap... yes
  207. checking whether we are using the GNU C Library 2.1 or newer... no
  208. checking whether integer division by zero raises SIGFPE... no
  209. checking for inttypes.h... yes
  210. checking for stdint.h... yes
  211. checking for unsigned long long... yes
  212. checking for inttypes.h... yes
  213. checking whether the inttypes.h PRIxNN macros are broken... no
  214. checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
  215. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  216. checking for shared library run path origin... done
  217. checking argz.h usability... no
  218. checking argz.h presence... no
  219. checking for argz.h... no
  220. checking limits.h usability... yes
  221. checking limits.h presence... yes
  222. checking for limits.h... yes
  223. checking locale.h usability... yes
  224. checking locale.h presence... yes
  225. checking for locale.h... yes
  226. checking nl_types.h usability... yes
  227. checking nl_types.h presence... yes
  228. checking for nl_types.h... yes
  229. checking malloc.h usability... no
  230. checking malloc.h presence... no
  231. checking for malloc.h... no
  232. checking stddef.h usability... yes
  233. checking stddef.h presence... yes
  234. checking for stddef.h... yes
  235. checking for stdlib.h... (cached) yes
  236. checking for string.h... (cached) yes
  237. checking for unistd.h... (cached) yes
  238. checking sys/param.h usability... yes
  239. checking sys/param.h presence... yes
  240. checking for sys/param.h... yes
  241. checking for feof_unlocked... yes
  242. checking for fgets_unlocked... no
  243. checking for getc_unlocked... yes
  244. checking for getcwd... yes
  245. checking for getegid... yes
  246. checking for geteuid... yes
  247. checking for getgid... yes
  248. checking for getuid... yes
  249. checking for mempcpy... no
  250. checking for munmap... yes
  251. checking for putenv... yes
  252. checking for setenv... yes
  253. checking for setlocale... yes
  254. checking for stpcpy... yes
  255. checking for strcasecmp... yes
  256. checking for strdup... yes
  257. checking for strtoul... yes
  258. checking for tsearch... yes
  259. checking for __argz_count... no
  260. checking for __argz_stringify... no
  261. checking for __argz_next... no
  262. checking for __fsetlocking... no
  263. checking for iconv... yes
  264. checking how to link with libiconv... -liconv
  265. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  266. checking for nl_langinfo and CODESET... yes
  267. checking for LC_MESSAGES... yes
  268. checking for bison... bison
  269. checking version of bison... 2.3, ok
  270. checking whether NLS is requested... no
  271. checking whether to use NLS... no
  272. checking for aclocal... no
  273. checking for autoconf... no
  274. checking for autoheader... no
  275. configure: updating cache ./config.cache
  276. configure: creating ./config.status
  277. config.status: creating Makefile
  278. config.status: creating config.intl
  279. config.status: creating config.h
  280. config.status: executing default-1 commands
  281. Configuring in ./gcc
  282. configure: creating cache ./config.cache
  283. checking build system type... x86_64-apple-darwin17.7.0
  284. checking host system type... x86_64-apple-darwin17.7.0
  285. checking target system type... x86_64-apple-darwin17.7.0
  286. checking LIBRARY_PATH variable... ok
  287. checking GCC_EXEC_PREFIX variable... ok
  288. checking whether to place generated files in the source directory... no
  289. checking whether a default linker was specified... no
  290. checking whether a default assembler was specified... no
  291. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  292. checking for C compiler default output file name... a.out
  293. checking whether the C compiler works... yes
  294. checking whether we are cross compiling... no
  295. checking for suffix of executables...
  296. checking for suffix of object files... o
  297. checking whether we are using the GNU C compiler... yes
  298. checking whether gcc accepts -g... yes
  299. checking for gcc option to accept ISO C89... none needed
  300. checking whether we are using the GNU C++ compiler... yes
  301. checking whether g++ accepts -g... yes
  302. checking for x86_64-apple-darwin17.7.0-gnatbind... no
  303. checking for gnatbind... no
  304. checking for x86_64-apple-darwin17.7.0-gnatmake... no
  305. checking for gnatmake... no
  306. checking whether compiler driver understands Ada... rm: conftest.dSYM: is a directory
  307. no
  308. checking how to run the C preprocessor... gcc -E
  309. checking for grep that handles long lines and -e... /usr/bin/grep
  310. checking for egrep... /usr/bin/grep -E
  311. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  312. rm: conftest.dSYM: is a directory
  313. yes
  314. checking for sys/types.h... yes
  315. checking for sys/stat.h... yes
  316. checking for stdlib.h... yes
  317. checking for string.h... yes
  318. checking for memory.h... yes
  319. checking for strings.h... yes
  320. checking for inttypes.h... yes
  321. checking for stdint.h... yes
  322. checking for unistd.h... yes
  323. checking minix/config.h usability... no
  324. checking minix/config.h presence... no
  325. checking for minix/config.h... no
  326. checking whether it is safe to define __EXTENSIONS__... yes
  327. checking how to run the C preprocessor... gcc -E
  328. checking for inline... inline
  329. checking for special C compiler options needed for large files... no
  330. checking for _FILE_OFFSET_BITS value needed for large files... no
  331. checking size of void *... 8
  332. checking size of short... 2
  333. checking size of int... 4
  334. checking size of long... 8
  335. checking for long long... yes
  336. checking size of long long... 8
  337. checking for __int64... no
  338. checking for int8_t... yes
  339. checking for int16_t... yes
  340. checking for int32_t... yes
  341. checking for int64_t... yes
  342. checking for long long int... yes
  343. checking for intmax_t... yes
  344. checking for intptr_t... yes
  345. checking for uint8_t... yes
  346. checking for uint16_t... yes
  347. checking for uint32_t... yes
  348. checking for uint64_t... yes
  349. checking for unsigned long long int... yes
  350. checking for uintmax_t... yes
  351. checking for uintptr_t... yes
  352. checking whether gcc supports -W... yes
  353. checking whether gcc supports -Wall... yes
  354. checking whether gcc supports -Wnarrowing... yes
  355. checking whether gcc supports -Wwrite-strings... yes
  356. checking whether gcc supports -Wcast-qual... yes
  357. checking whether gcc supports -Wstrict-prototypes... yes
  358. checking whether gcc supports -Wmissing-prototypes... yes
  359. checking whether gcc supports -Wmissing-format-attribute... yes
  360. checking whether gcc supports -Wold-style-definition... yes
  361. checking whether gcc supports -Wc++-compat... yes
  362. checking whether gcc supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  363. checking whether gcc supports -fno-exceptions... yes
  364. checking whether gcc supports -fno-rtti... yes
  365. checking whether gcc supports -fasynchronous-unwind-tables... yes
  366. checking valgrind.h usability... no
  367. checking valgrind.h presence... no
  368. checking for valgrind.h... no
  369. checking for multiarch configuration... auto
  370. configure: WARNING: decimal float is not supported for this target, ignored
  371. configure: WARNING: fixed-point is not supported for this target, ignored
  372. checking whether make sets $(MAKE)... yes
  373. checking for gawk... awk
  374. checking whether ln -s works... yes
  375. checking whether ln works... yes
  376. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  377. checking for a BSD compatible install... /usr/bin/install -c
  378. checking for cmp's capabilities... gnucompare
  379. checking for mktemp... yes
  380. checking for makeinfo... makeinfo
  381. checking for modern makeinfo... yes
  382. checking for recent Pod::Man... yes
  383. checking for flex... flex
  384. checking for bison... bison
  385. checking for nm... nm
  386. checking for ar... ar
  387. checking for ANSI C header files... (cached) yes
  388. checking whether time.h and sys/time.h may both be included... yes
  389. checking whether string.h and strings.h may both be included... yes
  390. checking for sys/wait.h that is POSIX.1 compatible... yes
  391. checking whether termios.h defines TIOCGWINSZ... yes
  392. checking for limits.h... yes
  393. checking for stddef.h... yes
  394. checking for string.h... (cached) yes
  395. checking for strings.h... (cached) yes
  396. checking for stdlib.h... (cached) yes
  397. checking for time.h... yes
  398. checking for iconv.h... yes
  399. checking for fcntl.h... yes
  400. checking for unistd.h... (cached) yes
  401. checking for sys/file.h... yes
  402. checking for sys/time.h... yes
  403. checking for sys/mman.h... yes
  404. checking for sys/resource.h... yes
  405. checking for sys/param.h... yes
  406. checking for sys/times.h... yes
  407. checking for sys/stat.h... (cached) yes
  408. checking for direct.h... no
  409. checking for malloc.h... no
  410. checking for langinfo.h... yes
  411. checking for ldfcn.h... no
  412. checking for locale.h... yes
  413. checking for wchar.h... yes
  414. checking for thread.h... no
  415. checking for pthread.h... yes
  416. checking for CHAR_BIT... yes
  417. checking whether byte ordering is bigendian... no
  418. checking how to run the C++ preprocessor... g++ -E
  419. checking for unordered_map... yes
  420. checking for tr1/unordered_map... no
  421. checking for ext/hash_map... yes
  422. checking dependency style of g++... gcc3
  423. checking for collect2 libraries... none required
  424. checking for library containing exc_resume... no
  425. checking for library containing kstat_open... no
  426. checking for library containing ldexp... none required
  427. checking for inttypes.h... yes
  428. checking for times... yes
  429. checking for clock... yes
  430. checking for kill... yes
  431. checking for getrlimit... yes
  432. checking for setrlimit... yes
  433. checking for atoll... yes
  434. checking for atoq... no
  435. checking for sysconf... yes
  436. checking for strsignal... yes
  437. checking for getrusage... yes
  438. checking for nl_langinfo... yes
  439. checking for gettimeofday... yes
  440. checking for mbstowcs... yes
  441. checking for wcswidth... yes
  442. checking for mmap... yes
  443. checking for setlocale... yes
  444. checking for clearerr_unlocked... yes
  445. checking for feof_unlocked... yes
  446. checking for ferror_unlocked... yes
  447. checking for fflush_unlocked... no
  448. checking for fgetc_unlocked... no
  449. checking for fgets_unlocked... no
  450. checking for fileno_unlocked... yes
  451. checking for fprintf_unlocked... no
  452. checking for fputc_unlocked... no
  453. checking for fputs_unlocked... no
  454. checking for fread_unlocked... no
  455. checking for fwrite_unlocked... no
  456. checking for getchar_unlocked... yes
  457. checking for getc_unlocked... yes
  458. checking for putchar_unlocked... yes
  459. checking for putc_unlocked... yes
  460. checking for madvise... yes
  461. checking whether mbstowcs works... yes
  462. checking for ssize_t... yes
  463. checking for caddr_t... yes
  464. checking for sys/mman.h... (cached) yes
  465. checking for mmap... (cached) yes
  466. checking whether read-only mmap of a plain file works... yes
  467. checking whether mmap from /dev/zero works... no
  468. checking for MAP_ANON(YMOUS)... yes
  469. checking whether mmap with MAP_ANON(YMOUS) works... yes
  470. checking for pid_t... yes
  471. checking for vfork.h... no
  472. checking for fork... yes
  473. checking for vfork... yes
  474. checking for working fork... yes
  475. checking for working vfork... (cached) yes
  476. checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
  477. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  478. checking for shared library run path origin... done
  479. checking for iconv... yes
  480. checking how to link with libiconv... -liconv
  481. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  482. checking for LC_MESSAGES... yes
  483. checking for nl_langinfo and CODESET... yes
  484. checking whether getenv is declared... yes
  485. checking whether atol is declared... yes
  486. checking whether asprintf is declared... yes
  487. checking whether sbrk is declared... yes
  488. checking whether abort is declared... yes
  489. checking whether atof is declared... yes
  490. checking whether getcwd is declared... yes
  491. checking whether getwd is declared... yes
  492. checking whether strsignal is declared... yes
  493. checking whether strstr is declared... yes
  494. checking whether stpcpy is declared... yes
  495. checking whether strverscmp is declared... no
  496. checking whether errno is declared... yes
  497. checking whether snprintf is declared... yes
  498. checking whether vsnprintf is declared... yes
  499. checking whether vasprintf is declared... yes
  500. checking whether malloc is declared... yes
  501. checking whether realloc is declared... yes
  502. checking whether calloc is declared... yes
  503. checking whether free is declared... yes
  504. checking whether basename is declared... no
  505. checking whether getopt is declared... yes
  506. checking whether clock is declared... yes
  507. checking whether getpagesize is declared... yes
  508. checking whether ffs is declared... yes
  509. checking whether clearerr_unlocked is declared... yes
  510. checking whether feof_unlocked is declared... yes
  511. checking whether ferror_unlocked is declared... yes
  512. checking whether fflush_unlocked is declared... no
  513. checking whether fgetc_unlocked is declared... no
  514. checking whether fgets_unlocked is declared... no
  515. checking whether fileno_unlocked is declared... yes
  516. checking whether fprintf_unlocked is declared... no
  517. checking whether fputc_unlocked is declared... no
  518. checking whether fputs_unlocked is declared... no
  519. checking whether fread_unlocked is declared... no
  520. checking whether fwrite_unlocked is declared... no
  521. checking whether getchar_unlocked is declared... yes
  522. checking whether getc_unlocked is declared... yes
  523. checking whether putchar_unlocked is declared... yes
  524. checking whether putc_unlocked is declared... yes
  525. checking whether getrlimit is declared... yes
  526. checking whether setrlimit is declared... yes
  527. checking whether getrusage is declared... yes
  528. checking whether ldgetname is declared... no
  529. checking whether times is declared... yes
  530. checking whether sigaltstack is declared... yes
  531. checking whether madvise is declared... yes
  532. checking for struct tms... yes
  533. checking for clock_t... yes
  534. checking for F_SETLKW... yes
  535. checking if mkdir takes one argument... no
  536. Using `../../gcc-4.9.1/gcc/config/i386/i386.c' for machine-specific logic.
  537. Using `../../gcc-4.9.1/gcc/config/i386/i386.md' as machine description file.
  538. Using the following target machine macro files:
  539. ../../gcc-4.9.1/gcc/config/vxworks-dummy.h
  540. ../../gcc-4.9.1/gcc/config/i386/biarch64.h
  541. ../../gcc-4.9.1/gcc/config/i386/i386.h
  542. ../../gcc-4.9.1/gcc/config/darwin.h
  543. ../../gcc-4.9.1/gcc/config/darwin9.h
  544. ../../gcc-4.9.1/gcc/config/darwin10.h
  545. ../../gcc-4.9.1/gcc/config/i386/darwin.h
  546. ../../gcc-4.9.1/gcc/config/i386/darwin64.h
  547. ../../gcc-4.9.1/gcc/config/initfini-array.h
  548. Using host-darwin.o host-i386-darwin.o for host machine hooks.
  549. checking for __cxa_atexit... yes
  550. checking whether NLS is requested... no
  551. checking how to print strings... printf
  552. checking for a sed that does not truncate output... /usr/bin/sed
  553. checking for fgrep... /usr/bin/grep -F
  554. checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
  555. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  556. checking for BSD- or MS-compatible name lister (nm)... nm
  557. checking the name lister (nm) interface... BSD nm
  558. checking whether ln -s works... yes
  559. checking the maximum length of command line arguments... 196608
  560. checking whether the shell understands some XSI constructs... yes
  561. checking whether the shell understands "+="... yes
  562. checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
  563. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  564. checking how to recognize dependent libraries... pass_all
  565. checking for x86_64-apple-darwin17.7.0-ar... (cached) ar
  566. checking for x86_64-apple-darwin17.7.0-strip... no
  567. checking for strip... strip
  568. checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
  569. checking command to parse nm output from gcc object... ok
  570. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  571. checking for dsymutil... dsymutil
  572. checking for x86_64-apple-darwin17.7.0-nmedit... no
  573. checking for nmedit... nmedit
  574. checking for x86_64-apple-darwin17.7.0-lipo... no
  575. checking for lipo... lipo
  576. checking for x86_64-apple-darwin17.7.0-otool... no
  577. checking for otool... otool
  578. checking for x86_64-apple-darwin17.7.0-otool64... no
  579. checking for otool64... no
  580. checking for -single_module linker flag... yes
  581. checking for -exported_symbols_list linker flag... yes
  582. checking for -force_load linker flag... no
  583. checking for dlfcn.h... yes
  584. checking for objdir... .libs
  585. checking if gcc supports -fno-rtti -fno-exceptions... yes
  586. checking for gcc option to produce PIC... -fno-common -DPIC
  587. checking if gcc PIC flag -fno-common -DPIC works... yes
  588. checking if gcc static flag -static works... no
  589. checking if gcc supports -c -o file.o... yes
  590. checking if gcc supports -c -o file.o... (cached) yes
  591. checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  592. checking dynamic linker characteristics... darwin17.7.0 dyld
  593. checking how to hardcode library paths into programs... immediate
  594. checking whether stripping libraries is possible... yes
  595. checking if libtool supports shared libraries... yes
  596. checking whether to build shared libraries... yes
  597. checking whether to build static libraries... yes
  598. checking how to run the C++ preprocessor... g++ -E
  599. checking for ld used by g++... /Library/Developer/CommandLineTools/usr/bin/ld
  600. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  601. checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  602. checking for g++ option to produce PIC... -fno-common -DPIC
  603. checking if g++ PIC flag -fno-common -DPIC works... yes
  604. checking if g++ static flag -static works... no
  605. checking if g++ supports -c -o file.o... yes
  606. checking if g++ supports -c -o file.o... (cached) yes
  607. checking whether the g++ linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  608. checking dynamic linker characteristics... darwin17.7.0 dyld
  609. checking how to hardcode library paths into programs... immediate
  610. checking for as... /usr/bin/as
  611. checking what assembler to use... /usr/bin/as
  612. checking whether we are using gold... no
  613. checking what linker to use... /Library/Developer/CommandLineTools/usr/bin/ld
  614. checking for nm... /usr/bin/nm
  615. checking what nm to use... /usr/bin/nm
  616. checking for objdump... /usr/bin/objdump
  617. checking what objdump to use... /usr/bin/objdump
  618. checking for readelf... no
  619. checking what readelf to use... not found
  620. checking assembler flags...
  621. checking assembler for .balign and .p2align... yes
  622. checking assembler for .p2align with maximum skip... yes
  623. checking assembler for .literal16... yes
  624. checking assembler for working .subsection -1... no
  625. checking assembler for .weak... no
  626. checking assembler for .weakref... no
  627. checking assembler for .nsubspa comdat... no
  628. checking assembler for .hidden... no
  629. checking linker for .hidden support... yes
  630. checking linker read-only and read-write section mixing... unknown
  631. checking for .preinit_array/.init_array/.fini_array support... no
  632. checking assembler for .sleb128 and .uleb128... no
  633. checking assembler for cfi directives... yes
  634. checking assembler for working cfi advance... no
  635. checking assembler for cfi personality directive... yes
  636. checking assembler for cfi sections directive... yes
  637. checking assembler for eh_frame optimization... no
  638. checking assembler for section merging support... no
  639. checking assembler for section merging support... (cached) no
  640. checking assembler for COMDAT group support (GNU as)... no
  641. checking assembler for COMDAT group support (GNU as, %type)... no
  642. checking assembler for line table discriminator support... yes
  643. checking assembler for thread-local storage support... no
  644. checking linker -Bstatic/-Bdynamic option... no
  645. checking linker --demangle support... no
  646. checking linker plugin support... 0
  647. checking assembler for filds and fists mnemonics... no
  648. checking assembler for fildq and fistpq mnemonics... no
  649. checking assembler for cmov syntax... no
  650. checking assembler for ffreep mnemonic... yes
  651. checking assembler for .quad directive... yes
  652. checking assembler for sahf mnemonic... yes
  653. checking assembler for interunit movq mnemonic... yes
  654. checking assembler for hle prefixes... no
  655. checking assembler for swap suffix... no
  656. checking assembler for different section symbol subtraction... no
  657. checking assembler for GOTOFF in data... no
  658. checking assembler for rep and lock prefix... yes
  659. checking assembler for ud2 mnemonic... yes
  660. checking assembler for R_386_TLS_GD_PLT reloc... no
  661. checking assembler for R_386_TLS_LDM_PLT reloc... no
  662. checking assembler for R_386_TLS_LDM reloc... no
  663. checking assembler for dwarf2 debug_line support... yes
  664. checking assembler for buggy dwarf2 .file directive... no
  665. checking assembler for --gdwarf2 option... no
  666. checking assembler for --gstabs option... no
  667. checking assembler for --debug-prefix-map option... no
  668. checking assembler for .lcomm with alignment... yes
  669. checking for target glibc version... 0.0
  670. checking assembler for gnu_unique_object... no
  671. checking assembler for tolerance to line number 0... yes
  672. checking linker PT_GNU_EH_FRAME support... no
  673. checking linker CIEv3 in .eh_frame support... no
  674. checking linker position independent executable support... no
  675. checking linker EH-compatible garbage collection of sections... no
  676. checking linker EH garbage collection of sections bug... no
  677. checking linker --as-needed support... no
  678. checking linker mapfile support for clearing hardware capabilities... yes
  679. checking linker --build-id support... no
  680. checking linker *_sol2 emulation support... no
  681. checking linker --sysroot support... no
  682. checking __stack_chk_fail in target C library... checking for __stack_chk_fail... yes
  683. yes
  684. checking sys/sdt.h in the target C library... yes
  685. checking dl_iterate_phdr in target C library... unknown
  686. checking whether to enable maintainer-specific portions of Makefiles... no
  687. checking whether to avoid linking multiple front-ends at once... no
  688. Links are now set up to build a native compiler for x86_64-apple-darwin17.7.0.
  689. checking for exported symbols... yes
  690. checking for library containing dlopen... none required
  691. checking for -fPIC -shared... yes
  692. configure: updating cache ./config.cache
  693. configure: creating ./config.status
  694. config.status: creating as
  695. config.status: creating collect-ld
  696. config.status: creating nm
  697. config.status: creating Makefile
  698. config.status: creating ada/gcc-interface/Makefile
  699. config.status: creating ada/Makefile
  700. config.status: creating auto-host.h
  701. config.status: linking ../../gcc-4.9.1/gcc/config/sol2-clearcapv2.map to clearcap.map
  702. config.status: executing depdir commands
  703. mkdir .deps
  704. config.status: executing gccdepdir commands
  705. mkdir build
  706. mkdir build/.deps
  707. mkdir ada/.deps
  708. mkdir c
  709. mkdir c/.deps
  710. mkdir cp
  711. mkdir cp/.deps
  712. mkdir fortran
  713. mkdir fortran/.deps
  714. mkdir go
  715. mkdir go/.deps
  716. mkdir java
  717. mkdir java/.deps
  718. mkdir lto
  719. mkdir lto/.deps
  720. mkdir objc
  721. mkdir objc/.deps
  722. mkdir objcp
  723. mkdir objcp/.deps
  724. mkdir c-family
  725. mkdir c-family/.deps
  726. mkdir common
  727. mkdir common/.deps
  728. config.status: executing default commands
  729. Configuring in ./libiberty
  730. configure: creating cache ./config.cache
  731. checking whether to enable maintainer-specific portions of Makefiles... no
  732. checking for makeinfo... makeinfo
  733. checking for perl... perl
  734. checking build system type... x86_64-apple-darwin17.7.0
  735. checking host system type... x86_64-apple-darwin17.7.0
  736. checking for x86_64-apple-darwin17.7.0-ar... ar
  737. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  738. checking whether to install libiberty headers and static library... no
  739. configure: target_header_dir =
  740. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  741. checking for C compiler default output file name... a.out
  742. checking whether the C compiler works... yes
  743. checking whether we are cross compiling... no
  744. checking for suffix of executables...
  745. checking for suffix of object files... o
  746. checking whether we are using the GNU C compiler... yes
  747. checking whether gcc accepts -g... yes
  748. checking for gcc option to accept ISO C89... none needed
  749. checking for special C compiler options needed for large files... no
  750. checking for _FILE_OFFSET_BITS value needed for large files... no
  751. checking how to run the C preprocessor... gcc -E
  752. checking whether gcc supports -W... yes
  753. checking whether gcc supports -Wall... yes
  754. checking whether gcc supports -Wwrite-strings... yes
  755. checking whether gcc supports -Wc++-compat... yes
  756. checking whether gcc supports -Wstrict-prototypes... yes
  757. checking whether gcc supports -pedantic ... yes
  758. checking whether gcc and cc understand -c and -o together... yes
  759. checking for an ANSI C-conforming const... yes
  760. checking for inline... inline
  761. checking for grep that handles long lines and -e... /usr/bin/grep
  762. checking for egrep... /usr/bin/grep -E
  763. checking for ANSI C header files... yes
  764. checking for sys/types.h... yes
  765. checking for sys/stat.h... yes
  766. checking for stdlib.h... yes
  767. checking for string.h... yes
  768. checking for memory.h... yes
  769. checking for strings.h... yes
  770. checking for inttypes.h... yes
  771. checking for stdint.h... yes
  772. checking for unistd.h... yes
  773. checking whether byte ordering is bigendian... no
  774. checking for a BSD-compatible install... /usr/bin/install -c
  775. checking for sys/file.h... yes
  776. checking for sys/param.h... yes
  777. checking for limits.h... yes
  778. checking for stdlib.h... (cached) yes
  779. checking for malloc.h... no
  780. checking for string.h... (cached) yes
  781. checking for unistd.h... (cached) yes
  782. checking for strings.h... (cached) yes
  783. checking for sys/time.h... yes
  784. checking for time.h... yes
  785. checking for sys/resource.h... yes
  786. checking for sys/stat.h... (cached) yes
  787. checking for sys/mman.h... yes
  788. checking for fcntl.h... yes
  789. checking for alloca.h... yes
  790. checking for sys/pstat.h... no
  791. checking for sys/sysmp.h... no
  792. checking for sys/sysinfo.h... no
  793. checking for machine/hal_sysinfo.h... no
  794. checking for sys/table.h... no
  795. checking for sys/sysctl.h... yes
  796. checking for sys/systemcfg.h... no
  797. checking for stdint.h... (cached) yes
  798. checking for stdio_ext.h... no
  799. checking for process.h... no
  800. checking for sys/prctl.h... no
  801. checking for sys/wait.h that is POSIX.1 compatible... yes
  802. checking whether time.h and sys/time.h may both be included... yes
  803. checking whether errno must be declared... no
  804. checking size of int... 4
  805. checking for a 64-bit type... uint64_t
  806. checking for intptr_t... yes
  807. checking for uintptr_t... yes
  808. checking for ssize_t... yes
  809. checking for pid_t... yes
  810. checking for library containing strerror... none required
  811. checking for asprintf... yes
  812. checking for atexit... yes
  813. checking for basename... yes
  814. checking for bcmp... yes
  815. checking for bcopy... yes
  816. checking for bsearch... yes
  817. checking for bzero... yes
  818. checking for calloc... yes
  819. checking for clock... yes
  820. checking for ffs... yes
  821. checking for getcwd... yes
  822. checking for getpagesize... yes
  823. checking for gettimeofday... yes
  824. checking for index... yes
  825. checking for insque... yes
  826. checking for memchr... yes
  827. checking for memcmp... yes
  828. checking for memcpy... yes
  829. checking for memmem... yes
  830. checking for memmove... yes
  831. checking for mempcpy... no
  832. checking for memset... yes
  833. checking for mkstemps... yes
  834. checking for putenv... yes
  835. checking for random... yes
  836. checking for rename... yes
  837. checking for rindex... yes
  838. checking for setenv... yes
  839. checking for snprintf... yes
  840. checking for sigsetmask... yes
  841. checking for stpcpy... yes
  842. checking for stpncpy... yes
  843. checking for strcasecmp... yes
  844. checking for strchr... yes
  845. checking for strdup... yes
  846. checking for strncasecmp... yes
  847. checking for strndup... yes
  848. checking for strnlen... yes
  849. checking for strrchr... yes
  850. checking for strstr... yes
  851. checking for strtod... yes
  852. checking for strtol... yes
  853. checking for strtoul... yes
  854. checking for strverscmp... no
  855. checking for tmpnam... yes
  856. checking for vasprintf... yes
  857. checking for vfprintf... yes
  858. checking for vprintf... yes
  859. checking for vsnprintf... yes
  860. checking for vsprintf... yes
  861. checking for waitpid... yes
  862. checking for setproctitle... no
  863. checking whether alloca needs Cray hooks... no
  864. checking stack direction for C alloca... -1
  865. checking for vfork.h... no
  866. checking for fork... yes
  867. checking for vfork... yes
  868. checking for working fork... yes
  869. checking for working vfork... (cached) yes
  870. checking for _doprnt... no
  871. checking for sys_errlist... yes
  872. checking for sys_nerr... yes
  873. checking for sys_siglist... yes
  874. checking for external symbol _system_configuration... no
  875. checking for __fsetlocking... no
  876. checking for canonicalize_file_name... no
  877. checking for dup3... no
  878. checking for getrlimit... yes
  879. checking for getrusage... yes
  880. checking for getsysinfo... no
  881. checking for gettimeofday... (cached) yes
  882. checking for on_exit... no
  883. checking for psignal... yes
  884. checking for pstat_getdynamic... no
  885. checking for pstat_getstatic... no
  886. checking for realpath... yes
  887. checking for setrlimit... yes
  888. checking for sbrk... yes
  889. checking for spawnve... no
  890. checking for spawnvpe... no
  891. checking for strerror... yes
  892. checking for strsignal... yes
  893. checking for sysconf... yes
  894. checking for sysctl... yes
  895. checking for sysmp... no
  896. checking for table... no
  897. checking for times... yes
  898. checking for wait3... yes
  899. checking for wait4... yes
  900. checking whether basename is declared... no
  901. checking whether ffs is declared... yes
  902. checking whether asprintf is declared... yes
  903. checking whether vasprintf is declared... yes
  904. checking whether snprintf is declared... yes
  905. checking whether vsnprintf is declared... yes
  906. checking whether calloc is declared... yes
  907. checking whether getenv is declared... yes
  908. checking whether getopt is declared... yes
  909. checking whether malloc is declared... yes
  910. checking whether realloc is declared... yes
  911. checking whether sbrk is declared... yes
  912. checking whether strverscmp is declared... no
  913. checking whether canonicalize_file_name must be declared... yes
  914. checking for stdlib.h... (cached) yes
  915. checking for unistd.h... (cached) yes
  916. checking for getpagesize... (cached) yes
  917. checking for working mmap... yes
  918. checking for working strncmp... yes
  919. configure: updating cache ./config.cache
  920. configure: creating ./config.status
  921. config.status: creating Makefile
  922. config.status: creating testsuite/Makefile
  923. config.status: creating config.h
  924. config.status: executing default commands
  925. if [ x"" != x ] && [ ! -d pic ]; then \
  926. mkdir pic; \
  927. else true; fi
  928. touch stamp-picdir
  929. if [ x"" != x ]; then \
  930. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/regex.c -o pic/regex.o; \
  931. else true; fi
  932. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/regex.c -o regex.o
  933. if [ x"" != x ]; then \
  934. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  935. else true; fi
  936. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cplus-dem.c -o cplus-dem.o
  937. if [ x"" != x ]; then \
  938. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  939. else true; fi
  940. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demangle.c -o cp-demangle.o
  941. if [ x"" != x ]; then \
  942. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/md5.c -o pic/md5.o; \
  943. else true; fi
  944. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/md5.c -o md5.o
  945. if [ x"" != x ]; then \
  946. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sha1.c -o pic/sha1.o; \
  947. else true; fi
  948. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sha1.c -o sha1.o
  949. if [ x"" != x ]; then \
  950. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/alloca.c -o pic/alloca.o; \
  951. else true; fi
  952. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/alloca.c -o alloca.o
  953. if [ x"" != x ]; then \
  954. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/argv.c -o pic/argv.o; \
  955. else true; fi
  956. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/argv.c -o argv.o
  957. if [ x"" != x ]; then \
  958. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
  959. else true; fi
  960. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/choose-temp.c -o choose-temp.o
  961. if [ x"" != x ]; then \
  962. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/concat.c -o pic/concat.o; \
  963. else true; fi
  964. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/concat.c -o concat.o
  965. if [ x"" != x ]; then \
  966. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
  967. else true; fi
  968. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/cp-demint.c -o cp-demint.o
  969. if [ x"" != x ]; then \
  970. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/crc32.c -o pic/crc32.o; \
  971. else true; fi
  972. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/crc32.c -o crc32.o
  973. if [ x"" != x ]; then \
  974. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  975. else true; fi
  976. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dwarfnames.c -o dwarfnames.o
  977. if [ x"" != x ]; then \
  978. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
  979. else true; fi
  980. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/dyn-string.c -o dyn-string.o
  981. if [ x"" != x ]; then \
  982. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
  983. else true; fi
  984. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fdmatch.c -o fdmatch.o
  985. if [ x"" != x ]; then \
  986. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fibheap.c -o pic/fibheap.o; \
  987. else true; fi
  988. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fibheap.c -o fibheap.o
  989. if [ x"" != x ]; then \
  990. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  991. else true; fi
  992. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/filename_cmp.c -o filename_cmp.o
  993. if [ x"" != x ]; then \
  994. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/floatformat.c -o pic/floatformat.o; \
  995. else true; fi
  996. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/floatformat.c -o floatformat.o
  997. if [ x"" != x ]; then \
  998. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
  999. else true; fi
  1000. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fnmatch.c -o fnmatch.o
  1001. if [ x"" != x ]; then \
  1002. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1003. else true; fi
  1004. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1005. if [ x"" != x ]; then \
  1006. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt.c -o pic/getopt.o; \
  1007. else true; fi
  1008. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt.c -o getopt.o
  1009. if [ x"" != x ]; then \
  1010. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt1.c -o pic/getopt1.o; \
  1011. else true; fi
  1012. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getopt1.c -o getopt1.o
  1013. if [ x"" != x ]; then \
  1014. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getpwd.c -o pic/getpwd.o; \
  1015. else true; fi
  1016. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getpwd.c -o getpwd.o
  1017. if [ x"" != x ]; then \
  1018. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getruntime.c -o pic/getruntime.o; \
  1019. else true; fi
  1020. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/getruntime.c -o getruntime.o
  1021. if [ x"" != x ]; then \
  1022. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hashtab.c -o pic/hashtab.o; \
  1023. else true; fi
  1024. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hashtab.c -o hashtab.o
  1025. if [ x"" != x ]; then \
  1026. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hex.c -o pic/hex.o; \
  1027. else true; fi
  1028. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/hex.c -o hex.o
  1029. if [ x"" != x ]; then \
  1030. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lbasename.c -o pic/lbasename.o; \
  1031. else true; fi
  1032. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lbasename.c -o lbasename.o
  1033. if [ x"" != x ]; then \
  1034. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
  1035. else true; fi
  1036. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/lrealpath.c -o lrealpath.o
  1037. if [ x"" != x ]; then \
  1038. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1039. else true; fi
  1040. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1041. if [ x"" != x ]; then \
  1042. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1043. else true; fi
  1044. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/make-temp-file.c -o make-temp-file.o
  1045. if [ x"" != x ]; then \
  1046. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/objalloc.c -o pic/objalloc.o; \
  1047. else true; fi
  1048. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/objalloc.c -o objalloc.o
  1049. if [ x"" != x ]; then \
  1050. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/obstack.c -o pic/obstack.o; \
  1051. else true; fi
  1052. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/obstack.c -o obstack.o
  1053. if [ x"" != x ]; then \
  1054. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/partition.c -o pic/partition.o; \
  1055. else true; fi
  1056. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/partition.c -o partition.o
  1057. if [ x"" != x ]; then \
  1058. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pexecute.c -o pic/pexecute.o; \
  1059. else true; fi
  1060. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pexecute.c -o pexecute.o
  1061. if [ x"" != x ]; then \
  1062. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/physmem.c -o pic/physmem.o; \
  1063. else true; fi
  1064. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/physmem.c -o physmem.o
  1065. if [ x"" != x ]; then \
  1066. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-common.c -o pic/pex-common.o; \
  1067. else true; fi
  1068. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-common.c -o pex-common.o
  1069. if [ x"" != x ]; then \
  1070. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-one.c -o pic/pex-one.o; \
  1071. else true; fi
  1072. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-one.c -o pex-one.o
  1073. if [ x"" != x ]; then \
  1074. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
  1075. else true; fi
  1076. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/pex-unix.c -o pex-unix.o
  1077. if [ x"" != x ]; then \
  1078. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  1079. else true; fi
  1080. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/safe-ctype.c -o safe-ctype.o
  1081. if [ x"" != x ]; then \
  1082. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object.c -o pic/simple-object.o; \
  1083. else true; fi
  1084. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object.c -o simple-object.o
  1085. if [ x"" != x ]; then \
  1086. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  1087. else true; fi
  1088. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-coff.c -o simple-object-coff.o
  1089. if [ x"" != x ]; then \
  1090. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  1091. else true; fi
  1092. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-elf.c -o simple-object-elf.o
  1093. if [ x"" != x ]; then \
  1094. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  1095. else true; fi
  1096. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  1097. if [ x"" != x ]; then \
  1098. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  1099. else true; fi
  1100. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  1101. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:330:12: warning: using extended
  1102. field designator is an extension [-Wextended-offsetof]
  1103. + offsetof (struct external_filehdr,
  1104. ^
  1105. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1106. expanded from macro 'offsetof'
  1107. #define offsetof(t, d) __builtin_offsetof(t, d)
  1108. ^ ~
  1109. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:332:39: warning: using extended
  1110. field designator is an extension [-Wextended-offsetof]
  1111. ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
  1112. ^
  1113. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1114. expanded from macro 'offsetof'
  1115. #define offsetof(t, d) __builtin_offsetof(t, d)
  1116. ^ ~
  1117. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:335:29: warning: using extended
  1118. field designator is an extension [-Wextended-offsetof]
  1119. + fetch_16 (hdrbuf + offsetof (struct extern...
  1120. ^
  1121. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1122. expanded from macro 'offsetof'
  1123. #define offsetof(t, d) __builtin_offsetof(t, d)
  1124. ^ ~
  1125. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:342:12: warning: using extended
  1126. field designator is an extension [-Wextended-offsetof]
  1127. + offsetof (struct external_filehdr,
  1128. ^
  1129. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1130. expanded from macro 'offsetof'
  1131. #define offsetof(t, d) __builtin_offsetof(t, d)
  1132. ^ ~
  1133. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:344:39: warning: using extended
  1134. field designator is an extension [-Wextended-offsetof]
  1135. ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
  1136. ^
  1137. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1138. expanded from macro 'offsetof'
  1139. #define offsetof(t, d) __builtin_offsetof(t, d)
  1140. ^ ~
  1141. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:347:29: warning: using extended
  1142. field designator is an extension [-Wextended-offsetof]
  1143. + fetch_16 (hdrbuf + offsetof (struct extern...
  1144. ^
  1145. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1146. expanded from macro 'offsetof'
  1147. #define offsetof(t, d) __builtin_offsetof(t, d)
  1148. ^ ~
  1149. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:475:32: warning: using extended
  1150. field designator is an extension [-Wextended-offsetof]
  1151. scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
  1152. ^
  1153. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1154. expanded from macro 'offsetof'
  1155. #define offsetof(t, d) __builtin_offsetof(t, d)
  1156. ^ ~
  1157. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:477:30: warning: using extended
  1158. field designator is an extension [-Wextended-offsetof]
  1159. size = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
  1160. ^
  1161. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1162. expanded from macro 'offsetof'
  1163. #define offsetof(t, d) __builtin_offsetof(t, d)
  1164. ^ ~
  1165. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:482:32: warning: using extended
  1166. field designator is an extension [-Wextended-offsetof]
  1167. scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
  1168. ^
  1169. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1170. expanded from macro 'offsetof'
  1171. #define offsetof(t, d) __builtin_offsetof(t, d)
  1172. ^ ~
  1173. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:484:30: warning: using extended
  1174. field designator is an extension [-Wextended-offsetof]
  1175. size = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
  1176. ^
  1177. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1178. expanded from macro 'offsetof'
  1179. #define offsetof(t, d) __builtin_offsetof(t, d)
  1180. ^ ~
  1181. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:598:21: warning: using extended
  1182. field designator is an extension [-Wextended-offsetof]
  1183. set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
  1184. ^ ~~~~~~~~~~~~~~~~~
  1185. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1186. expanded from macro 'offsetof'
  1187. #define offsetof(t, d) __builtin_offsetof(t, d)
  1188. ^ ~
  1189. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:600:21: warning: using extended
  1190. field designator is an extension [-Wextended-offsetof]
  1191. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
  1192. ^ ~~~~~~~~~~~~~~~~
  1193. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1194. expanded from macro 'offsetof'
  1195. #define offsetof(t, d) __builtin_offsetof(t, d)
  1196. ^ ~
  1197. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:603:21: warning: using extended
  1198. field designator is an extension [-Wextended-offsetof]
  1199. set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
  1200. ^ ~~~~~~~~~~~~~~~~
  1201. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1202. expanded from macro 'offsetof'
  1203. #define offsetof(t, d) __builtin_offsetof(t, d)
  1204. ^ ~
  1205. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:608:21: warning: using extended
  1206. field designator is an extension [-Wextended-offsetof]
  1207. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
  1208. ^ ~~~~~~~~~~~~~~~~~
  1209. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1210. expanded from macro 'offsetof'
  1211. #define offsetof(t, d) __builtin_offsetof(t, d)
  1212. ^ ~
  1213. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:610:21: warning: using extended
  1214. field designator is an extension [-Wextended-offsetof]
  1215. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
  1216. ^ ~~~~~~~~~~~~~~~~
  1217. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1218. expanded from macro 'offsetof'
  1219. #define offsetof(t, d) __builtin_offsetof(t, d)
  1220. ^ ~
  1221. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:613:21: warning: using extended
  1222. field designator is an extension [-Wextended-offsetof]
  1223. set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
  1224. ^ ~~~~~~~~~~~~~~~~
  1225. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1226. expanded from macro 'offsetof'
  1227. #define offsetof(t, d) __builtin_offsetof(t, d)
  1228. ^ ~
  1229. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:663:21: warning: using extended
  1230. field designator is an extension [-Wextended-offsetof]
  1231. set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
  1232. ^ ~~~~~~~~~~~~~~~
  1233. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1234. expanded from macro 'offsetof'
  1235. #define offsetof(t, d) __builtin_offsetof(t, d)
  1236. ^ ~
  1237. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:665:21: warning: using extended
  1238. field designator is an extension [-Wextended-offsetof]
  1239. set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
  1240. ^ ~~~~~~~~~~~~~~~~~
  1241. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1242. expanded from macro 'offsetof'
  1243. #define offsetof(t, d) __builtin_offsetof(t, d)
  1244. ^ ~
  1245. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:670:21: warning: using extended
  1246. field designator is an extension [-Wextended-offsetof]
  1247. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size),
  1248. ^ ~~~~~~~~~~~~~~~
  1249. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1250. expanded from macro 'offsetof'
  1251. #define offsetof(t, d) __builtin_offsetof(t, d)
  1252. ^ ~
  1253. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:672:21: warning: using extended
  1254. field designator is an extension [-Wextended-offsetof]
  1255. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr),
  1256. ^ ~~~~~~~~~~~~~~~~~
  1257. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1258. expanded from macro 'offsetof'
  1259. #define offsetof(t, d) __builtin_offsetof(t, d)
  1260. ^ ~
  1261. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:683:19: warning: using extended
  1262. field designator is an extension [-Wextended-offsetof]
  1263. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags);
  1264. ^ ~~~~~~~~~~~~~~~~
  1265. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1266. expanded from macro 'offsetof'
  1267. #define offsetof(t, d) __builtin_offsetof(t, d)
  1268. ^ ~
  1269. ../../gcc-4.9.1/libiberty/simple-object-xcoff.c:685:19: warning: using extended
  1270. field designator is an extension [-Wextended-offsetof]
  1271. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags);
  1272. ^ ~~~~~~~~~~~~~~~~
  1273. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1274. expanded from macro 'offsetof'
  1275. #define offsetof(t, d) __builtin_offsetof(t, d)
  1276. ^ ~
  1277. 22 warnings generated.
  1278. if [ x"" != x ]; then \
  1279. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sort.c -o pic/sort.o; \
  1280. else true; fi
  1281. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/sort.c -o sort.o
  1282. if [ x"" != x ]; then \
  1283. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/spaces.c -o pic/spaces.o; \
  1284. else true; fi
  1285. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/spaces.c -o spaces.o
  1286. if [ x"" != x ]; then \
  1287. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
  1288. else true; fi
  1289. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/splay-tree.c -o splay-tree.o
  1290. if [ x"" != x ]; then \
  1291. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/stack-limit.c -o pic/stack-limit.o; \
  1292. else true; fi
  1293. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/stack-limit.c -o stack-limit.o
  1294. if [ x"" != x ]; then \
  1295. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strerror.c -o pic/strerror.o; \
  1296. else true; fi
  1297. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strerror.c -o strerror.o
  1298. if [ x"" != x ]; then \
  1299. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strsignal.c -o pic/strsignal.o; \
  1300. else true; fi
  1301. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strsignal.c -o strsignal.o
  1302. if [ x"" != x ]; then \
  1303. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  1304. else true; fi
  1305. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/timeval-utils.c -o timeval-utils.o
  1306. if [ x"" != x ]; then \
  1307. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  1308. else true; fi
  1309. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  1310. if [ x"" != x ]; then \
  1311. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xatexit.c -o pic/xatexit.o; \
  1312. else true; fi
  1313. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xatexit.c -o xatexit.o
  1314. if [ x"" != x ]; then \
  1315. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xexit.c -o pic/xexit.o; \
  1316. else true; fi
  1317. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xexit.c -o xexit.o
  1318. if [ x"" != x ]; then \
  1319. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
  1320. else true; fi
  1321. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmalloc.c -o xmalloc.o
  1322. ../../gcc-4.9.1/libiberty/xmalloc.c:112:28: warning: 'sbrk' is deprecated
  1323. [-Wdeprecated-declarations]
  1324. first_break = (char *) sbrk (0);
  1325. ^
  1326. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  1327. here
  1328. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  1329. ^
  1330. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  1331. #define __deprecated __attribute__((deprecated))
  1332. ^
  1333. ../../gcc-4.9.1/libiberty/xmalloc.c:124:26: warning: 'sbrk' is deprecated
  1334. [-Wdeprecated-declarations]
  1335. allocated = (char *) sbrk (0) - first_break;
  1336. ^
  1337. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  1338. here
  1339. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  1340. ^
  1341. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  1342. #define __deprecated __attribute__((deprecated))
  1343. ^
  1344. ../../gcc-4.9.1/libiberty/xmalloc.c:126:26: warning: 'sbrk' is deprecated
  1345. [-Wdeprecated-declarations]
  1346. allocated = (char *) sbrk (0) - (char *) &environ;
  1347. ^
  1348. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  1349. here
  1350. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  1351. ^
  1352. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  1353. #define __deprecated __attribute__((deprecated))
  1354. ^
  1355. 3 warnings generated.
  1356. if [ x"" != x ]; then \
  1357. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
  1358. else true; fi
  1359. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xmemdup.c -o xmemdup.o
  1360. if [ x"" != x ]; then \
  1361. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
  1362. else true; fi
  1363. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrdup.c -o xstrdup.o
  1364. if [ x"" != x ]; then \
  1365. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
  1366. else true; fi
  1367. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrerror.c -o xstrerror.o
  1368. if [ x"" != x ]; then \
  1369. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
  1370. else true; fi
  1371. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/xstrndup.c -o xstrndup.o
  1372. if [ x"" != x ]; then \
  1373. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
  1374. else true; fi
  1375. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/mempcpy.c -o mempcpy.o
  1376. if [ x"" != x ]; then \
  1377. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strverscmp.c -o pic/strverscmp.o; \
  1378. else true; fi
  1379. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/strverscmp.c -o strverscmp.o
  1380. if [ x"" != x ]; then \
  1381. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/setproctitle.c -o pic/setproctitle.o; \
  1382. else true; fi
  1383. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../gcc-4.9.1/libiberty/setproctitle.c -o setproctitle.o
  1384. rm -f ./libiberty.a pic/./libiberty.a
  1385. ar rc ./libiberty.a \
  1386. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o
  1387. ranlib ./libiberty.a
  1388. if [ x"" != x ]; then \
  1389. cd pic; \
  1390. ar rc ./libiberty.a \
  1391. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  1392. ranlib ./libiberty.a; \
  1393. cd ..; \
  1394. else true; fi
  1395. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  1396. make[2]: Nothing to be done for `all'.
  1397. make[1]: Nothing to be done for `all'.
  1398. mkdir build-x86_64-apple-darwin17.7.0
  1399. mkdir build-x86_64-apple-darwin17.7.0/libiberty
  1400. Configuring in build-x86_64-apple-darwin17.7.0/libiberty
  1401. configure: creating cache ../config.cache
  1402. checking whether to enable maintainer-specific portions of Makefiles... no
  1403. checking for makeinfo... makeinfo
  1404. checking for perl... perl
  1405. checking build system type... x86_64-apple-darwin17.7.0
  1406. checking host system type... x86_64-apple-darwin17.7.0
  1407. checking for x86_64-apple-darwin17.7.0-ar... ar
  1408. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  1409. checking whether to install libiberty headers and static library... no
  1410. configure: target_header_dir =
  1411. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  1412. checking for C compiler default output file name... a.out
  1413. checking whether the C compiler works... yes
  1414. checking whether we are cross compiling... no
  1415. checking for suffix of executables...
  1416. checking for suffix of object files... o
  1417. checking whether we are using the GNU C compiler... yes
  1418. checking whether gcc accepts -g... yes
  1419. checking for gcc option to accept ISO C89... none needed
  1420. checking for special C compiler options needed for large files... no
  1421. checking for _FILE_OFFSET_BITS value needed for large files... no
  1422. checking how to run the C preprocessor... gcc -E
  1423. checking whether gcc supports -W... yes
  1424. checking whether gcc supports -Wall... yes
  1425. checking whether gcc supports -Wwrite-strings... yes
  1426. checking whether gcc supports -Wc++-compat... yes
  1427. checking whether gcc supports -Wstrict-prototypes... yes
  1428. checking whether gcc supports -pedantic ... yes
  1429. checking whether gcc and cc understand -c and -o together... yes
  1430. checking for an ANSI C-conforming const... yes
  1431. checking for inline... inline
  1432. checking for grep that handles long lines and -e... /usr/bin/grep
  1433. checking for egrep... /usr/bin/grep -E
  1434. checking for ANSI C header files... yes
  1435. checking for sys/types.h... yes
  1436. checking for sys/stat.h... yes
  1437. checking for stdlib.h... yes
  1438. checking for string.h... yes
  1439. checking for memory.h... yes
  1440. checking for strings.h... yes
  1441. checking for inttypes.h... yes
  1442. checking for stdint.h... yes
  1443. checking for unistd.h... yes
  1444. checking whether byte ordering is bigendian... no
  1445. checking for a BSD-compatible install... /usr/bin/install -c
  1446. checking for sys/file.h... yes
  1447. checking for sys/param.h... yes
  1448. checking for limits.h... yes
  1449. checking for stdlib.h... (cached) yes
  1450. checking for malloc.h... no
  1451. checking for string.h... (cached) yes
  1452. checking for unistd.h... (cached) yes
  1453. checking for strings.h... (cached) yes
  1454. checking for sys/time.h... yes
  1455. checking for time.h... yes
  1456. checking for sys/resource.h... yes
  1457. checking for sys/stat.h... (cached) yes
  1458. checking for sys/mman.h... yes
  1459. checking for fcntl.h... yes
  1460. checking for alloca.h... yes
  1461. checking for sys/pstat.h... no
  1462. checking for sys/sysmp.h... no
  1463. checking for sys/sysinfo.h... no
  1464. checking for machine/hal_sysinfo.h... no
  1465. checking for sys/table.h... no
  1466. checking for sys/sysctl.h... yes
  1467. checking for sys/systemcfg.h... no
  1468. checking for stdint.h... (cached) yes
  1469. checking for stdio_ext.h... no
  1470. checking for process.h... no
  1471. checking for sys/prctl.h... no
  1472. checking for sys/wait.h that is POSIX.1 compatible... yes
  1473. checking whether time.h and sys/time.h may both be included... yes
  1474. checking whether errno must be declared... no
  1475. checking size of int... 4
  1476. checking for a 64-bit type... uint64_t
  1477. checking for intptr_t... yes
  1478. checking for uintptr_t... yes
  1479. checking for ssize_t... yes
  1480. checking for pid_t... yes
  1481. checking for library containing strerror... none required
  1482. checking for asprintf... yes
  1483. checking for atexit... yes
  1484. checking for basename... yes
  1485. checking for bcmp... yes
  1486. checking for bcopy... yes
  1487. checking for bsearch... yes
  1488. checking for bzero... yes
  1489. checking for calloc... yes
  1490. checking for clock... yes
  1491. checking for ffs... yes
  1492. checking for getcwd... yes
  1493. checking for getpagesize... yes
  1494. checking for gettimeofday... yes
  1495. checking for index... yes
  1496. checking for insque... yes
  1497. checking for memchr... yes
  1498. checking for memcmp... yes
  1499. checking for memcpy... yes
  1500. checking for memmem... yes
  1501. checking for memmove... yes
  1502. checking for mempcpy... no
  1503. checking for memset... yes
  1504. checking for mkstemps... yes
  1505. checking for putenv... yes
  1506. checking for random... yes
  1507. checking for rename... yes
  1508. checking for rindex... yes
  1509. checking for setenv... yes
  1510. checking for snprintf... yes
  1511. checking for sigsetmask... yes
  1512. checking for stpcpy... yes
  1513. checking for stpncpy... yes
  1514. checking for strcasecmp... yes
  1515. checking for strchr... yes
  1516. checking for strdup... yes
  1517. checking for strncasecmp... yes
  1518. checking for strndup... yes
  1519. checking for strnlen... yes
  1520. checking for strrchr... yes
  1521. checking for strstr... yes
  1522. checking for strtod... yes
  1523. checking for strtol... yes
  1524. checking for strtoul... yes
  1525. checking for strverscmp... no
  1526. checking for tmpnam... yes
  1527. checking for vasprintf... yes
  1528. checking for vfprintf... yes
  1529. checking for vprintf... yes
  1530. checking for vsnprintf... yes
  1531. checking for vsprintf... yes
  1532. checking for waitpid... yes
  1533. checking for setproctitle... no
  1534. checking whether alloca needs Cray hooks... no
  1535. checking stack direction for C alloca... -1
  1536. checking for vfork.h... no
  1537. checking for fork... yes
  1538. checking for vfork... yes
  1539. checking for working fork... yes
  1540. checking for working vfork... (cached) yes
  1541. checking for _doprnt... no
  1542. checking for sys_errlist... yes
  1543. checking for sys_nerr... yes
  1544. checking for sys_siglist... yes
  1545. checking for external symbol _system_configuration... no
  1546. checking for __fsetlocking... no
  1547. checking for canonicalize_file_name... no
  1548. checking for dup3... no
  1549. checking for getrlimit... yes
  1550. checking for getrusage... yes
  1551. checking for getsysinfo... no
  1552. checking for gettimeofday... (cached) yes
  1553. checking for on_exit... no
  1554. checking for psignal... yes
  1555. checking for pstat_getdynamic... no
  1556. checking for pstat_getstatic... no
  1557. checking for realpath... yes
  1558. checking for setrlimit... yes
  1559. checking for sbrk... yes
  1560. checking for spawnve... no
  1561. checking for spawnvpe... no
  1562. checking for strerror... yes
  1563. checking for strsignal... yes
  1564. checking for sysconf... yes
  1565. checking for sysctl... yes
  1566. checking for sysmp... no
  1567. checking for table... no
  1568. checking for times... yes
  1569. checking for wait3... yes
  1570. checking for wait4... yes
  1571. checking whether basename is declared... no
  1572. checking whether ffs is declared... yes
  1573. checking whether asprintf is declared... yes
  1574. checking whether vasprintf is declared... yes
  1575. checking whether snprintf is declared... yes
  1576. checking whether vsnprintf is declared... yes
  1577. checking whether calloc is declared... yes
  1578. checking whether getenv is declared... yes
  1579. checking whether getopt is declared... yes
  1580. checking whether malloc is declared... yes
  1581. checking whether realloc is declared... yes
  1582. checking whether sbrk is declared... yes
  1583. checking whether strverscmp is declared... no
  1584. checking whether canonicalize_file_name must be declared... yes
  1585. checking for stdlib.h... (cached) yes
  1586. checking for unistd.h... (cached) yes
  1587. checking for getpagesize... (cached) yes
  1588. checking for working mmap... yes
  1589. checking for working strncmp... yes
  1590. configure: updating cache ../config.cache
  1591. configure: creating ./config.status
  1592. config.status: creating Makefile
  1593. config.status: creating testsuite/Makefile
  1594. config.status: creating config.h
  1595. config.status: executing default commands
  1596. if [ x"" != x ] && [ ! -d pic ]; then \
  1597. mkdir pic; \
  1598. else true; fi
  1599. touch stamp-picdir
  1600. if [ x"" != x ]; then \
  1601. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/regex.c -o pic/regex.o; \
  1602. else true; fi
  1603. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/regex.c -o regex.o
  1604. if [ x"" != x ]; then \
  1605. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cplus-dem.c -o pic/cplus-dem.o; \
  1606. else true; fi
  1607. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cplus-dem.c -o cplus-dem.o
  1608. if [ x"" != x ]; then \
  1609. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demangle.c -o pic/cp-demangle.o; \
  1610. else true; fi
  1611. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demangle.c -o cp-demangle.o
  1612. if [ x"" != x ]; then \
  1613. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/md5.c -o pic/md5.o; \
  1614. else true; fi
  1615. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/md5.c -o md5.o
  1616. if [ x"" != x ]; then \
  1617. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sha1.c -o pic/sha1.o; \
  1618. else true; fi
  1619. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sha1.c -o sha1.o
  1620. if [ x"" != x ]; then \
  1621. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/alloca.c -o pic/alloca.o; \
  1622. else true; fi
  1623. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/alloca.c -o alloca.o
  1624. if [ x"" != x ]; then \
  1625. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/argv.c -o pic/argv.o; \
  1626. else true; fi
  1627. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/argv.c -o argv.o
  1628. if [ x"" != x ]; then \
  1629. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/choose-temp.c -o pic/choose-temp.o; \
  1630. else true; fi
  1631. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/choose-temp.c -o choose-temp.o
  1632. if [ x"" != x ]; then \
  1633. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/concat.c -o pic/concat.o; \
  1634. else true; fi
  1635. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/concat.c -o concat.o
  1636. if [ x"" != x ]; then \
  1637. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demint.c -o pic/cp-demint.o; \
  1638. else true; fi
  1639. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/cp-demint.c -o cp-demint.o
  1640. if [ x"" != x ]; then \
  1641. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/crc32.c -o pic/crc32.o; \
  1642. else true; fi
  1643. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/crc32.c -o crc32.o
  1644. if [ x"" != x ]; then \
  1645. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dwarfnames.c -o pic/dwarfnames.o; \
  1646. else true; fi
  1647. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dwarfnames.c -o dwarfnames.o
  1648. if [ x"" != x ]; then \
  1649. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dyn-string.c -o pic/dyn-string.o; \
  1650. else true; fi
  1651. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/dyn-string.c -o dyn-string.o
  1652. if [ x"" != x ]; then \
  1653. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fdmatch.c -o pic/fdmatch.o; \
  1654. else true; fi
  1655. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fdmatch.c -o fdmatch.o
  1656. if [ x"" != x ]; then \
  1657. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fibheap.c -o pic/fibheap.o; \
  1658. else true; fi
  1659. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fibheap.c -o fibheap.o
  1660. if [ x"" != x ]; then \
  1661. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/filename_cmp.c -o pic/filename_cmp.o; \
  1662. else true; fi
  1663. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/filename_cmp.c -o filename_cmp.o
  1664. if [ x"" != x ]; then \
  1665. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/floatformat.c -o pic/floatformat.o; \
  1666. else true; fi
  1667. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/floatformat.c -o floatformat.o
  1668. if [ x"" != x ]; then \
  1669. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fnmatch.c -o pic/fnmatch.o; \
  1670. else true; fi
  1671. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fnmatch.c -o fnmatch.o
  1672. if [ x"" != x ]; then \
  1673. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fopen_unlocked.c -o pic/fopen_unlocked.o; \
  1674. else true; fi
  1675. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/fopen_unlocked.c -o fopen_unlocked.o
  1676. if [ x"" != x ]; then \
  1677. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt.c -o pic/getopt.o; \
  1678. else true; fi
  1679. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt.c -o getopt.o
  1680. if [ x"" != x ]; then \
  1681. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt1.c -o pic/getopt1.o; \
  1682. else true; fi
  1683. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getopt1.c -o getopt1.o
  1684. if [ x"" != x ]; then \
  1685. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getpwd.c -o pic/getpwd.o; \
  1686. else true; fi
  1687. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getpwd.c -o getpwd.o
  1688. if [ x"" != x ]; then \
  1689. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getruntime.c -o pic/getruntime.o; \
  1690. else true; fi
  1691. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/getruntime.c -o getruntime.o
  1692. if [ x"" != x ]; then \
  1693. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hashtab.c -o pic/hashtab.o; \
  1694. else true; fi
  1695. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hashtab.c -o hashtab.o
  1696. if [ x"" != x ]; then \
  1697. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hex.c -o pic/hex.o; \
  1698. else true; fi
  1699. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/hex.c -o hex.o
  1700. if [ x"" != x ]; then \
  1701. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lbasename.c -o pic/lbasename.o; \
  1702. else true; fi
  1703. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lbasename.c -o lbasename.o
  1704. if [ x"" != x ]; then \
  1705. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lrealpath.c -o pic/lrealpath.o; \
  1706. else true; fi
  1707. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/lrealpath.c -o lrealpath.o
  1708. if [ x"" != x ]; then \
  1709. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-relative-prefix.c -o pic/make-relative-prefix.o; \
  1710. else true; fi
  1711. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-relative-prefix.c -o make-relative-prefix.o
  1712. if [ x"" != x ]; then \
  1713. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-temp-file.c -o pic/make-temp-file.o; \
  1714. else true; fi
  1715. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/make-temp-file.c -o make-temp-file.o
  1716. if [ x"" != x ]; then \
  1717. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/objalloc.c -o pic/objalloc.o; \
  1718. else true; fi
  1719. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/objalloc.c -o objalloc.o
  1720. if [ x"" != x ]; then \
  1721. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/obstack.c -o pic/obstack.o; \
  1722. else true; fi
  1723. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/obstack.c -o obstack.o
  1724. if [ x"" != x ]; then \
  1725. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/partition.c -o pic/partition.o; \
  1726. else true; fi
  1727. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/partition.c -o partition.o
  1728. if [ x"" != x ]; then \
  1729. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pexecute.c -o pic/pexecute.o; \
  1730. else true; fi
  1731. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pexecute.c -o pexecute.o
  1732. if [ x"" != x ]; then \
  1733. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/physmem.c -o pic/physmem.o; \
  1734. else true; fi
  1735. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/physmem.c -o physmem.o
  1736. if [ x"" != x ]; then \
  1737. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-common.c -o pic/pex-common.o; \
  1738. else true; fi
  1739. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-common.c -o pex-common.o
  1740. if [ x"" != x ]; then \
  1741. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-one.c -o pic/pex-one.o; \
  1742. else true; fi
  1743. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-one.c -o pex-one.o
  1744. if [ x"" != x ]; then \
  1745. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-unix.c -o pic/pex-unix.o; \
  1746. else true; fi
  1747. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/pex-unix.c -o pex-unix.o
  1748. if [ x"" != x ]; then \
  1749. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/safe-ctype.c -o pic/safe-ctype.o; \
  1750. else true; fi
  1751. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/safe-ctype.c -o safe-ctype.o
  1752. if [ x"" != x ]; then \
  1753. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object.c -o pic/simple-object.o; \
  1754. else true; fi
  1755. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object.c -o simple-object.o
  1756. if [ x"" != x ]; then \
  1757. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-coff.c -o pic/simple-object-coff.o; \
  1758. else true; fi
  1759. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-coff.c -o simple-object-coff.o
  1760. if [ x"" != x ]; then \
  1761. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-elf.c -o pic/simple-object-elf.o; \
  1762. else true; fi
  1763. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-elf.c -o simple-object-elf.o
  1764. if [ x"" != x ]; then \
  1765. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o pic/simple-object-mach-o.o; \
  1766. else true; fi
  1767. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-mach-o.c -o simple-object-mach-o.o
  1768. if [ x"" != x ]; then \
  1769. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o pic/simple-object-xcoff.o; \
  1770. else true; fi
  1771. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c -o simple-object-xcoff.o
  1772. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:330:12: warning: using
  1773. extended field designator is an extension [-Wextended-offsetof]
  1774. + offsetof (struct external_filehdr,
  1775. ^
  1776. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1777. expanded from macro 'offsetof'
  1778. #define offsetof(t, d) __builtin_offsetof(t, d)
  1779. ^ ~
  1780. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:332:39: warning: using
  1781. extended field designator is an extension [-Wextended-offsetof]
  1782. ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
  1783. ^
  1784. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1785. expanded from macro 'offsetof'
  1786. #define offsetof(t, d) __builtin_offsetof(t, d)
  1787. ^ ~
  1788. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:335:29: warning: using
  1789. extended field designator is an extension [-Wextended-offsetof]
  1790. + fetch_16 (hdrbuf + offsetof (struct extern...
  1791. ^
  1792. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1793. expanded from macro 'offsetof'
  1794. #define offsetof(t, d) __builtin_offsetof(t, d)
  1795. ^ ~
  1796. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:342:12: warning: using
  1797. extended field designator is an extension [-Wextended-offsetof]
  1798. + offsetof (struct external_filehdr,
  1799. ^
  1800. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1801. expanded from macro 'offsetof'
  1802. #define offsetof(t, d) __builtin_offsetof(t, d)
  1803. ^ ~
  1804. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:344:39: warning: using
  1805. extended field designator is an extension [-Wextended-offsetof]
  1806. ocr->nsyms = fetch_32 (hdrbuf + offsetof (struct external_filehdr,
  1807. ^
  1808. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1809. expanded from macro 'offsetof'
  1810. #define offsetof(t, d) __builtin_offsetof(t, d)
  1811. ^ ~
  1812. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:347:29: warning: using
  1813. extended field designator is an extension [-Wextended-offsetof]
  1814. + fetch_16 (hdrbuf + offsetof (struct extern...
  1815. ^
  1816. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1817. expanded from macro 'offsetof'
  1818. #define offsetof(t, d) __builtin_offsetof(t, d)
  1819. ^ ~
  1820. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:475:32: warning: using
  1821. extended field designator is an extension [-Wextended-offsetof]
  1822. scnptr = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
  1823. ^
  1824. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1825. expanded from macro 'offsetof'
  1826. #define offsetof(t, d) __builtin_offsetof(t, d)
  1827. ^ ~
  1828. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:477:30: warning: using
  1829. extended field designator is an extension [-Wextended-offsetof]
  1830. size = fetch_64 (scnhdr + offsetof (struct external_scnhdr,
  1831. ^
  1832. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1833. expanded from macro 'offsetof'
  1834. #define offsetof(t, d) __builtin_offsetof(t, d)
  1835. ^ ~
  1836. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:482:32: warning: using
  1837. extended field designator is an extension [-Wextended-offsetof]
  1838. scnptr = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
  1839. ^
  1840. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1841. expanded from macro 'offsetof'
  1842. #define offsetof(t, d) __builtin_offsetof(t, d)
  1843. ^ ~
  1844. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:484:30: warning: using
  1845. extended field designator is an extension [-Wextended-offsetof]
  1846. size = fetch_32 (scnhdr + offsetof (struct external_scnhdr,
  1847. ^
  1848. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1849. expanded from macro 'offsetof'
  1850. #define offsetof(t, d) __builtin_offsetof(t, d)
  1851. ^ ~
  1852. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:598:21: warning: using
  1853. extended field designator is an extension [-Wextended-offsetof]
  1854. set_64 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
  1855. ^ ~~~~~~~~~~~~~~~~~
  1856. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1857. expanded from macro 'offsetof'
  1858. #define offsetof(t, d) __builtin_offsetof(t, d)
  1859. ^ ~
  1860. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:600:21: warning: using
  1861. extended field designator is an extension [-Wextended-offsetof]
  1862. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
  1863. ^ ~~~~~~~~~~~~~~~~
  1864. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1865. expanded from macro 'offsetof'
  1866. #define offsetof(t, d) __builtin_offsetof(t, d)
  1867. ^ ~
  1868. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:603:21: warning: using
  1869. extended field designator is an extension [-Wextended-offsetof]
  1870. set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
  1871. ^ ~~~~~~~~~~~~~~~~
  1872. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1873. expanded from macro 'offsetof'
  1874. #define offsetof(t, d) __builtin_offsetof(t, d)
  1875. ^ ~
  1876. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:608:21: warning: using
  1877. extended field designator is an extension [-Wextended-offsetof]
  1878. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_symptr),
  1879. ^ ~~~~~~~~~~~~~~~~~
  1880. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1881. expanded from macro 'offsetof'
  1882. #define offsetof(t, d) __builtin_offsetof(t, d)
  1883. ^ ~
  1884. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:610:21: warning: using
  1885. extended field designator is an extension [-Wextended-offsetof]
  1886. set_32 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_nsyms),
  1887. ^ ~~~~~~~~~~~~~~~~
  1888. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1889. expanded from macro 'offsetof'
  1890. #define offsetof(t, d) __builtin_offsetof(t, d)
  1891. ^ ~
  1892. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:613:21: warning: using
  1893. extended field designator is an extension [-Wextended-offsetof]
  1894. set_16 (hdr + offsetof (struct external_filehdr, u.xcoff64.f_flags),
  1895. ^ ~~~~~~~~~~~~~~~~
  1896. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1897. expanded from macro 'offsetof'
  1898. #define offsetof(t, d) __builtin_offsetof(t, d)
  1899. ^ ~
  1900. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:663:21: warning: using
  1901. extended field designator is an extension [-Wextended-offsetof]
  1902. set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_size),
  1903. ^ ~~~~~~~~~~~~~~~
  1904. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1905. expanded from macro 'offsetof'
  1906. #define offsetof(t, d) __builtin_offsetof(t, d)
  1907. ^ ~
  1908. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:665:21: warning: using
  1909. extended field designator is an extension [-Wextended-offsetof]
  1910. set_64 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_scnptr),
  1911. ^ ~~~~~~~~~~~~~~~~~
  1912. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1913. expanded from macro 'offsetof'
  1914. #define offsetof(t, d) __builtin_offsetof(t, d)
  1915. ^ ~
  1916. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:670:21: warning: using
  1917. extended field designator is an extension [-Wextended-offsetof]
  1918. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_size),
  1919. ^ ~~~~~~~~~~~~~~~
  1920. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1921. expanded from macro 'offsetof'
  1922. #define offsetof(t, d) __builtin_offsetof(t, d)
  1923. ^ ~
  1924. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:672:21: warning: using
  1925. extended field designator is an extension [-Wextended-offsetof]
  1926. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_scnptr),
  1927. ^ ~~~~~~~~~~~~~~~~~
  1928. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1929. expanded from macro 'offsetof'
  1930. #define offsetof(t, d) __builtin_offsetof(t, d)
  1931. ^ ~
  1932. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:683:19: warning: using
  1933. extended field designator is an extension [-Wextended-offsetof]
  1934. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff64.s_flags), flags);
  1935. ^ ~~~~~~~~~~~~~~~~
  1936. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1937. expanded from macro 'offsetof'
  1938. #define offsetof(t, d) __builtin_offsetof(t, d)
  1939. ^ ~
  1940. ../../../gcc-4.9.1/libiberty/simple-object-xcoff.c:685:19: warning: using
  1941. extended field designator is an extension [-Wextended-offsetof]
  1942. set_32 (hdr + offsetof (struct external_scnhdr, u.xcoff32.s_flags), flags);
  1943. ^ ~~~~~~~~~~~~~~~~
  1944. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  1945. expanded from macro 'offsetof'
  1946. #define offsetof(t, d) __builtin_offsetof(t, d)
  1947. ^ ~
  1948. 22 warnings generated.
  1949. if [ x"" != x ]; then \
  1950. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sort.c -o pic/sort.o; \
  1951. else true; fi
  1952. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/sort.c -o sort.o
  1953. if [ x"" != x ]; then \
  1954. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/spaces.c -o pic/spaces.o; \
  1955. else true; fi
  1956. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/spaces.c -o spaces.o
  1957. if [ x"" != x ]; then \
  1958. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/splay-tree.c -o pic/splay-tree.o; \
  1959. else true; fi
  1960. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/splay-tree.c -o splay-tree.o
  1961. if [ x"" != x ]; then \
  1962. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/stack-limit.c -o pic/stack-limit.o; \
  1963. else true; fi
  1964. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/stack-limit.c -o stack-limit.o
  1965. if [ x"" != x ]; then \
  1966. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strerror.c -o pic/strerror.o; \
  1967. else true; fi
  1968. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strerror.c -o strerror.o
  1969. if [ x"" != x ]; then \
  1970. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strsignal.c -o pic/strsignal.o; \
  1971. else true; fi
  1972. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strsignal.c -o strsignal.o
  1973. if [ x"" != x ]; then \
  1974. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/timeval-utils.c -o pic/timeval-utils.o; \
  1975. else true; fi
  1976. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/timeval-utils.c -o timeval-utils.o
  1977. if [ x"" != x ]; then \
  1978. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \
  1979. else true; fi
  1980. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/unlink-if-ordinary.c -o unlink-if-ordinary.o
  1981. if [ x"" != x ]; then \
  1982. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xatexit.c -o pic/xatexit.o; \
  1983. else true; fi
  1984. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xatexit.c -o xatexit.o
  1985. if [ x"" != x ]; then \
  1986. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xexit.c -o pic/xexit.o; \
  1987. else true; fi
  1988. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xexit.c -o xexit.o
  1989. if [ x"" != x ]; then \
  1990. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmalloc.c -o pic/xmalloc.o; \
  1991. else true; fi
  1992. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmalloc.c -o xmalloc.o
  1993. ../../../gcc-4.9.1/libiberty/xmalloc.c:112:28: warning: 'sbrk' is deprecated
  1994. [-Wdeprecated-declarations]
  1995. first_break = (char *) sbrk (0);
  1996. ^
  1997. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  1998. here
  1999. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  2000. ^
  2001. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  2002. #define __deprecated __attribute__((deprecated))
  2003. ^
  2004. ../../../gcc-4.9.1/libiberty/xmalloc.c:124:26: warning: 'sbrk' is deprecated
  2005. [-Wdeprecated-declarations]
  2006. allocated = (char *) sbrk (0) - first_break;
  2007. ^
  2008. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  2009. here
  2010. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  2011. ^
  2012. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  2013. #define __deprecated __attribute__((deprecated))
  2014. ^
  2015. ../../../gcc-4.9.1/libiberty/xmalloc.c:126:26: warning: 'sbrk' is deprecated
  2016. [-Wdeprecated-declarations]
  2017. allocated = (char *) sbrk (0) - (char *) &environ;
  2018. ^
  2019. /usr/include/unistd.h:585:1: note: 'sbrk' has been explicitly marked deprecated
  2020. here
  2021. __deprecated __WATCHOS_PROHIBITED __TVOS_PROHIBITED
  2022. ^
  2023. /usr/include/sys/cdefs.h:176:37: note: expanded from macro '__deprecated'
  2024. #define __deprecated __attribute__((deprecated))
  2025. ^
  2026. 3 warnings generated.
  2027. if [ x"" != x ]; then \
  2028. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmemdup.c -o pic/xmemdup.o; \
  2029. else true; fi
  2030. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xmemdup.c -o xmemdup.o
  2031. if [ x"" != x ]; then \
  2032. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrdup.c -o pic/xstrdup.o; \
  2033. else true; fi
  2034. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrdup.c -o xstrdup.o
  2035. if [ x"" != x ]; then \
  2036. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrerror.c -o pic/xstrerror.o; \
  2037. else true; fi
  2038. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrerror.c -o xstrerror.o
  2039. if [ x"" != x ]; then \
  2040. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrndup.c -o pic/xstrndup.o; \
  2041. else true; fi
  2042. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/xstrndup.c -o xstrndup.o
  2043. if [ x"" != x ]; then \
  2044. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/mempcpy.c -o pic/mempcpy.o; \
  2045. else true; fi
  2046. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/mempcpy.c -o mempcpy.o
  2047. if [ x"" != x ]; then \
  2048. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strverscmp.c -o pic/strverscmp.o; \
  2049. else true; fi
  2050. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/strverscmp.c -o strverscmp.o
  2051. if [ x"" != x ]; then \
  2052. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/setproctitle.c -o pic/setproctitle.o; \
  2053. else true; fi
  2054. gcc -c -DHAVE_CONFIG_H -g -O2 -I. -I../../../gcc-4.9.1/libiberty/../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ../../../gcc-4.9.1/libiberty/setproctitle.c -o setproctitle.o
  2055. rm -f ./libiberty.a pic/./libiberty.a
  2056. ar rc ./libiberty.a \
  2057. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o
  2058. ranlib ./libiberty.a
  2059. if [ x"" != x ]; then \
  2060. cd pic; \
  2061. ar rc ./libiberty.a \
  2062. ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ./mempcpy.o ./strverscmp.o ./setproctitle.o; \
  2063. ranlib ./libiberty.a; \
  2064. cd ..; \
  2065. else true; fi
  2066. echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./sha1.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./crc32.o ./dwarfnames.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./simple-object.o ./simple-object-coff.o ./simple-object-elf.o ./simple-object-mach-o.o ./simple-object-xcoff.o ./sort.o ./spaces.o ./splay-tree.o ./stack-limit.o ./strerror.o ./strsignal.o ./timeval-utils.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list
  2067. make[2]: Nothing to be done for `all'.
  2068. mkdir build-x86_64-apple-darwin17.7.0/fixincludes
  2069. Configuring in build-x86_64-apple-darwin17.7.0/fixincludes
  2070. configure: loading cache ../config.cache
  2071. checking build system type... (cached) x86_64-apple-darwin17.7.0
  2072. checking host system type... (cached) x86_64-apple-darwin17.7.0
  2073. checking target system type... x86_64-apple-darwin17.7.0
  2074. checking for x86_64-apple-darwin17.7.0-gcc... (cached) gcc
  2075. checking for C compiler default output file name... a.out
  2076. checking whether the C compiler works... yes
  2077. checking whether we are cross compiling... no
  2078. checking for suffix of executables...
  2079. checking for suffix of object files... (cached) o
  2080. checking whether we are using the GNU C compiler... (cached) yes
  2081. checking whether gcc accepts -g... (cached) yes
  2082. checking for gcc option to accept ISO C89... (cached) none needed
  2083. checking how to run the C preprocessor... (cached) gcc -E
  2084. checking for grep that handles long lines and -e... (cached) /usr/bin/grep
  2085. checking for egrep... (cached) /usr/bin/grep -E
  2086. checking for ANSI C header files... (cached) yes
  2087. checking for sys/types.h... (cached) yes
  2088. checking for sys/stat.h... (cached) yes
  2089. checking for stdlib.h... (cached) yes
  2090. checking for string.h... (cached) yes
  2091. checking for memory.h... (cached) yes
  2092. checking for strings.h... (cached) yes
  2093. checking for inttypes.h... (cached) yes
  2094. checking for stdint.h... (cached) yes
  2095. checking for unistd.h... (cached) yes
  2096. checking minix/config.h usability... no
  2097. checking minix/config.h presence... no
  2098. checking for minix/config.h... no
  2099. checking whether it is safe to define __EXTENSIONS__... yes
  2100. checking for a sed that does not truncate output... /usr/bin/sed
  2101. checking whether gcc supports -W... (cached) yes
  2102. checking whether gcc supports -Wall... (cached) yes
  2103. checking whether gcc supports -Wwrite-strings... (cached) yes
  2104. checking whether gcc supports -Wstrict-prototypes... (cached) yes
  2105. checking whether gcc supports -Wmissing-prototypes... yes
  2106. checking whether gcc supports -Wold-style-definition... yes
  2107. checking whether gcc supports -Wmissing-format-attribute... yes
  2108. checking whether gcc supports -Woverlength-strings... yes
  2109. checking whether gcc supports -pedantic -Wlong-long... yes
  2110. checking for ANSI C header files... (cached) yes
  2111. checking stddef.h usability... yes
  2112. checking stddef.h presence... yes
  2113. checking for stddef.h... yes
  2114. checking for stdlib.h... (cached) yes
  2115. checking for strings.h... (cached) yes
  2116. checking for unistd.h... (cached) yes
  2117. checking for fcntl.h... (cached) yes
  2118. checking for sys/file.h... (cached) yes
  2119. checking for sys/stat.h... (cached) yes
  2120. checking for clearerr_unlocked... yes
  2121. checking for feof_unlocked... yes
  2122. checking for ferror_unlocked... yes
  2123. checking for fflush_unlocked... no
  2124. checking for fgetc_unlocked... no
  2125. checking for fgets_unlocked... no
  2126. checking for fileno_unlocked... yes
  2127. checking for fprintf_unlocked... no
  2128. checking for fputc_unlocked... no
  2129. checking for fputs_unlocked... no
  2130. checking for fread_unlocked... no
  2131. checking for fwrite_unlocked... no
  2132. checking for getchar_unlocked... yes
  2133. checking for getc_unlocked... yes
  2134. checking for putchar_unlocked... yes
  2135. checking for putc_unlocked... yes
  2136. checking whether abort is declared... yes
  2137. checking whether asprintf is declared... (cached) yes
  2138. checking whether basename is declared... (cached) no
  2139. checking whether errno is declared... no
  2140. checking whether vasprintf is declared... (cached) yes
  2141. checking whether clearerr_unlocked is declared... yes
  2142. checking whether feof_unlocked is declared... yes
  2143. checking whether ferror_unlocked is declared... yes
  2144. checking whether fflush_unlocked is declared... no
  2145. checking whether fgetc_unlocked is declared... no
  2146. checking whether fgets_unlocked is declared... no
  2147. checking whether fileno_unlocked is declared... yes
  2148. checking whether fprintf_unlocked is declared... no
  2149. checking whether fputc_unlocked is declared... no
  2150. checking whether fputs_unlocked is declared... no
  2151. checking whether fread_unlocked is declared... no
  2152. checking whether fwrite_unlocked is declared... no
  2153. checking whether getchar_unlocked is declared... yes
  2154. checking whether getc_unlocked is declared... yes
  2155. checking whether putchar_unlocked is declared... yes
  2156. checking whether putc_unlocked is declared... yes
  2157. checking for an ANSI C-conforming const... (cached) yes
  2158. checking for sys/mman.h... (cached) yes
  2159. checking for mmap... yes
  2160. checking whether read-only mmap of a plain file works... yes
  2161. checking whether mmap from /dev/zero works... no
  2162. checking for MAP_ANON(YMOUS)... yes
  2163. checking whether mmap with MAP_ANON(YMOUS) works... yes
  2164. checking whether to enable maintainer-specific portions of Makefiles... no
  2165. configure: updating cache ../config.cache
  2166. configure: creating ./config.status
  2167. config.status: creating Makefile
  2168. config.status: creating mkheaders.almost
  2169. config.status: creating config.h
  2170. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixincl.c
  2171. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixtests.c
  2172. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixfixes.c
  2173. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/server.c
  2174. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/procopen.c
  2175. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixlib.c
  2176. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../../gcc-4.9.1/fixincludes -I../include -I../../../gcc-4.9.1/fixincludes/../include ../../../gcc-4.9.1/fixincludes/fixopts.c
  2177. gcc -g -O2 -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  2178. echo timestamp > full-stamp
  2179. srcdir="../../../gcc-4.9.1/fixincludes" /bin/sh ../../../gcc-4.9.1/fixincludes/mkfixinc.sh x86_64-apple-darwin17.7.0
  2180. sed -e 's/@gcc_version@/4.9.1/' < mkheaders.almost > mkheadersT
  2181. mv -f mkheadersT mkheaders
  2182. Configuring in ./zlib
  2183. configure: creating cache ./config.cache
  2184. checking build system type... x86_64-apple-darwin17.7.0
  2185. checking host system type... x86_64-apple-darwin17.7.0
  2186. checking target system type... x86_64-apple-darwin17.7.0
  2187. checking for a BSD-compatible install... /usr/bin/install -c
  2188. checking whether build environment is sane... yes
  2189. checking for a thread-safe mkdir -p... ../../gcc-4.9.1/zlib/../install-sh -c -d
  2190. checking for gawk... awk
  2191. checking whether make sets $(MAKE)... yes
  2192. checking whether to enable maintainer-specific portions of Makefiles... no
  2193. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  2194. checking for C compiler default output file name... a.out
  2195. checking whether the C compiler works... yes
  2196. checking whether we are cross compiling... no
  2197. checking for suffix of executables...
  2198. checking for suffix of object files... o
  2199. checking whether we are using the GNU C compiler... yes
  2200. checking whether gcc accepts -g... yes
  2201. checking for gcc option to accept ISO C89... none needed
  2202. checking for style of include used by make... GNU
  2203. checking dependency style of gcc... gcc3
  2204. checking how to print strings... printf
  2205. checking for a sed that does not truncate output... /usr/bin/sed
  2206. checking for grep that handles long lines and -e... /usr/bin/grep
  2207. checking for egrep... /usr/bin/grep -E
  2208. checking for fgrep... /usr/bin/grep -F
  2209. checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
  2210. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  2211. checking for BSD- or MS-compatible name lister (nm)... nm
  2212. checking the name lister (nm) interface... rm: conftest.dSYM: is a directory
  2213. BSD nm
  2214. checking whether ln -s works... yes
  2215. checking the maximum length of command line arguments... 196608
  2216. checking whether the shell understands some XSI constructs... yes
  2217. checking whether the shell understands "+="... yes
  2218. checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
  2219. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  2220. checking how to recognize dependent libraries... pass_all
  2221. checking for x86_64-apple-darwin17.7.0-ar... ar
  2222. checking for x86_64-apple-darwin17.7.0-strip... no
  2223. checking for strip... strip
  2224. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  2225. checking command to parse nm output from gcc object... rm: conftest.dSYM: is a directory
  2226. ok
  2227. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  2228. checking for dsymutil... dsymutil
  2229. checking for x86_64-apple-darwin17.7.0-nmedit... no
  2230. checking for nmedit... nmedit
  2231. checking for x86_64-apple-darwin17.7.0-lipo... no
  2232. checking for lipo... lipo
  2233. checking for x86_64-apple-darwin17.7.0-otool... no
  2234. checking for otool... otool
  2235. checking for x86_64-apple-darwin17.7.0-otool64... no
  2236. checking for otool64... no
  2237. checking for -single_module linker flag... yes
  2238. checking for -exported_symbols_list linker flag... yes
  2239. checking for -force_load linker flag... no
  2240. checking how to run the C preprocessor... gcc -E
  2241. checking for ANSI C header files... yes
  2242. checking for sys/types.h... yes
  2243. checking for sys/stat.h... yes
  2244. checking for stdlib.h... yes
  2245. checking for string.h... yes
  2246. checking for memory.h... yes
  2247. checking for strings.h... yes
  2248. checking for inttypes.h... yes
  2249. checking for stdint.h... yes
  2250. checking for unistd.h... yes
  2251. checking for dlfcn.h... yes
  2252. checking for objdir... .libs
  2253. checking if gcc supports -fno-rtti -fno-exceptions... yes
  2254. checking for gcc option to produce PIC... -fno-common -DPIC
  2255. checking if gcc PIC flag -fno-common -DPIC works... yes
  2256. checking if gcc static flag -static works... no
  2257. checking if gcc supports -c -o file.o... yes
  2258. checking if gcc supports -c -o file.o... (cached) yes
  2259. checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  2260. checking dynamic linker characteristics... darwin17.7.0 dyld
  2261. checking how to hardcode library paths into programs... immediate
  2262. checking whether stripping libraries is possible... yes
  2263. checking if libtool supports shared libraries... yes
  2264. checking whether to build shared libraries... yes
  2265. checking whether to build static libraries... yes
  2266. checking how to run the C preprocessor... gcc -E
  2267. checking for stdlib.h... (cached) yes
  2268. checking for unistd.h... (cached) yes
  2269. checking for getpagesize... yes
  2270. checking for working mmap... yes
  2271. checking for memcpy... yes
  2272. checking for strerror... yes
  2273. checking for unistd.h... (cached) yes
  2274. configure: updating cache ./config.cache
  2275. configure: creating ./config.status
  2276. config.status: creating Makefile
  2277. config.status: executing default-1 commands
  2278. config.status: executing depfiles commands
  2279. config.status: executing libtool commands
  2280. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-adler32.o `test -f 'adler32.c' || echo '../../gcc-4.9.1/zlib/'`adler32.c
  2281. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-compress.o `test -f 'compress.c' || echo '../../gcc-4.9.1/zlib/'`compress.c
  2282. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-crc32.o `test -f 'crc32.c' || echo '../../gcc-4.9.1/zlib/'`crc32.c
  2283. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-deflate.o `test -f 'deflate.c' || echo '../../gcc-4.9.1/zlib/'`deflate.c
  2284. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzread.o `test -f 'gzread.c' || echo '../../gcc-4.9.1/zlib/'`gzread.c
  2285. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzclose.o `test -f 'gzclose.c' || echo '../../gcc-4.9.1/zlib/'`gzclose.c
  2286. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzwrite.o `test -f 'gzwrite.c' || echo '../../gcc-4.9.1/zlib/'`gzwrite.c
  2287. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-gzlib.o `test -f 'gzlib.c' || echo '../../gcc-4.9.1/zlib/'`gzlib.c
  2288. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-infback.o `test -f 'infback.c' || echo '../../gcc-4.9.1/zlib/'`infback.c
  2289. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inffast.o `test -f 'inffast.c' || echo '../../gcc-4.9.1/zlib/'`inffast.c
  2290. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inflate.o `test -f 'inflate.c' || echo '../../gcc-4.9.1/zlib/'`inflate.c
  2291. ../../gcc-4.9.1/zlib/inflate.c:1491:61: warning: shifting a negative signed
  2292. value is undefined [-Wshift-negative-value]
  2293. if (strm == Z_NULL || strm->state == Z_NULL) return -1L << 16;
  2294. ~~~ ^
  2295. 1 warning generated.
  2296. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-inftrees.o `test -f 'inftrees.c' || echo '../../gcc-4.9.1/zlib/'`inftrees.c
  2297. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-trees.o `test -f 'trees.c' || echo '../../gcc-4.9.1/zlib/'`trees.c
  2298. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-uncompr.o `test -f 'uncompr.c' || echo '../../gcc-4.9.1/zlib/'`uncompr.c
  2299. gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"zlib\" -DVERSION=\"1.1.4\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_STDLIB_H=1 -DHAVE_UNISTD_H=1 -DHAVE_GETPAGESIZE=1 -DHAVE_MMAP=1 -DHAVE_MEMCPY=1 -DHAVE_STRERROR=1 -DHAVE_UNISTD_H=1 -I. -I../../gcc-4.9.1/zlib -g -O2 -c -o libz_a-zutil.o `test -f 'zutil.c' || echo '../../gcc-4.9.1/zlib/'`zutil.c
  2300. rm -f libz.a
  2301. ar cru libz.a libz_a-adler32.o libz_a-compress.o libz_a-crc32.o libz_a-deflate.o libz_a-gzread.o libz_a-gzclose.o libz_a-gzwrite.o libz_a-gzlib.o libz_a-infback.o libz_a-inffast.o libz_a-inflate.o libz_a-inftrees.o libz_a-trees.o libz_a-uncompr.o libz_a-zutil.o
  2302. ranlib libz.a
  2303. true "AR_FLAGS=rc" "CC_FOR_BUILD=gcc" "CFLAGS=-g -O2" "CXXFLAGS=-g -O2" "CFLAGS_FOR_BUILD=-g -O2" "CFLAGS_FOR_TARGET=-g -O2" "INSTALL=/usr/bin/install -c" "INSTALL_DATA=/usr/bin/install -c -m 644" "INSTALL_PROGRAM=/usr/bin/install -c" "INSTALL_SCRIPT=/usr/bin/install -c" "LDFLAGS=-Wl,-no_pie " "LIBCFLAGS=-g -O2" "LIBCFLAGS_FOR_TARGET=-g -O2" "MAKE=/Library/Developer/CommandLineTools/usr/bin/make" "MAKEINFO=makeinfo --split-size=5000000 " "PICFLAG=" "PICFLAG_FOR_TARGET=" "SHELL=/bin/sh" "EXPECT=expect" "RUNTEST=runtest" "RUNTESTFLAGS=" "exec_prefix=" "infodir=/share/info" "libdir=/lib" "prefix=" "tooldir=/x86_64-apple-darwin17.7.0" "AR=ar" "AS=as" "CC=gcc" "CXX=g++" "LD=/Library/Developer/CommandLineTools/usr/bin/ld" "LIBCFLAGS=-g -O2" "NM=nm" "PICFLAG=" "RANLIB=ranlib" "DESTDIR=" DO=all multi-do # /Library/Developer/CommandLineTools/usr/bin/make
  2304. Configuring in ./libbacktrace
  2305. configure: creating cache ./config.cache
  2306. checking build system type... x86_64-apple-darwin17.7.0
  2307. checking host system type... x86_64-apple-darwin17.7.0
  2308. checking target system type... x86_64-apple-darwin17.7.0
  2309. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  2310. checking for C compiler default output file name... a.out
  2311. checking whether the C compiler works... yes
  2312. checking whether we are cross compiling... no
  2313. checking for suffix of executables...
  2314. checking for suffix of object files... o
  2315. checking whether we are using the GNU C compiler... yes
  2316. checking whether gcc accepts -g... yes
  2317. checking for gcc option to accept ISO C89... none needed
  2318. checking how to run the C preprocessor... gcc -E
  2319. checking for grep that handles long lines and -e... /usr/bin/grep
  2320. checking for egrep... /usr/bin/grep -E
  2321. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  2322. rm: conftest.dSYM: is a directory
  2323. yes
  2324. checking for sys/types.h... yes
  2325. checking for sys/stat.h... yes
  2326. checking for stdlib.h... yes
  2327. checking for string.h... yes
  2328. checking for memory.h... yes
  2329. checking for strings.h... yes
  2330. checking for inttypes.h... yes
  2331. checking for stdint.h... yes
  2332. checking for unistd.h... yes
  2333. checking minix/config.h usability... no
  2334. checking minix/config.h presence... no
  2335. checking for minix/config.h... no
  2336. checking whether it is safe to define __EXTENSIONS__... yes
  2337. checking for a BSD-compatible install... /usr/bin/install -c
  2338. checking whether build environment is sane... yes
  2339. checking for a thread-safe mkdir -p... ../../gcc-4.9.1/libbacktrace/../install-sh -c -d
  2340. checking for gawk... awk
  2341. checking whether make sets $(MAKE)... yes
  2342. checking whether to enable maintainer-specific portions of Makefiles... no
  2343. checking for x86_64-apple-darwin17.7.0-gcc... (cached) gcc
  2344. checking whether we are using the GNU C compiler... (cached) yes
  2345. checking whether gcc accepts -g... (cached) yes
  2346. checking for gcc option to accept ISO C89... (cached) none needed
  2347. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  2348. checking for gawk... (cached) awk
  2349. checking how to print strings... printf
  2350. checking for a sed that does not truncate output... /usr/bin/sed
  2351. checking for fgrep... /usr/bin/grep -F
  2352. checking for ld used by gcc... /Library/Developer/CommandLineTools/usr/bin/ld
  2353. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  2354. checking for BSD- or MS-compatible name lister (nm)... nm
  2355. checking the name lister (nm) interface... BSD nm
  2356. checking whether ln -s works... yes
  2357. checking the maximum length of command line arguments... 196608
  2358. checking whether the shell understands some XSI constructs... yes
  2359. checking whether the shell understands "+="... yes
  2360. checking for /Library/Developer/CommandLineTools/usr/bin/ld option to reload object files... -r
  2361. checking for x86_64-apple-darwin17.7.0-objdump... objdump
  2362. checking how to recognize dependent libraries... pass_all
  2363. checking for x86_64-apple-darwin17.7.0-ar... ar
  2364. checking for x86_64-apple-darwin17.7.0-strip... no
  2365. checking for strip... strip
  2366. checking for x86_64-apple-darwin17.7.0-ranlib... (cached) ranlib
  2367. checking command to parse nm output from gcc object... ok
  2368. checking for x86_64-apple-darwin17.7.0-dsymutil... no
  2369. checking for dsymutil... dsymutil
  2370. checking for x86_64-apple-darwin17.7.0-nmedit... no
  2371. checking for nmedit... nmedit
  2372. checking for x86_64-apple-darwin17.7.0-lipo... no
  2373. checking for lipo... lipo
  2374. checking for x86_64-apple-darwin17.7.0-otool... no
  2375. checking for otool... otool
  2376. checking for x86_64-apple-darwin17.7.0-otool64... no
  2377. checking for otool64... no
  2378. checking for -single_module linker flag... yes
  2379. checking for -exported_symbols_list linker flag... yes
  2380. checking for -force_load linker flag... no
  2381. checking for dlfcn.h... yes
  2382. checking for objdir... .libs
  2383. checking if gcc supports -fno-rtti -fno-exceptions... yes
  2384. checking for gcc option to produce PIC... -fno-common -DPIC
  2385. checking if gcc PIC flag -fno-common -DPIC works... yes
  2386. checking if gcc static flag -static works... no
  2387. checking if gcc supports -c -o file.o... yes
  2388. checking if gcc supports -c -o file.o... (cached) yes
  2389. checking whether the gcc linker (/Library/Developer/CommandLineTools/usr/bin/ld) supports shared libraries... yes
  2390. checking dynamic linker characteristics... darwin17.7.0 dyld
  2391. checking how to hardcode library paths into programs... immediate
  2392. checking whether stripping libraries is possible... yes
  2393. checking if libtool supports shared libraries... yes
  2394. checking whether to build shared libraries... no
  2395. checking whether to build static libraries... yes
  2396. checking unwind.h usability... yes
  2397. checking unwind.h presence... yes
  2398. checking for unwind.h... yes
  2399. checking for _Unwind_Backtrace... yes
  2400. checking for -funwind-tables option... yes
  2401. checking for -frandom-seed=string option... yes
  2402. checking whether gcc supports -W... yes
  2403. checking whether gcc supports -Wall... yes
  2404. checking whether gcc supports -Wwrite-strings... yes
  2405. checking whether gcc supports -Wstrict-prototypes... yes
  2406. checking whether gcc supports -Wmissing-prototypes... yes
  2407. checking whether gcc supports -Wold-style-definition... yes
  2408. checking whether gcc supports -Wmissing-format-attribute... yes
  2409. checking whether gcc supports -Wcast-qual... yes
  2410. checking for _Unwind_GetIPInfo... yes
  2411. checking __sync extensions... yes
  2412. checking __atomic extensions... yes
  2413. checking output filetype...
  2414. configure: WARNING: could not determine output file type
  2415. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  2416. checking for uintptr_t... yes
  2417. checking for int_least32_t... yes
  2418. checking for int_fast32_t... yes
  2419. checking for uint64_t... yes
  2420. checking what to include in gstdint.h... stdint.h (already complete)
  2421. checking sys/mman.h usability... yes
  2422. checking sys/mman.h presence... yes
  2423. checking for sys/mman.h... yes
  2424. checking for mmap... yes
  2425. checking link.h usability... no
  2426. checking link.h presence... no
  2427. checking for link.h... no
  2428. checking for fcntl... yes
  2429. checking whether strnlen is declared... yes
  2430. checking for getexecname... no
  2431. checking whether tests can run... yes
  2432. configure: updating cache ./config.cache
  2433. configure: creating ./config.status
  2434. config.status: creating Makefile
  2435. config.status: creating backtrace-supported.h
  2436. config.status: creating config.h
  2437. config.status: executing libtool commands
  2438. config.status: executing gstdint.h commands
  2439. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  2440. config.status: executing default commands
  2441. /Library/Developer/CommandLineTools/usr/bin/make all-am
  2442. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o atomic.lo ../../gcc-4.9.1/libbacktrace/atomic.c
  2443. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=atomic.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/atomic.c -o atomic.o
  2444. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o dwarf.lo ../../gcc-4.9.1/libbacktrace/dwarf.c
  2445. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=dwarf.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/dwarf.c -o dwarf.o
  2446. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o fileline.lo ../../gcc-4.9.1/libbacktrace/fileline.c
  2447. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=fileline.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/fileline.c -o fileline.o
  2448. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o posix.lo ../../gcc-4.9.1/libbacktrace/posix.c
  2449. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=posix.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/posix.c -o posix.o
  2450. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o print.lo ../../gcc-4.9.1/libbacktrace/print.c
  2451. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=print.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/print.c -o print.o
  2452. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o sort.lo ../../gcc-4.9.1/libbacktrace/sort.c
  2453. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=sort.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/sort.c -o sort.o
  2454. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o state.lo ../../gcc-4.9.1/libbacktrace/state.c
  2455. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=state.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/state.c -o state.o
  2456. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o backtrace.lo ../../gcc-4.9.1/libbacktrace/backtrace.c
  2457. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=backtrace.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/backtrace.c -o backtrace.o
  2458. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o simple.lo ../../gcc-4.9.1/libbacktrace/simple.c
  2459. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=simple.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/simple.c -o simple.o
  2460. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o unknown.lo ../../gcc-4.9.1/libbacktrace/unknown.c
  2461. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=unknown.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/unknown.c -o unknown.o
  2462. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmapio.lo ../../gcc-4.9.1/libbacktrace/mmapio.c
  2463. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmapio.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/mmapio.c -o mmapio.o
  2464. /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c -o mmap.lo ../../gcc-4.9.1/libbacktrace/mmap.c
  2465. libtool: compile: gcc -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/libbacktrace -I ../../gcc-4.9.1/libbacktrace/../include -I ../../gcc-4.9.1/libbacktrace/../libgcc -I ../libgcc -funwind-tables -frandom-seed=mmap.lo -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -c ../../gcc-4.9.1/libbacktrace/mmap.c -o mmap.o
  2466. /bin/sh ./libtool --tag=CC --mode=link gcc -funwind-tables -frandom-seed=libbacktrace.la -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -g -O2 -Wl,-no_pie -o libbacktrace.la atomic.lo dwarf.lo fileline.lo posix.lo print.lo sort.lo state.lo backtrace.lo simple.lo unknown.lo mmapio.lo mmap.lo
  2467. libtool: link: ar cru .libs/libbacktrace.a atomic.o dwarf.o fileline.o posix.o print.o sort.o state.o backtrace.o simple.o unknown.o mmapio.o mmap.o
  2468. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
  2469. libtool: link: ranlib .libs/libbacktrace.a
  2470. /Library/Developer/CommandLineTools/usr/bin/ranlib: file: .libs/libbacktrace.a(atomic.o) has no symbols
  2471. libtool: link: ( cd ".libs" && rm -f "libbacktrace.la" && ln -s "../libbacktrace.la" "libbacktrace.la" )
  2472. true DO=all multi-do # /Library/Developer/CommandLineTools/usr/bin/make
  2473. Configuring in ./libcpp
  2474. configure: creating cache ./config.cache
  2475. checking build system type... x86_64-apple-darwin17.7.0
  2476. checking host system type... x86_64-apple-darwin17.7.0
  2477. checking target system type... x86_64-apple-darwin17.7.0
  2478. checking whether make sets $(MAKE)... yes
  2479. checking for a BSD-compatible install... /usr/bin/install -c
  2480. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  2481. checking for C compiler default output file name... a.out
  2482. checking whether the C compiler works... yes
  2483. checking whether we are cross compiling... no
  2484. checking for suffix of executables...
  2485. checking for suffix of object files... o
  2486. checking whether we are using the GNU C compiler... yes
  2487. checking whether gcc accepts -g... yes
  2488. checking for gcc option to accept ISO C89... none needed
  2489. checking whether we are using the GNU C++ compiler... yes
  2490. checking whether g++ accepts -g... yes
  2491. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  2492. checking how to run the C preprocessor... gcc -E
  2493. checking for grep that handles long lines and -e... /usr/bin/grep
  2494. checking for egrep... /usr/bin/grep -E
  2495. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  2496. rm: conftest.dSYM: is a directory
  2497. yes
  2498. checking for sys/types.h... yes
  2499. checking for sys/stat.h... yes
  2500. checking for stdlib.h... yes
  2501. checking for string.h... yes
  2502. checking for memory.h... yes
  2503. checking for strings.h... yes
  2504. checking for inttypes.h... yes
  2505. checking for stdint.h... yes
  2506. checking for unistd.h... yes
  2507. checking minix/config.h usability... no
  2508. checking minix/config.h presence... no
  2509. checking for minix/config.h... no
  2510. checking whether it is safe to define __EXTENSIONS__... yes
  2511. checking for special C compiler options needed for large files... no
  2512. checking for _FILE_OFFSET_BITS value needed for large files... no
  2513. checking for aclocal... no
  2514. checking for autoconf... no
  2515. checking for autoheader... no
  2516. checking whether gcc supports -W... yes
  2517. checking whether gcc supports -Wall... yes
  2518. checking whether gcc supports -Wnarrowing... yes
  2519. checking whether gcc supports -Wwrite-strings... yes
  2520. checking whether gcc supports -Wmissing-format-attribute... yes
  2521. checking whether gcc supports -Wstrict-prototypes... yes
  2522. checking whether gcc supports -Wmissing-prototypes... yes
  2523. checking whether gcc supports -Wold-style-definition... yes
  2524. checking whether gcc supports -Wc++-compat... yes
  2525. checking whether gcc supports -pedantic -Wlong-long... yes
  2526. checking whether gcc supports -fno-exceptions... yes
  2527. checking whether gcc supports -fno-rtti... yes
  2528. checking dependency style of g++... gcc3
  2529. checking whether time.h and sys/time.h may both be included... yes
  2530. checking whether string.h and strings.h may both be included... yes
  2531. checking locale.h usability... yes
  2532. checking locale.h presence... yes
  2533. checking for locale.h... yes
  2534. checking fcntl.h usability... yes
  2535. checking fcntl.h presence... yes
  2536. checking for fcntl.h... yes
  2537. checking limits.h usability... yes
  2538. checking limits.h presence... yes
  2539. checking for limits.h... yes
  2540. checking stddef.h usability... yes
  2541. checking stddef.h presence... yes
  2542. checking for stddef.h... yes
  2543. checking for stdlib.h... (cached) yes
  2544. checking for strings.h... (cached) yes
  2545. checking for string.h... (cached) yes
  2546. checking sys/file.h usability... yes
  2547. checking sys/file.h presence... yes
  2548. checking for sys/file.h... yes
  2549. checking for unistd.h... (cached) yes
  2550. checking whether byte ordering is bigendian... no
  2551. checking for an ANSI C-conforming const... yes
  2552. checking for inline... inline
  2553. checking for obstacks... no
  2554. checking for off_t... yes
  2555. checking for size_t... yes
  2556. checking for ssize_t... yes
  2557. checking for uintptr_t... yes
  2558. checking for ptrdiff_t... yes
  2559. checking whether struct tm is in sys/time.h or time.h... time.h
  2560. checking size of int... 4
  2561. checking size of long... 8
  2562. checking for clearerr_unlocked... yes
  2563. checking for feof_unlocked... yes
  2564. checking for ferror_unlocked... yes
  2565. checking for fflush_unlocked... no
  2566. checking for fgetc_unlocked... no
  2567. checking for fgets_unlocked... no
  2568. checking for fileno_unlocked... yes
  2569. checking for fprintf_unlocked... no
  2570. checking for fputc_unlocked... no
  2571. checking for fputs_unlocked... no
  2572. checking for fread_unlocked... no
  2573. checking for fwrite_unlocked... no
  2574. checking for getchar_unlocked... yes
  2575. checking for getc_unlocked... yes
  2576. checking for putchar_unlocked... yes
  2577. checking for putc_unlocked... yes
  2578. checking whether abort is declared... yes
  2579. checking whether asprintf is declared... yes
  2580. checking whether basename is declared... no
  2581. checking whether errno is declared... no
  2582. checking whether getopt is declared... yes
  2583. checking whether vasprintf is declared... yes
  2584. checking whether clearerr_unlocked is declared... yes
  2585. checking whether feof_unlocked is declared... yes
  2586. checking whether ferror_unlocked is declared... yes
  2587. checking whether fflush_unlocked is declared... no
  2588. checking whether fgetc_unlocked is declared... no
  2589. checking whether fgets_unlocked is declared... no
  2590. checking whether fileno_unlocked is declared... yes
  2591. checking whether fprintf_unlocked is declared... no
  2592. checking whether fputc_unlocked is declared... no
  2593. checking whether fputs_unlocked is declared... no
  2594. checking whether fread_unlocked is declared... no
  2595. checking whether fwrite_unlocked is declared... no
  2596. checking whether getchar_unlocked is declared... yes
  2597. checking whether getc_unlocked is declared... yes
  2598. checking whether putchar_unlocked is declared... yes
  2599. checking whether putc_unlocked is declared... yes
  2600. checking for working alloca.h... yes
  2601. checking for alloca... yes
  2602. checking for ANSI C header files... (cached) yes
  2603. checking for nl_langinfo and CODESET... yes
  2604. checking whether NLS is requested... no
  2605. checking for uchar...
  2606. checking for ld used by GCC... /Library/Developer/CommandLineTools/usr/bin/ld
  2607. checking if the linker (/Library/Developer/CommandLineTools/usr/bin/ld) is GNU ld... no
  2608. checking for shared library run path origin... done
  2609. checking for iconv... yes
  2610. checking how to link with libiconv... -liconv
  2611. checking for iconv declaration... install-shextern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft);
  2612. configure: updating cache ./config.cache
  2613. configure: creating ./config.status
  2614. config.status: creating Makefile
  2615. config.status: creating config.h
  2616. config.status: executing depdir commands
  2617. mkdir .deps
  2618. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../gcc-4.9.1/libcpp/charset.c
  2619. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2620. In file included from ../../gcc-4.9.1/libcpp/charset.c:21:
  2621. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2622. definition [-Wkeyword-macro]
  2623. #define true 1
  2624. ^
  2625. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2626. definition [-Wkeyword-macro]
  2627. #define false 0
  2628. ^
  2629. In file included from ../../gcc-4.9.1/libcpp/charset.c:23:
  2630. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2631. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2632. #if HAVE_DESIGNATED_INITIALIZERS
  2633. ^
  2634. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2635. 'HAVE_DESIGNATED_INITIALIZERS'
  2636. (!defined(__cplusplus) \
  2637. ^
  2638. 3 warnings generated.
  2639. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Tpo ../../gcc-4.9.1/libcpp/directives.c
  2640. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2641. In file included from ../../gcc-4.9.1/libcpp/directives.c:22:
  2642. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2643. definition [-Wkeyword-macro]
  2644. #define true 1
  2645. ^
  2646. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2647. definition [-Wkeyword-macro]
  2648. #define false 0
  2649. ^
  2650. In file included from ../../gcc-4.9.1/libcpp/directives.c:24:
  2651. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2652. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2653. #if HAVE_DESIGNATED_INITIALIZERS
  2654. ^
  2655. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2656. 'HAVE_DESIGNATED_INITIALIZERS'
  2657. (!defined(__cplusplus) \
  2658. ^
  2659. 3 warnings generated.
  2660. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Tpo ../../gcc-4.9.1/libcpp/directives-only.c
  2661. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2662. In file included from ../../gcc-4.9.1/libcpp/directives-only.c:20:
  2663. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2664. definition [-Wkeyword-macro]
  2665. #define true 1
  2666. ^
  2667. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2668. definition [-Wkeyword-macro]
  2669. #define false 0
  2670. ^
  2671. In file included from ../../gcc-4.9.1/libcpp/directives-only.c:22:
  2672. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2673. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2674. #if HAVE_DESIGNATED_INITIALIZERS
  2675. ^
  2676. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2677. 'HAVE_DESIGNATED_INITIALIZERS'
  2678. (!defined(__cplusplus) \
  2679. ^
  2680. 3 warnings generated.
  2681. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Tpo ../../gcc-4.9.1/libcpp/errors.c
  2682. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2683. In file included from ../../gcc-4.9.1/libcpp/errors.c:26:
  2684. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2685. definition [-Wkeyword-macro]
  2686. #define true 1
  2687. ^
  2688. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2689. definition [-Wkeyword-macro]
  2690. #define false 0
  2691. ^
  2692. In file included from ../../gcc-4.9.1/libcpp/errors.c:28:
  2693. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2694. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2695. #if HAVE_DESIGNATED_INITIALIZERS
  2696. ^
  2697. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2698. 'HAVE_DESIGNATED_INITIALIZERS'
  2699. (!defined(__cplusplus) \
  2700. ^
  2701. 3 warnings generated.
  2702. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Tpo ../../gcc-4.9.1/libcpp/expr.c
  2703. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2704. In file included from ../../gcc-4.9.1/libcpp/expr.c:20:
  2705. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2706. definition [-Wkeyword-macro]
  2707. #define true 1
  2708. ^
  2709. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2710. definition [-Wkeyword-macro]
  2711. #define false 0
  2712. ^
  2713. In file included from ../../gcc-4.9.1/libcpp/expr.c:22:
  2714. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2715. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2716. #if HAVE_DESIGNATED_INITIALIZERS
  2717. ^
  2718. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2719. 'HAVE_DESIGNATED_INITIALIZERS'
  2720. (!defined(__cplusplus) \
  2721. ^
  2722. ../../gcc-4.9.1/libcpp/expr.c:672:11: warning: format string is not a string
  2723. literal (potentially insecure) [-Wformat-security]
  2724. 0, message);
  2725. ^~~~~~~
  2726. ../../gcc-4.9.1/libcpp/expr.c:672:11: note: treat the string as an argument to
  2727. avoid this
  2728. 0, message);
  2729. ^
  2730. "%s",
  2731. ../../gcc-4.9.1/libcpp/expr.c:675:32: warning: format string is not a string
  2732. literal (potentially insecure) [-Wformat-security]
  2733. virtual_location, 0, message);
  2734. ^~~~~~~
  2735. ../../gcc-4.9.1/libcpp/expr.c:675:32: note: treat the string as an argument to
  2736. avoid this
  2737. virtual_location, 0, message);
  2738. ^
  2739. "%s",
  2740. 5 warnings generated.
  2741. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Tpo ../../gcc-4.9.1/libcpp/files.c
  2742. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2743. In file included from ../../gcc-4.9.1/libcpp/files.c:24:
  2744. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2745. definition [-Wkeyword-macro]
  2746. #define true 1
  2747. ^
  2748. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2749. definition [-Wkeyword-macro]
  2750. #define false 0
  2751. ^
  2752. In file included from ../../gcc-4.9.1/libcpp/files.c:26:
  2753. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2754. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2755. #if HAVE_DESIGNATED_INITIALIZERS
  2756. ^
  2757. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2758. 'HAVE_DESIGNATED_INITIALIZERS'
  2759. (!defined(__cplusplus) \
  2760. ^
  2761. ../../gcc-4.9.1/libcpp/files.c:675:30: warning: shifting a negative signed value
  2762. is undefined [-Wshift-negative-value]
  2763. if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t))
  2764. ^~~~~~~~~~~~~~~~~~~~~~~~~
  2765. ../../gcc-4.9.1/libcpp/system.h:234:44: note: expanded from macro
  2766. 'INTTYPE_MAXIMUM'
  2767. #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t)))
  2768. ^~~~~~~~~~~~~~~~~~~
  2769. ../../gcc-4.9.1/libcpp/system.h:233:40: note: expanded from macro
  2770. 'INTTYPE_MINIMUM'
  2771. ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0))
  2772. ~~~~~~~ ^
  2773. 4 warnings generated.
  2774. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Tpo ../../gcc-4.9.1/libcpp/identifiers.c
  2775. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2776. In file included from ../../gcc-4.9.1/libcpp/identifiers.c:26:
  2777. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2778. definition [-Wkeyword-macro]
  2779. #define true 1
  2780. ^
  2781. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2782. definition [-Wkeyword-macro]
  2783. #define false 0
  2784. ^
  2785. In file included from ../../gcc-4.9.1/libcpp/identifiers.c:28:
  2786. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2787. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2788. #if HAVE_DESIGNATED_INITIALIZERS
  2789. ^
  2790. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2791. 'HAVE_DESIGNATED_INITIALIZERS'
  2792. (!defined(__cplusplus) \
  2793. ^
  2794. 3 warnings generated.
  2795. echo "#define LOCALEDIR \"/share/locale\"" > localedir.new
  2796. ../../gcc-4.9.1/libcpp/../move-if-change localedir.new localedir.h
  2797. echo timestamp > localedir.hs
  2798. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Tpo ../../gcc-4.9.1/libcpp/init.c
  2799. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2800. In file included from ../../gcc-4.9.1/libcpp/init.c:22:
  2801. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2802. definition [-Wkeyword-macro]
  2803. #define true 1
  2804. ^
  2805. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2806. definition [-Wkeyword-macro]
  2807. #define false 0
  2808. ^
  2809. In file included from ../../gcc-4.9.1/libcpp/init.c:24:
  2810. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2811. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2812. #if HAVE_DESIGNATED_INITIALIZERS
  2813. ^
  2814. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2815. 'HAVE_DESIGNATED_INITIALIZERS'
  2816. (!defined(__cplusplus) \
  2817. ^
  2818. ../../gcc-4.9.1/libcpp/init.c:42:5: warning: macro expansion producing 'defined'
  2819. has undefined behavior [-Wexpansion-to-defined]
  2820. #if HAVE_DESIGNATED_INITIALIZERS
  2821. ^
  2822. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2823. 'HAVE_DESIGNATED_INITIALIZERS'
  2824. (!defined(__cplusplus) \
  2825. ^
  2826. ../../gcc-4.9.1/libcpp/init.c:63:3: warning: array subscript is of type 'char'
  2827. [-Wchar-subscripts]
  2828. s('=', '#') s(')', ']') s('!', '|')
  2829. ^ ~~~
  2830. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2831. #define s(p, v) x[p] = v;
  2832. ^~
  2833. ../../gcc-4.9.1/libcpp/init.c:63:15: warning: array subscript is of type 'char'
  2834. [-Wchar-subscripts]
  2835. s('=', '#') s(')', ']') s('!', '|')
  2836. ^ ~~~
  2837. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2838. #define s(p, v) x[p] = v;
  2839. ^~
  2840. ../../gcc-4.9.1/libcpp/init.c:63:27: warning: array subscript is of type 'char'
  2841. [-Wchar-subscripts]
  2842. s('=', '#') s(')', ']') s('!', '|')
  2843. ^ ~~~
  2844. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2845. #define s(p, v) x[p] = v;
  2846. ^~
  2847. ../../gcc-4.9.1/libcpp/init.c:64:3: warning: array subscript is of type 'char'
  2848. [-Wchar-subscripts]
  2849. s('(', '[') s('\'', '^') s('>', '}')
  2850. ^ ~~~
  2851. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2852. #define s(p, v) x[p] = v;
  2853. ^~
  2854. ../../gcc-4.9.1/libcpp/init.c:64:15: warning: array subscript is of type 'char'
  2855. [-Wchar-subscripts]
  2856. s('(', '[') s('\'', '^') s('>', '}')
  2857. ^ ~~~~
  2858. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2859. #define s(p, v) x[p] = v;
  2860. ^~
  2861. ../../gcc-4.9.1/libcpp/init.c:64:28: warning: array subscript is of type 'char'
  2862. [-Wchar-subscripts]
  2863. s('(', '[') s('\'', '^') s('>', '}')
  2864. ^ ~~~
  2865. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2866. #define s(p, v) x[p] = v;
  2867. ^~
  2868. ../../gcc-4.9.1/libcpp/init.c:65:3: warning: array subscript is of type 'char'
  2869. [-Wchar-subscripts]
  2870. s('/', '\\') s('<', '{') s('-', '~')
  2871. ^ ~~~
  2872. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2873. #define s(p, v) x[p] = v;
  2874. ^~
  2875. ../../gcc-4.9.1/libcpp/init.c:65:16: warning: array subscript is of type 'char'
  2876. [-Wchar-subscripts]
  2877. s('/', '\\') s('<', '{') s('-', '~')
  2878. ^ ~~~
  2879. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2880. #define s(p, v) x[p] = v;
  2881. ^~
  2882. ../../gcc-4.9.1/libcpp/init.c:65:28: warning: array subscript is of type 'char'
  2883. [-Wchar-subscripts]
  2884. s('/', '\\') s('<', '{') s('-', '~')
  2885. ^ ~~~
  2886. ../../gcc-4.9.1/libcpp/init.c:58:18: note: expanded from macro 's'
  2887. #define s(p, v) x[p] = v;
  2888. ^~
  2889. 13 warnings generated.
  2890. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Tpo ../../gcc-4.9.1/libcpp/lex.c
  2891. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2892. In file included from ../../gcc-4.9.1/libcpp/lex.c:23:
  2893. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2894. definition [-Wkeyword-macro]
  2895. #define true 1
  2896. ^
  2897. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2898. definition [-Wkeyword-macro]
  2899. #define false 0
  2900. ^
  2901. In file included from ../../gcc-4.9.1/libcpp/lex.c:25:
  2902. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2903. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2904. #if HAVE_DESIGNATED_INITIALIZERS
  2905. ^
  2906. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2907. 'HAVE_DESIGNATED_INITIALIZERS'
  2908. (!defined(__cplusplus) \
  2909. ^
  2910. 3 warnings generated.
  2911. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Tpo ../../gcc-4.9.1/libcpp/line-map.c
  2912. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2913. In file included from ../../gcc-4.9.1/libcpp/line-map.c:23:
  2914. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2915. definition [-Wkeyword-macro]
  2916. #define true 1
  2917. ^
  2918. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2919. definition [-Wkeyword-macro]
  2920. #define false 0
  2921. ^
  2922. In file included from ../../gcc-4.9.1/libcpp/line-map.c:26:
  2923. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2924. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2925. #if HAVE_DESIGNATED_INITIALIZERS
  2926. ^
  2927. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2928. 'HAVE_DESIGNATED_INITIALIZERS'
  2929. (!defined(__cplusplus) \
  2930. ^
  2931. 3 warnings generated.
  2932. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Tpo ../../gcc-4.9.1/libcpp/macro.c
  2933. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2934. In file included from ../../gcc-4.9.1/libcpp/macro.c:26:
  2935. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2936. definition [-Wkeyword-macro]
  2937. #define true 1
  2938. ^
  2939. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2940. definition [-Wkeyword-macro]
  2941. #define false 0
  2942. ^
  2943. In file included from ../../gcc-4.9.1/libcpp/macro.c:28:
  2944. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2945. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2946. #if HAVE_DESIGNATED_INITIALIZERS
  2947. ^
  2948. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  2949. 'HAVE_DESIGNATED_INITIALIZERS'
  2950. (!defined(__cplusplus) \
  2951. ^
  2952. ../../gcc-4.9.1/libcpp/macro.c:2969:40: warning: format string is not a string
  2953. literal (potentially insecure) [-Wformat-security]
  2954. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2955. ^~~~~~~~~~~~~~~~~~
  2956. ../../gcc-4.9.1/libcpp/macro.c:2969:40: note: treat the string as an argument to
  2957. avoid this
  2958. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2959. ^
  2960. "%s",
  2961. ../../gcc-4.9.1/libcpp/macro.c:2982:40: warning: format string is not a string
  2962. literal (potentially insecure) [-Wformat-security]
  2963. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2964. ^~~~~~~~~~~~~~~~~~
  2965. ../../gcc-4.9.1/libcpp/macro.c:2982:40: note: treat the string as an argument to
  2966. avoid this
  2967. cpp_error (pfile, CPP_DL_ERROR, paste_op_error_msg);
  2968. ^
  2969. "%s",
  2970. 5 warnings generated.
  2971. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Tpo ../../gcc-4.9.1/libcpp/mkdeps.c
  2972. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2973. In file included from ../../gcc-4.9.1/libcpp/mkdeps.c:24:
  2974. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2975. definition [-Wkeyword-macro]
  2976. #define true 1
  2977. ^
  2978. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2979. definition [-Wkeyword-macro]
  2980. #define false 0
  2981. ^
  2982. 2 warnings generated.
  2983. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Tpo ../../gcc-4.9.1/libcpp/pch.c
  2984. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  2985. In file included from ../../gcc-4.9.1/libcpp/pch.c:19:
  2986. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  2987. definition [-Wkeyword-macro]
  2988. #define true 1
  2989. ^
  2990. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  2991. definition [-Wkeyword-macro]
  2992. #define false 0
  2993. ^
  2994. In file included from ../../gcc-4.9.1/libcpp/pch.c:21:
  2995. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  2996. 'defined' has undefined behavior [-Wexpansion-to-defined]
  2997. #if HAVE_DESIGNATED_INITIALIZERS
  2998. ^
  2999. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  3000. 'HAVE_DESIGNATED_INITIALIZERS'
  3001. (!defined(__cplusplus) \
  3002. ^
  3003. 3 warnings generated.
  3004. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Tpo ../../gcc-4.9.1/libcpp/symtab.c
  3005. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3006. In file included from ../../gcc-4.9.1/libcpp/symtab.c:23:
  3007. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  3008. definition [-Wkeyword-macro]
  3009. #define true 1
  3010. ^
  3011. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  3012. definition [-Wkeyword-macro]
  3013. #define false 0
  3014. ^
  3015. 2 warnings generated.
  3016. g++ -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../gcc-4.9.1/libcpp -I. -I../../gcc-4.9.1/libcpp/../include -I../../gcc-4.9.1/libcpp/include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Tpo ../../gcc-4.9.1/libcpp/traditional.c
  3017. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3018. In file included from ../../gcc-4.9.1/libcpp/traditional.c:20:
  3019. ../../gcc-4.9.1/libcpp/system.h:408:9: warning: keyword is hidden by macro
  3020. definition [-Wkeyword-macro]
  3021. #define true 1
  3022. ^
  3023. ../../gcc-4.9.1/libcpp/system.h:409:9: warning: keyword is hidden by macro
  3024. definition [-Wkeyword-macro]
  3025. #define false 0
  3026. ^
  3027. In file included from ../../gcc-4.9.1/libcpp/traditional.c:22:
  3028. ../../gcc-4.9.1/libcpp/internal.h:584:5: warning: macro expansion producing
  3029. 'defined' has undefined behavior [-Wexpansion-to-defined]
  3030. #if HAVE_DESIGNATED_INITIALIZERS
  3031. ^
  3032. ../../gcc-4.9.1/libcpp/system.h:379:5: note: expanded from macro
  3033. 'HAVE_DESIGNATED_INITIALIZERS'
  3034. (!defined(__cplusplus) \
  3035. ^
  3036. 3 warnings generated.
  3037. rm -f libcpp.a
  3038. ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o
  3039. ranlib libcpp.a
  3040. Configuring in ./libdecnumber
  3041. configure: creating cache ./config.cache
  3042. checking whether make sets $(MAKE)... yes
  3043. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  3044. checking for C compiler default output file name... a.out
  3045. checking whether the C compiler works... yes
  3046. checking whether we are cross compiling... no
  3047. checking for suffix of executables...
  3048. checking for suffix of object files... o
  3049. checking whether we are using the GNU C compiler... yes
  3050. checking whether gcc accepts -g... yes
  3051. checking for gcc option to accept ISO C89... none needed
  3052. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  3053. checking for aclocal... no
  3054. checking for autoconf... no
  3055. checking for autoheader... no
  3056. checking whether gcc supports -W... yes
  3057. checking whether gcc supports -Wall... yes
  3058. checking whether gcc supports -Wwrite-strings... yes
  3059. checking whether gcc supports -Wstrict-prototypes... yes
  3060. checking whether gcc supports -Wmissing-prototypes... yes
  3061. checking whether gcc supports -Wold-style-definition... yes
  3062. checking whether gcc supports -Wmissing-format-attribute... yes
  3063. checking whether gcc supports -Wcast-qual... yes
  3064. checking whether gcc supports -pedantic -Wlong-long... yes
  3065. checking how to run the C preprocessor... gcc -E
  3066. checking for grep that handles long lines and -e... /usr/bin/grep
  3067. checking for egrep... /usr/bin/grep -E
  3068. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  3069. rm: conftest.dSYM: is a directory
  3070. yes
  3071. checking for sys/types.h... yes
  3072. checking for sys/stat.h... yes
  3073. checking for stdlib.h... yes
  3074. checking for string.h... yes
  3075. checking for memory.h... yes
  3076. checking for strings.h... yes
  3077. checking for inttypes.h... yes
  3078. checking for stdint.h... yes
  3079. checking for unistd.h... yes
  3080. checking ctype.h usability... yes
  3081. checking ctype.h presence... yes
  3082. checking for ctype.h... yes
  3083. checking stddef.h usability... yes
  3084. checking stddef.h presence... yes
  3085. checking for stddef.h... yes
  3086. checking for string.h... (cached) yes
  3087. checking stdio.h usability... yes
  3088. checking stdio.h presence... yes
  3089. checking for stdio.h... yes
  3090. looking for a compliant stdint.h in stdint.h, checking for uintmax_t... yes
  3091. checking for uintptr_t... yes
  3092. checking for int_least32_t... yes
  3093. checking for int_fast32_t... yes
  3094. checking for uint64_t... yes
  3095. checking what to include in gstdint.h... stdint.h (already complete)
  3096. checking for an ANSI C-conforming const... yes
  3097. checking for off_t... yes
  3098. checking size of int... 4
  3099. checking size of long... 8
  3100. checking for ANSI C header files... (cached) yes
  3101. checking build system type... x86_64-apple-darwin17.7.0
  3102. checking host system type... x86_64-apple-darwin17.7.0
  3103. checking target system type... x86_64-apple-darwin17.7.0
  3104. checking for decimal floating point... configure: WARNING: decimal float is not supported for this target, ignored
  3105. dpd
  3106. checking whether byte ordering is bigendian... no
  3107. configure: updating cache ./config.cache
  3108. configure: creating ./config.status
  3109. config.status: creating Makefile
  3110. config.status: creating config.h
  3111. config.status: executing gstdint.h commands
  3112. Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/usr/include/c++/4.2.1
  3113. source='../../gcc-4.9.1/libdecnumber/decNumber.c' object='decNumber.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/decNumber.c
  3114. source='../../gcc-4.9.1/libdecnumber/decContext.c' object='decContext.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/decContext.c
  3115. source='../../gcc-4.9.1/libdecnumber/dpd/decimal32.c' object='decimal32.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal32.c
  3116. source='../../gcc-4.9.1/libdecnumber/dpd/decimal64.c' object='decimal64.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal64.c
  3117. source='../../gcc-4.9.1/libdecnumber/dpd/decimal128.c' object='decimal128.o' libtool=no gcc -I../../gcc-4.9.1/libdecnumber -I. -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wcast-qual -pedantic -Wno-long-long -I../../gcc-4.9.1/libdecnumber -I. -c ../../gcc-4.9.1/libdecnumber/dpd/decimal128.c
  3118. rm -f libdecnumber.a
  3119. ar cru libdecnumber.a decNumber.o decContext.o decimal32.o decimal64.o decimal128.o
  3120. ranlib libdecnumber.a
  3121. Configuring in ./fixincludes
  3122. configure: creating cache ./config.cache
  3123. checking build system type... x86_64-apple-darwin17.7.0
  3124. checking host system type... x86_64-apple-darwin17.7.0
  3125. checking target system type... x86_64-apple-darwin17.7.0
  3126. checking for x86_64-apple-darwin17.7.0-gcc... gcc
  3127. checking for C compiler default output file name... a.out
  3128. checking whether the C compiler works... yes
  3129. checking whether we are cross compiling... no
  3130. checking for suffix of executables...
  3131. checking for suffix of object files... o
  3132. checking whether we are using the GNU C compiler... yes
  3133. checking whether gcc accepts -g... yes
  3134. checking for gcc option to accept ISO C89... none needed
  3135. checking how to run the C preprocessor... gcc -E
  3136. checking for grep that handles long lines and -e... /usr/bin/grep
  3137. checking for egrep... /usr/bin/grep -E
  3138. checking for ANSI C header files... rm: conftest.dSYM: is a directory
  3139. rm: conftest.dSYM: is a directory
  3140. yes
  3141. checking for sys/types.h... yes
  3142. checking for sys/stat.h... yes
  3143. checking for stdlib.h... yes
  3144. checking for string.h... yes
  3145. checking for memory.h... yes
  3146. checking for strings.h... yes
  3147. checking for inttypes.h... yes
  3148. checking for stdint.h... yes
  3149. checking for unistd.h... yes
  3150. checking minix/config.h usability... no
  3151. checking minix/config.h presence... no
  3152. checking for minix/config.h... no
  3153. checking whether it is safe to define __EXTENSIONS__... yes
  3154. checking for a sed that does not truncate output... /usr/bin/sed
  3155. checking whether gcc supports -W... yes
  3156. checking whether gcc supports -Wall... yes
  3157. checking whether gcc supports -Wwrite-strings... yes
  3158. checking whether gcc supports -Wstrict-prototypes... yes
  3159. checking whether gcc supports -Wmissing-prototypes... yes
  3160. checking whether gcc supports -Wold-style-definition... yes
  3161. checking whether gcc supports -Wmissing-format-attribute... yes
  3162. checking whether gcc supports -Woverlength-strings... yes
  3163. checking whether gcc supports -pedantic -Wlong-long... yes
  3164. checking for ANSI C header files... (cached) yes
  3165. checking stddef.h usability... yes
  3166. checking stddef.h presence... yes
  3167. checking for stddef.h... yes
  3168. checking for stdlib.h... (cached) yes
  3169. checking for strings.h... (cached) yes
  3170. checking for unistd.h... (cached) yes
  3171. checking fcntl.h usability... yes
  3172. checking fcntl.h presence... yes
  3173. checking for fcntl.h... yes
  3174. checking sys/file.h usability... yes
  3175. checking sys/file.h presence... yes
  3176. checking for sys/file.h... yes
  3177. checking for sys/stat.h... (cached) yes
  3178. checking for clearerr_unlocked... yes
  3179. checking for feof_unlocked... yes
  3180. checking for ferror_unlocked... yes
  3181. checking for fflush_unlocked... no
  3182. checking for fgetc_unlocked... no
  3183. checking for fgets_unlocked... no
  3184. checking for fileno_unlocked... yes
  3185. checking for fprintf_unlocked... no
  3186. checking for fputc_unlocked... no
  3187. checking for fputs_unlocked... no
  3188. checking for fread_unlocked... no
  3189. checking for fwrite_unlocked... no
  3190. checking for getchar_unlocked... yes
  3191. checking for getc_unlocked... yes
  3192. checking for putchar_unlocked... yes
  3193. checking for putc_unlocked... yes
  3194. checking whether abort is declared... yes
  3195. checking whether asprintf is declared... yes
  3196. checking whether basename is declared... no
  3197. checking whether errno is declared... no
  3198. checking whether vasprintf is declared... yes
  3199. checking whether clearerr_unlocked is declared... yes
  3200. checking whether feof_unlocked is declared... yes
  3201. checking whether ferror_unlocked is declared... yes
  3202. checking whether fflush_unlocked is declared... no
  3203. checking whether fgetc_unlocked is declared... no
  3204. checking whether fgets_unlocked is declared... no
  3205. checking whether fileno_unlocked is declared... yes
  3206. checking whether fprintf_unlocked is declared... no
  3207. checking whether fputc_unlocked is declared... no
  3208. checking whether fputs_unlocked is declared... no
  3209. checking whether fread_unlocked is declared... no
  3210. checking whether fwrite_unlocked is declared... no
  3211. checking whether getchar_unlocked is declared... yes
  3212. checking whether getc_unlocked is declared... yes
  3213. checking whether putchar_unlocked is declared... yes
  3214. checking whether putc_unlocked is declared... yes
  3215. checking for an ANSI C-conforming const... yes
  3216. checking sys/mman.h usability... yes
  3217. checking sys/mman.h presence... yes
  3218. checking for sys/mman.h... yes
  3219. checking for mmap... yes
  3220. checking whether read-only mmap of a plain file works... yes
  3221. checking whether mmap from /dev/zero works... no
  3222. checking for MAP_ANON(YMOUS)... yes
  3223. checking whether mmap with MAP_ANON(YMOUS) works... yes
  3224. checking whether to enable maintainer-specific portions of Makefiles... no
  3225. configure: updating cache ./config.cache
  3226. configure: creating ./config.status
  3227. config.status: creating Makefile
  3228. config.status: creating mkheaders.almost
  3229. config.status: creating config.h
  3230. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixincl.c
  3231. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixtests.c
  3232. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixfixes.c
  3233. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/server.c
  3234. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/procopen.c
  3235. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixlib.c
  3236. gcc -c -g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -Wno-overlength-strings -pedantic -Wno-long-long -DHAVE_CONFIG_H -I. -I../../gcc-4.9.1/fixincludes -I../include -I../../gcc-4.9.1/fixincludes/../include ../../gcc-4.9.1/fixincludes/fixopts.c
  3237. gcc -g -O2 -Wl,-no_pie -o fixincl fixincl.o fixtests.o fixfixes.o server.o procopen.o fixlib.o fixopts.o ../libiberty/libiberty.a
  3238. echo timestamp > full-stamp
  3239. srcdir="../../gcc-4.9.1/fixincludes" /bin/sh ../../gcc-4.9.1/fixincludes/mkfixinc.sh x86_64-apple-darwin17.7.0
  3240. sed -e 's/@gcc_version@/4.9.1/' < mkheaders.almost > mkheadersT
  3241. mv -f mkheadersT mkheaders
  3242. TARGET_CPU_DEFAULT="" \
  3243. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3244. /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh config.h
  3245. TARGET_CPU_DEFAULT="" \
  3246. HEADERS="options.h insn-constants.h config/vxworks-dummy.h config/i386/biarch64.h config/i386/i386.h config/darwin.h config/darwin9.h config/darwin10.h config/i386/darwin.h config/i386/darwin64.h config/initfini-array.h defaults.h" DEFINES="LIBC_GLIBC=1 LIBC_UCLIBC=2 LIBC_BIONIC=3" \
  3247. /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh tm.h
  3248. TARGET_CPU_DEFAULT="" \
  3249. HEADERS="config/i386/i386-protos.h config/darwin-protos.h tm-preds.h" DEFINES="" \
  3250. /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh tm_p.h
  3251. TARGET_CPU_DEFAULT="" \
  3252. HEADERS="auto-host.h ansidecl.h" DEFINES="" \
  3253. /bin/sh ../../gcc-4.9.1/gcc/mkconfig.sh bconfig.h
  3254. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3255. -o build/genmddeps.o ../../gcc-4.9.1/gcc/genmddeps.c
  3256. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3257. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3258. -o build/read-md.o ../../gcc-4.9.1/gcc/read-md.c
  3259. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3260. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3261. -o build/errors.o ../../gcc-4.9.1/gcc/errors.c
  3262. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3263. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genmddeps \
  3264. build/genmddeps.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3265. build/genmddeps ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-mddeps
  3266. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-mddeps mddeps.mk
  3267. echo timestamp > s-mddeps
  3268. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3269. -o build/genmodes.o ../../gcc-4.9.1/gcc/genmodes.c
  3270. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3271. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genmodes \
  3272. build/genmodes.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3273. build/genmodes -h > tmp-modes.h
  3274. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-modes.h insn-modes.h
  3275. echo timestamp > s-modes-h
  3276. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3277. -o build/gengtype.o ../../gcc-4.9.1/gcc/gengtype.c
  3278. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3279. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -Wno-error -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3280. -o build/gengtype-lex.o ../../gcc-4.9.1/gcc/gengtype-lex.c
  3281. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3282. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3283. -o build/gengtype-parse.o ../../gcc-4.9.1/gcc/gengtype-parse.c
  3284. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3285. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3286. -o build/gengtype-state.o ../../gcc-4.9.1/gcc/gengtype-state.c
  3287. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3288. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3289. -DBASEVER="\"4.9.1\"" -DDATESTAMP="\"\"" \
  3290. -DREVISION="\"\"" \
  3291. -DDEVPHASE="\"\"" -DPKGVERSION="\"(GCC) \"" \
  3292. -DBUGURL="\"<http://gcc.gnu.org/bugs.html>\"" -o build/version.o ../../gcc-4.9.1/gcc/version.c
  3293. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3294. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gengtype \
  3295. build/gengtype.o build/errors.o build/gengtype-lex.o build/gengtype-parse.o build/gengtype-state.o build/version.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3296. awk -f ../../gcc-4.9.1/gcc/opt-gather.awk ../../gcc-4.9.1/gcc/ada/gcc-interface/lang.opt ../../gcc-4.9.1/gcc/fortran/lang.opt ../../gcc-4.9.1/gcc/go/lang.opt ../../gcc-4.9.1/gcc/java/lang.opt ../../gcc-4.9.1/gcc/lto/lang.opt ../../gcc-4.9.1/gcc/c-family/c.opt ../../gcc-4.9.1/gcc/common.opt ../../gcc-4.9.1/gcc/config/fused-madd.opt ../../gcc-4.9.1/gcc/config/i386/i386.opt ../../gcc-4.9.1/gcc/config/darwin.opt > tmp-optionlist
  3297. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-optionlist optionlist
  3298. echo timestamp > s-options
  3299. awk -f ../../gcc-4.9.1/gcc/opt-functions.awk -f ../../gcc-4.9.1/gcc/opt-read.awk \
  3300. -f ../../gcc-4.9.1/gcc/opth-gen.awk \
  3301. < optionlist > tmp-options.h
  3302. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-options.h options.h
  3303. echo timestamp > s-options-h
  3304. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gi.list gtyp-input.list
  3305. echo timestamp > s-gtyp-input
  3306. build/gengtype \
  3307. -S ../../gcc-4.9.1/gcc -I gtyp-input.list -w tmp-gtype.state
  3308. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gtype.state gtype.state
  3309. build/gengtype \
  3310. -r gtype.state
  3311. echo timestamp > s-gtype
  3312. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3313. -o build/genconstants.o ../../gcc-4.9.1/gcc/genconstants.c
  3314. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3315. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genconstants \
  3316. build/genconstants.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3317. build/genconstants ../../gcc-4.9.1/gcc/config/i386/i386.md \
  3318. > tmp-constants.h
  3319. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-constants.h insn-constants.h
  3320. echo timestamp > s-constants
  3321. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3322. -o build/genpreds.o ../../gcc-4.9.1/gcc/genpreds.c
  3323. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3324. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3325. -o build/gengenrtl.o ../../gcc-4.9.1/gcc/gengenrtl.c
  3326. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3327. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gengenrtl \
  3328. build/gengenrtl.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3329. build/gengenrtl > tmp-genrtl.h
  3330. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-genrtl.h genrtl.h
  3331. echo timestamp > s-genrtl-h
  3332. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3333. -o build/rtl.o ../../gcc-4.9.1/gcc/rtl.c
  3334. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3335. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3336. -o build/read-rtl.o ../../gcc-4.9.1/gcc/read-rtl.c
  3337. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3338. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3339. -o build/ggc-none.o ../../gcc-4.9.1/gcc/ggc-none.c
  3340. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3341. echo "#define BUILDING_GCC_MAJOR `echo 4.9.1 | sed -e 's/^\([0-9]*\).*$/\1/'`" > bversion.h
  3342. echo "#define BUILDING_GCC_MINOR `echo 4.9.1 | sed -e 's/^[0-9]*\.\([0-9]*\).*$/\1/'`" >> bversion.h
  3343. echo "#define BUILDING_GCC_PATCHLEVEL `echo 4.9.1 | sed -e 's/^[0-9]*\.[0-9]*\.\([0-9]*\)$/\1/'`" >> bversion.h
  3344. echo "#define BUILDING_GCC_VERSION (BUILDING_GCC_MAJOR * 1000 + BUILDING_GCC_MINOR)" >> bversion.h
  3345. echo timestamp > s-bversion
  3346. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3347. -o build/vec.o ../../gcc-4.9.1/gcc/vec.c
  3348. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3349. build/genmodes -m > tmp-min-modes.c
  3350. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-min-modes.c min-insn-modes.c
  3351. echo timestamp > s-modes-m
  3352. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3353. -o build/min-insn-modes.o min-insn-modes.c
  3354. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3355. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3356. -o build/gensupport.o ../../gcc-4.9.1/gcc/gensupport.c
  3357. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3358. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3359. -o build/print-rtl.o ../../gcc-4.9.1/gcc/print-rtl.c
  3360. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3361. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genpreds \
  3362. build/genpreds.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3363. build/genpreds -h ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-preds.h
  3364. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-preds.h tm-preds.h
  3365. echo timestamp > s-preds-h
  3366. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3367. -o build/genflags.o ../../gcc-4.9.1/gcc/genflags.c
  3368. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3369. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genflags \
  3370. build/genflags.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3371. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3372. -o build/genconditions.o ../../gcc-4.9.1/gcc/genconditions.c
  3373. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3374. ../../gcc-4.9.1/gcc/genconditions.c:116:58: warning: cast from 'void **' to
  3375. 'const struct c_test **' must have all intermediate pointers const
  3376. qualified to be safe [-Wcast-qual]
  3377. const struct c_test *test = * (const struct c_test **) slot;
  3378. ^
  3379. 1 warning generated.
  3380. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genconditions \
  3381. build/genconditions.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  3382. build/genconditions ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-condmd.c
  3383. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-condmd.c build/gencondmd.c
  3384. echo timestamp > s-conditions
  3385. build/genpreds -c ../../gcc-4.9.1/gcc/config/i386/i386.md > tmp-constrs.h
  3386. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-constrs.h tm-constrs.h
  3387. echo timestamp > s-constrs-h
  3388. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  3389. -o build/gencondmd.o build/gencondmd.c
  3390. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  3391. In file included from build/gencondmd.c:33:
  3392. ../../gcc-4.9.1/gcc/recog.h:338:5: warning: macro expansion producing 'defined'
  3393. has undefined behavior [-Wexpansion-to-defined]
  3394. #if HAVE_DESIGNATED_UNION_INITIALIZERS
  3395. ^
  3396. ../../gcc-4.9.1/gcc/system.h:554:9: note: expanded from macro
  3397. 'HAVE_DESIGNATED_UNION_INITIALIZERS'
  3398. && (!defined(__cplusplus) || (GCC_VERSION >= 4007)))
  3399. ^
  3400. In file included from build/gencondmd.c:34:
  3401. ../../gcc-4.9.1/gcc/output.h:131:6: warning: '__format__' attribute argument not
  3402. supported: asm_fprintf [-Wignored-attributes]
  3403. ATTRIBUTE_ASM_FPRINTF(2, 3);
  3404. ^
  3405. ../../gcc-4.9.1/gcc/output.h:121:53: note: expanded from macro
  3406. 'ATTRIBUTE_ASM_FPRINTF'
  3407. #define ATTRIBUTE_ASM_FPRINTF(m, n) __attribute__ ((__format__ (__asm_fp...
  3408. ^
  3409. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:60: warning: self-comparison always
  3410. evaluates to true [-Wtautological-compare]
  3411. (TARGET_AVX512F && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  3412. ^
  3413. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:60: warning: self-comparison always
  3414. evaluates to true [-Wtautological-compare]
  3415. (TARGET_AVX512F && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  3416. ^
  3417. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:47: warning: self-comparison always
  3418. evaluates to true [-Wtautological-compare]
  3419. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3420. ^
  3421. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:47: warning: self-comparison always
  3422. evaluates to true [-Wtautological-compare]
  3423. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3424. ^
  3425. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:23: warning: self-comparison always
  3426. evaluates to true [-Wtautological-compare]
  3427. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3428. ^
  3429. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:23: warning: self-comparison always
  3430. evaluates to true [-Wtautological-compare]
  3431. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3432. ^
  3433. ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
  3434. evaluates to false [-Wtautological-compare]
  3435. && (TARGET_64BIT || DImode != DImode))
  3436. ^
  3437. ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
  3438. evaluates to false [-Wtautological-compare]
  3439. && (TARGET_64BIT || DImode != DImode))
  3440. ^
  3441. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:45: warning: self-comparison always
  3442. evaluates to true [-Wtautological-compare]
  3443. (TARGET_AVX512F && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode =...
  3444. ^
  3445. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:45: warning: self-comparison always
  3446. evaluates to true [-Wtautological-compare]
  3447. (TARGET_AVX512F && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode =...
  3448. ^
  3449. ../../gcc-4.9.1/gcc/config/i386/mmx.md:658:41: warning: self-comparison always
  3450. evaluates to true [-Wtautological-compare]
  3451. (TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  3452. ^
  3453. ../../gcc-4.9.1/gcc/config/i386/mmx.md:658:41: warning: self-comparison always
  3454. evaluates to true [-Wtautological-compare]
  3455. (TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  3456. ^
  3457. ../../gcc-4.9.1/gcc/config/i386/sse.md:3567:30: warning: self-comparison always
  3458. evaluates to true [-Wtautological-compare]
  3459. (TARGET_AVX512F && (V4SFmode == V4SFmode)))
  3460. ^
  3461. ../../gcc-4.9.1/gcc/config/i386/sse.md:3567:30: warning: self-comparison always
  3462. evaluates to true [-Wtautological-compare]
  3463. (TARGET_AVX512F && (V4SFmode == V4SFmode)))
  3464. ^
  3465. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:88: warning: self-comparison always
  3466. evaluates to true [-Wtautological-compare]
  3467. ...(MINUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3468. ^
  3469. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:88: warning: self-comparison always
  3470. evaluates to true [-Wtautological-compare]
  3471. ...(MINUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3472. ^
  3473. ../../gcc-4.9.1/gcc/config/i386/i386.md:16720:16: warning: self-comparison
  3474. always evaluates to true [-Wtautological-compare]
  3475. && ((HImode == HImode
  3476. ^
  3477. ../../gcc-4.9.1/gcc/config/i386/i386.md:16720:16: warning: self-comparison
  3478. always evaluates to true [-Wtautological-compare]
  3479. && ((HImode == HImode
  3480. ^
  3481. ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
  3482. evaluates to false [-Wtautological-compare]
  3483. && (TARGET_64BIT || DImode != DImode))
  3484. ^
  3485. ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
  3486. evaluates to false [-Wtautological-compare]
  3487. && (TARGET_64BIT || DImode != DImode))
  3488. ^
  3489. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
  3490. evaluates to true [-Wtautological-compare]
  3491. (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode))))
  3492. ^
  3493. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
  3494. evaluates to true [-Wtautological-compare]
  3495. (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode))))
  3496. ^
  3497. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:32: warning: self-comparison always
  3498. evaluates to true [-Wtautological-compare]
  3499. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3500. ^
  3501. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:32: warning: self-comparison always
  3502. evaluates to true [-Wtautological-compare]
  3503. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3504. ^
  3505. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: warning: use of logical '&&' with
  3506. constant operand [-Wconstant-logical-operand]
  3507. (1 && 1)
  3508. ^ ~
  3509. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: use '&' for a bitwise
  3510. operation
  3511. (1 && 1)
  3512. ^~
  3513. &
  3514. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: remove constant to silence
  3515. this warning
  3516. (1 && 1)
  3517. ~^~~~
  3518. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: warning: use of logical '&&' with
  3519. constant operand [-Wconstant-logical-operand]
  3520. (1 && 1)
  3521. ^ ~
  3522. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: use '&' for a bitwise
  3523. operation
  3524. (1 && 1)
  3525. ^~
  3526. &
  3527. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:4: note: remove constant to silence
  3528. this warning
  3529. (1 && 1)
  3530. ~^~~~
  3531. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
  3532. evaluates to true [-Wtautological-compare]
  3533. (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode))))
  3534. ^
  3535. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
  3536. evaluates to true [-Wtautological-compare]
  3537. (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode))))
  3538. ^
  3539. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
  3540. evaluates to true [-Wtautological-compare]
  3541. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3542. ^
  3543. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
  3544. evaluates to true [-Wtautological-compare]
  3545. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3546. ^
  3547. ../../gcc-4.9.1/gcc/config/i386/i386.md:17316:14: warning: self-comparison
  3548. always evaluates to true [-Wtautological-compare]
  3549. || SImode == SImode
  3550. ^
  3551. ../../gcc-4.9.1/gcc/config/i386/i386.md:17316:14: warning: self-comparison
  3552. always evaluates to true [-Wtautological-compare]
  3553. || SImode == SImode
  3554. ^
  3555. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:36: warning: self-comparison always
  3556. evaluates to true [-Wtautological-compare]
  3557. (TARGET_AVX512F && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  3558. ^
  3559. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:36: warning: self-comparison always
  3560. evaluates to true [-Wtautological-compare]
  3561. (TARGET_AVX512F && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  3562. ^
  3563. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
  3564. constant operand [-Wconstant-logical-operand]
  3565. (1 && 1) &&
  3566. ^ ~
  3567. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
  3568. operation
  3569. (1 && 1) &&
  3570. ^~
  3571. &
  3572. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
  3573. this warning
  3574. (1 && 1) &&
  3575. ~^~~~
  3576. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
  3577. constant operand [-Wconstant-logical-operand]
  3578. (1 && 1) &&
  3579. ^ ~
  3580. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
  3581. operation
  3582. (1 && 1) &&
  3583. ^~
  3584. &
  3585. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
  3586. this warning
  3587. (1 && 1) &&
  3588. ~^~~~
  3589. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:110: warning: self-comparison always
  3590. evaluates to true [-Wtautological-compare]
  3591. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3592. ^
  3593. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:110: warning: self-comparison always
  3594. evaluates to true [-Wtautological-compare]
  3595. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3596. ^
  3597. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
  3598. evaluates to true [-Wtautological-compare]
  3599. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3600. ^
  3601. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:32: warning: self-comparison always
  3602. evaluates to true [-Wtautological-compare]
  3603. && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3604. ^
  3605. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:56: warning: self-comparison always
  3606. evaluates to true [-Wtautological-compare]
  3607. (TARGET_SSE && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3608. ^
  3609. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:56: warning: self-comparison always
  3610. evaluates to true [-Wtautological-compare]
  3611. (TARGET_SSE && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3612. ^
  3613. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:87: warning: self-comparison always
  3614. evaluates to true [-Wtautological-compare]
  3615. ...(MULT, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3616. ^
  3617. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:87: warning: self-comparison always
  3618. evaluates to true [-Wtautological-compare]
  3619. ...(MULT, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3620. ^
  3621. ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:65: warning: self-comparison always
  3622. evaluates to true [-Wtautological-compare]
  3623. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3624. ^
  3625. ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:65: warning: self-comparison always
  3626. evaluates to true [-Wtautological-compare]
  3627. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3628. ^
  3629. ../../gcc-4.9.1/gcc/config/i386/i386.md:17015:15: warning: self-comparison
  3630. always evaluates to false [-Wtautological-compare]
  3631. && (QImode != QImode
  3632. ^
  3633. ../../gcc-4.9.1/gcc/config/i386/i386.md:17015:15: warning: self-comparison
  3634. always evaluates to false [-Wtautological-compare]
  3635. && (QImode != QImode
  3636. ^
  3637. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:119: warning: self-comparison always
  3638. evaluates to true [-Wtautological-compare]
  3639. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3640. ^
  3641. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:119: warning: self-comparison always
  3642. evaluates to true [-Wtautological-compare]
  3643. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3644. ^
  3645. ../../gcc-4.9.1/gcc/config/i386/i386.md:17330:44: warning: self-comparison
  3646. always evaluates to true [-Wtautological-compare]
  3647. && (!TARGET_PARTIAL_REG_STALL || SImode == SImode))
  3648. ^
  3649. ../../gcc-4.9.1/gcc/config/i386/i386.md:17330:44: warning: self-comparison
  3650. always evaluates to true [-Wtautological-compare]
  3651. && (!TARGET_PARTIAL_REG_STALL || SImode == SImode))
  3652. ^
  3653. ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
  3654. evaluates to false [-Wtautological-compare]
  3655. (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT)))
  3656. ^
  3657. ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
  3658. evaluates to false [-Wtautological-compare]
  3659. (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT)))
  3660. ^
  3661. ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:33: warning: self-comparison always
  3662. evaluates to true [-Wtautological-compare]
  3663. (TARGET_SSE2 && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3664. ^
  3665. ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:33: warning: self-comparison always
  3666. evaluates to true [-Wtautological-compare]
  3667. (TARGET_SSE2 && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3668. ^
  3669. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:97: warning: self-comparison always
  3670. evaluates to true [-Wtautological-compare]
  3671. ...(MINUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode |...
  3672. ^
  3673. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:97: warning: self-comparison always
  3674. evaluates to true [-Wtautological-compare]
  3675. ...(MINUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode |...
  3676. ^
  3677. ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:56: warning: self-comparison always
  3678. evaluates to true [-Wtautological-compare]
  3679. (TARGET_AVX && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3680. ^
  3681. ../../gcc-4.9.1/gcc/config/i386/sse.md:4319:56: warning: self-comparison always
  3682. evaluates to true [-Wtautological-compare]
  3683. (TARGET_AVX && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3684. ^
  3685. ../../gcc-4.9.1/gcc/config/i386/i386.md:4469:29: warning: self-comparison always
  3686. evaluates to false [-Wtautological-compare]
  3687. && (TARGET_64BIT || DImode != DImode))
  3688. ^
  3689. ../../gcc-4.9.1/gcc/config/i386/i386.md:4469:29: warning: self-comparison always
  3690. evaluates to false [-Wtautological-compare]
  3691. && (TARGET_64BIT || DImode != DImode))
  3692. ^
  3693. ../../gcc-4.9.1/gcc/config/i386/i386.md:16955:15: warning: self-comparison
  3694. always evaluates to false [-Wtautological-compare]
  3695. && (QImode != QImode
  3696. ^
  3697. ../../gcc-4.9.1/gcc/config/i386/i386.md:16955:15: warning: self-comparison
  3698. always evaluates to false [-Wtautological-compare]
  3699. && (QImode != QImode
  3700. ^
  3701. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:87: warning: self-comparison always
  3702. evaluates to true [-Wtautological-compare]
  3703. ...(PLUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3704. ^
  3705. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:87: warning: self-comparison always
  3706. evaluates to true [-Wtautological-compare]
  3707. ...(PLUS, V16SFmode, operands) && 1 && (V16SFmode == V16SFmode || V16SFmod...
  3708. ^
  3709. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  3710. always evaluates to false [-Wtautological-compare]
  3711. && ((DImode != DImode) || TARGET_64BIT)
  3712. ^
  3713. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  3714. always evaluates to false [-Wtautological-compare]
  3715. && ((DImode != DImode) || TARGET_64BIT)
  3716. ^
  3717. ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
  3718. evaluates to false [-Wtautological-compare]
  3719. && (TARGET_64BIT || DImode != DImode))
  3720. ^
  3721. ../../gcc-4.9.1/gcc/config/i386/i386.md:4506:30: warning: self-comparison always
  3722. evaluates to false [-Wtautological-compare]
  3723. && (TARGET_64BIT || DImode != DImode))
  3724. ^
  3725. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:65: warning: self-comparison always
  3726. evaluates to true [-Wtautological-compare]
  3727. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3728. ^
  3729. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:65: warning: self-comparison always
  3730. evaluates to true [-Wtautological-compare]
  3731. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3732. ^
  3733. ../../gcc-4.9.1/gcc/config/i386/i386.md:4455:30: warning: self-comparison always
  3734. evaluates to false [-Wtautological-compare]
  3735. && (TARGET_64BIT || DImode != DImode))
  3736. ^
  3737. ../../gcc-4.9.1/gcc/config/i386/i386.md:4455:30: warning: self-comparison always
  3738. evaluates to false [-Wtautological-compare]
  3739. && (TARGET_64BIT || DImode != DImode))
  3740. ^
  3741. ../../gcc-4.9.1/gcc/config/i386/sse.md:14272:33: warning: self-comparison always
  3742. evaluates to false [-Wtautological-compare]
  3743. ( reload_completed && (V4DFmode != V4DFmode || !TARGET_AVX2)))
  3744. ^
  3745. ../../gcc-4.9.1/gcc/config/i386/sse.md:14272:33: warning: self-comparison always
  3746. evaluates to false [-Wtautological-compare]
  3747. ( reload_completed && (V4DFmode != V4DFmode || !TARGET_AVX2)))
  3748. ^
  3749. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:18: warning: self-comparison always
  3750. evaluates to true [-Wtautological-compare]
  3751. (1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  3752. ^
  3753. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:18: warning: self-comparison always
  3754. evaluates to true [-Wtautological-compare]
  3755. (1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  3756. ^
  3757. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:56: warning: self-comparison always
  3758. evaluates to true [-Wtautological-compare]
  3759. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3760. ^
  3761. ../../gcc-4.9.1/gcc/config/i386/sse.md:1620:56: warning: self-comparison always
  3762. evaluates to true [-Wtautological-compare]
  3763. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3764. ^
  3765. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  3766. always evaluates to false [-Wtautological-compare]
  3767. && HImode != HImode
  3768. ^
  3769. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  3770. always evaluates to false [-Wtautological-compare]
  3771. && HImode != HImode
  3772. ^
  3773. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
  3774. evaluates to true [-Wtautological-compare]
  3775. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3776. ^
  3777. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
  3778. evaluates to true [-Wtautological-compare]
  3779. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3780. ^
  3781. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
  3782. evaluates to true [-Wtautological-compare]
  3783. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3784. ^
  3785. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:47: warning: self-comparison always
  3786. evaluates to true [-Wtautological-compare]
  3787. && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3788. ^
  3789. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
  3790. evaluates to true [-Wtautological-compare]
  3791. (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  3792. ^
  3793. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:55: warning: self-comparison always
  3794. evaluates to true [-Wtautological-compare]
  3795. (TARGET_AVX512F && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  3796. ^
  3797. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
  3798. evaluates to true [-Wtautological-compare]
  3799. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3800. ^
  3801. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
  3802. evaluates to true [-Wtautological-compare]
  3803. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3804. ^
  3805. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:41: warning: self-comparison always
  3806. evaluates to true [-Wtautological-compare]
  3807. (TARGET_SSE && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8D...
  3808. ^
  3809. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:41: warning: self-comparison always
  3810. evaluates to true [-Wtautological-compare]
  3811. (TARGET_SSE && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8D...
  3812. ^
  3813. ../../gcc-4.9.1/gcc/config/i386/i386.md:7375:19: warning: self-comparison always
  3814. evaluates to true [-Wtautological-compare]
  3815. || (DImode == DImode
  3816. ^
  3817. ../../gcc-4.9.1/gcc/config/i386/i386.md:7375:19: warning: self-comparison always
  3818. evaluates to true [-Wtautological-compare]
  3819. || (DImode == DImode
  3820. ^
  3821. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:111: warning: self-comparison always
  3822. evaluates to true [-Wtautological-compare]
  3823. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3824. ^
  3825. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:111: warning: self-comparison always
  3826. evaluates to true [-Wtautological-compare]
  3827. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3828. ^
  3829. ../../gcc-4.9.1/gcc/config/i386/i386.md:8768:30: warning: self-comparison always
  3830. evaluates to true [-Wtautological-compare]
  3831. || (TARGET_SSE && (TFmode == TFmode))) &&
  3832. ^
  3833. ../../gcc-4.9.1/gcc/config/i386/i386.md:8768:30: warning: self-comparison always
  3834. evaluates to true [-Wtautological-compare]
  3835. || (TARGET_SSE && (TFmode == TFmode))) &&
  3836. ^
  3837. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
  3838. evaluates to true [-Wtautological-compare]
  3839. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3840. ^
  3841. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:23: warning: self-comparison always
  3842. evaluates to true [-Wtautological-compare]
  3843. && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3844. ^
  3845. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:120: warning: self-comparison always
  3846. evaluates to true [-Wtautological-compare]
  3847. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3848. ^
  3849. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:120: warning: self-comparison always
  3850. evaluates to true [-Wtautological-compare]
  3851. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3852. ^
  3853. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  3854. always evaluates to false [-Wtautological-compare]
  3855. && HImode != HImode
  3856. ^
  3857. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  3858. always evaluates to false [-Wtautological-compare]
  3859. && HImode != HImode
  3860. ^
  3861. ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
  3862. evaluates to true [-Wtautological-compare]
  3863. ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  3864. ^
  3865. ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
  3866. evaluates to true [-Wtautological-compare]
  3867. ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  3868. ^
  3869. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
  3870. evaluates to true [-Wtautological-compare]
  3871. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3872. ^
  3873. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
  3874. evaluates to true [-Wtautological-compare]
  3875. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3876. ^
  3877. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:96: warning: self-comparison always
  3878. evaluates to true [-Wtautological-compare]
  3879. ...(PLUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
  3880. ^
  3881. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:96: warning: self-comparison always
  3882. evaluates to true [-Wtautological-compare]
  3883. ...(PLUS, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
  3884. ^
  3885. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:110: warning: self-comparison always
  3886. evaluates to true [-Wtautological-compare]
  3887. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3888. ^
  3889. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:110: warning: self-comparison always
  3890. evaluates to true [-Wtautological-compare]
  3891. ...operands) && 1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3892. ^
  3893. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:32: warning: self-comparison always
  3894. evaluates to true [-Wtautological-compare]
  3895. (TARGET_SSE && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3896. ^
  3897. ../../gcc-4.9.1/gcc/config/i386/sse.md:1590:32: warning: self-comparison always
  3898. evaluates to true [-Wtautological-compare]
  3899. (TARGET_SSE && 1 && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)) &&
  3900. ^
  3901. ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
  3902. evaluates to false [-Wtautological-compare]
  3903. (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT))
  3904. ^
  3905. ../../gcc-4.9.1/gcc/config/i386/sse.md:14156:30: warning: self-comparison always
  3906. evaluates to false [-Wtautological-compare]
  3907. (TARGET_AVX512F && (V8DImode != V8DImode || TARGET_64BIT))
  3908. ^
  3909. ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:42: warning: self-comparison always
  3910. evaluates to true [-Wtautological-compare]
  3911. (TARGET_SSE2 && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8...
  3912. ^
  3913. ../../gcc-4.9.1/gcc/config/i386/sse.md:3591:42: warning: self-comparison always
  3914. evaluates to true [-Wtautological-compare]
  3915. (TARGET_SSE2 && (64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8...
  3916. ^
  3917. ../../gcc-4.9.1/gcc/config/i386/i386.md:16246:10: warning: self-comparison
  3918. always evaluates to false [-Wtautological-compare]
  3919. ((DFmode != DFmode || TARGET_64BIT)
  3920. ^
  3921. ../../gcc-4.9.1/gcc/config/i386/i386.md:16246:10: warning: self-comparison
  3922. always evaluates to false [-Wtautological-compare]
  3923. ((DFmode != DFmode || TARGET_64BIT)
  3924. ^
  3925. ../../gcc-4.9.1/gcc/config/i386/sse.md:3610:27: warning: self-comparison always
  3926. evaluates to true [-Wtautological-compare]
  3927. (TARGET_SSE2 && (V4SFmode == V4SFmode || TARGET_AVX2))
  3928. ^
  3929. ../../gcc-4.9.1/gcc/config/i386/sse.md:3610:27: warning: self-comparison always
  3930. evaluates to true [-Wtautological-compare]
  3931. (TARGET_SSE2 && (V4SFmode == V4SFmode || TARGET_AVX2))
  3932. ^
  3933. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  3934. always evaluates to false [-Wtautological-compare]
  3935. && ((DImode != DImode) || TARGET_64BIT)
  3936. ^
  3937. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  3938. always evaluates to false [-Wtautological-compare]
  3939. && ((DImode != DImode) || TARGET_64BIT)
  3940. ^
  3941. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
  3942. constant operand [-Wconstant-logical-operand]
  3943. (1 && 1) &&
  3944. ^ ~
  3945. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
  3946. operation
  3947. (1 && 1) &&
  3948. ^~
  3949. &
  3950. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
  3951. this warning
  3952. (1 && 1) &&
  3953. ~^~~~
  3954. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: warning: use of logical '&&' with
  3955. constant operand [-Wconstant-logical-operand]
  3956. (1 && 1) &&
  3957. ^ ~
  3958. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: use '&' for a bitwise
  3959. operation
  3960. (1 && 1) &&
  3961. ^~
  3962. &
  3963. ../../gcc-4.9.1/gcc/config/i386/sse.md:2986:4: note: remove constant to silence
  3964. this warning
  3965. (1 && 1) &&
  3966. ~^~~~
  3967. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:119: warning: self-comparison always
  3968. evaluates to true [-Wtautological-compare]
  3969. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3970. ^
  3971. ../../gcc-4.9.1/gcc/config/i386/sse.md:1306:119: warning: self-comparison always
  3972. evaluates to true [-Wtautological-compare]
  3973. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3974. ^
  3975. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:96: warning: self-comparison always
  3976. evaluates to true [-Wtautological-compare]
  3977. ...(MULT, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
  3978. ^
  3979. ../../gcc-4.9.1/gcc/config/i386/sse.md:1345:96: warning: self-comparison always
  3980. evaluates to true [-Wtautological-compare]
  3981. ...(MULT, V16SFmode, operands) && (64 == 64) && (V16SFmode == V16SFmode || ...
  3982. ^
  3983. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
  3984. evaluates to true [-Wtautological-compare]
  3985. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3986. ^
  3987. ../../gcc-4.9.1/gcc/config/i386/sse.md:1604:56: warning: self-comparison always
  3988. evaluates to true [-Wtautological-compare]
  3989. && (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)) &&
  3990. ^
  3991. ../../gcc-4.9.1/gcc/config/i386/i386.md:8797:31: warning: self-comparison always
  3992. evaluates to true [-Wtautological-compare]
  3993. || (TARGET_SSE && (TFmode == TFmode)))
  3994. ^
  3995. ../../gcc-4.9.1/gcc/config/i386/i386.md:8797:31: warning: self-comparison always
  3996. evaluates to true [-Wtautological-compare]
  3997. || (TARGET_SSE && (TFmode == TFmode)))
  3998. ^
  3999. ../../gcc-4.9.1/gcc/config/i386/i386.md:8757:30: warning: self-comparison always
  4000. evaluates to true [-Wtautological-compare]
  4001. || (TARGET_SSE && (TFmode == TFmode)))
  4002. ^
  4003. ../../gcc-4.9.1/gcc/config/i386/i386.md:8757:30: warning: self-comparison always
  4004. evaluates to true [-Wtautological-compare]
  4005. || (TARGET_SSE && (TFmode == TFmode)))
  4006. ^
  4007. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:27: warning: self-comparison always
  4008. evaluates to true [-Wtautological-compare]
  4009. ((64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  4010. ^
  4011. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:27: warning: self-comparison always
  4012. evaluates to true [-Wtautological-compare]
  4013. ((64 == 64) && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  4014. ^
  4015. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  4016. always evaluates to false [-Wtautological-compare]
  4017. && HImode != HImode
  4018. ^
  4019. ../../gcc-4.9.1/gcc/config/i386/i386.md:14735:18: warning: self-comparison
  4020. always evaluates to false [-Wtautological-compare]
  4021. && HImode != HImode
  4022. ^
  4023. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:42: warning: self-comparison always
  4024. evaluates to true [-Wtautological-compare]
  4025. (1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4026. ^
  4027. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:42: warning: self-comparison always
  4028. evaluates to true [-Wtautological-compare]
  4029. (1 && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4030. ^
  4031. ../../gcc-4.9.1/gcc/config/i386/i386.md:16704:16: warning: self-comparison
  4032. always evaluates to true [-Wtautological-compare]
  4033. && ((HImode == HImode
  4034. ^
  4035. ../../gcc-4.9.1/gcc/config/i386/i386.md:16704:16: warning: self-comparison
  4036. always evaluates to true [-Wtautological-compare]
  4037. && ((HImode == HImode
  4038. ^
  4039. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  4040. always evaluates to false [-Wtautological-compare]
  4041. && ((DImode != DImode) || TARGET_64BIT)
  4042. ^
  4043. ../../gcc-4.9.1/gcc/config/i386/i386.md:14736:20: warning: self-comparison
  4044. always evaluates to false [-Wtautological-compare]
  4045. && ((DImode != DImode) || TARGET_64BIT)
  4046. ^
  4047. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:51: warning: self-comparison always
  4048. evaluates to true [-Wtautological-compare]
  4049. ((64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4050. ^
  4051. ../../gcc-4.9.1/gcc/config/i386/sse.md:3005:51: warning: self-comparison always
  4052. evaluates to true [-Wtautological-compare]
  4053. ((64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4054. ^
  4055. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
  4056. evaluates to true [-Wtautological-compare]
  4057. (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  4058. ^
  4059. ../../gcc-4.9.1/gcc/config/i386/sse.md:2168:31: warning: self-comparison always
  4060. evaluates to true [-Wtautological-compare]
  4061. (TARGET_AVX512F && (V16SFmode == V16SFmode || V16SFmode == V8DFmode)))
  4062. ^
  4063. ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
  4064. evaluates to true [-Wtautological-compare]
  4065. ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  4066. ^
  4067. ../../gcc-4.9.1/gcc/config/i386/mmx.md:666:42: warning: self-comparison always
  4068. evaluates to true [-Wtautological-compare]
  4069. ((TARGET_MMX || (TARGET_SSE2 && V1DImode == V1DImode))
  4070. ^
  4071. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:69: warning: self-comparison always
  4072. evaluates to true [-Wtautological-compare]
  4073. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4074. ^
  4075. ../../gcc-4.9.1/gcc/config/i386/sse.md:3179:69: warning: self-comparison always
  4076. evaluates to true [-Wtautological-compare]
  4077. ...&& (64 == 64) && (V8DFmode == V16SFmode || V8DFmode == V8DFmode)))
  4078. ^
  4079. ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
  4080. evaluates to false [-Wtautological-compare]
  4081. && (TARGET_64BIT || DImode != DImode))
  4082. ^
  4083. ../../gcc-4.9.1/gcc/config/i386/i386.md:4427:30: warning: self-comparison always
  4084. evaluates to false [-Wtautological-compare]
  4085. && (TARGET_64BIT || DImode != DImode))
  4086. ^
  4087. 158 warnings generated.
  4088. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gencondmd \
  4089. build/gencondmd.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4090. build/gencondmd > tmp-cond.md
  4091. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-cond.md insn-conditions.md
  4092. echo timestamp > s-condmd
  4093. build/genflags ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4094. insn-conditions.md > tmp-flags.h
  4095. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-flags.h insn-flags.h
  4096. echo timestamp > s-flags
  4097. if test yes = yes \
  4098. || test -n ""; then \
  4099. /bin/sh ../../gcc-4.9.1/gcc/genmultilib \
  4100. "m32" \
  4101. "i386" \
  4102. "" \
  4103. "" \
  4104. "" \
  4105. "" \
  4106. "" \
  4107. "" \
  4108. "" \
  4109. "" \
  4110. "yes" \
  4111. > tmp-mlib.h; \
  4112. else \
  4113. /bin/sh ../../gcc-4.9.1/gcc/genmultilib '' '' '' '' '' '' '' '' \
  4114. "" '' no \
  4115. > tmp-mlib.h; \
  4116. fi
  4117. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-mlib.h multilib.h
  4118. echo timestamp > s-mlib
  4119. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4120. -o build/genattr.o ../../gcc-4.9.1/gcc/genattr.c
  4121. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4122. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genattr \
  4123. build/genattr.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4124. build/genattr ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4125. insn-conditions.md > tmp-attr.h
  4126. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-attr.h insn-attr.h
  4127. echo timestamp > s-attr
  4128. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4129. -o build/genattr-common.o ../../gcc-4.9.1/gcc/genattr-common.c
  4130. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4131. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genattr-common \
  4132. build/genattr-common.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4133. build/genattr-common ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4134. insn-conditions.md > tmp-attr-common.h
  4135. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-attr-common.h insn-attr-common.h
  4136. echo timestamp > s-attr-common
  4137. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4138. -o build/gencodes.o ../../gcc-4.9.1/gcc/gencodes.c
  4139. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4140. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gencodes \
  4141. build/gencodes.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4142. build/gencodes ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4143. insn-conditions.md > tmp-codes.h
  4144. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-codes.h insn-codes.h
  4145. echo timestamp > s-codes
  4146. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4147. -o build/genconfig.o ../../gcc-4.9.1/gcc/genconfig.c
  4148. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4149. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genconfig \
  4150. build/genconfig.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4151. build/genconfig ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4152. insn-conditions.md > tmp-config.h
  4153. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-config.h insn-config.h
  4154. echo timestamp > s-config
  4155. lsf="../../gcc-4.9.1/gcc/cp/lang-specs.h"; for f in $lsf; do \
  4156. echo "#include \"$f\""; \
  4157. done | sed 's|../../gcc-4.9.1/gcc/||' > tmp-specs.h
  4158. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-specs.h specs.h
  4159. echo timestamp > s-specs
  4160. rm -f tmp-all-tree.def
  4161. echo '#include "tree.def"' > tmp-all-tree.def
  4162. echo 'END_OF_BASE_TREE_CODES' >> tmp-all-tree.def
  4163. echo '#include "c-family/c-common.def"' >> tmp-all-tree.def
  4164. ltf="../../gcc-4.9.1/gcc/ada/gcc-interface/ada-tree.def ../../gcc-4.9.1/gcc/cp/cp-tree.def ../../gcc-4.9.1/gcc/java/java-tree.def ../../gcc-4.9.1/gcc/objc/objc-tree.def"; for f in $ltf; do \
  4165. echo "#include \"$f\""; \
  4166. done | sed 's|../../gcc-4.9.1/gcc/||' >> tmp-all-tree.def
  4167. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-all-tree.def all-tree.def
  4168. echo timestamp > s-alltree
  4169. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4170. -o build/gencheck.o ../../gcc-4.9.1/gcc/gencheck.c
  4171. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4172. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/gencheck \
  4173. build/gencheck.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4174. build/gencheck > tmp-check.h
  4175. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-check.h tree-check.h
  4176. echo timestamp > s-check
  4177. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4178. -o build/gcov-iov.o ../../gcc-4.9.1/gcc/gcov-iov.c
  4179. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4180. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie \
  4181. build/gcov-iov.o -o build/gcov-iov
  4182. build/gcov-iov '4.9.1' '' \
  4183. > tmp-gcov-iov.h
  4184. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-gcov-iov.h gcov-iov.h
  4185. echo timestamp > s-iov
  4186. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4187. -o build/genhooks.o ../../gcc-4.9.1/gcc/genhooks.c
  4188. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4189. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4190. ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
  4191. feature [-Wc99-extensions]
  4192. HOOK_VECTOR_END (asm_out)
  4193. ^
  4194. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4195. 'HOOK_VECTOR_END'
  4196. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4197. ^
  4198. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4199. ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
  4200. feature [-Wc99-extensions]
  4201. HOOK_VECTOR_END (sched)
  4202. ^
  4203. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4204. 'HOOK_VECTOR_END'
  4205. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4206. ^
  4207. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4208. ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
  4209. feature [-Wc99-extensions]
  4210. HOOK_VECTOR_END (simd_clone)
  4211. ^
  4212. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4213. 'HOOK_VECTOR_END'
  4214. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4215. ^
  4216. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4217. ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
  4218. feature [-Wc99-extensions]
  4219. HOOK_VECTOR_END (vectorize)
  4220. ^
  4221. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4222. 'HOOK_VECTOR_END'
  4223. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4224. ^
  4225. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4226. ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
  4227. feature [-Wc99-extensions]
  4228. HOOK_VECTOR_END (addr_space)
  4229. ^
  4230. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4231. 'HOOK_VECTOR_END'
  4232. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4233. ^
  4234. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4235. ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
  4236. feature [-Wc99-extensions]
  4237. HOOK_VECTOR_END (calls)
  4238. ^
  4239. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4240. 'HOOK_VECTOR_END'
  4241. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4242. ^
  4243. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4244. ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
  4245. feature [-Wc99-extensions]
  4246. HOOK_VECTOR_END (c)
  4247. ^
  4248. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4249. 'HOOK_VECTOR_END'
  4250. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4251. ^
  4252. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4253. ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
  4254. feature [-Wc99-extensions]
  4255. HOOK_VECTOR_END (cxx)
  4256. ^
  4257. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4258. 'HOOK_VECTOR_END'
  4259. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4260. ^
  4261. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4262. ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
  4263. feature [-Wc99-extensions]
  4264. HOOK_VECTOR_END (emutls)
  4265. ^
  4266. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4267. 'HOOK_VECTOR_END'
  4268. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4269. ^
  4270. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4271. ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
  4272. feature [-Wc99-extensions]
  4273. HOOK_VECTOR_END (target_option)
  4274. ^
  4275. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4276. 'HOOK_VECTOR_END'
  4277. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4278. ^
  4279. In file included from ../../gcc-4.9.1/gcc/genhooks.c:35:
  4280. ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
  4281. feature [-Wc99-extensions]
  4282. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4283. ^
  4284. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4285. 'HOOK_VECTOR_END'
  4286. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4287. ^
  4288. In file included from ../../gcc-4.9.1/gcc/genhooks.c:36:
  4289. ../../gcc-4.9.1/gcc/c-family/c-target.def:116:1: warning: empty macro arguments
  4290. are a C99 feature [-Wc99-extensions]
  4291. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4292. ^
  4293. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4294. 'HOOK_VECTOR_END'
  4295. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4296. ^
  4297. In file included from ../../gcc-4.9.1/gcc/genhooks.c:37:
  4298. ../../gcc-4.9.1/gcc/common/common-target.def:105:1: warning: empty macro
  4299. arguments are a C99 feature [-Wc99-extensions]
  4300. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4301. ^
  4302. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4303. 'HOOK_VECTOR_END'
  4304. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4305. ^
  4306. 13 warnings generated.
  4307. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genhooks \
  4308. build/genhooks.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4309. build/genhooks "Target Hook" \
  4310. > tmp-target-hooks-def.h
  4311. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-target-hooks-def.h \
  4312. target-hooks-def.h
  4313. echo timestamp > s-target-hooks-def-h
  4314. g++ -c -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -I. -Ibuild -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/build -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include \
  4315. -o build/genopinit.o ../../gcc-4.9.1/gcc/genopinit.c
  4316. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4317. g++ -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -DGENERATOR_FILE -Wl,-no_pie -o build/genopinit \
  4318. build/genopinit.o build/rtl.o build/read-rtl.o build/ggc-none.o build/vec.o build/min-insn-modes.o build/gensupport.o build/print-rtl.o build/read-md.o build/errors.o ../build-x86_64-apple-darwin17.7.0/libiberty/libiberty.a
  4319. build/genopinit ../../gcc-4.9.1/gcc/config/i386/i386.md \
  4320. insn-conditions.md -htmp-opinit.h -ctmp-opinit.c
  4321. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-opinit.h insn-opinit.h
  4322. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-opinit.c insn-opinit.c
  4323. echo timestamp > s-opinit
  4324. build/genhooks "Common Target Hook" \
  4325. > tmp-common-target-hooks-def.h
  4326. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-common-target-hooks-def.h \
  4327. common/common-target-hooks-def.h
  4328. echo timestamp > s-common-target-hooks-def-h
  4329. awk -f ../../gcc-4.9.1/gcc/gen-pass-instances.awk \
  4330. ../../gcc-4.9.1/gcc/passes.def > pass-instances.def
  4331. build/genhooks "C Target Hook" \
  4332. > tmp-c-target-hooks-def.h
  4333. /bin/sh ../../gcc-4.9.1/gcc/../move-if-change tmp-c-target-hooks-def.h \
  4334. c-family/c-target-hooks-def.h
  4335. echo timestamp > s-c-target-hooks-def-h
  4336. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-lang.o -MT c/c-lang.o -MMD -MP -MF c/.deps/c-lang.TPo ../../gcc-4.9.1/gcc/c/c-lang.c
  4337. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4338. g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic-family -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c-family -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c-family/stub-objc.o -MT c-family/stub-objc.o -MMD -MP -MF c-family/.deps/stub-objc.TPo ../../gcc-4.9.1/gcc/c-family/stub-objc.c
  4339. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4340. g++ -c -DIN_GCC_FRONTEND -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -I. -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/. -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o attribs.o -MT attribs.o -MMD -MP -MF ./.deps/attribs.TPo ../../gcc-4.9.1/gcc/attribs.c
  4341. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4342. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4343. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4344. ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
  4345. feature [-Wc99-extensions]
  4346. HOOK_VECTOR_END (asm_out)
  4347. ^
  4348. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4349. 'HOOK_VECTOR_END'
  4350. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4351. ^
  4352. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4353. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4354. ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
  4355. feature [-Wc99-extensions]
  4356. HOOK_VECTOR_END (sched)
  4357. ^
  4358. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4359. 'HOOK_VECTOR_END'
  4360. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4361. ^
  4362. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4363. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4364. ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
  4365. feature [-Wc99-extensions]
  4366. HOOK_VECTOR_END (simd_clone)
  4367. ^
  4368. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4369. 'HOOK_VECTOR_END'
  4370. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4371. ^
  4372. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4373. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4374. ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
  4375. feature [-Wc99-extensions]
  4376. HOOK_VECTOR_END (vectorize)
  4377. ^
  4378. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4379. 'HOOK_VECTOR_END'
  4380. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4381. ^
  4382. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4383. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4384. ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
  4385. feature [-Wc99-extensions]
  4386. HOOK_VECTOR_END (addr_space)
  4387. ^
  4388. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4389. 'HOOK_VECTOR_END'
  4390. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4391. ^
  4392. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4393. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4394. ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
  4395. feature [-Wc99-extensions]
  4396. HOOK_VECTOR_END (calls)
  4397. ^
  4398. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4399. 'HOOK_VECTOR_END'
  4400. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4401. ^
  4402. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4403. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4404. ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
  4405. feature [-Wc99-extensions]
  4406. HOOK_VECTOR_END (c)
  4407. ^
  4408. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4409. 'HOOK_VECTOR_END'
  4410. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4411. ^
  4412. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4413. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4414. ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
  4415. feature [-Wc99-extensions]
  4416. HOOK_VECTOR_END (cxx)
  4417. ^
  4418. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4419. 'HOOK_VECTOR_END'
  4420. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4421. ^
  4422. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4423. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4424. ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
  4425. feature [-Wc99-extensions]
  4426. HOOK_VECTOR_END (emutls)
  4427. ^
  4428. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4429. 'HOOK_VECTOR_END'
  4430. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4431. ^
  4432. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4433. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4434. ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
  4435. feature [-Wc99-extensions]
  4436. HOOK_VECTOR_END (target_option)
  4437. ^
  4438. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4439. 'HOOK_VECTOR_END'
  4440. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4441. ^
  4442. In file included from ../../gcc-4.9.1/gcc/attribs.c:33:
  4443. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4444. ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
  4445. feature [-Wc99-extensions]
  4446. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4447. ^
  4448. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4449. 'HOOK_VECTOR_END'
  4450. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4451. ^
  4452. In file included from ../../gcc-4.9.1/gcc/attribs.c:24:
  4453. In file included from ../../gcc-4.9.1/gcc/tree.h:23:
  4454. In file included from ../../gcc-4.9.1/gcc/tree-core.h:27:
  4455. ../../gcc-4.9.1/gcc/vec.h:1047:10: warning: offset of on non-POD type
  4456. 'vec_embedded' (aka 'vec<scoped_attributes, va_heap, vl_embed>')
  4457. [-Winvalid-offsetof]
  4458. return offsetof (vec_embedded, m_vecdata) + alloc * sizeof (T);
  4459. ^ ~~~~~~~~~
  4460. /Library/Developer/CommandLineTools/usr/lib/clang/9.1.0/include/stddef.h:120:24: note:
  4461. expanded from macro 'offsetof'
  4462. #define offsetof(t, d) __builtin_offsetof(t, d)
  4463. ^ ~
  4464. ../../gcc-4.9.1/gcc/vec.h:307:44: note: in instantiation of member function
  4465. 'vec<scoped_attributes, va_heap, vl_embed>::embedded_size' requested here
  4466. size_t size = vec<T, va_heap, vl_embed>::embedded_size (alloc);
  4467. ^
  4468. ../../gcc-4.9.1/gcc/vec.h:1427:12: note: in instantiation of function template
  4469. specialization 'va_heap::reserve<scoped_attributes>' requested here
  4470. va_heap::reserve (m_vec, nelems, exact PASS_MEM_STAT);
  4471. ^
  4472. ../../gcc-4.9.1/gcc/vec.h:1447:10: note: in instantiation of member function
  4473. 'vec<scoped_attributes, va_heap, vl_ptr>::reserve' requested here
  4474. return reserve (nelems, true PASS_MEM_STAT);
  4475. ^
  4476. ../../gcc-4.9.1/gcc/vec.h:1462:5: note: in instantiation of member function
  4477. 'vec<scoped_attributes, va_heap, vl_ptr>::reserve_exact' requested here
  4478. reserve_exact (nelems PASS_MEM_STAT);
  4479. ^
  4480. ../../gcc-4.9.1/gcc/attribs.c:141:19: note: in instantiation of member function
  4481. 'vec<scoped_attributes, va_heap, vl_ptr>::create' requested here
  4482. attributes_table.create (64);
  4483. ^
  4484. 12 warnings generated.
  4485. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-errors.o -MT c/c-errors.o -MMD -MP -MF c/.deps/c-errors.TPo ../../gcc-4.9.1/gcc/c/c-errors.c
  4486. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4487. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-decl.o -MT c/c-decl.o -MMD -MP -MF c/.deps/c-decl.TPo ../../gcc-4.9.1/gcc/c/c-decl.c
  4488. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4489. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4490. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4491. ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
  4492. feature [-Wc99-extensions]
  4493. HOOK_VECTOR_END (asm_out)
  4494. ^
  4495. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4496. 'HOOK_VECTOR_END'
  4497. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4498. ^
  4499. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4500. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4501. ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
  4502. feature [-Wc99-extensions]
  4503. HOOK_VECTOR_END (sched)
  4504. ^
  4505. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4506. 'HOOK_VECTOR_END'
  4507. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4508. ^
  4509. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4510. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4511. ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
  4512. feature [-Wc99-extensions]
  4513. HOOK_VECTOR_END (simd_clone)
  4514. ^
  4515. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4516. 'HOOK_VECTOR_END'
  4517. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4518. ^
  4519. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4520. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4521. ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
  4522. feature [-Wc99-extensions]
  4523. HOOK_VECTOR_END (vectorize)
  4524. ^
  4525. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4526. 'HOOK_VECTOR_END'
  4527. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4528. ^
  4529. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4530. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4531. ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
  4532. feature [-Wc99-extensions]
  4533. HOOK_VECTOR_END (addr_space)
  4534. ^
  4535. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4536. 'HOOK_VECTOR_END'
  4537. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4538. ^
  4539. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4540. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4541. ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
  4542. feature [-Wc99-extensions]
  4543. HOOK_VECTOR_END (calls)
  4544. ^
  4545. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4546. 'HOOK_VECTOR_END'
  4547. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4548. ^
  4549. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4550. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4551. ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
  4552. feature [-Wc99-extensions]
  4553. HOOK_VECTOR_END (c)
  4554. ^
  4555. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4556. 'HOOK_VECTOR_END'
  4557. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4558. ^
  4559. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4560. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4561. ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
  4562. feature [-Wc99-extensions]
  4563. HOOK_VECTOR_END (cxx)
  4564. ^
  4565. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4566. 'HOOK_VECTOR_END'
  4567. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4568. ^
  4569. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4570. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4571. ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
  4572. feature [-Wc99-extensions]
  4573. HOOK_VECTOR_END (emutls)
  4574. ^
  4575. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4576. 'HOOK_VECTOR_END'
  4577. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4578. ^
  4579. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4580. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4581. ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
  4582. feature [-Wc99-extensions]
  4583. HOOK_VECTOR_END (target_option)
  4584. ^
  4585. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4586. 'HOOK_VECTOR_END'
  4587. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4588. ^
  4589. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:46:
  4590. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4591. ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
  4592. feature [-Wc99-extensions]
  4593. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4594. ^
  4595. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4596. 'HOOK_VECTOR_END'
  4597. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4598. ^
  4599. In file included from ../../gcc-4.9.1/gcc/c/c-decl.c:10542:
  4600. ./gt-c-c-decl.h:93:7: warning: switch condition has boolean value
  4601. [-Wswitch-bool]
  4602. switch (TREE_CODE ((*x).decl) == LABEL_DECL)
  4603. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4604. ./gt-c-c-decl.h:148:7: warning: switch condition has boolean value
  4605. [-Wswitch-bool]
  4606. switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
  4607. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4608. ./gt-c-c-decl.h:735:7: warning: switch condition has boolean value
  4609. [-Wswitch-bool]
  4610. switch (TREE_CODE ((*x).decl) == LABEL_DECL)
  4611. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4612. ./gt-c-c-decl.h:790:7: warning: switch condition has boolean value
  4613. [-Wswitch-bool]
  4614. switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
  4615. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4616. ./gt-c-c-decl.h:1372:3: warning: switch condition has boolean value
  4617. [-Wswitch-bool]
  4618. switch (TREE_CODE ((*x).decl) == LABEL_DECL)
  4619. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4620. ./gt-c-c-decl.h:1438:3: warning: switch condition has boolean value
  4621. [-Wswitch-bool]
  4622. switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE)
  4623. ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  4624. 17 warnings generated.
  4625. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-typeck.o -MT c/c-typeck.o -MMD -MP -MF c/.deps/c-typeck.TPo ../../gcc-4.9.1/gcc/c/c-typeck.c
  4626. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4627. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4628. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4629. ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
  4630. feature [-Wc99-extensions]
  4631. HOOK_VECTOR_END (asm_out)
  4632. ^
  4633. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4634. 'HOOK_VECTOR_END'
  4635. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4636. ^
  4637. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4638. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4639. ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
  4640. feature [-Wc99-extensions]
  4641. HOOK_VECTOR_END (sched)
  4642. ^
  4643. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4644. 'HOOK_VECTOR_END'
  4645. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4646. ^
  4647. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4648. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4649. ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
  4650. feature [-Wc99-extensions]
  4651. HOOK_VECTOR_END (simd_clone)
  4652. ^
  4653. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4654. 'HOOK_VECTOR_END'
  4655. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4656. ^
  4657. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4658. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4659. ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
  4660. feature [-Wc99-extensions]
  4661. HOOK_VECTOR_END (vectorize)
  4662. ^
  4663. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4664. 'HOOK_VECTOR_END'
  4665. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4666. ^
  4667. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4668. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4669. ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
  4670. feature [-Wc99-extensions]
  4671. HOOK_VECTOR_END (addr_space)
  4672. ^
  4673. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4674. 'HOOK_VECTOR_END'
  4675. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4676. ^
  4677. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4678. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4679. ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
  4680. feature [-Wc99-extensions]
  4681. HOOK_VECTOR_END (calls)
  4682. ^
  4683. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4684. 'HOOK_VECTOR_END'
  4685. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4686. ^
  4687. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4688. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4689. ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
  4690. feature [-Wc99-extensions]
  4691. HOOK_VECTOR_END (c)
  4692. ^
  4693. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4694. 'HOOK_VECTOR_END'
  4695. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4696. ^
  4697. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4698. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4699. ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
  4700. feature [-Wc99-extensions]
  4701. HOOK_VECTOR_END (cxx)
  4702. ^
  4703. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4704. 'HOOK_VECTOR_END'
  4705. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4706. ^
  4707. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4708. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4709. ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
  4710. feature [-Wc99-extensions]
  4711. HOOK_VECTOR_END (emutls)
  4712. ^
  4713. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4714. 'HOOK_VECTOR_END'
  4715. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4716. ^
  4717. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4718. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4719. ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
  4720. feature [-Wc99-extensions]
  4721. HOOK_VECTOR_END (target_option)
  4722. ^
  4723. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4724. 'HOOK_VECTOR_END'
  4725. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4726. ^
  4727. In file included from ../../gcc-4.9.1/gcc/c/c-typeck.c:40:
  4728. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4729. ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
  4730. feature [-Wc99-extensions]
  4731. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4732. ^
  4733. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4734. 'HOOK_VECTOR_END'
  4735. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4736. ^
  4737. 11 warnings generated.
  4738. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-convert.o -MT c/c-convert.o -MMD -MP -MF c/.deps/c-convert.TPo ../../gcc-4.9.1/gcc/c/c-convert.c
  4739. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4740. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4741. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4742. ../../gcc-4.9.1/gcc/target.def:902:1: warning: empty macro arguments are a C99
  4743. feature [-Wc99-extensions]
  4744. HOOK_VECTOR_END (asm_out)
  4745. ^
  4746. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4747. 'HOOK_VECTOR_END'
  4748. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4749. ^
  4750. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4751. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4752. ../../gcc-4.9.1/gcc/target.def:1522:1: warning: empty macro arguments are a C99
  4753. feature [-Wc99-extensions]
  4754. HOOK_VECTOR_END (sched)
  4755. ^
  4756. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4757. 'HOOK_VECTOR_END'
  4758. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4759. ^
  4760. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4761. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4762. ../../gcc-4.9.1/gcc/target.def:1552:1: warning: empty macro arguments are a C99
  4763. feature [-Wc99-extensions]
  4764. HOOK_VECTOR_END (simd_clone)
  4765. ^
  4766. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4767. 'HOOK_VECTOR_END'
  4768. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4769. ^
  4770. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4771. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4772. ../../gcc-4.9.1/gcc/target.def:1770:1: warning: empty macro arguments are a C99
  4773. feature [-Wc99-extensions]
  4774. HOOK_VECTOR_END (vectorize)
  4775. ^
  4776. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4777. 'HOOK_VECTOR_END'
  4778. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4779. ^
  4780. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4781. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4782. ../../gcc-4.9.1/gcc/target.def:2913:1: warning: empty macro arguments are a C99
  4783. feature [-Wc99-extensions]
  4784. HOOK_VECTOR_END (addr_space)
  4785. ^
  4786. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4787. 'HOOK_VECTOR_END'
  4788. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4789. ^
  4790. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4791. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4792. ../../gcc-4.9.1/gcc/target.def:4254:1: warning: empty macro arguments are a C99
  4793. feature [-Wc99-extensions]
  4794. HOOK_VECTOR_END (calls)
  4795. ^
  4796. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4797. 'HOOK_VECTOR_END'
  4798. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4799. ^
  4800. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4801. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4802. ../../gcc-4.9.1/gcc/target.def:4769:1: warning: empty macro arguments are a C99
  4803. feature [-Wc99-extensions]
  4804. HOOK_VECTOR_END (c)
  4805. ^
  4806. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4807. 'HOOK_VECTOR_END'
  4808. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4809. ^
  4810. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4811. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4812. ../../gcc-4.9.1/gcc/target.def:4922:1: warning: empty macro arguments are a C99
  4813. feature [-Wc99-extensions]
  4814. HOOK_VECTOR_END (cxx)
  4815. ^
  4816. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4817. 'HOOK_VECTOR_END'
  4818. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4819. ^
  4820. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4821. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4822. ../../gcc-4.9.1/gcc/target.def:5011:1: warning: empty macro arguments are a C99
  4823. feature [-Wc99-extensions]
  4824. HOOK_VECTOR_END (emutls)
  4825. ^
  4826. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4827. 'HOOK_VECTOR_END'
  4828. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4829. ^
  4830. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4831. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4832. ../../gcc-4.9.1/gcc/target.def:5117:1: warning: empty macro arguments are a C99
  4833. feature [-Wc99-extensions]
  4834. HOOK_VECTOR_END (target_option)
  4835. ^
  4836. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4837. 'HOOK_VECTOR_END'
  4838. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4839. ^
  4840. In file included from ../../gcc-4.9.1/gcc/c/c-convert.c:36:
  4841. In file included from ../../gcc-4.9.1/gcc/target.h:175:
  4842. ../../gcc-4.9.1/gcc/target.def:5349:1: warning: empty macro arguments are a C99
  4843. feature [-Wc99-extensions]
  4844. HOOK_VECTOR_END (C90_EMPTY_HACK)
  4845. ^
  4846. ../../gcc-4.9.1/gcc/target-hooks-macros.h:43:50: note: expanded from macro
  4847. 'HOOK_VECTOR_END'
  4848. #define HOOK_VECTOR_END(DECL_NAME) HOOK_VECTOR_1(,} DECL_NAME ;)
  4849. ^
  4850. 11 warnings generated.
  4851. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-aux-info.o -MT c/c-aux-info.o -MMD -MP -MF c/.deps/c-aux-info.TPo ../../gcc-4.9.1/gcc/c/c-aux-info.c
  4852. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4853. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc-4.9.1/gcc/c/c-objc-common.c
  4854. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4855. In file included from ../../gcc-4.9.1/gcc/c/c-objc-common.c:33:
  4856. In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/new:89:
  4857. /Library/Developer/CommandLineTools/usr/include/c++/v1/exception:180:5: error:
  4858. no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply
  4859. 'fancy_abort'?
  4860. _VSTD::abort();
  4861. ^~~~~~~
  4862. /Library/Developer/CommandLineTools/usr/include/c++/v1/__config:441:15: note:
  4863. expanded from macro '_VSTD'
  4864. #define _VSTD std::_LIBCPP_NAMESPACE
  4865. ^
  4866. ../../gcc-4.9.1/gcc/system.h:685:13: note: 'fancy_abort' declared here
  4867. extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
  4868. ^
  4869. 1 error generated.
  4870. make[1]: *** [c/c-objc-common.o] Error 1
  4871. make: *** [all-gcc] Error 2
  4872. Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make all-target-libgcc
  4873. Checking multilib configuration for libgcc...
  4874. mkdir x86_64-apple-darwin17.7.0/libgcc
  4875. Configuring in x86_64-apple-darwin17.7.0/libgcc
  4876. configure: creating cache ./config.cache
  4877. checking build system type... x86_64-apple-darwin17.7.0
  4878. checking host system type... x86_64-apple-darwin17.7.0
  4879. checking for --enable-version-specific-runtime-libs... no
  4880. checking for a BSD-compatible install... /usr/bin/install -c
  4881. checking for gawk... awk
  4882. /private/tmp/src/gcc-4.9.1/libgcc/configure: line 2566: /private/tmp/src/gcc-build/./gcc/xgcc: No such file or directory
  4883. checking for x86_64-apple-darwin17.7.0-ar... ar
  4884. checking for x86_64-apple-darwin17.7.0-lipo... lipo
  4885. checking for x86_64-apple-darwin17.7.0-nm... /private/tmp/src/gcc-build/./gcc/nm
  4886. checking for x86_64-apple-darwin17.7.0-ranlib... ranlib
  4887. checking for x86_64-apple-darwin17.7.0-strip... strip
  4888. checking whether ln -s works... yes
  4889. checking for x86_64-apple-darwin17.7.0-gcc... /private/tmp/src/gcc-build/./gcc/xgcc -B/private/tmp/src/gcc-build/./gcc/ -B/x86_64-apple-darwin17.7.0/bin/ -B/x86_64-apple-darwin17.7.0/lib/ -isystem /x86_64-apple-darwin17.7.0/include -isystem /x86_64-apple-darwin17.7.0/sys-include
  4890. checking for suffix of object files... configure: error: in `/private/tmp/src/gcc-build/x86_64-apple-darwin17.7.0/libgcc':
  4891. configure: error: cannot compute suffix of object files: cannot compile
  4892. See `config.log' for more details.
  4893. make: *** [configure-target-libgcc] Error 1
  4894. Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make install-gcc
  4895. /bin/sh ../gcc-4.9.1/mkinstalldirs
  4896. rm -rf /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
  4897. /bin/sh ../../gcc-4.9.1/fixincludes/../mkinstalldirs /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
  4898. mkdir /libexec
  4899. mkdir /libexec/gcc
  4900. mkdir /libexec/gcc/x86_64-apple-darwin17.7.0
  4901. mkdir /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1
  4902. mkdir /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
  4903. /bin/sh ../../gcc-4.9.1/fixincludes/../mkinstalldirs /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include
  4904. mkdir /lib
  4905. mkdir /lib/gcc
  4906. mkdir /lib/gcc/x86_64-apple-darwin17.7.0
  4907. mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1
  4908. mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools
  4909. mkdir /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include
  4910. /usr/bin/install -c -m 644 ../../gcc-4.9.1/fixincludes/README-fixinc \
  4911. /lib/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/include/README
  4912. /usr/bin/install -c fixinc.sh /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/fixinc.sh
  4913. /usr/bin/install -c fixincl /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/fixincl
  4914. /usr/bin/install -c mkheaders /libexec/gcc/x86_64-apple-darwin17.7.0/4.9.1/install-tools/mkheaders
  4915. g++ -c -DIN_GCC_FRONTEND -g -O2 -DIN_GCC -fno-exceptions -fno-rtti -fasynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-attribute -pedantic -Wno-long-long -Wno-variadic-macros -Wno-overlength-strings -DHAVE_CONFIG_H -I. -Ic -I../../gcc-4.9.1/gcc -I../../gcc-4.9.1/gcc/c -I../../gcc-4.9.1/gcc/../include -I../../gcc-4.9.1/gcc/../libcpp/include -I../../gcc-4.9.1/gcc/../libdecnumber -I../../gcc-4.9.1/gcc/../libdecnumber/dpd -I../libdecnumber -I../../gcc-4.9.1/gcc/../libbacktrace -o c/c-objc-common.o -MT c/c-objc-common.o -MMD -MP -MF c/.deps/c-objc-common.TPo ../../gcc-4.9.1/gcc/c/c-objc-common.c
  4916. clang: warning: treating 'c' input as 'c++' when in C++ mode, this behavior is deprecated [-Wdeprecated]
  4917. In file included from ../../gcc-4.9.1/gcc/c/c-objc-common.c:33:
  4918. In file included from /Library/Developer/CommandLineTools/usr/include/c++/v1/new:89:
  4919. /Library/Developer/CommandLineTools/usr/include/c++/v1/exception:180:5: error:
  4920. no member named 'fancy_abort' in namespace 'std::__1'; did you mean simply
  4921. 'fancy_abort'?
  4922. _VSTD::abort();
  4923. ^~~~~~~
  4924. /Library/Developer/CommandLineTools/usr/include/c++/v1/__config:441:15: note:
  4925. expanded from macro '_VSTD'
  4926. #define _VSTD std::_LIBCPP_NAMESPACE
  4927. ^
  4928. ../../gcc-4.9.1/gcc/system.h:685:13: note: 'fancy_abort' declared here
  4929. extern void fancy_abort (const char *, int, const char *) ATTRIBUTE_NORETURN;
  4930. ^
  4931. 1 error generated.
  4932. make[1]: *** [c/c-objc-common.o] Error 1
  4933. make: *** [install-gcc] Error 2
  4934. Ethans-MacBook-Pro:gcc-build coderboy14$ sudo make install-target-libgcc
  4935. /bin/sh ../gcc-4.9.1/mkinstalldirs
  4936. make[1]: *** No rule to make target `install'. Stop.
  4937. make: *** [install-target-libgcc] Error 2
  4938. Ethans-MacBook-Pro:gcc-build coderboy14$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement