Advertisement
Guest User

Untitled

a guest
Sep 24th, 2018
253
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.64 KB | None | 0 0
  1. Luigi-BSD$ gmake
  2. gmake[1]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build'
  3. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/libiberty'
  4. gmake[3]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/libiberty/testsuite'
  5. gmake[3]: Nothing to be done for 'all'.
  6. gmake[3]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/libiberty/testsuite'
  7. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/libiberty'
  8. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/fixincludes'
  9. gmake[2]: Nothing to be done for 'all'.
  10. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/fixincludes'
  11. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/lto-plugin'
  12. gmake all-am
  13. gmake[3]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/lto-plugin'
  14. gmake[3]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/lto-plugin'
  15. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/lto-plugin'
  16. Configuring in ./gcc
  17. configure: creating cache ./config.cache
  18. checking build system type... x86_64-unknown-openbsd6.3
  19. checking host system type... x86_64-unknown-openbsd6.3
  20. checking target system type... i386-pc-elf
  21. checking LIBRARY_PATH variable... ok
  22. checking GCC_EXEC_PREFIX variable... ok
  23. checking whether to place generated files in the source directory... no
  24. checking whether a default linker was specified... no
  25. checking whether a default assembler was specified... no
  26. checking for x86_64-unknown-openbsd6.3-gcc... clang
  27. checking for C compiler default output file name... a.out
  28. checking whether the C compiler works... yes
  29. checking whether we are cross compiling... no
  30. checking for suffix of executables...
  31. checking for suffix of object files... o
  32. checking whether we are using the GNU C compiler... yes
  33. checking whether clang accepts -g... yes
  34. checking for clang option to accept ISO C89... none needed
  35. checking whether we are using the GNU C++ compiler... yes
  36. checking whether clang accepts -g... yes
  37. checking for x86_64-unknown-openbsd6.3-gnatbind... no
  38. checking for x86_64-unknown-openbsd6.3-gnatmake... no
  39. checking whether compiler driver understands Ada... no
  40. checking how to run the C++ preprocessor... clang -E
  41. checking for grep that handles long lines and -e... /usr/bin/grep
  42. checking for egrep... /usr/bin/grep -E
  43. checking for ANSI C header files... yes
  44. checking for sys/types.h... yes
  45. checking for sys/stat.h... yes
  46. checking for stdlib.h... yes
  47. checking for string.h... yes
  48. checking for memory.h... yes
  49. checking for strings.h... yes
  50. checking for inttypes.h... yes
  51. checking for stdint.h... yes
  52. checking for unistd.h... yes
  53. checking minix/config.h usability... no
  54. checking minix/config.h presence... no
  55. checking for minix/config.h... no
  56. checking whether it is safe to define __EXTENSIONS__... yes
  57. checking how to run the C preprocessor... clang -E
  58. checking for inline... inline
  59. checking for special C compiler options needed for large files... no
  60. checking for _FILE_OFFSET_BITS value needed for large files... no
  61. checking size of void *... 8
  62. checking size of short... 2
  63. checking size of int... 4
  64. checking size of long... 8
  65. checking for long long... yes
  66. checking size of long long... 8
  67. checking for int8_t... yes
  68. checking for int16_t... yes
  69. checking for int32_t... yes
  70. checking for int64_t... yes
  71. checking for long long int... yes
  72. checking for intmax_t... yes
  73. checking for intptr_t... yes
  74. checking for uint8_t... yes
  75. checking for uint16_t... yes
  76. checking for uint32_t... yes
  77. checking for uint64_t... yes
  78. checking for unsigned long long int... yes
  79. checking for uintmax_t... yes
  80. checking for uintptr_t... yes
  81. checking for int64_t underlying type... long long
  82. checking for std::swap in <utility>... yes
  83. checking whether clang is affected by placement new aliasing bug... yes
  84. checking whether clang supports -W... yes
  85. checking whether clang supports -Wall... yes
  86. checking whether clang supports -Wnarrowing... yes
  87. checking whether clang supports -Wwrite-strings... yes
  88. checking whether clang supports -Wcast-qual... yes
  89. checking whether clang supports -Wstrict-prototypes... yes
  90. checking whether clang supports -Wmissing-prototypes... yes
  91. checking whether clang supports -Wmissing-format-attribute... yes
  92. checking whether clang supports -Woverloaded-virtual... yes
  93. checking whether clang supports -Wold-style-definition... yes
  94. checking whether clang supports -Wc++-compat... yes
  95. checking whether clang supports -pedantic -Wlong-long -Wvariadic-macros -Woverlength-strings... yes
  96. checking whether clang supports -fno-exceptions... yes
  97. checking whether clang supports -fno-rtti... yes
  98. checking whether clang supports -fasynchronous-unwind-tables... yes
  99. checking valgrind.h usability... no
  100. checking valgrind.h presence... no
  101. checking for valgrind.h... no
  102. checking for VALGRIND_DISCARD in <valgrind/memcheck.h>... no
  103. checking for VALGRIND_DISCARD in <memcheck.h>... no
  104. checking for multiarch configuration... no, disabled auto check (cross build configured without --with-sysroot)
  105. configure: WARNING: decimal float is not supported for this target, ignored
  106. configure: WARNING: fixed-point is not supported for this target, ignored
  107. checking whether gmake sets $(MAKE)... yes
  108. checking for gawk... awk
  109. checking whether ln -s works... yes
  110. checking whether ln works... yes
  111. checking for x86_64-unknown-openbsd6.3-ranlib... ranlib
  112. checking for a BSD compatible install... /usr/bin/install -c
  113. checking for cmp's capabilities... fastcompare
  114. checking for mktemp... yes
  115. checking for makeinfo... makeinfo --split-size=5000000
  116. checking for modern makeinfo... yes
  117. checking for recent Pod::Man... yes
  118. checking for flex... flex
  119. checking for bison... bison
  120. checking for nm... nm
  121. checking for ar... ar
  122. checking for sphinx-build... texinfo
  123. checking for ANSI C header files... (cached) yes
  124. checking whether time.h and sys/time.h may both be included... yes
  125. checking whether string.h and strings.h may both be included... yes
  126. checking for sys/wait.h that is POSIX.1 compatible... yes
  127. checking whether termios.h defines TIOCGWINSZ... yes
  128. checking for limits.h... yes
  129. checking for stddef.h... yes
  130. checking for string.h... (cached) yes
  131. checking for strings.h... (cached) yes
  132. checking for stdlib.h... (cached) yes
  133. checking for time.h... yes
  134. checking for iconv.h... no
  135. checking for fcntl.h... yes
  136. checking for ftw.h... yes
  137. checking for unistd.h... (cached) yes
  138. checking for sys/file.h... yes
  139. checking for sys/time.h... yes
  140. checking for sys/mman.h... yes
  141. checking for sys/resource.h... yes
  142. checking for sys/param.h... yes
  143. checking for sys/times.h... yes
  144. checking for sys/stat.h... (cached) yes
  145. checking for direct.h... no
  146. checking for malloc.h... no
  147. checking for langinfo.h... yes
  148. checking for ldfcn.h... no
  149. checking for locale.h... yes
  150. checking for wchar.h... yes
  151. checking for thread.h... no
  152. checking for pthread.h... yes
  153. checking for CHAR_BIT... yes
  154. checking whether byte ordering is bigendian... no
  155. checking how to run the C++ preprocessor... clang -E
  156. checking for unordered_map... yes
  157. checking for tr1/unordered_map... no
  158. checking for ext/hash_map... yes
  159. checking dependency style of clang... gcc3
  160. checking for collect2 libraries... none required
  161. checking for library containing exc_resume... no
  162. checking for library containing kstat_open... no
  163. checking for library containing ldexp... none required
  164. checking for inttypes.h... yes
  165. checking for times... yes
  166. checking for clock... yes
  167. checking for kill... yes
  168. checking for getrlimit... yes
  169. checking for setrlimit... yes
  170. checking for atoq... no
  171. checking for popen... yes
  172. checking for sysconf... yes
  173. checking for strsignal... yes
  174. checking for getrusage... yes
  175. checking for nl_langinfo... yes
  176. checking for gettimeofday... yes
  177. checking for mbstowcs... yes
  178. checking for wcswidth... yes
  179. checking for mmap... yes
  180. checking for setlocale... yes
  181. checking for clearerr_unlocked... no
  182. checking for feof_unlocked... no
  183. checking for ferror_unlocked... no
  184. checking for fflush_unlocked... no
  185. checking for fgetc_unlocked... no
  186. checking for fgets_unlocked... no
  187. checking for fileno_unlocked... no
  188. checking for fprintf_unlocked... no
  189. checking for fputc_unlocked... no
  190. checking for fputs_unlocked... no
  191. checking for fread_unlocked... no
  192. checking for fwrite_unlocked... no
  193. checking for getchar_unlocked... yes
  194. checking for getc_unlocked... yes
  195. checking for putchar_unlocked... yes
  196. checking for putc_unlocked... yes
  197. checking for madvise... yes
  198. checking whether mbstowcs works... yes
  199. checking for ssize_t... yes
  200. checking for caddr_t... yes
  201. checking for sys/mman.h... (cached) yes
  202. checking for mmap... (cached) yes
  203. checking whether read-only mmap of a plain file works... yes
  204. checking whether mmap from /dev/zero works... yes
  205. checking for MAP_ANON(YMOUS)... yes
  206. checking whether mmap with MAP_ANON(YMOUS) works... yes
  207. checking for pid_t... yes
  208. checking for vfork.h... no
  209. checking for fork... yes
  210. checking for vfork... yes
  211. checking for working fork... yes
  212. checking for working vfork... (cached) yes
  213. checking for ld used by GCC... /usr/bin/ld
  214. checking if the linker (/usr/bin/ld) is GNU ld... yes
  215. checking for shared library run path origin... done
  216. checking for iconv... no, consider installing GNU libiconv
  217. checking for LC_MESSAGES... yes
  218. checking for nl_langinfo and CODESET... yes
  219. checking whether basename is declared... no
  220. checking whether strstr is declared... yes
  221. checking whether getenv is declared... yes
  222. checking whether atol is declared... yes
  223. checking whether atoll is declared... yes
  224. checking whether asprintf is declared... yes
  225. checking whether sbrk is declared... yes
  226. checking whether abort is declared... yes
  227. checking whether atof is declared... yes
  228. checking whether getcwd is declared... yes
  229. checking whether getwd is declared... yes
  230. checking whether madvise is declared... yes
  231. checking whether stpcpy is declared... yes
  232. checking whether strnlen is declared... yes
  233. checking whether strsignal is declared... yes
  234. checking whether strverscmp is declared... no
  235. checking whether strtol is declared... yes
  236. checking whether strtoul is declared... yes
  237. checking whether strtoll is declared... yes
  238. checking whether strtoull is declared... yes
  239. checking whether setenv is declared... yes
  240. checking whether unsetenv is declared... yes
  241. checking whether errno is declared... yes
  242. checking whether snprintf is declared... yes
  243. checking whether vsnprintf is declared... yes
  244. checking whether vasprintf is declared... yes
  245. checking whether malloc is declared... yes
  246. checking whether realloc is declared... yes
  247. checking whether calloc is declared... yes
  248. checking whether free is declared... yes
  249. checking whether getopt is declared... yes
  250. checking whether clock is declared... yes
  251. checking whether getpagesize is declared... yes
  252. checking whether ffs is declared... yes
  253. checking whether clearerr_unlocked is declared... no
  254. checking whether feof_unlocked is declared... no
  255. checking whether ferror_unlocked is declared... no
  256. checking whether fflush_unlocked is declared... no
  257. checking whether fgetc_unlocked is declared... no
  258. checking whether fgets_unlocked is declared... no
  259. checking whether fileno_unlocked is declared... no
  260. checking whether fprintf_unlocked is declared... no
  261. checking whether fputc_unlocked is declared... no
  262. checking whether fputs_unlocked is declared... no
  263. checking whether fread_unlocked is declared... no
  264. checking whether fwrite_unlocked is declared... no
  265. checking whether getchar_unlocked is declared... yes
  266. checking whether getc_unlocked is declared... yes
  267. checking whether putchar_unlocked is declared... yes
  268. checking whether putc_unlocked is declared... yes
  269. checking whether getrlimit is declared... yes
  270. checking whether setrlimit is declared... yes
  271. checking whether getrusage is declared... yes
  272. checking whether ldgetname is declared... no
  273. checking whether times is declared... yes
  274. checking whether sigaltstack is declared... yes
  275. checking for struct tms... yes
  276. checking for clock_t... yes
  277. checking for F_SETLKW... yes
  278. checking if mkdir takes one argument... no
  279. Using `../../gcc-8.2.0/gcc/config/i386/i386.c' for machine-specific logic.
  280. Using `../../gcc-8.2.0/gcc/config/i386/i386.md' as machine description file.
  281. Using the following target machine macro files:
  282. ../../gcc-8.2.0/gcc/config/vxworks-dummy.h
  283. ../../gcc-8.2.0/gcc/config/i386/i386.h
  284. ../../gcc-8.2.0/gcc/config/i386/unix.h
  285. ../../gcc-8.2.0/gcc/config/i386/att.h
  286. ../../gcc-8.2.0/gcc/config/dbxelf.h
  287. ../../gcc-8.2.0/gcc/config/elfos.h
  288. ../../gcc-8.2.0/gcc/config/newlib-stdint.h
  289. ../../gcc-8.2.0/gcc/config/i386/i386elf.h
  290. ../../gcc-8.2.0/gcc/config/initfini-array.h
  291. Using host-openbsd.o for host machine hooks.
  292. checking whether NLS is requested... yes
  293. checking for catalogs to be installed... be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW be da de el es fi fr hr id ja nl ru sr sv tr uk vi zh_CN zh_TW
  294. checking how to print strings... print -r
  295. checking for a sed that does not truncate output... /usr/bin/sed
  296. checking for fgrep... /usr/bin/grep -F
  297. checking for ld used by clang... /usr/bin/ld
  298. checking if the linker (/usr/bin/ld) is GNU ld... yes
  299. checking for BSD- or MS-compatible name lister (nm)... nm
  300. checking the name lister (nm) interface... BSD nm
  301. checking whether ln -s works... yes
  302. checking the maximum length of command line arguments... 196608
  303. checking whether the shell understands some XSI constructs... yes
  304. checking whether the shell understands "+="... no
  305. checking for /usr/bin/ld option to reload object files... -r
  306. checking for x86_64-unknown-openbsd6.3-objdump... objdump
  307. checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so\.[0-9]+\.[0-9]+|\.so|_pic\.a)$
  308. checking for x86_64-unknown-openbsd6.3-ar... (cached) ar
  309. checking for x86_64-unknown-openbsd6.3-strip... no
  310. checking for strip... strip
  311. checking for x86_64-unknown-openbsd6.3-ranlib... (cached) ranlib
  312. checking command to parse nm output from clang object... ok
  313. checking for dlfcn.h... yes
  314. checking for objdir... .libs
  315. checking if clang supports -fno-rtti -fno-exceptions... yes
  316. checking for clang option to produce PIC... -fPIC -DPIC
  317. checking if clang PIC flag -fPIC -DPIC works... yes
  318. checking if clang static flag -static works... yes
  319. checking if clang supports -c -o file.o... yes
  320. checking if clang supports -c -o file.o... (cached) yes
  321. checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
  322. checking whether -lc should be explicitly linked in... yes
  323. checking dynamic linker characteristics... openbsd6.3 ld.so
  324. checking how to hardcode library paths into programs... immediate
  325. checking whether stripping libraries is possible... yes
  326. checking if libtool supports shared libraries... yes
  327. checking whether to build shared libraries... yes
  328. checking whether to build static libraries... yes
  329. checking how to run the C++ preprocessor... clang -E
  330. checking for ld used by clang... /usr/bin/ld
  331. checking if the linker (/usr/bin/ld) is GNU ld... yes
  332. checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
  333. checking for clang option to produce PIC... -fPIC -DPIC
  334. checking if clang PIC flag -fPIC -DPIC works... yes
  335. checking if clang static flag -static works... yes
  336. checking if clang supports -c -o file.o... yes
  337. checking if clang supports -c -o file.o... (cached) yes
  338. checking whether the clang linker (/usr/bin/ld) supports shared libraries... yes
  339. checking dynamic linker characteristics... openbsd6.3 ld.so
  340. checking how to hardcode library paths into programs... immediate
  341. checking for i386-pc-elf-as... /usr/local/bin/i386-pc-elf-as
  342. checking what assembler to use... /usr/local/bin/i386-pc-elf-as
  343. checking for i386-pc-elf-ld... /usr/local/bin/i386-pc-elf-ld
  344. checking whether we are using gold... no
  345. checking gold linker with split stack support as non default...
  346. checking what linker to use... /usr/local/bin/i386-pc-elf-ld
  347. checking for i386-pc-elf-nm... /usr/local/bin/i386-pc-elf-nm
  348. checking what nm to use... /usr/local/bin/i386-pc-elf-nm
  349. checking for i386-pc-elf-objdump... /usr/local/bin/i386-pc-elf-objdump
  350. checking what objdump to use... /usr/local/bin/i386-pc-elf-objdump
  351. checking for i386-pc-elf-readelf... /usr/local/bin/i386-pc-elf-readelf
  352. checking what readelf to use... /usr/local/bin/i386-pc-elf-readelf
  353. checking assembler flags...
  354. checking assembler for .balign and .p2align... yes
  355. checking assembler for .p2align with maximum skip... yes
  356. checking assembler for .literal16... no
  357. checking assembler for working .subsection -1... yes
  358. checking assembler for .weak... yes
  359. checking assembler for .weakref... yes
  360. checking assembler for .nsubspa comdat... no
  361. checking assembler for .hidden... yes
  362. checking linker for .hidden support... yes
  363. checking linker read-only and read-write section mixing... read-write
  364. checking for .preinit_array/.init_array/.fini_array support... checking cross compile... guessing... no
  365. checking assembler for .sleb128 and .uleb128... yes
  366. checking assembler for cfi directives... yes
  367. checking assembler for working cfi advance... yes
  368. checking assembler for cfi personality directive... yes
  369. checking assembler for cfi sections directive... yes
  370. checking assembler for eh_frame optimization... yes
  371. checking assembler for section merging support... yes
  372. checking assembler for stabs directive... yes
  373. checking assembler for COMDAT group support (GNU as)... yes
  374. checking assembler for line table discriminator support... yes
  375. checking assembler for thread-local storage support... yes
  376. checking linker -Bstatic/-Bdynamic option... yes
  377. checking linker --version-script option... no
  378. checking linker soname option... no
  379. checking linker --demangle support... no
  380. checking linker plugin support... 2
  381. checking assembler for -xbrace_comment... no
  382. checking assembler for .section with e... yes
  383. checking assembler for filds and fists mnemonics... yes
  384. checking assembler for fildq and fistpq mnemonics... yes
  385. checking assembler for cmov syntax... no
  386. checking assembler for ffreep mnemonic... yes
  387. checking assembler for .quad directive... yes
  388. checking assembler for sahf mnemonic... yes
  389. checking assembler for interunit movq mnemonic... yes
  390. checking assembler for hle prefixes... yes
  391. checking assembler for swap suffix... yes
  392. checking assembler for different section symbol subtraction... yes
  393. checking assembler for rep and lock prefix... yes
  394. checking assembler for ud2 mnemonic... yes
  395. checking assembler for R_386_TLS_GD_PLT reloc... no
  396. checking assembler for R_386_TLS_LDM_PLT reloc... no
  397. checking assembler for R_386_TLS_LDM reloc... no
  398. checking assembler for R_386_GOT32X reloc... yes
  399. checking assembler for GOTOFF in data... yes
  400. checking assembler for calling ___tls_get_addr via GOT... yes
  401. checking assembler for dwarf2 debug_line support... yes
  402. checking assembler for buggy dwarf2 .file directive... no
  403. checking assembler for dwarf2 debug_view support... yes
  404. checking assembler for --gdwarf2 option... yes
  405. checking assembler for --gstabs option... yes
  406. checking assembler for --debug-prefix-map option... yes
  407. checking assembler for compressed debug sections... 2
  408. checking assembler for .lcomm with alignment... no
  409. checking for target glibc version... 0.0
  410. checking assembler for gnu_unique_object... yes
  411. checking assembler for tolerance to line number 0... yes
  412. checking support for thin archives... no
  413. checking linker PT_GNU_EH_FRAME support... yes
  414. checking linker CIEv3 in .eh_frame support... yes
  415. checking linker position independent executable support... yes
  416. checking linker PIE support with copy reloc... no
  417. checking linker EH-compatible garbage collection of sections... yes
  418. checking linker EH garbage collection of sections bug... no
  419. checking linker for compressed debug sections... 3
  420. checking linker --as-needed support... yes
  421. checking linker mapfile support for clearing hardware capabilities... no
  422. checking linker --build-id support... yes
  423. checking linker *_sol2 emulation support... no
  424. checking linker --sysroot support... yes
  425. checking __stack_chk_fail in target C library... no
  426. checking sys/sdt.h in the target C library... no
  427. checking dl_iterate_phdr in target C library... unknown
  428. checking whether to enable maintainer-specific portions of Makefiles... no
  429. checking whether to avoid linking multiple front-ends at once... no
  430. Links are now set up to build a cross-compiler
  431. from x86_64-unknown-openbsd6.3 to i386-pc-elf.
  432. checking for exported symbols... yes
  433. checking for -rdynamic... yes
  434. checking for library containing dlopen... none required
  435. checking for -fPIC -shared... yes
  436. gcc_driver_version: 8.2.0
  437. checking for -fno-PIE option... yes
  438. checking for -no-pie option... yes
  439. checking linker -z bndplt option... no
  440. checking linker --push-state/--pop-state options... yes
  441. configure: updating cache ./config.cache
  442. configure: creating ./config.status
  443. config.status: creating as
  444. config.status: creating collect-ld
  445. config.status: creating nm
  446. config.status: creating Makefile
  447. config.status: creating ada/gcc-interface/Makefile
  448. config.status: creating ada/Makefile
  449. config.status: creating auto-host.h
  450. config.status: executing depdir commands
  451. mkdir .deps
  452. config.status: executing gccdepdir commands
  453. mkdir build
  454. mkdir build/.deps
  455. mkdir ada/.deps
  456. mkdir brig
  457. mkdir brig/.deps
  458. mkdir c
  459. mkdir c/.deps
  460. mkdir cp
  461. mkdir cp/.deps
  462. mkdir fortran
  463. mkdir fortran/.deps
  464. mkdir go
  465. mkdir go/.deps
  466. mkdir jit
  467. mkdir jit/.deps
  468. mkdir lto
  469. mkdir lto/.deps
  470. mkdir objc
  471. mkdir objc/.deps
  472. mkdir objcp
  473. mkdir objcp/.deps
  474. mkdir c-family
  475. mkdir c-family/.deps
  476. mkdir common
  477. mkdir common/.deps
  478. config.status: executing default commands
  479. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/intl'
  480. rm -f stamp-h1
  481. /bin/sh ./config.status config.h
  482. config.status: creating config.h
  483. config.status: config.h is unchanged
  484. test -f config.h || (rm -f stamp-h1 && gmake stamp-h1)
  485. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/intl'
  486. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libiberty'
  487. gmake[3]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libiberty/testsuite'
  488. gmake[3]: Nothing to be done for 'all'.
  489. gmake[3]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libiberty/testsuite'
  490. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libiberty'
  491. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/fixincludes'
  492. gmake[2]: Nothing to be done for 'all'.
  493. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/fixincludes'
  494. gmake[2]: Entering directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libcpp'
  495. clang -I../../../gcc-8.2.0/libcpp -I. -I../../../gcc-8.2.0/libcpp/../include -I../../../gcc-8.2.0/libcpp/include -g -O2 -W -Wall -Wno-narrowing -Wwrite-strings -Wmissing-format-attribute -pedantic -Wno-long-long -fno-exceptions -fno-rtti -I../../../gcc-8.2.0/libcpp -I. -I../../../gcc-8.2.0/libcpp/../include -I../../../gcc-8.2.0/libcpp/include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Tpo ../../../gcc-8.2.0/libcpp/charset.c
  496. In file included from ../../../gcc-8.2.0/libcpp/charset.c:22:
  497. In file included from ../../../gcc-8.2.0/libcpp/include/cpplib.h:27:
  498. ../../../gcc-8.2.0/libcpp/include/line-map.h:328:10: error: must use 'struct' tag to refer to type 'source_range'
  499. static source_range from_location (source_location loc)
  500. ^
  501. struct
  502. ../../../gcc-8.2.0/libcpp/include/line-map.h:328:3: error: type name does not allow storage class to be specified
  503. static source_range from_location (source_location loc)
  504. ^
  505. ../../../gcc-8.2.0/libcpp/include/line-map.h:328:58: error: expected ';' at end of declaration list
  506. static source_range from_location (source_location loc)
  507. ^
  508. ;
  509. ../../../gcc-8.2.0/libcpp/include/line-map.h:328:23: error: field 'from_location' declared as a function
  510. static source_range from_location (source_location loc)
  511. ^
  512. ../../../gcc-8.2.0/libcpp/include/line-map.h:399:43: error: expected identifier or '('
  513. struct GTY((tag ("1"))) line_map_ordinary : public line_map {
  514. ^
  515. ../../../gcc-8.2.0/libcpp/include/line-map.h:445:40: error: expected identifier or '('
  516. struct GTY((tag ("2"))) line_map_macro : public line_map {
  517. ^
  518. ../../../gcc-8.2.0/libcpp/include/line-map.h:552:8: error: must use 'struct' tag to refer to type 'line_map_ordinary'
  519. inline line_map_ordinary *
  520. ^
  521. struct
  522. ../../../gcc-8.2.0/libcpp/include/line-map.h:556:30: error: expected expression
  523. return (line_map_ordinary *)map;
  524. ^
  525. ../../../gcc-8.2.0/libcpp/include/line-map.h:556:11: error: use of undeclared identifier 'line_map_ordinary'; did you mean 'unlink_if_ordinary'?
  526. return (line_map_ordinary *)map;
  527. ^~~~~~~~~~~~~~~~~
  528. unlink_if_ordinary
  529. ../../../gcc-8.2.0/libcpp/../include/libiberty.h:244:12: note: 'unlink_if_ordinary' declared here
  530. extern int unlink_if_ordinary (const char *);
  531. ^
  532. In file included from ../../../gcc-8.2.0/libcpp/charset.c:22:
  533. In file included from ../../../gcc-8.2.0/libcpp/include/cpplib.h:27:
  534. ../../../gcc-8.2.0/libcpp/include/line-map.h:563:14: error: must use 'struct' tag to refer to type 'line_map_ordinary'
  535. inline const line_map_ordinary *
  536. ^
  537. struct
  538. ../../../gcc-8.2.0/libcpp/include/line-map.h:564:1: error: conflicting types for 'linemap_check_ordinary'
  539. linemap_check_ordinary (const struct line_map *map)
  540. ^
  541. ../../../gcc-8.2.0/libcpp/include/line-map.h:553:1: note: previous definition is here
  542. linemap_check_ordinary (struct line_map *map)
  543. ^
  544. ../../../gcc-8.2.0/libcpp/include/line-map.h:567:17: error: must use 'struct' tag to refer to type 'line_map_ordinary'
  545. return (const line_map_ordinary *)map;
  546. ^
  547. struct
  548. ../../../gcc-8.2.0/libcpp/include/line-map.h:573:8: error: must use 'struct' tag to refer to type 'line_map_macro'
  549. inline line_map_macro *linemap_check_macro (line_map *map)
  550. ^
  551. struct
  552. ../../../gcc-8.2.0/libcpp/include/line-map.h:573:45: error: must use 'struct' tag to refer to type 'line_map'
  553. inline line_map_macro *linemap_check_macro (line_map *map)
  554. ^
  555. struct
  556. ../../../gcc-8.2.0/libcpp/include/line-map.h:576:27: error: expected expression
  557. return (line_map_macro *)map;
  558. ^
  559. ../../../gcc-8.2.0/libcpp/include/line-map.h:576:11: error: use of undeclared identifier 'line_map_macro'
  560. return (line_map_macro *)map;
  561. ^
  562. ../../../gcc-8.2.0/libcpp/include/line-map.h:582:14: error: must use 'struct' tag to refer to type 'line_map_macro'
  563. inline const line_map_macro *
  564. ^
  565. struct
  566. ../../../gcc-8.2.0/libcpp/include/line-map.h:583:28: error: must use 'struct' tag to refer to type 'line_map'
  567. linemap_check_macro (const line_map *map)
  568. ^
  569. struct
  570. ../../../gcc-8.2.0/libcpp/include/line-map.h:583:1: error: conflicting types for 'linemap_check_macro'
  571. linemap_check_macro (const line_map *map)
  572. ^
  573. ../../../gcc-8.2.0/libcpp/include/line-map.h:573:24: note: previous definition is here
  574. inline line_map_macro *linemap_check_macro (line_map *map)
  575. ^
  576. fatal error: too many errors emitted, stopping now [-ferror-limit=]
  577. 20 errors generated.
  578. gmake[2]: *** [Makefile:224: charset.o] Error 1
  579. gmake[2]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build/build-x86_64-unknown-openbsd6.3/libcpp'
  580. gmake[1]: *** [Makefile:2741: all-build-libcpp] Error 2
  581. gmake[1]: Leaving directory '/home/luigi/Downloads/gcc-8/gcc-build'
  582. gmake: *** [Makefile:900: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement