Created
October 23, 2019 19:44
-
-
Save neelchauhan/db1bec84c63fb5545968ca26dfcdc808 to your computer and use it in GitHub Desktop.
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Script started on 2019-10-23 15:37:30-04:00 [TERM="screen" TTY="/dev/pts/1" COLUMNS="80" LINES="23"] | |
kneel@localhost:~/lind_project/src/docker\[neel@localhost docker]$ docker-compose u[Kbuild ; exit | |
Building base | |
Step 1/51 : FROM archlinux/base | |
---> 5323a8f7a7a4 | |
Step 2/51 : LABEL lind "v1.0-rc5" | |
---> Using cache | |
---> 95203e6d3c1f | |
Step 3/51 : LABEL description "Lind NaCl Glibc Toolchain (Base)" | |
---> Using cache | |
---> 0902e69c68f6 | |
Step 4/51 : MAINTAINER Joey Pabalinas <[email protected]> | |
---> Using cache | |
---> b54a63a10559 | |
Step 5/51 : ADD etc/ /etc/ | |
---> Using cache | |
---> a874a4221187 | |
Step 6/51 : ADD home/ /home/ | |
---> Using cache | |
---> d8da43fd94ca | |
Step 7/51 : ADD root/ /root/ | |
---> Using cache | |
---> e384e0250d92 | |
Step 8/51 : ARG BRANCH | |
---> Using cache | |
---> c07ae910546f | |
Step 9/51 : ENV PATH "/root/bin:/home/lind/bin:$PATH" | |
---> Using cache | |
---> 90e685fe40c8 | |
Step 10/51 : ENV PATH "/root/.local/bin:/home/lind/.local/bin:$PATH" | |
---> Using cache | |
---> 671966dd52a4 | |
Step 11/51 : ENV PATH "/home/lind/lind_project:$PATH" | |
---> Using cache | |
---> 35267ca00427 | |
Step 12/51 : ENV PATH "/home/lind/lind_project/lind/repy/bin:$PATH" | |
---> Using cache | |
---> 97d2e1cf1a59 | |
Step 13/51 : ENV PATH "/home/lind/lind_project/lind/repy/sdk/toolchain/linux_x86_glibc/bin:$PATH" | |
---> Using cache | |
---> 9f6975c8a118 | |
Step 14/51 : ENV PATH "/home/lind/lind_project/src/scripts:$PATH" | |
---> Using cache | |
---> 5bced651482a | |
Step 15/51 : USER root | |
---> Using cache | |
---> c636fd04a333 | |
Step 16/51 : WORKDIR / | |
---> Using cache | |
---> 1952c55349fc | |
Step 17/51 : RUN useradd -Um -s/bin/bash -u1000 lind | |
---> Using cache | |
---> cbbca552ff9d | |
Step 18/51 : RUN mkdir -pv "/root/.local/etc/" "/home/lind/.local/etc/" | |
---> Using cache | |
---> ccc87089fa9e | |
Step 19/51 : RUN chown -LR lind:lind "/home/lind/" | |
---> Using cache | |
---> e4a00332d646 | |
Step 20/51 : RUN chown -LR root:root "/etc/" "/root/" | |
---> Using cache | |
---> ac82d4ad59a1 | |
Step 21/51 : RUN pacman -Syu --needed --noconfirm base-devel git mercurial rsync make perl clang lynx ltrace w3m gawk procps-ng ruby strace gdb reptyr ed compiler-rt lib32-clang lib32-llvm lib32-llvm-libs vim llvm llvm-libs openmp elfutils libelf gdb less gnu-netcat zsh zsh-completions htop bc ctags sudo ncurses gcc-libs lib32-gcc-libs gperf diffutils fzf gperftools texinfo fortune-mod gnupg highlight fasd python2 python2-pip python2-setuptools p7zip fuse3 ack python2-virtualenv pkgfile dhcpcd iputils python iproute2 net-tools openresolv openssh subversion pacman-contrib tree psmisc lsof wget pinfo asp unrar expac inetutils tmux screen bash-completion mlocate shadow ncdu bind-tools cowsay filesystem linux-headers grml-zsh-config linux-docs man-pages man-db util-linux help2man rlwrap | |
---> Using cache | |
---> 97f39c01bf22 | |
Step 22/51 : RUN pkgfile --update | |
---> Using cache | |
---> 25d21e37720d | |
Step 23/51 : USER lind | |
---> Using cache | |
---> e5e82a2258f1 | |
Step 24/51 : WORKDIR /home/lind/ | |
---> Using cache | |
---> effd7a686b4b | |
Step 25/51 : RUN git config --global user.name "lind" | |
---> Using cache | |
---> 5e0f5e7edbd9 | |
Step 26/51 : RUN git config --global user.email "[email protected]" | |
---> Using cache | |
---> 88f88e762b7c | |
Step 27/51 : RUN git config --global core.excludesFile "/home/lind/.cvsignore" | |
---> Using cache | |
---> 2e6484ebf47f | |
Step 28/51 : RUN git clone --progress -j8 https://github.com/Lind-Project/lind_project.git | |
---> Using cache | |
---> d354080ddcca | |
Step 29/51 : WORKDIR /home/lind/build/ | |
---> Using cache | |
---> 24c5446c822e | |
Step 30/51 : RUN lesskey | |
---> Using cache | |
---> ddbe7691ce9a | |
Step 31/51 : USER root | |
---> Using cache | |
---> af880f09258c | |
Step 32/51 : WORKDIR /root/ | |
---> Using cache | |
---> b4c2102e946d | |
Step 33/51 : RUN git config --global user.name "root" | |
---> Using cache | |
---> d2e7796d1bf9 | |
Step 34/51 : RUN git config --global user.email "[email protected]" | |
---> Using cache | |
---> d5affa7a32d3 | |
Step 35/51 : RUN git config --global core.excludesFile "/root/.cvsignore" | |
---> Using cache | |
---> 45276d988f3f | |
Step 36/51 : RUN ln -rsv "/home/lind/lind_project" "./" | |
---> Using cache | |
---> 1fe0bd8ecd94 | |
Step 37/51 : WORKDIR /root/build/ | |
---> Using cache | |
---> 717f3340156a | |
Step 38/51 : RUN lesskey | |
---> Using cache | |
---> 76f8aa6c7d6a | |
Step 39/51 : USER lind | |
---> Using cache | |
---> af508ea1a05c | |
Step 40/51 : WORKDIR /home/lind/build/make-3.82/ | |
---> Using cache | |
---> 4616ab35bcb0 | |
Step 41/51 : RUN makepkg --noconfirm -sci | |
---> Using cache | |
---> a648b09d6f4e | |
Step 42/51 : WORKDIR /home/lind/build/texinfo-4.13/ | |
---> Using cache | |
---> 2d764d6323f6 | |
Step 43/51 : RUN ./configure --prefix="/home/lind/.local" && make install | |
---> Using cache | |
---> a7fba922b30d | |
Step 44/51 : USER root | |
---> Using cache | |
---> 3723a9ca8cf5 | |
Step 45/51 : WORKDIR /home/lind/ | |
---> Using cache | |
---> e132412ee795 | |
Step 46/51 : RUN rm -rf "/home/lind/build/" "/root/build/" "/var/cache/pacman/pkg/" | |
---> Using cache | |
---> 4697e76707e3 | |
Step 47/51 : RUN chown -Rc lind:lind . | |
---> Using cache | |
---> e372943ddb33 | |
Step 48/51 : USER lind | |
---> Using cache | |
---> 8b04e45972af | |
Step 49/51 : WORKDIR /home/lind/lind_project | |
---> Using cache | |
---> 024a5a3738ed | |
Step 50/51 : RUN ./src/mklind -q download | |
---> Using cache | |
---> b1152c598b0f | |
Step 51/51 : CMD bash | |
---> Using cache | |
---> b94c8d876709 | |
[2K | |
Successfully built b94c8d876709 | |
Successfully tagged securesystemslab/lind:base | |
Building prebuiltsdk | |
Step 1/14 : FROM securesystemslab/lind:base | |
---> b94c8d876709 | |
Step 2/14 : LABEL lind "v1.0-rc5" | |
---> Using cache | |
---> d579f3e32762 | |
Step 3/14 : LABEL description "Lind NaCl Glibc Toolchain (Pre-built)" | |
---> Using cache | |
---> 9776c7d9e700 | |
Step 4/14 : MAINTAINER Joey Pabalinas <[email protected]> | |
---> Using cache | |
---> 1f4707c3c91d | |
Step 5/14 : ARG BRANCH | |
---> Using cache | |
---> 5a5a1c34ce5d | |
Step 6/14 : ENV PATH "/root/bin:/home/lind/bin:$PATH" | |
---> Using cache | |
---> dc2ab8ce48c9 | |
Step 7/14 : ENV PATH "/root/.local/bin:/home/lind/.local/bin:$PATH" | |
---> Using cache | |
---> a9c5782178ac | |
Step 8/14 : ENV PATH "/home/lind/lind_project:$PATH" | |
---> Using cache | |
---> 6ef1febabe60 | |
Step 9/14 : ENV PATH "/home/lind/lind_project/lind/repy/bin:$PATH" | |
---> Using cache | |
---> fad674a62a87 | |
Step 10/14 : ENV PATH "/home/lind/lind_project/lind/repy/sdk/toolchain/linux_x86_glibc/bin:$PATH" | |
---> Using cache | |
---> 2a85908bf0e4 | |
Step 11/14 : USER lind | |
---> Using cache | |
---> bfa0961e58a1 | |
Step 12/14 : WORKDIR /home/lind/lind_project/ | |
---> Using cache | |
---> 3d7b776fa0c8 | |
Step 13/14 : RUN ./src/mklind -q glibc | |
---> Running in 38c5f82596cf | |
[91mDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support | |
[0m[91mDEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7. More details about Python 2 support in pip, can be found at https://pip.pypa.io/en/latest/development/release-process/#python-2-support | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91m../../../SRC/binutils/libiberty/regex.c: In function ‘byte_regex_compile’: | |
[0m[91m../../../SRC/binutils/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~ | |
[0m[91m../../../SRC/binutils/libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
[0m[91m../../../SRC/binutils/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
| ^~~~~ | |
[0m[91m../../../SRC/binutils/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’: | |
[0m[91m../../../SRC/binutils/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
280 | strncpy (dest->s + pos, src, length); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
../../../SRC/binutils/libiberty/dyn-string.c:272:16: note: length computed here | |
272 | int length = strlen (src); | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/opncls.c:26: | |
../../../SRC/binutils/bfd/opncls.c: In function ‘bfd_fopen’: | |
[0m[91m./bfd.h:520:65: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
520 | #define bfd_set_cacheable(abfd,bool) (((abfd)->cacheable = bool), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/bfd/opncls.c:235:5: note: in expansion of macro ‘bfd_set_cacheable’ | |
235 | bfd_set_cacheable (nbfd, TRUE); | |
| ^~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/srec.c:108: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1308:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1308 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1310:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1310 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1310:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1310 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1310:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1310 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1310:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1310 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1310:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1310 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/srec.c:1242:52: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
1242 | #define srec_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘srec_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1311:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1311 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/srec.c:108: | |
../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1244:51: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
1244 | #define srec_get_lineno _bfd_nosymbols_get_lineno | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5499:3: note: in expansion of macro ‘srec_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1311:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1311 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1245:51: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
1245 | #define srec_find_nearest_line _bfd_nosymbols_find_nearest_line | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5500:3: note: in expansion of macro ‘srec_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1311:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1311 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1246:51: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
1246 | #define srec_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘srec_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1311:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1311 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1248:51: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
1248 | #define srec_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5503:3: note: in expansion of macro ‘srec_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1311:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1311 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1312:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1312 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1312:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1312 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1315:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1315 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1315:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1315 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1315:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1315 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1363:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1363 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1365 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1365 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1365 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1365 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1365 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/srec.c:1242:52: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
1242 | #define srec_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘srec_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1366 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/srec.c:108: | |
../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1244:51: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
1244 | #define srec_get_lineno _bfd_nosymbols_get_lineno | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5499:3: note: in expansion of macro ‘srec_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1366 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1245:51: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
1245 | #define srec_find_nearest_line _bfd_nosymbols_find_nearest_line | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5500:3: note: in expansion of macro ‘srec_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1366 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1246:51: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
1246 | #define srec_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘srec_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1366 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/srec.c:1248:51: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
1248 | #define srec_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5503:3: note: in expansion of macro ‘srec_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1366 | BFD_JUMP_TABLE_SYMBOLS (srec), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1367 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1367 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1370:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1370 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1370:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1370 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:1370:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1370 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/tekhex.c:72: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1000:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
1000 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1002:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1002 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1002:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1002 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1002:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1002 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1002:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1002 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1002:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
1002 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/tekhex.c:935:46: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
935 | #define tekhex_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘tekhex_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1003:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1003 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/tekhex.c:72: | |
../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/tekhex.c:937:53: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
937 | #define tekhex_get_lineno _bfd_nosymbols_get_lineno | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5499:3: note: in expansion of macro ‘tekhex_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1003:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1003 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
../../../SRC/binutils/bfd/tekhex.c:938:53: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
938 | #define tekhex_find_nearest_line _bfd_nosymbols_find_nearest_line | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5500:3: note: in expansion of macro ‘tekhex_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1003:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1003 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/tekhex.c:939:53: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
939 | #define tekhex_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘tekhex_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1003:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1003 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/tekhex.c:940:53: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
940 | #define tekhex_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5503:3: note: in expansion of macro ‘tekhex_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1003:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
1003 | BFD_JUMP_TABLE_SYMBOLS (tekhex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1004:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1004 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1004:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
1004 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1007:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1007 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1007:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1007 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/tekhex.c:1007:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
1007 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/binary.c:39: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:366:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
366 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
368 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
368 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
368 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
368 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
368 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:333:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)’ {aka ‘void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)’} [-Wcast-function-type] | |
333 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | |
| ^ | |
../../../SRC/binutils/bfd/binary.c:206:35: note: in expansion of macro ‘_bfd_nosymbols_print_symbol’ | |
206 | #define binary_print_symbol _bfd_nosymbols_print_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5495:3: note: in expansion of macro ‘binary_print_symbol’ | |
5495 | NAME##_print_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/binary.c:225:46: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
225 | #define binary_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘binary_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/binary.c:39: | |
../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/binary.c:219:44: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
219 | #define binary_get_lineno _bfd_nosymbols_get_lineno | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5499:3: note: in expansion of macro ‘binary_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
../../../SRC/binutils/bfd/binary.c:220:44: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
220 | #define binary_find_nearest_line _bfd_nosymbols_find_nearest_line | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5500:3: note: in expansion of macro ‘binary_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/binary.c:221:44: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
221 | #define binary_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘binary_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/binary.c:222:44: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
222 | #define binary_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5503:3: note: in expansion of macro ‘binary_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
369 | BFD_JUMP_TABLE_SYMBOLS (binary), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:370:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
370 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:370:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
370 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:373:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
373 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:373:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
373 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/binary.c:373:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
373 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/ihex.c:125: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:985:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
985 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:987:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
987 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:987:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
987 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:987:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
987 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:987:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
987 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:987:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
987 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/ihex.c:918:52: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
918 | #define ihex_canonicalize_symtab ((long (*) (bfd *, asymbol **)) bfd_0l) | |
| ^ | |
./bfd.h:5493:3: note: in expansion of macro ‘ihex_canonicalize_symtab’ | |
5493 | NAME##_canonicalize_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/ihex.c:125: | |
../../../SRC/binutils/bfd/libbfd.h:333:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)’ {aka ‘void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)’} [-Wcast-function-type] | |
333 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:920:51: note: in expansion of macro ‘_bfd_nosymbols_print_symbol’ | |
920 | #define ihex_print_symbol _bfd_nosymbols_print_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5495:3: note: in expansion of macro ‘ihex_print_symbol’ | |
5495 | NAME##_print_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:335:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, asymbol *, symbol_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_symbol *, struct _symbol_info *)’} [-Wcast-function-type] | |
335 | ((void (*) (bfd *, asymbol *, symbol_info *)) bfd_void) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:921:51: note: in expansion of macro ‘_bfd_nosymbols_get_symbol_info’ | |
921 | #define ihex_get_symbol_info _bfd_nosymbols_get_symbol_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5496:3: note: in expansion of macro ‘ihex_get_symbol_info’ | |
5496 | NAME##_get_symbol_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:337:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char *)’ {aka ‘int (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
337 | ((bfd_boolean (*) (bfd *, const char *)) bfd_false) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:923:51: note: in expansion of macro ‘_bfd_nosymbols_bfd_is_local_label_name’ | |
923 | #define ihex_bfd_is_local_label_name _bfd_nosymbols_bfd_is_local_label_name | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5497:3: note: in expansion of macro ‘ihex_bfd_is_local_label_name’ | |
5497 | NAME##_bfd_is_local_label_name, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/ihex.c:922:52: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
922 | #define ihex_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘ihex_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/ihex.c:125: | |
../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:924:51: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
924 | #define ihex_get_lineno _bfd_nosymbols_get_lineno | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5499:3: note: in expansion of macro ‘ihex_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:925:51: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
925 | #define ihex_find_nearest_line _bfd_nosymbols_find_nearest_line | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5500:3: note: in expansion of macro ‘ihex_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:926:51: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
926 | #define ihex_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘ihex_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:927:51: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
927 | #define ihex_bfd_make_debug_symbol _bfd_nosymbols_bfd_make_debug_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5503:3: note: in expansion of macro ‘ihex_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:352:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, bfd_boolean, void **, unsigned int *)’ {aka ‘long int (*)(struct bfd *, int, void **, unsigned int *)’} [-Wcast-function-type] | |
352 | ((long (*) (bfd *, bfd_boolean, void **, unsigned int *)) _bfd_n1) | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:928:51: note: in expansion of macro ‘_bfd_nosymbols_read_minisymbols’ | |
928 | #define ihex_read_minisymbols _bfd_nosymbols_read_minisymbols | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5504:3: note: in expansion of macro ‘ihex_read_minisymbols’ | |
5504 | NAME##_read_minisymbols, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:354:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, bfd_boolean, const void *, asymbol *)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, int, const void *, struct bfd_symbol *)’} [-Wcast-function-type] | |
354 | ((asymbol *(*) (bfd *, bfd_boolean, const void *, asymbol *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/ihex.c:929:51: note: in expansion of macro ‘_bfd_nosymbols_minisymbol_to_symbol’ | |
929 | #define ihex_minisymbol_to_symbol _bfd_nosymbols_minisymbol_to_symbol | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5505:3: note: in expansion of macro ‘ihex_minisymbol_to_symbol’ | |
5505 | NAME##_minisymbol_to_symbol | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:988:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
988 | BFD_JUMP_TABLE_SYMBOLS (ihex), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:989:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
989 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:989:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
989 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:992:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
992 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:992:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
992 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:992:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
992 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/ihex.c: In function ‘ihex_bad_byte’: | |
../../../SRC/binutils/bfd/ihex.c:223:19: warning: ‘%03o’ directive writing between 3 and 11 bytes into a region of size 9 [-Wformat-overflow=] | |
223 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~ | |
../../../SRC/binutils/bfd/ihex.c:223:16: note: directive argument in the range [0, 4294967294] | |
223 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~~~~~ | |
../../../SRC/binutils/bfd/ihex.c:223:2: note: ‘sprintf’ output between 5 and 13 bytes into a destination of size 10 | |
223 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/srec.c: In function ‘srec_bad_byte’: | |
../../../SRC/binutils/bfd/srec.c:254:19: warning: ‘%03o’ directive writing between 3 and 11 bytes into a region of size 9 [-Wformat-overflow=] | |
254 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~ | |
../../../SRC/binutils/bfd/srec.c:254:16: note: directive argument in the range [0, 4294967294] | |
254 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/srec.c:254:2: note: ‘sprintf’ output between 5 and 13 bytes into a destination of size 10 | |
254 | sprintf (buf, "\\%03o", (unsigned int) c); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/compress.c: In function ‘bfd_uncompress_section_contents’: | |
[0m[91m../../../SRC/binutils/bfd/compress.c:54:45: warning: parameter ‘buffer’ set but not used [-Wunused-but-set-parameter] | |
54 | bfd_uncompress_section_contents (bfd_byte **buffer, bfd_size_type *size) | |
| ~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/bfd/compress.c:54:68: warning: parameter ‘size’ set but not used [-Wunused-but-set-parameter] | |
54 | bfd_uncompress_section_contents (bfd_byte **buffer, bfd_size_type *size) | |
| ~~~~~~~~~~~~~~~^~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/verilog.c:58: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5414:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:246:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, bfd *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
246 | ((bfd_boolean (*) (bfd *, asection *, bfd *, asection *)) bfd_true) | |
| ^ | |
./bfd.h:5417:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_section_data’ | |
5417 | NAME##_bfd_copy_private_section_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
./bfd.h:5418:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5419:3: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
./bfd.h:5421:3: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:365:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
365 | BFD_JUMP_TABLE_COPY (_bfd_generic), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:273:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, char **, bfd_size_type *, const char **)’ {aka ‘int (*)(struct bfd *, char **, long long unsigned int *, const char **)’} [-Wcast-function-type] | |
273 | ((bfd_boolean (*) (bfd *, char **, bfd_size_type *, const char **)) \ | |
| ^ | |
./bfd.h:5467:3: note: in expansion of macro ‘_bfd_noarchive_construct_extended_name_table’ | |
5467 | NAME##_construct_extended_name_table, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:276:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, const char *, char *)’ {aka ‘void (*)(struct bfd *, const char *, char *)’} [-Wcast-function-type] | |
276 | ((void (*) (bfd *, const char *, char *)) bfd_void) | |
| ^ | |
./bfd.h:5468:3: note: in expansion of macro ‘_bfd_noarchive_truncate_arname’ | |
5468 | NAME##_truncate_arname, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:278:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, unsigned int, struct orl *, unsigned int, int)’ {aka ‘int (*)(struct bfd *, unsigned int, struct orl *, unsigned int, int)’} [-Wcast-function-type] | |
278 | ((bfd_boolean (*) (bfd *, unsigned int, struct orl *, unsigned int, int)) \ | |
| ^ | |
./bfd.h:5469:3: note: in expansion of macro ‘_bfd_noarchive_write_armap’ | |
5469 | NAME##_write_armap, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:282:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, bfd *)’ {aka ‘struct bfd * (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
282 | ((bfd *(*) (bfd *, bfd *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5471:3: note: in expansion of macro ‘_bfd_noarchive_openr_next_archived_file’ | |
5471 | NAME##_openr_next_archived_file, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:284:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd * (*)(bfd *, symindex)’ {aka ‘struct bfd * (*)(struct bfd *, long unsigned int)’} [-Wcast-function-type] | |
284 | ((bfd *(*) (bfd *, symindex)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5472:3: note: in expansion of macro ‘_bfd_noarchive_get_elt_at_index’ | |
5472 | NAME##_get_elt_at_index, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:367:3: note: in expansion of macro ‘BFD_JUMP_TABLE_ARCHIVE’ | |
367 | BFD_JUMP_TABLE_ARCHIVE (_bfd_noarchive), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:330:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
330 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5493:3: note: in expansion of macro ‘_bfd_nosymbols_canonicalize_symtab’ | |
5493 | NAME##_canonicalize_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:333:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, void *, asymbol *, bfd_print_symbol_type)’ {aka ‘void (*)(struct bfd *, void *, struct bfd_symbol *, enum bfd_print_symbol)’} [-Wcast-function-type] | |
333 | ((void (*) (bfd *, void *, asymbol *, bfd_print_symbol_type)) bfd_void) | |
| ^ | |
./bfd.h:5495:3: note: in expansion of macro ‘_bfd_nosymbols_print_symbol’ | |
5495 | NAME##_print_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:335:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, asymbol *, symbol_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_symbol *, struct _symbol_info *)’} [-Wcast-function-type] | |
335 | ((void (*) (bfd *, asymbol *, symbol_info *)) bfd_void) | |
| ^ | |
./bfd.h:5496:3: note: in expansion of macro ‘_bfd_nosymbols_get_symbol_info’ | |
5496 | NAME##_get_symbol_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:337:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char *)’ {aka ‘int (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
337 | ((bfd_boolean (*) (bfd *, const char *)) bfd_false) | |
| ^ | |
./bfd.h:5497:3: note: in expansion of macro ‘_bfd_nosymbols_bfd_is_local_label_name’ | |
5497 | NAME##_bfd_is_local_label_name, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:339:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
339 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘_bfd_nosymbols_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:341:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘alent * (*)(bfd *, asymbol *)’ {aka ‘struct lineno_cache_entry * (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
341 | ((alent *(*) (bfd *, asymbol *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5499:3: note: in expansion of macro ‘_bfd_nosymbols_get_lineno’ | |
5499 | NAME##_get_lineno, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:343:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, asymbol **, bfd_vma, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_symbol **, long long unsigned int, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
343 | ((bfd_boolean (*) (bfd *, asection *, asymbol **, bfd_vma, const char **, \ | |
| ^ | |
./bfd.h:5500:3: note: in expansion of macro ‘_bfd_nosymbols_find_nearest_line’ | |
5500 | NAME##_find_nearest_line, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
./bfd.h:5502:3: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:350:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
350 | ((asymbol *(*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘_bfd_nosymbols_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:352:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, bfd_boolean, void **, unsigned int *)’ {aka ‘long int (*)(struct bfd *, int, void **, unsigned int *)’} [-Wcast-function-type] | |
352 | ((long (*) (bfd *, bfd_boolean, void **, unsigned int *)) _bfd_n1) | |
| ^ | |
./bfd.h:5504:3: note: in expansion of macro ‘_bfd_nosymbols_read_minisymbols’ | |
5504 | NAME##_read_minisymbols, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:354:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, bfd_boolean, const void *, asymbol *)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, int, const void *, struct bfd_symbol *)’} [-Wcast-function-type] | |
354 | ((asymbol *(*) (bfd *, bfd_boolean, const void *, asymbol *)) \ | |
| ^ | |
./bfd.h:5505:3: note: in expansion of macro ‘_bfd_nosymbols_minisymbol_to_symbol’ | |
5505 | NAME##_minisymbol_to_symbol | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:368:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
368 | BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:364:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, bfd_reloc_code_real_type)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, enum bfd_reloc_code_real)’} [-Wcast-function-type] | |
364 | ((reloc_howto_type *(*) (bfd *, bfd_reloc_code_real_type)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5547:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_type_lookup’ | |
5547 | NAME##_bfd_reloc_type_lookup, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
369 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5548:3: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:369:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
369 | BFD_JUMP_TABLE_RELOCS (_bfd_norelocs), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:389:4: warning: cast between incompatible function types from ‘int (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘int (*)(bfd *, struct bfd_link_info *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
389 | ((int (*) (bfd *, struct bfd_link_info *)) bfd_0) | |
| ^ | |
./bfd.h:5572:3: note: in expansion of macro ‘_bfd_nolink_sizeof_headers’ | |
5572 | NAME##_sizeof_headers, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:391:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘bfd_byte * (*)(bfd *, struct bfd_link_info *, struct bfd_link_order *, bfd_byte *, bfd_boolean, asymbol **)’ {aka ‘unsigned char * (*)(struct bfd *, struct bfd_link_info *, struct bfd_link_order *, unsigned char *, int, struct bfd_symbol **)’} [-Wcast-function-type] | |
391 | ((bfd_byte *(*) (bfd *, struct bfd_link_info *, struct bfd_link_order *, \ | |
| ^ | |
./bfd.h:5573:3: note: in expansion of macro ‘_bfd_nolink_bfd_get_relocated_section_contents’ | |
5573 | NAME##_bfd_get_relocated_section_contents, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:395:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asection *, struct bfd_link_info *, bfd_boolean *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *, struct bfd_link_info *, int *)’} [-Wcast-function-type] | |
395 | ((bfd_boolean (*) \ | |
| ^ | |
./bfd.h:5574:3: note: in expansion of macro ‘_bfd_nolink_bfd_relax_section’ | |
5574 | NAME##_bfd_relax_section, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:415:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
415 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) bfd_false) | |
| ^ | |
./bfd.h:5577:3: note: in expansion of macro ‘_bfd_nolink_bfd_link_add_symbols’ | |
5577 | NAME##_bfd_link_add_symbols, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:417:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(asection *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd_section *, struct bfd_link_info *)’} [-Wcast-function-type] | |
417 | ((void (*) (asection *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./bfd.h:5578:3: note: in expansion of macro ‘_bfd_nolink_bfd_link_just_syms’ | |
5578 | NAME##_bfd_link_just_syms, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:419:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
419 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) bfd_false) | |
| ^ | |
./bfd.h:5579:3: note: in expansion of macro ‘_bfd_nolink_bfd_final_link’ | |
5579 | NAME##_bfd_final_link, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:421:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_section *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
421 | ((bfd_boolean (*) (bfd *, struct bfd_section *)) bfd_false) | |
| ^ | |
./bfd.h:5580:3: note: in expansion of macro ‘_bfd_nolink_bfd_link_split_section’ | |
5580 | NAME##_bfd_link_split_section, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:399:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
399 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) \ | |
| ^ | |
./bfd.h:5581:3: note: in expansion of macro ‘_bfd_nolink_bfd_gc_sections’ | |
5581 | NAME##_bfd_gc_sections, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:402:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
402 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *)) \ | |
| ^ | |
./bfd.h:5582:3: note: in expansion of macro ‘_bfd_nolink_bfd_merge_sections’ | |
5582 | NAME##_bfd_merge_sections, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:405:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const struct bfd_section *)’ {aka ‘int (*)(struct bfd *, const struct bfd_section *)’} [-Wcast-function-type] | |
405 | ((bfd_boolean (*) (bfd *, const struct bfd_section *)) \ | |
| ^ | |
./bfd.h:5583:3: note: in expansion of macro ‘_bfd_nolink_bfd_is_group_section’ | |
5583 | NAME##_bfd_is_group_section, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:408:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_section *)’ {aka ‘int (*)(struct bfd *, struct bfd_section *)’} [-Wcast-function-type] | |
408 | ((bfd_boolean (*) (bfd *, struct bfd_section *)) \ | |
| ^ | |
./bfd.h:5584:3: note: in expansion of macro ‘_bfd_nolink_bfd_discard_group’ | |
5584 | NAME##_bfd_discard_group, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:423:4: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_section *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_section *, struct bfd_link_info *)’} [-Wcast-function-type] | |
423 | ((void (*) (bfd *, struct bfd_section *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./bfd.h:5585:3: note: in expansion of macro ‘_bfd_nolink_section_already_linked’ | |
5585 | NAME##_section_already_linked, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:425:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *, struct bfd_link_hash_entry *)’} [-Wcast-function-type] | |
425 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, \ | |
| ^ | |
./bfd.h:5586:3: note: in expansion of macro ‘_bfd_nolink_bfd_define_common_symbol’ | |
5586 | NAME##_bfd_define_common_symbol | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:371:3: note: in expansion of macro ‘BFD_JUMP_TABLE_LINK’ | |
371 | BFD_JUMP_TABLE_LINK (_bfd_nolink), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:372:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:372:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/verilog.c:372:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
372 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf64-x86-64.c:4771, | |
from ../../../SRC/binutils/bfd/elf64-nacl.c:2: | |
./elf64-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf64_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf64-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf64_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf64-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf64_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf64-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/elf32-i386.c:4835:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *, struct bfd_section *)’} [-Wcast-function-type] | |
4835 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, asection *)) bfd_true) | |
| ^ | |
./elf32-target.h:661:3: note: in expansion of macro ‘elf_backend_omit_section_dynsym’ | |
661 | elf_backend_omit_section_dynsym, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-i386.c:4899: | |
./elf32-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf32-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf32_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/elf32-i386.c:4835:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *, struct bfd_section *)’} [-Wcast-function-type] | |
4835 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, asection *)) bfd_true) | |
| ^ | |
./elf32-target.h:661:3: note: in expansion of macro ‘elf_backend_omit_section_dynsym’ | |
661 | elf_backend_omit_section_dynsym, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-i386.c:4899: | |
./elf32-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf32-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf32_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/elf32-i386.c:4835:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *, struct bfd_section *)’} [-Wcast-function-type] | |
4835 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, asection *)) bfd_true) | |
| ^ | |
./elf32-target.h:661:3: note: in expansion of macro ‘elf_backend_omit_section_dynsym’ | |
661 | elf_backend_omit_section_dynsym, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-i386.c:4899: | |
./elf32-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf32-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf32_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/i386linux.c:32: | |
../../../SRC/binutils/bfd/libbfd.h:240:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
240 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:531:38: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_bfd_data’ | |
531 | #define MY_bfd_copy_private_bfd_data _bfd_generic_bfd_copy_private_bfd_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5414:3: note: in expansion of macro ‘MY_bfd_copy_private_bfd_data’ | |
5414 | NAME##_bfd_copy_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:535:39: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
535 | #define MY_bfd_merge_private_bfd_data _bfd_generic_bfd_merge_private_bfd_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5415:3: note: in expansion of macro ‘MY_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:539:41: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
539 | #define MY_bfd_copy_private_symbol_data _bfd_generic_bfd_copy_private_symbol_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5418:3: note: in expansion of macro ‘MY_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:543:41: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
543 | #define MY_bfd_copy_private_header_data _bfd_generic_bfd_copy_private_header_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5419:3: note: in expansion of macro ‘MY_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:551:34: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
551 | #define MY_bfd_set_private_flags _bfd_generic_bfd_set_private_flags | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5420:3: note: in expansion of macro ‘MY_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:252:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, void *)’ {aka ‘int (*)(struct bfd *, void *)’} [-Wcast-function-type] | |
252 | ((bfd_boolean (*) (bfd *, void *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:547:39: note: in expansion of macro ‘_bfd_generic_bfd_print_private_bfd_data’ | |
547 | #define MY_bfd_print_private_bfd_data _bfd_generic_bfd_print_private_bfd_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5421:3: note: in expansion of macro ‘MY_bfd_print_private_bfd_data’ | |
5421 | NAME##_bfd_print_private_bfd_data | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:643:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
643 | BFD_JUMP_TABLE_COPY (MY), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/i386linux.c:774: | |
../../../SRC/binutils/bfd/aout-target.h:559:42: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
559 | #define MY_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘MY_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:646:6: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
646 | BFD_JUMP_TABLE_SYMBOLS (MY), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/i386linux.c:32: | |
../../../SRC/binutils/bfd/libbfd.h:347:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, const char **, const char **, unsigned int *)’ {aka ‘int (*)(struct bfd *, const char **, const char **, unsigned int *)’} [-Wcast-function-type] | |
347 | ((bfd_boolean (*) (bfd *, const char **, const char **, unsigned int *)) \ | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:468:30: note: in expansion of macro ‘_bfd_nosymbols_find_inliner_info’ | |
468 | #define MY_find_inliner_info _bfd_nosymbols_find_inliner_info | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5502:3: note: in expansion of macro ‘MY_find_inliner_info’ | |
5502 | NAME##_find_inliner_info, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:646:6: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
646 | BFD_JUMP_TABLE_SYMBOLS (MY), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:576:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
576 | _bfd_nodynamic_canonicalize_dynamic_symtab | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5641:3: note: in expansion of macro ‘MY_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:650:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
650 | BFD_JUMP_TABLE_DYNAMIC (MY), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:580:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
580 | _bfd_nodynamic_get_synthetic_symtab | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5642:3: note: in expansion of macro ‘MY_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:650:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
650 | BFD_JUMP_TABLE_DYNAMIC (MY), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
../../../SRC/binutils/bfd/aout-target.h:588:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
588 | _bfd_nodynamic_canonicalize_dynamic_reloc | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5644:3: note: in expansion of macro ‘MY_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/aout-target.h:650:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
650 | BFD_JUMP_TABLE_DYNAMIC (MY), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/pei-i386.c:23: | |
../../../SRC/binutils/bfd/peicode.h: In function ‘pe_ILF_make_a_section’: | |
[0m[91m./bfd.h:297:83: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
297 | #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/bfd/peicode.h:604:3: note: in expansion of macro ‘bfd_set_section_alignment’ | |
604 | bfd_set_section_alignment (vars->abfd, sec, 2); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h: In function ‘coff_compute_section_file_positions’: | |
[0m[91m./bfd.h:296:108: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
296 | #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/bfd/coffcode.h:3400:2: note: in expansion of macro ‘bfd_set_section_vma’ | |
3400 | bfd_set_section_vma (abfd, current, 0); | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-i386.c:628, | |
from ../../../SRC/binutils/bfd/pei-i386.c:46: | |
../../../SRC/binutils/bfd/coffcode.h: At top level: | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:2427:3: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct internal_syment *)’ {aka ‘int (*)(struct bfd *, struct internal_syment *)’} [-Wcast-function-type] | |
2427 | (bfd_boolean (*) (bfd *, struct internal_syment *)) bfd_false | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5434:28: note: in expansion of macro ‘symname_in_debug_hook’ | |
5434 | coff_slurp_symbol_table, symname_in_debug_hook, coff_pointerize_aux_hook, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-i386.c:26, | |
from ../../../SRC/binutils/bfd/pei-i386.c:46: | |
../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5554:45: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5554 | #define coff_bfd_merge_private_bfd_data _bfd_generic_bfd_merge_private_bfd_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5415:3: note: in expansion of macro ‘coff_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:680:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
680 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5538:45: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5538 | #define coff_bfd_copy_private_symbol_data _bfd_generic_bfd_copy_private_symbol_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5418:3: note: in expansion of macro ‘coff_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:680:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
680 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5542:45: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5542 | #define coff_bfd_copy_private_header_data _bfd_generic_bfd_copy_private_header_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5419:3: note: in expansion of macro ‘coff_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:680:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
680 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5558:40: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5558 | #define coff_bfd_set_private_flags _bfd_generic_bfd_set_private_flags | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5420:3: note: in expansion of macro ‘coff_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:680:6: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
680 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-i386.c:628, | |
from ../../../SRC/binutils/bfd/pei-i386.c:46: | |
../../../SRC/binutils/bfd/coffcode.h:5570:46: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
5570 | #define coff_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘coff_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:683:6: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
683 | BFD_JUMP_TABLE_SYMBOLS (coff), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-i386.c:26, | |
from ../../../SRC/binutils/bfd/pei-i386.c:46: | |
../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:687:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
687 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:687:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
687 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-i386.c:687:6: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
687 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-i386.c:628, | |
from ../../../SRC/binutils/bfd/pei-i386.c:46: | |
../../../SRC/binutils/bfd/coffcode.h: In function ‘coff_write_object_contents’: | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:3644:7: warning: ‘strncpy’ specified bound 8 equals destination size [-Wstringop-truncation] | |
3644 | strncpy (section.s_name, current->name, SCNNMLEN); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:3678:8: warning: ‘strncpy’ output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation] | |
3678 | strncpy (section.s_name, s_name_buf, SCNNMLEN); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/pei-x86_64.c:24: | |
../../../SRC/binutils/bfd/peicode.h: In function ‘pe_ILF_make_a_section’: | |
[0m[91m./bfd.h:297:83: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
297 | #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/bfd/peicode.h:604:3: note: in expansion of macro ‘bfd_set_section_alignment’ | |
604 | bfd_set_section_alignment (vars->abfd, sec, 2); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h: In function ‘coff_compute_section_file_positions’: | |
[0m[91m./bfd.h:296:108: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
296 | #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/bfd/coffcode.h:3400:2: note: in expansion of macro ‘bfd_set_section_vma’ | |
3400 | bfd_set_section_vma (abfd, current, 0); | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-x86_64.c:723, | |
from ../../../SRC/binutils/bfd/pei-x86_64.c:531: | |
../../../SRC/binutils/bfd/coffcode.h: At top level: | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:2427:3: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct internal_syment *)’ {aka ‘int (*)(struct bfd *, struct internal_syment *)’} [-Wcast-function-type] | |
2427 | (bfd_boolean (*) (bfd *, struct internal_syment *)) bfd_false | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5434:28: note: in expansion of macro ‘symname_in_debug_hook’ | |
5434 | coff_slurp_symbol_table, symname_in_debug_hook, coff_pointerize_aux_hook, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/pei-x86_64.c:63: | |
../../../SRC/binutils/bfd/libbfd.h:242:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
242 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5554:45: note: in expansion of macro ‘_bfd_generic_bfd_merge_private_bfd_data’ | |
5554 | #define coff_bfd_merge_private_bfd_data _bfd_generic_bfd_merge_private_bfd_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5415:3: note: in expansion of macro ‘coff_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:781:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
781 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:248:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *, bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *, struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
248 | ((bfd_boolean (*) (bfd *, asymbol *, bfd *, asymbol *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5538:45: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_symbol_data’ | |
5538 | #define coff_bfd_copy_private_symbol_data _bfd_generic_bfd_copy_private_symbol_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5418:3: note: in expansion of macro ‘coff_bfd_copy_private_symbol_data’ | |
5418 | NAME##_bfd_copy_private_symbol_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:781:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
781 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:250:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
250 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5542:45: note: in expansion of macro ‘_bfd_generic_bfd_copy_private_header_data’ | |
5542 | #define coff_bfd_copy_private_header_data _bfd_generic_bfd_copy_private_header_data | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5419:3: note: in expansion of macro ‘coff_bfd_copy_private_header_data’ | |
5419 | NAME##_bfd_copy_private_header_data, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:781:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
781 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:244:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
244 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
../../../SRC/binutils/bfd/coffcode.h:5558:40: note: in expansion of macro ‘_bfd_generic_bfd_set_private_flags’ | |
5558 | #define coff_bfd_set_private_flags _bfd_generic_bfd_set_private_flags | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5420:3: note: in expansion of macro ‘coff_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:781:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
781 | BFD_JUMP_TABLE_COPY (coff), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-x86_64.c:723, | |
from ../../../SRC/binutils/bfd/pei-x86_64.c:531: | |
../../../SRC/binutils/bfd/coffcode.h:5570:46: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
5570 | #define coff_bfd_is_target_special_symbol ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘coff_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:784:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
784 | BFD_JUMP_TABLE_SYMBOLS (coff), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/pei-x86_64.c:63: | |
../../../SRC/binutils/bfd/libbfd.h:434:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct bfd_symbol **)’} [-Wcast-function-type] | |
434 | ((long (*) (bfd *, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5641:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_symtab’ | |
5641 | NAME##_canonicalize_dynamic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:788:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
788 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:436:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, long int, asymbol **, long int, asymbol **, asymbol **)’ {aka ‘long int (*)(struct bfd *, long int, struct bfd_symbol **, long int, struct bfd_symbol **, struct bfd_symbol **)’} [-Wcast-function-type] | |
436 | ((long (*) (bfd *, long, asymbol **, long, asymbol **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5642:3: note: in expansion of macro ‘_bfd_nodynamic_get_synthetic_symtab’ | |
5642 | NAME##_get_synthetic_symtab, \ | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:788:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
788 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/libbfd.h:439:4: warning: cast between incompatible function types from ‘long int (*)(bfd *)’ {aka ‘long int (*)(struct bfd *)’} to ‘long int (*)(bfd *, arelent **, asymbol **)’ {aka ‘long int (*)(struct bfd *, struct reloc_cache_entry **, struct bfd_symbol **)’} [-Wcast-function-type] | |
439 | ((long (*) (bfd *, arelent **, asymbol **)) _bfd_n1) | |
| ^ | |
./bfd.h:5644:3: note: in expansion of macro ‘_bfd_nodynamic_canonicalize_dynamic_reloc’ | |
5644 | NAME##_canonicalize_dynamic_reloc | |
| ^~~~ | |
../../../SRC/binutils/bfd/coff-x86_64.c:788:3: note: in expansion of macro ‘BFD_JUMP_TABLE_DYNAMIC’ | |
788 | BFD_JUMP_TABLE_DYNAMIC (_bfd_nodynamic), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-nacl.c:2: | |
../../../SRC/binutils/bfd/elf32-i386.c:4835:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, struct bfd_link_info *, asection *)’ {aka ‘int (*)(struct bfd *, struct bfd_link_info *, struct bfd_section *)’} [-Wcast-function-type] | |
4835 | ((bfd_boolean (*) (bfd *, struct bfd_link_info *, asection *)) bfd_true) | |
| ^ | |
./elf32-target.h:661:3: note: in expansion of macro ‘elf_backend_omit_section_dynsym’ | |
661 | elf_backend_omit_section_dynsym, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-i386.c:4897, | |
from ../../../SRC/binutils/bfd/elf32-nacl.c:2: | |
./elf32-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf32-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf64-gen.c:103: | |
./elf64-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf64-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf64_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf64-target.h:828:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
828 | BFD_JUMP_TABLE_COPY (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf64_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf64-target.h:828:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
828 | BFD_JUMP_TABLE_COPY (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf64_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf64-target.h:835:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
835 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf64_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf64-target.h:835:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
835 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf64-gen.c:24: | |
../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/elf64-gen.c:98:41: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
98 | #define bfd_elf64_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5548:3: note: in expansion of macro ‘bfd_elf64_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
./elf64-target.h:836:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
836 | BFD_JUMP_TABLE_RELOCS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf64-gen.c:103: | |
./elf64-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf64_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf64-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf64_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf64-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf64_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf64-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf64-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf64_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf64-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf64-gen.c:24: | |
../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/elf64-gen.c:98:41: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
98 | #define bfd_elf64_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5548:3: note: in expansion of macro ‘bfd_elf64_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
./elf64-target.h:932:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
932 | BFD_JUMP_TABLE_RELOCS (bfd_elf64), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/coff-x86_64.c:723, | |
from ../../../SRC/binutils/bfd/pei-x86_64.c:531: | |
../../../SRC/binutils/bfd/coffcode.h: In function ‘coff_write_object_contents’: | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:3644:7: warning: ‘strncpy’ specified bound 8 equals destination size [-Wstringop-truncation] | |
3644 | strncpy (section.s_name, current->name, SCNNMLEN); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/bfd/coffcode.h:3678:8: warning: ‘strncpy’ output may be truncated copying 8 bytes from a string of length 8 [-Wstringop-truncation] | |
3678 | strncpy (section.s_name, s_name_buf, SCNNMLEN); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-gen.c:103: | |
./elf32-target.h:418:3: warning: cast between incompatible function types from ‘void (*)(bfd *)’ {aka ‘void (*)(struct bfd *)’} to ‘void (*)(bfd *, struct bfd_link_info *)’ {aka ‘void (*)(struct bfd *, struct bfd_link_info *)’} [-Wcast-function-type] | |
418 | ((void (*) (bfd *, struct bfd_link_info *)) bfd_void) | |
| ^ | |
./elf32-target.h:669:3: note: in expansion of macro ‘elf_backend_init_index_section’ | |
669 | elf_backend_init_index_section, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf32_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf32-target.h:828:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
828 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:828:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
828 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:835:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
835 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:835:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
835 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-gen.c:24: | |
../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/elf32-gen.c:98:41: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
98 | #define bfd_elf32_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5548:3: note: in expansion of macro ‘bfd_elf32_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
./elf32-target.h:836:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
836 | BFD_JUMP_TABLE_RELOCS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-gen.c:103: | |
./elf32-target.h:204:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, bfd *)’ {aka ‘int (*)(struct bfd *, struct bfd *)’} [-Wcast-function-type] | |
204 | ((bfd_boolean (*) (bfd *, bfd *)) bfd_true) | |
| ^ | |
./bfd.h:5415:3: note: in expansion of macro ‘bfd_elf32_bfd_merge_private_bfd_data’ | |
5415 | NAME##_bfd_merge_private_bfd_data, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:208:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, flagword)’ {aka ‘int (*)(struct bfd *, unsigned int)’} [-Wcast-function-type] | |
208 | ((bfd_boolean (*) (bfd *, flagword)) bfd_true) | |
| ^ | |
./bfd.h:5420:3: note: in expansion of macro ‘bfd_elf32_bfd_set_private_flags’ | |
5420 | NAME##_bfd_set_private_flags, \ | |
| ^~~~ | |
./elf32-target.h:924:3: note: in expansion of macro ‘BFD_JUMP_TABLE_COPY’ | |
924 | BFD_JUMP_TABLE_COPY (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:215:4: warning: cast between incompatible function types from ‘bfd_boolean (*)(bfd *)’ {aka ‘int (*)(struct bfd *)’} to ‘bfd_boolean (*)(bfd *, asymbol *)’ {aka ‘int (*)(struct bfd *, struct bfd_symbol *)’} [-Wcast-function-type] | |
215 | ((bfd_boolean (*) (bfd *, asymbol *)) bfd_false) | |
| ^ | |
./bfd.h:5498:3: note: in expansion of macro ‘bfd_elf32_bfd_is_target_special_symbol’ | |
5498 | NAME##_bfd_is_target_special_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m./elf32-target.h:178:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘asymbol * (*)(bfd *, void *, long unsigned int)’ {aka ‘struct bfd_symbol * (*)(struct bfd *, void *, long unsigned int)’} [-Wcast-function-type] | |
178 | ((asymbol * (*) (bfd *, void *, unsigned long)) bfd_nullvoidptr) | |
| ^ | |
./bfd.h:5503:3: note: in expansion of macro ‘bfd_elf32_bfd_make_debug_symbol’ | |
5503 | NAME##_bfd_make_debug_symbol, \ | |
| ^~~~ | |
./elf32-target.h:931:3: note: in expansion of macro ‘BFD_JUMP_TABLE_SYMBOLS’ | |
931 | BFD_JUMP_TABLE_SYMBOLS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-gen.c:24: | |
../../../SRC/binutils/bfd/libbfd.h:366:4: warning: cast between incompatible function types from ‘void * (*)(bfd *)’ {aka ‘void * (*)(struct bfd *)’} to ‘const reloc_howto_type * (*)(bfd *, const char *)’ {aka ‘const struct reloc_howto_struct * (*)(struct bfd *, const char *)’} [-Wcast-function-type] | |
366 | ((reloc_howto_type *(*) (bfd *, const char *)) bfd_nullvoidptr) | |
| ^ | |
../../../SRC/binutils/bfd/elf32-gen.c:98:41: note: in expansion of macro ‘_bfd_norelocs_bfd_reloc_name_lookup’ | |
98 | #define bfd_elf32_bfd_reloc_name_lookup _bfd_norelocs_bfd_reloc_name_lookup | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
./bfd.h:5548:3: note: in expansion of macro ‘bfd_elf32_bfd_reloc_name_lookup’ | |
5548 | NAME##_bfd_reloc_name_lookup | |
| ^~~~ | |
./elf32-target.h:932:3: note: in expansion of macro ‘BFD_JUMP_TABLE_RELOCS’ | |
932 | BFD_JUMP_TABLE_RELOCS (bfd_elf32), | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-nacl.c:2: | |
../../../SRC/binutils/bfd/elf32-i386.c: In function ‘elf_i386_relocate_section’: | |
[0m[91m../../../SRC/binutils/bfd/elf32-i386.c:3889:16: warning: ‘roff’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
3889 | bfd_vma roff; | |
| ^~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-i386.c:23, | |
from ../../../SRC/binutils/bfd/elf32-nacl.c:2: | |
./bfd.h:5269:5: warning: ‘roff’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
5269 | ((*((bfd)->xvec->message)) arglist) | |
| ^ | |
[0m[91mIn file included from ../../../SRC/binutils/bfd/elf32-nacl.c:2: | |
../../../SRC/binutils/bfd/elf32-i386.c:3524:13: note: ‘roff’ was declared here | |
3524 | bfd_vma roff; | |
| ^~~~ | |
[0m[91msyslex.c:1312:16: warning: ‘input’ defined but not used [-Wunused-function] | |
syslex.c:1271:17: warning: ‘yyunput’ defined but not used [-Wunused-function] | |
[0m[91mIn file included from ../../../SRC/binutils/ld/ldlang.c:24: | |
../../../SRC/binutils/ld/ldlang.c: In function ‘lang_size_sections_1’: | |
[0m[91m../bfd/bfd.h:296:108: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
296 | #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/ld/ldlang.c:4716:3: note: in expansion of macro ‘bfd_set_section_vma’ | |
4716 | bfd_set_section_vma (os->bfd_section->owner, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../bfd/bfd.h:296:108: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
296 | #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/ld/ldlang.c:4803:3: note: in expansion of macro ‘bfd_set_section_vma’ | |
4803 | bfd_set_section_vma (0, os->bfd_section, newdot); | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/binutils/dwarf.c: In function ‘read_leb128’: | |
[0m[91m../../../SRC/binutils/binutils/dwarf.c:253:19: warning: left shift of negative value [-Wshift-negative-value] | |
253 | result |= -1L << shift; | |
| ^~ | |
[0m[91m../../../SRC/binutils/binutils/prdbg.c: In function ‘pr_array_type’: | |
../../../SRC/binutils/binutils/prdbg.c:511:21: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
511 | sprintf (buf, "%lld", (long long) vma); | |
| ^ | |
[0m[91m../../../SRC/binutils/binutils/prdbg.c:511:2: note: ‘sprintf’ output between 2 and 21 bytes into a destination of size 20 | |
511 | sprintf (buf, "%lld", (long long) vma); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/binutils/stabs.c: In function ‘parse_stab_members’: | |
[0m[91m../../../SRC/binutils/binutils/stabs.c:2693:31: warning: comparison between pointer and zero character constant [-Wpointer-compare] | |
2693 | if (**pp == ';' || *pp == '\0') | |
| ^~ | |
[0m[91m../../../SRC/binutils/binutils/stabs.c:2693:27: note: did you mean to dereference the pointer? | |
2693 | if (**pp == ';' || *pp == '\0') | |
| ^ | |
[0m[91marlex.c:1437:16: warning: ‘input’ defined but not used [-Wunused-function] | |
arlex.c:1396:17: warning: ‘yyunput’ defined but not used [-Wunused-function] | |
[0m[91mIn file included from ../../../SRC/binutils/binutils/objcopy.c:24: | |
../../../SRC/binutils/binutils/objcopy.c: In function ‘copy_object’: | |
[0m[91m../bfd/bfd.h:296:108: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
296 | #define bfd_set_section_vma(bfd, ptr, val) (((ptr)->vma = (ptr)->lma = (val)), ((ptr)->user_set_vma = TRUE), TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ | |
../../../SRC/binutils/binutils/objcopy.c:1699:4: note: in expansion of macro ‘bfd_set_section_vma’ | |
1699 | bfd_set_section_vma (obfd, gnu_debuglink_section, debuglink_vma); | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/gas/read.c: In function ‘output_big_sleb128’: | |
[0m[91m../../../SRC/binutils/gas/read.c:4886:12: warning: left shift of negative value [-Wshift-negative-value] | |
4886 | val |= ~0 << loaded; | |
| ^~ | |
[0m[91m../../../SRC/binutils/binutils/wrstabs.c: In function ‘stab_start_class_type’: | |
[0m[91m../../../SRC/binutils/binutils/wrstabs.c:1478:4: warning: ‘%s’ directive argument is null [-Wformat-overflow=] | |
1478 | sprintf (vtable, "~%%%s", vstring); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/gas/stabs.c: In function ‘generate_asm_file’: | |
[0m[91m../../../SRC/binutils/gas/stabs.c:551:7: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
551 | strncpy (bufp, tmp, len); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/gas/stabs.c:546:61: note: length computed here | |
546 | size_t len = (bslash) ? (size_t) (bslash - tmp + 1) : strlen (tmp); | |
| ^~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/binutils/readelf.c: In function ‘uncompress_section_contents’: | |
[0m[91m../../../SRC/binutils/binutils/readelf.c:8645:47: warning: parameter ‘buffer’ set but not used [-Wunused-but-set-parameter] | |
8645 | uncompress_section_contents (unsigned char ** buffer, dwarf_size_type * size) | |
| ~~~~~~~~~~~~~~~~~^~~~~~ | |
[0m[91m../../../SRC/binutils/binutils/readelf.c:8645:73: warning: parameter ‘size’ set but not used [-Wunused-but-set-parameter] | |
8645 | uncompress_section_contents (unsigned char ** buffer, dwarf_size_type * size) | |
| ~~~~~~~~~~~~~~~~~~^~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/gas/as.h:118, | |
from ../../../SRC/binutils/gas/subsegs.c:25: | |
../../../SRC/binutils/gas/subsegs.c: In function ‘subseg_change’: | |
[0m[91m../bfd/bfd.h:298:75: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
298 | #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/gas/subsegs.c:70:7: note: in expansion of macro ‘bfd_set_section_userdata’ | |
70 | bfd_set_section_userdata (stdoutput, seg, seginfo); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/gas/subsegs.c: In function ‘subseg_get’: | |
[0m[91m../bfd/bfd.h:298:75: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
298 | #define bfd_set_section_userdata(bfd, ptr, val) (((ptr)->userdata = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/gas/subsegs.c:172:7: note: in expansion of macro ‘bfd_set_section_userdata’ | |
172 | bfd_set_section_userdata (stdoutput, secptr, seginfo); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from ../../../SRC/binutils/gas/as.h:118, | |
from ../../../SRC/binutils/gas/write.c:25: | |
../../../SRC/binutils/gas/write.c: In function ‘record_alignment’: | |
[0m[91m../bfd/bfd.h:297:83: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
297 | #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/gas/write.c:367:5: note: in expansion of macro ‘bfd_set_section_alignment’ | |
367 | bfd_set_section_alignment (stdoutput, seg, align); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m../../../SRC/binutils/gas/write.c: In function ‘relax_align’: | |
[0m[91m../../../SRC/binutils/gas/write.c:2066:17: warning: left shift of negative value [-Wshift-negative-value] | |
2066 | mask = ~((~0) << alignment); | |
| ^~ | |
[0m[91m../../../SRC/binutils/gas/write.c: In function ‘chain_frchains_together’: | |
../../../SRC/binutils/gas/write.c:410:24: warning: ‘dummy.fr_type’ may be used uninitialized in this function [-Wmaybe-uninitialized] | |
410 | gas_assert (prev_frag->fr_type != 0); | |
| ^~ | |
[0m[91mIn file included from ../../../SRC/binutils/gas/config/tc-nacl.c:2: | |
../../../SRC/binutils/gas/config/tc-i386.c: In function ‘fits_in_signed_long’: | |
[0m[91m../../../SRC/binutils/gas/config/tc-i386.c:1698:27: warning: left shift of negative value [-Wshift-negative-value] | |
1698 | return (!(((offsetT) -1 << 31) & num) | |
| ^~ | |
[0m[91m../../../SRC/binutils/gas/config/tc-i386.c:1699:22: warning: left shift of negative value [-Wshift-negative-value] | |
1699 | || (((offsetT) -1 << 31) & num) == ((offsetT) -1 << 31)); | |
| ^~ | |
[0m[91m../../../SRC/binutils/gas/config/tc-i386.c:1699:53: warning: left shift of negative value [-Wshift-negative-value] | |
1699 | || (((offsetT) -1 << 31) & num) == ((offsetT) -1 << 31)); | |
| ^~ | |
[0m[91m../../../SRC/binutils/gas/config/obj-elf.c:113:22: warning: cast between incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type] | |
113 | {"vtable_inherit", (void (*) (int)) &obj_elf_vtable_inherit, 0}, | |
| ^ | |
[0m[91m../../../SRC/binutils/gas/config/obj-elf.c:114:20: warning: cast between incompatible function types from ‘struct fix * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type] | |
114 | {"vtable_entry", (void (*) (int)) &obj_elf_vtable_entry, 0}, | |
| ^ | |
[0m[91m../../../SRC/binutils/gas/config/obj-elf.c:121:13: warning: cast between incompatible function types from ‘char * (*)(int)’ to ‘void (*)(int)’ [-Wcast-function-type] | |
121 | { "file", (void (*) (int)) dwarf2_directive_file, 0 }, | |
| ^ | |
[0m[91mIn file included from ../../../SRC/binutils/gas/as.h:118, | |
from ../../../SRC/binutils/gas/config/obj-elf.c:24: | |
../../../SRC/binutils/gas/config/obj-elf.c: In function ‘obj_elf_init_stab_section’: | |
[0m[91m../bfd/bfd.h:297:83: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
297 | #define bfd_set_section_alignment(bfd, ptr, val) (((ptr)->alignment_power = (val)),TRUE) | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
../../../SRC/binutils/gas/config/obj-elf.c:1771:3: note: in expansion of macro ‘bfd_set_section_alignment’ | |
1771 | bfd_set_section_alignment (stdoutput, seg, 2); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mcat: BUILD/.gcc-extras-version[0m[91m: No such file or directory | |
[0m[91mMakefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
Makefile:1059: target 'SRC/directory.patch' given more than once in the same rule | |
[0m[91mar: `u' modifier ignored since `D' is the default (see `U') | |
[0m[91m../../SRC/.gcc-extra-mpc/configure: line 8373: : supported targets:.* elf: command not found | |
[0m[91mconfigure: WARNING: complex.h: accepted by the compiler, rejected by the preprocessor! | |
[0m[91mconfigure: WARNING: complex.h: proceeding with the compiler's result | |
[0m[91mconfigure: WARNING: locale.h: accepted by the compiler, rejected by the preprocessor! | |
[0m[91mconfigure: WARNING: locale.h: proceeding with the compiler's result | |
[0m[91mconfigure: WARNING: limits.h: accepted by the compiler, rejected by the preprocessor! | |
[0m[91mconfigure: WARNING: limits.h: proceeding with the compiler's result | |
[0m[91mconfigure: WARNING: sys/time.h: accepted by the compiler, rejected by the preprocessor! | |
configure: WARNING: sys/time.h: proceeding with the compiler's result | |
[0m[91mar: `u' modifier ignored since `D' is the default (see `U') | |
[0m[91m*** This configuration is not supported in the following subdirectories: | |
target-libstdc++-v3 target-libgfortran target-libobjc target-libgomp target-libmudflap target-libssp | |
(Any other directories should still work fine.) | |
[0m[91mar: `u' modifier ignored since `D' is the default (see `U') | |
[0m[91mar: `u' modifier ignored since `D' is the default (see `U') | |
[0m[91mconfigure: WARNING: fixed-point is not supported for this target | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c: In function ‘byte_regex_compile’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
| ^~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c: In function ‘byte_regex_compile’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:3124:13: note: in expansion of macro ‘bzero’ | |
3124 | bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); | |
| ^~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c: In function ‘byte_re_compile_fastmap’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] | |
152 | # define bzero(s, n) (memset (s, '\0', n), (s)) | |
| ~~~~~~~~~~~~~~~~~~~~^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/regex.c:4582:3: note: in expansion of macro ‘bzero’ | |
4582 | bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ | |
| ^~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
280 | strncpy (dest->s + pos, src, length); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c:272:16: note: length computed here | |
272 | int length = strlen (src); | |
| ^~~~~~~~~~~~ | |
[0m[91mLinks are now set up to build a cross-compiler | |
[0m[91m from x86_64-unknown-linux-gnu to x86_64-pc-nacl. | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c: In function ‘dyn_string_insert_cstr’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c:280:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
280 | strncpy (dest->s + pos, src, length); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libiberty/dyn-string.c:272:16: note: length computed here | |
272 | int length = strlen (src); | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/directives-only.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/directives.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/expr.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/charset.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/errors.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/files.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/files.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/files.c: In function ‘read_file_guts’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/system.h:212:40: warning: left shift of negative value [-Wshift-negative-value] | |
212 | ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0)) | |
| ^~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/system.h:213:44: note: in expansion of macro ‘INTTYPE_MINIMUM’ | |
213 | #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t))) | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/files.c:603:30: note: in expansion of macro ‘INTTYPE_MAXIMUM’ | |
603 | if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t)) | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/identifiers.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/lex.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/macro.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/pch.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/pch.c: In function ‘cpp_valid_state’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/pch.c:710:7: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation] | |
710 | if (CPP_OPTION (r, warn_invalid_pch)) | |
| ^~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/pch.c:714:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’ | |
714 | goto fail; | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/traditional.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/init.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/internal.h:513:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
513 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/libcpp/init.c:39:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] | |
39 | #if HAVE_DESIGNATED_INITIALIZERS | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mar: `u' modifier ignored since `D' is the default (see `U') | |
[0m[91mUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../contrib/texi2pod.pl line 317. | |
[0m[91mUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../contrib/texi2pod.pl line 317. | |
[0m[91m/bin/sh: pod2man: command not found | |
[0m[91mUnescaped left brace in regex is passed through in regex; marked by <-- HERE in m/^\@strong{ <-- HERE (.*)}$/ at /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../contrib/texi2pod.pl line 317. | |
[0m[91mmake[3]: [Makefile:3985: doc/gpl.7] Error 1 (ignored) | |
[0m[91m/bin/sh: pod2man: command not found | |
[0m[91mmake[3]: [Makefile:3984: doc/fsf-funding.7] Error 1 (ignored) | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genmodes.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genmodes.c: In function ‘complete_mode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genmodes.c:391:7: note: in expansion of macro ‘gcc_unreachable’ | |
391 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengenrtl.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengenrtl.c: In function ‘type_from_format’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengenrtl.c:86:7: note: in expansion of macro ‘gcc_unreachable’ | |
86 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengenrtl.c: In function ‘accessor_from_format’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengenrtl.c:122:7: note: in expansion of macro ‘gcc_unreachable’ | |
122 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c: In function ‘read_input_list’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:410:4: note: in expansion of macro ‘gcc_assert’ | |
410 | gcc_assert (here <= limit); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:416:8: note: in expansion of macro ‘gcc_assert’ | |
416 | gcc_assert (langno <= num_lang_dirs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:432:8: note: in expansion of macro ‘gcc_assert’ | |
432 | gcc_assert (nfiles <= num_gt_files); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c: In function ‘output_mangled_typename’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:1911:7: note: in expansion of macro ‘gcc_unreachable’ | |
1911 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c: In function ‘walk_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:2384:7: note: in expansion of macro ‘gcc_unreachable’ | |
2384 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c: In function ‘write_types_process_field’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:2453:7: note: in expansion of macro ‘gcc_unreachable’ | |
2453 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c: In function ‘write_types_local_process_field’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype.c:2789:7: note: in expansion of macro ‘gcc_unreachable’ | |
2789 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/bin/sh: pod2man: command not found | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype-parse.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype-parse.c: In function ‘typedef_decl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gengtype-parse.c:760:3: note: in expansion of macro ‘gcc_assert’ | |
760 | gcc_assert (token () == TYPEDEF); | |
| ^~~~~~~~~~ | |
[0m[91mmake[3]: [Makefile:3979: doc/gcc.1] Error 1 (ignored) | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/read-rtl.c:27: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/read-rtl.c: In function ‘read_rtx_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/read-rtl.c:1702:2: note: in expansion of macro ‘gcc_unreachable’ | |
1702 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c: In function ‘is_predicable’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:409:4: note: in expansion of macro ‘gcc_unreachable’ | |
409 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c: In function ‘collect_insn_data’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:584:4: note: in expansion of macro ‘gcc_unreachable’ | |
584 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c: In function ‘alter_predicate_for_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:670:4: note: in expansion of macro ‘gcc_unreachable’ | |
670 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/print-rtl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/print-rtl.c: In function ‘print_rtx’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/print-rtl.c:535:2: note: in expansion of macro ‘gcc_unreachable’ | |
535 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/print-rtl.c:586:13: note: in expansion of macro ‘gcc_unreachable’ | |
586 | default: gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:1361:39: warning: enum conversion from ‘int’ to ‘enum rtx_code’ in initialization is invalid in C++ [-Wc++-compat] | |
1361 | {"immediate_operand", false, true, {0}}, | |
| ^ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:1361:39: note: (near initialization for ‘std_preds[5].codes[0]’) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c: In function ‘init_predicate_table’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:1404:32: warning: enum conversion when passing argument 2 of ‘add_predicate_code’ is invalid in C++ [-Wc++-compat] | |
1404 | add_predicate_code (pred, j); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.c:1305:1: note: expected ‘enum rtx_code’ but argument is of type ‘size_t’ {aka ‘unsigned int’} | |
1305 | add_predicate_code (struct pred_data *pred, enum rtx_code code) | |
| ^~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genflags.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genflags.c: In function ‘gen_macro’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genflags.c:104:3: note: in expansion of macro ‘gcc_assert’ | |
104 | gcc_assert (real <= expect); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genflags.c:105:3: note: in expansion of macro ‘gcc_assert’ | |
105 | gcc_assert (real); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘get_str_vect’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1231:3: note: in expansion of macro ‘gcc_assert’ | |
1231 | gcc_assert (!trail); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘gen_presence_absence_set’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1410:7: note: in expansion of macro ‘gcc_assert’ | |
1410 | gcc_assert (str_patterns [i]); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘automaton_decl_hash’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1754:3: note: in expansion of macro ‘gcc_assert’ | |
1754 | gcc_assert (decl->mode != dm_automaton | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘automaton_decl_eq_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1770:3: note: in expansion of macro ‘gcc_assert’ | |
1770 | gcc_assert (decl1->mode == dm_automaton | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insert_automaton_decl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1792:69: warning: enum conversion when passing argument 3 of ‘htab_find_slot’ is invalid in C++ [-Wc++-compat] | |
1792 | entry_ptr = htab_find_slot (automaton_decl_table, automaton_decl, 1); | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:114: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../include/hashtab.h:173:16: note: expected ‘enum insert_option’ but argument is of type ‘int’ | |
173 | extern void ** htab_find_slot (htab_t, const void *, enum insert_option); | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insn_decl_hash’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1855:3: note: in expansion of macro ‘gcc_assert’ | |
1855 | gcc_assert (decl->mode == dm_insn_reserv | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insn_decl_eq_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1869:3: note: in expansion of macro ‘gcc_assert’ | |
1869 | gcc_assert (decl1->mode == dm_insn_reserv | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insert_insn_decl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1891:59: warning: enum conversion when passing argument 3 of ‘htab_find_slot’ is invalid in C++ [-Wc++-compat] | |
1891 | entry_ptr = htab_find_slot (insn_decl_table, insn_decl, 1); | |
| ^ | |
In file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:114: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../include/hashtab.h:173:16: note: expected ‘enum insert_option’ but argument is of type ‘int’ | |
173 | extern void ** htab_find_slot (htab_t, const void *, enum insert_option); | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘decl_hash’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1953:3: note: in expansion of macro ‘gcc_assert’ | |
1953 | gcc_assert ((d->mode == dm_unit && DECL_UNIT (d)->name) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘decl_eq_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1968:3: note: in expansion of macro ‘gcc_assert’ | |
1968 | gcc_assert ((d1->mode == dm_unit && DECL_UNIT (d1)->name) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1970:3: note: in expansion of macro ‘gcc_assert’ | |
1970 | gcc_assert ((d2->mode == dm_unit && DECL_UNIT (d2)->name) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insert_decl’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:1992:49: warning: enum conversion when passing argument 3 of ‘htab_find_slot’ is invalid in C++ [-Wc++-compat] | |
1992 | entry_ptr = htab_find_slot (decl_table, decl, 1); | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:114: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../include/hashtab.h:173:16: note: expected ‘enum insert_option’ but argument is of type ‘int’ | |
173 | extern void ** htab_find_slot (htab_t, const void *, enum insert_option); | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘process_regexp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:2686:6: note: in expansion of macro ‘gcc_unreachable’ | |
2686 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:2711:7: note: in expansion of macro ‘gcc_unreachable’ | |
2711 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘loop_in_regexp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:2827:7: note: in expansion of macro ‘gcc_unreachable’ | |
2827 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘check_loops_in_regexps’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:2855:3: note: in expansion of macro ‘gcc_assert’ | |
2855 | gcc_assert (DECL_RESERV (decl)->regexp); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘process_regexp_cycles’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:2958:7: note: in expansion of macro ‘gcc_unreachable’ | |
2958 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘reserv_sets_cmp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3398:3: note: in expansion of macro ‘gcc_assert’ | |
3398 | gcc_assert (reservs_1 && reservs_2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘set_unit_reserv’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3428:3: note: in expansion of macro ‘gcc_assert’ | |
3428 | gcc_assert (cycle_num < max_cycles_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘test_unit_reserv’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3438:3: note: in expansion of macro ‘gcc_assert’ | |
3438 | gcc_assert (cycle_num < max_cycles_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘reserv_sets_are_intersected’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3455:3: note: in expansion of macro ‘gcc_assert’ | |
3455 | gcc_assert (operand_1 && operand_2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘reserv_sets_shift’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3494:3: note: in expansion of macro ‘gcc_assert’ | |
3494 | gcc_assert (result && operand && result != operand); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘reserv_sets_or’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3508:3: note: in expansion of macro ‘gcc_assert’ | |
3508 | gcc_assert (result && operand_1 && operand_2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘reserv_sets_and’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3524:3: note: in expansion of macro ‘gcc_assert’ | |
3524 | gcc_assert (result && operand_1 && operand_2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_cycle_reservs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3546:3: note: in expansion of macro ‘gcc_assert’ | |
3546 | gcc_assert (repetition_num > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3563:3: note: in expansion of macro ‘gcc_assert’ | |
3563 | gcc_assert (repetition_num > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘get_free_state’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3617:3: note: in expansion of macro ‘gcc_assert’ | |
3617 | gcc_assert (max_cycles_num > 0 && automaton); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘insert_state’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3725:60: warning: enum conversion when passing argument 3 of ‘htab_find_slot’ is invalid in C++ [-Wc++-compat] | |
3725 | entry_ptr = htab_find_slot (state_table, (void *) state, 1); | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:114: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../include/hashtab.h:173:16: note: expected ‘enum insert_option’ but argument is of type ‘int’ | |
173 | extern void ** htab_find_slot (htab_t, const void *, enum insert_option); | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘intersected_state_reservs_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3744:3: note: in expansion of macro ‘gcc_assert’ | |
3744 | gcc_assert (state1->automaton == state2->automaton); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘states_union’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3757:3: note: in expansion of macro ‘gcc_assert’ | |
3757 | gcc_assert (state1->automaton == state2->automaton); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘remove_arc’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3859:3: note: in expansion of macro ‘gcc_assert’ | |
3859 | gcc_assert (arc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:3865:3: note: in expansion of macro ‘gcc_assert’ | |
3865 | gcc_assert (curr_arc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘automata_list_finish’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4081:42: warning: enum conversion when passing argument 3 of ‘htab_find_slot’ is invalid in C++ [-Wc++-compat] | |
4081 | (void *) current_automata_list, 1); | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:114: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../include/hashtab.h:173:16: note: expected ‘enum insert_option’ but argument is of type ‘int’ | |
173 | extern void ** htab_find_slot (htab_t, const void *, enum insert_option); | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:105: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘copy_insn_regexp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4415:7: note: in expansion of macro ‘gcc_unreachable’ | |
4415 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘transform_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4437:7: note: in expansion of macro ‘gcc_assert’ | |
4437 | gcc_assert (repeat_num > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘transform_2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4475:4: note: in expansion of macro ‘gcc_assert’ | |
4475 | gcc_assert (REGEXP_SEQUENCE (sequence)->regexps_num > 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4519:4: note: in expansion of macro ‘gcc_assert’ | |
4519 | gcc_assert (REGEXP_ALLOF (allof)->regexps_num > 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4562:4: note: in expansion of macro ‘gcc_assert’ | |
4562 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘transform_3’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4617:4: note: in expansion of macro ‘gcc_assert’ | |
4617 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4669:4: note: in expansion of macro ‘gcc_assert’ | |
4669 | gcc_assert (REGEXP_ONEOF (oneof)->regexps_num > 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4724:4: note: in expansion of macro ‘gcc_assert’ | |
4724 | gcc_assert (max_seq_length != 1 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘regexp_transform_func’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4843:7: note: in expansion of macro ‘gcc_unreachable’ | |
4843 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘store_alt_unit_usage’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4931:3: note: in expansion of macro ‘gcc_assert’ | |
4931 | gcc_assert (regexp && regexp->mode == rm_oneof | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘check_regexp_units_distribution’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4983:4: note: in expansion of macro ‘gcc_assert’ | |
4983 | gcc_assert (unit->mode == rm_nothing); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:4995:5: note: in expansion of macro ‘gcc_unreachable’ | |
4995 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5014:5: note: in expansion of macro ‘gcc_unreachable’ | |
5014 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5027:4: note: in expansion of macro ‘gcc_unreachable’ | |
5027 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘process_seq_for_forming_states’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5160:7: note: in expansion of macro ‘gcc_unreachable’ | |
5160 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘process_alts_for_forming_states’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5210:7: note: in expansion of macro ‘gcc_assert’ | |
5210 | gcc_assert (!inside_oneof_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘make_automaton’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5399:7: note: in expansion of macro ‘gcc_assert’ | |
5399 | gcc_assert (advance_cycle_ainsn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘form_arcs_marked_by_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5421:7: note: in expansion of macro ‘gcc_assert’ | |
5421 | gcc_assert (arc->insn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘create_composed_state’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5454:7: note: in expansion of macro ‘gcc_assert’ | |
5454 | gcc_assert (ndfa_flag); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5476:8: note: in expansion of macro ‘gcc_assert’ | |
5476 | gcc_assert (!alt_state->state->component_states); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genemit.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genemit.c: In function ‘gen_exp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genemit.c:263:7: note: in expansion of macro ‘gcc_unreachable’ | |
263 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genemit.c:308:4: note: in expansion of macro ‘gcc_unreachable’ | |
308 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5493:15: note: in expansion of macro ‘gcc_assert’ | |
5493 | gcc_assert | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5500:15: note: in expansion of macro ‘gcc_assert’ | |
5500 | gcc_assert (!state->it_was_placed_in_stack_for_DFA_forming); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘set_out_arc_insns_equiv_num’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5631:7: note: in expansion of macro ‘gcc_assert’ | |
5631 | gcc_assert (!arc->insn->insn_reserv_decl->equiv_class_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5636:7: note: in expansion of macro ‘gcc_assert’ | |
5636 | gcc_assert (arc->insn->insn_reserv_decl->equiv_class_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘state_is_differed’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5704:3: note: in expansion of macro ‘gcc_assert’ | |
5704 | gcc_assert (state->num_out_arcs == another_state->num_out_arcs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:5710:5: note: in expansion of macro ‘gcc_assert’ | |
5710 | gcc_assert (state->presence_signature[si] | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘process_insn_equiv_class’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6199:3: note: in expansion of macro ‘gcc_assert’ | |
6199 | gcc_assert (insn_arcs_array [ainsn->insn_reserv_decl->insn_num]); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘set_insn_equiv_classes’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6264:9: note: in expansion of macro ‘gcc_assert’ | |
6264 | gcc_assert (first_insn->first_insn_with_same_reservs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘units_to_automata_heuristic_distr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6360:3: note: in expansion of macro ‘gcc_assert’ | |
6360 | gcc_assert (j == description->units_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6372:7: note: in expansion of macro ‘gcc_assert’ | |
6372 | gcc_assert (automata_num - automaton_num - 1 <= rest_units_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6386:3: note: in expansion of macro ‘gcc_assert’ | |
6386 | gcc_assert (automaton_num == automata_num - 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘form_regexp’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:6633:7: note: in expansion of macro ‘gcc_unreachable’ | |
6633 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘add_vect’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7099:3: note: in expansion of macro ‘gcc_assert’ | |
7099 | gcc_assert (vect_length); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7100:3: note: in expansion of macro ‘gcc_assert’ | |
7100 | gcc_assert (VEC_last (vect_el_t, vect) != undefined_vect_el_value); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7113:3: note: in expansion of macro ‘gcc_assert’ | |
7113 | gcc_assert (VEC_length (vect_el_t, tab->comb_vect) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7210:3: note: in expansion of macro ‘gcc_assert’ | |
7210 | gcc_assert (VEC_length (vect_el_t, tab->comb_vect) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7217:9: note: in expansion of macro ‘gcc_assert’ | |
7217 | gcc_assert (VEC_index (vect_el_t, tab->comb_vect, | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7220:9: note: in expansion of macro ‘gcc_assert’ | |
7220 | gcc_assert (x >= 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘out_state_arcs_num’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7252:7: note: in expansion of macro ‘gcc_assert’ | |
7252 | gcc_assert (arc->insn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘add_vect_el’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7285:3: note: in expansion of macro ‘gcc_assert’ | |
7285 | gcc_assert (ainsn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_trans_table’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7331:11: note: in expansion of macro ‘gcc_assert’ | |
7331 | gcc_assert (arc->insn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_dead_lock_vect’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7521:7: note: in expansion of macro ‘gcc_assert’ | |
7521 | gcc_assert (arc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_max_insn_queue_index_def’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:7653:3: note: in expansion of macro ‘gcc_assert’ | |
7653 | gcc_assert (i >= 0); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c: In function ‘gen_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c:120:3: note: in expansion of macro ‘gcc_assert’ | |
120 | gcc_assert (dup_count == VEC_length (int, acc.dupnums)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c: In function ‘VEC_safe_set_locstr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c:190:7: note: in expansion of macro ‘gcc_assert’ | |
190 | gcc_assert (VEC_index (locstr, *vp, ix) == 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c: In function ‘print_path’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c:326:2: note: in expansion of macro ‘gcc_unreachable’ | |
326 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_default_latencies’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genextract.c:338:2: note: in expansion of macro ‘gcc_unreachable’ | |
338 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8111:2: note: in expansion of macro ‘gcc_assert’ | |
8111 | gcc_assert (j++ == DECL_INSN_RESERV (decl)->insn_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8115:3: note: in expansion of macro ‘gcc_assert’ | |
8115 | gcc_assert (j == DECL_INSN_RESERV (advance_cycle_insn_decl)->insn_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_internal_insn_latency_func’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8157:6: note: in expansion of macro ‘gcc_assert’ | |
8157 | gcc_assert (bypass->in_insn_reserv->insn_num | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_print_reservation_func’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8288:4: note: in expansion of macro ‘gcc_assert’ | |
8288 | gcc_assert (j == DECL_INSN_RESERV (decl)->insn_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8296:3: note: in expansion of macro ‘gcc_assert’ | |
8296 | gcc_assert (j == DECL_INSN_RESERV (advance_cycle_insn_decl)->insn_num); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘output_state_arcs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:8722:7: note: in expansion of macro ‘gcc_assert’ | |
8722 | gcc_assert (ainsn->first_insn_with_same_reservs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c: In function ‘form_important_insn_automata_lists’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genautomata.c:9136:3: note: in expansion of macro ‘gcc_assert’ | |
9136 | gcc_assert (arc->insn->first_insn_with_same_reservs); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genopinit.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genopinit.c: In function ‘gen_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genopinit.c:406:3: note: in expansion of macro ‘gcc_unreachable’ | |
406 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genoutput.c:86: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genoutput.c: In function ‘output_insn_data’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genoutput.c:385:4: note: in expansion of macro ‘gcc_unreachable’ | |
385 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘process_define_predicate’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:381:33: warning: enum conversion when passing argument 2 of ‘add_predicate_code’ is invalid in C++ [-Wc++-compat] | |
381 | add_predicate_code (pred, i); | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:59: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gensupport.h:88:13: note: expected ‘enum rtx_code’ but argument is of type ‘int’ | |
88 | extern void add_predicate_code (struct pred_data *, enum rtx_code); | |
| ^~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: At top level: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:393:9: warning: enum type defined in struct or union is not visible in C++ [-Wc++-compat] | |
393 | (enum decision_type, struct decision_test ***); | |
| ^~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:84:8: note: enum type defined here | |
84 | enum decision_type | |
| ^~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:490:25: warning: enum type defined in struct or union is not visible in C++ [-Wc++-compat] | |
490 | new_decision_test (enum decision_type type, struct decision_test ***pplace) | |
| ^~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:84:8: note: enum type defined here | |
84 | enum decision_type | |
| ^~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘find_operand’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:554:4: note: in expansion of macro ‘gcc_unreachable’ | |
554 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘find_matching_operand’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:605:4: note: in expansion of macro ‘gcc_unreachable’ | |
605 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘validate_pattern’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:858:4: note: in expansion of macro ‘gcc_unreachable’ | |
858 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘add_to_sequence’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:917:34: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
917 | test = new_decision_test (DT_num_insns, &place); | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:86:7: note: enum constant defined here | |
86 | DT_num_insns, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:949:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
949 | test = new_decision_test (DT_veclen_ge, &place); | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:979:32: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
979 | test = new_decision_test (DT_pred, &place); | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1014:28: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1014 | test = new_decision_test (DT_accept_op, &place); | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1033:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1033 | test = new_decision_test (DT_dup, &place); | |
| ^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:21: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1036:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1036 | test = new_decision_test (DT_accept_op, &place); | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1051:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1051 | test = new_decision_test (DT_dup, &place); | |
| ^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:21: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1071:4: note: in expansion of macro ‘gcc_assert’ | |
1071 | gcc_assert (i < 2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1075:34: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1075 | test = new_decision_test (DT_elt_zero_int, &place); | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1080:34: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1080 | test = new_decision_test (DT_elt_one_int, &place); | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1088:9: warning: enum type defined in struct or union is not visible in C++ [-Wc++-compat] | |
1088 | enum decision_type type | |
| ^~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:84:8: note: enum type defined here | |
84 | enum decision_type | |
| ^~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1090:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1090 | ? DT_elt_zero_wide_safe : DT_elt_zero_wide; | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1090:34: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1090 | ? DT_elt_zero_wide_safe : DT_elt_zero_wide; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1092:4: note: in expansion of macro ‘gcc_assert’ | |
1092 | gcc_assert (!i); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1099:4: note: in expansion of macro ‘gcc_assert’ | |
1099 | gcc_assert (!i); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1101:30: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1101 | test = new_decision_test (DT_veclen, &place); | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1136:4: note: in expansion of macro ‘gcc_unreachable’ | |
1136 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1146:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1146 | test = new_decision_test (DT_code, &place); | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1153:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1153 | test = new_decision_test (DT_mode, &place); | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1158:3: note: in expansion of macro ‘gcc_assert’ | |
1158 | gcc_assert (this_decision->tests); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘maybe_both_true_2’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1175:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1175 | case DT_num_insns: | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:86:7: note: enum constant defined here | |
86 | DT_num_insns, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1181:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1181 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1184:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1184 | case DT_code: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1187:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1187 | case DT_veclen: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1190:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1190 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1191:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1191 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1192:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1192 | case DT_elt_zero_wide: | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1193:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1193 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1205:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1205 | if (d1->type == DT_pred || d2->type == DT_pred) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1205:42: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1205 | if (d1->type == DT_pred || d2->type == DT_pred) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1207:23: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1207 | if (d2->type == DT_pred) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1216:20: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1216 | if (d2->type == DT_mode) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1236:20: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1236 | if (d2->type == DT_code) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1243:25: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1243 | else if (d2->type == DT_pred && d2->u.pred.data) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1248:15: warning: enum conversion from ‘int’ to ‘enum rtx_code’ in assignment is invalid in C++ [-Wc++-compat] | |
1248 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1248:39: warning: increment of enumeration value is invalid in C++ [-Wc++-compat] | |
1248 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1262:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1262 | if (d1->type == DT_veclen && d2->type == DT_veclen_ge) | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1262:44: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1262 | if (d1->type == DT_veclen && d2->type == DT_veclen_ge) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1264:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1264 | if (d1->type == DT_veclen_ge && d2->type == DT_veclen) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1264:47: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1264 | if (d1->type == DT_veclen_ge && d2->type == DT_veclen) | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘maybe_both_true_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1280:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1280 | if (d1->type == DT_accept_op || d2->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1280:47: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1280 | if (d1->type == DT_accept_op || d2->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘maybe_both_true’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1335:7: note: in expansion of macro ‘gcc_assert’ | |
1335 | gcc_assert (!toplevel); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘nodes_identical_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1379:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1379 | case DT_num_insns: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:86:7: note: enum constant defined here | |
86 | DT_num_insns, | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1382:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1382 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1385:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1385 | case DT_code: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1388:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1388 | case DT_pred: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1392:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1392 | case DT_c_test: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:38: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1395:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1395 | case DT_veclen: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1396:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1396 | case DT_veclen_ge: | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1399:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1399 | case DT_dup: | |
| ^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:21: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1402:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1402 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1403:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1403 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1404:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1404 | case DT_elt_zero_wide: | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1405:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1405 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1408:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1408 | case DT_accept_op: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1411:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1411 | case DT_accept_insn: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1416:7: note: in expansion of macro ‘gcc_unreachable’ | |
1416 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘merge_accept_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1466:22: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1466 | if (old->type == DT_accept_insn) | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1472:22: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1472 | if (add->type == DT_accept_insn) | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘merge_trees’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1518:3: note: in expansion of macro ‘gcc_assert’ | |
1518 | gcc_assert (!strcmp (oldh->first->position, addh->first->position)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘factor_tests’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1594:12: warning: enum type defined in struct or union is not visible in C++ [-Wc++-compat] | |
1594 | enum decision_type type; | |
| ^~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:84:8: note: enum type defined here | |
84 | enum decision_type | |
| ^~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1606:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1606 | if (type != DT_mode | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1607:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1607 | && type != DT_code | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1608:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1608 | && type != DT_veclen | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1609:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1609 | && type != DT_elt_zero_int | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1610:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1610 | && type != DT_elt_one_int | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1611:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1611 | && type != DT_elt_zero_wide_safe) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘simplify_tests’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1687:30: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1687 | while (b && b->type != DT_pred) | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1694:22: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1694 | while (a->type == DT_mode || a->type == DT_code) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1694:44: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1694 | while (a->type == DT_mode || a->type == DT_code) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘write_switch’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1863:8: warning: enum type defined in struct or union is not visible in C++ [-Wc++-compat] | |
1863 | enum decision_type type = p->tests->type; | |
| ^~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:84:8: note: enum type defined here | |
84 | enum decision_type | |
| ^~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1878:15: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1878 | if (type == DT_code) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1903:28: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1903 | && p->tests->type == DT_code | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1921:37: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1921 | while (p && p->tests->type == DT_pred && p->tests->u.pred.data) | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1925:11: warning: enum conversion from ‘int’ to ‘enum rtx_code’ in assignment is invalid in C++ [-Wc++-compat] | |
1925 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1925:35: warning: increment of enumeration value is invalid in C++ [-Wc++-compat] | |
1925 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1929:11: warning: enum conversion from ‘int’ to ‘enum rtx_code’ in assignment is invalid in C++ [-Wc++-compat] | |
1929 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1929:35: warning: increment of enumeration value is invalid in C++ [-Wc++-compat] | |
1929 | for (c = 0; c < NUM_RTX_CODE; c++) | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1963:20: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1963 | else if (type == DT_mode | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1964:16: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1964 | || type == DT_veclen | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1965:16: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1965 | || type == DT_elt_zero_int | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1966:16: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1966 | || type == DT_elt_one_int | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1967:16: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1967 | || type == DT_elt_zero_wide_safe) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1973:19: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1973 | if (type == DT_elt_zero_wide_safe) | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1981:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1981 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1984:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1984 | case DT_veclen: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1987:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1987 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1990:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1990 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1993:7: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
1993 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:1999:4: note: in expansion of macro ‘gcc_unreachable’ | |
1999 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2019:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2019 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2022:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2022 | case DT_veclen: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2025:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2025 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2026:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2026 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2027:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2027 | case DT_elt_zero_wide: | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2028:11: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2028 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2032:8: note: in expansion of macro ‘gcc_unreachable’ | |
2032 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘write_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2062:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2062 | case DT_num_insns: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:86:7: note: enum constant defined here | |
86 | DT_num_insns, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2066:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2066 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2070:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2070 | case DT_code: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2075:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2075 | case DT_veclen: | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2079:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2079 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2083:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2083 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2087:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2087 | case DT_elt_zero_wide: | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2088:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2088 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2093:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2093 | case DT_const_int: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:89:7: note: enum constant defined here | |
89 | DT_const_int, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2098:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2098 | case DT_veclen_ge: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2102:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2102 | case DT_dup: | |
| ^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:21: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2106:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2106 | case DT_pred: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2111:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2111 | case DT_c_test: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:38: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2115:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2115 | case DT_accept_insn: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2116:7: note: in expansion of macro ‘gcc_assert’ | |
2116 | gcc_assert (subroutine_type == RECOG); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2117:7: note: in expansion of macro ‘gcc_assert’ | |
2117 | gcc_assert (p->u.insn.num_clobbers_to_add); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2122:7: note: in expansion of macro ‘gcc_unreachable’ | |
2122 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘write_action’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2140:26: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2140 | else if (test->type == DT_accept_op || test->type == DT_accept_insn) | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2140:56: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2140 | else if (test->type == DT_accept_op || test->type == DT_accept_insn) | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2149:21: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2149 | if (test->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2157:30: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2157 | gcc_assert (test->type == DT_accept_insn); | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:14: note: in definition of macro ‘gcc_assert’ | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2157:4: note: in expansion of macro ‘gcc_assert’ | |
2157 | gcc_assert (test->type == DT_accept_insn); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2162:3: note: in expansion of macro ‘gcc_assert’ | |
2162 | gcc_assert (!test->next); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2164:21: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2164 | if (test->type == DT_accept_insn) | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2200:4: note: in expansion of macro ‘gcc_unreachable’ | |
2200 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘is_unconditional’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2221:18: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2221 | if (t->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2224:18: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2224 | if (t->type == DT_accept_insn) | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2235:4: note: in expansion of macro ‘gcc_unreachable’ | |
2235 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘write_node’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2256:25: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2256 | if (test->type == DT_code | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2259:27: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2259 | && test->next->type == DT_elt_zero_wide_safe | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2263:17: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2263 | test->type = DT_const_int; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:89:7: note: enum constant defined here | |
89 | DT_const_int, | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘make_insn_sequence’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2533:3: note: in expansion of macro ‘gcc_assert’ | |
2533 | gcc_assert (truth); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2584:25: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2584 | if (test->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2589:33: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2589 | test = new_decision_test (DT_c_test, &place); | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:38: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2593:29: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2593 | test = new_decision_test (DT_accept_insn, &place); | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2648:26: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2648 | if (test->type == DT_accept_op) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2658:31: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2658 | test = new_decision_test (DT_c_test, &place); | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:38: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2662:34: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2662 | test = new_decision_test (DT_accept_insn, &place); | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c: In function ‘debug_decision_2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2788:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2788 | case DT_num_insns: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:86:7: note: enum constant defined here | |
86 | DT_num_insns, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2791:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2791 | case DT_mode: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:7: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2794:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2794 | case DT_code: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:16: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2797:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2797 | case DT_veclen: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:87:25: note: enum constant defined here | |
87 | DT_mode, DT_code, DT_veclen, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2800:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2800 | case DT_elt_zero_int: | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:7: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2803:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2803 | case DT_elt_one_int: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:24: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2806:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2806 | case DT_elt_zero_wide: | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:40: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2809:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2809 | case DT_elt_zero_wide_safe: | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:88:58: note: enum constant defined here | |
88 | DT_elt_zero_int, DT_elt_one_int, DT_elt_zero_wide, DT_elt_zero_wide_safe, | |
| ^~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2812:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2812 | case DT_veclen_ge: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:7: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2815:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2815 | case DT_dup: | |
| ^~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:21: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2818:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2818 | case DT_pred: | |
| ^~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:29: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2822:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2822 | case DT_c_test: | |
| ^~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:90:38: note: enum constant defined here | |
90 | DT_veclen_ge, DT_dup, DT_pred, DT_c_test, | |
| ^~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2830:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2830 | case DT_accept_op: | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:7: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2833:10: warning: enum constant defined in struct or union is not visible in C++ [-Wc++-compat] | |
2833 | case DT_accept_insn: | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:91:21: note: enum constant defined here | |
91 | DT_accept_op, DT_accept_insn | |
| ^~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:54: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2839:7: note: in expansion of macro ‘gcc_unreachable’ | |
2839 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genrecog.c:2825:2: warning: ‘strncpy’ specified bound 20 equals destination size [-Wstringop-truncation] | |
2825 | strncpy (sub, test->u.c_test, sizeof(sub)); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.c: In function ‘calculate_allocation’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.c:181:3: note: in expansion of macro ‘gcc_assert’ | |
181 | gcc_assert (reserve >= 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.c:194:3: note: in expansion of macro ‘gcc_assert’ | |
194 | gcc_assert (alloc - num < (unsigned) reserve); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:107: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_rtx_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:523:8: note: in expansion of macro ‘gcc_unreachable’ | |
523 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_printf’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:560:3: note: in expansion of macro ‘gcc_assert’ | |
560 | gcc_assert (len < sizeof str); /* Leave room for \0. */ | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_copy_rtx’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:702:4: note: in expansion of macro ‘gcc_unreachable’ | |
702 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c: In function ‘shared_const_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c:208:3: note: in expansion of macro ‘gcc_assert’ | |
208 | gcc_assert (GET_CODE (orig) == CONST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘evaluate_eq_attr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:1949:2: note: in expansion of macro ‘gcc_assert’ | |
1949 | gcc_assert (GET_CODE (exp) == EQ_ATTR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c: In function ‘copy_rtx’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c:314:2: note: in expansion of macro ‘gcc_unreachable’ | |
314 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:1950:2: note: in expansion of macro ‘gcc_assert’ | |
1950 | gcc_assert (strlen (XSTR (exp, 0)) + strlen (XSTR (exp, 1)) + 2 | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c: In function ‘rtx_equal_p_cb’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.c:449:4: note: in expansion of macro ‘gcc_unreachable’ | |
449 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2012:7: note: in expansion of macro ‘gcc_unreachable’ | |
2012 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_alt_subset_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2331:7: note: in expansion of macro ‘gcc_unreachable’ | |
2331 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_alt_subset_of_compl_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2355:7: note: in expansion of macro ‘gcc_unreachable’ | |
2355 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_alt_intersection’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2381:7: note: in expansion of macro ‘gcc_unreachable’ | |
2381 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘attr_alt_union’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2410:7: note: in expansion of macro ‘gcc_unreachable’ | |
2410 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘optimize_attrs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:2820:3: note: in expansion of macro ‘gcc_assert’ | |
2820 | gcc_assert (iv == ivbuf + num_insn_ents); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘gen_insn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:3101:7: note: in expansion of macro ‘gcc_unreachable’ | |
3101 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘write_test_expr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:3245:4: note: in expansion of macro ‘gcc_unreachable’ | |
3245 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:3279:4: note: in expansion of macro ‘gcc_unreachable’ | |
3279 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:3345:7: note: in expansion of macro ‘gcc_assert’ | |
3345 | gcc_assert (attr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘write_attr_value’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:3958:7: note: in expansion of macro ‘gcc_unreachable’ | |
3958 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘write_eligible_delay’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:4035:7: note: in expansion of macro ‘gcc_assert’ | |
4035 | gcc_assert (attr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:4062:7: note: in expansion of macro ‘gcc_assert’ | |
4062 | gcc_assert (attr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:4092:6: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (attr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘make_internal_attr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:4182:3: note: in expansion of macro ‘gcc_assert’ | |
4182 | gcc_assert (!attr->default_val); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c: In function ‘make_numeric_value’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/genattrtab.c:4218:3: note: in expansion of macro ‘gcc_assert’ | |
4218 | gcc_assert (n >= 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14930:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14930 | optimize_function_for_size_p (cfun) && !TARGET_NACL" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14930:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14930 | optimize_function_for_size_p (cfun) && !TARGET_NACL" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14798:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14798 | optimize_function_for_size_p (cfun) && !TARGET_NACL)" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14798:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14798 | optimize_function_for_size_p (cfun) && !TARGET_NACL)" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14968:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14968 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14968:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14968 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14968:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14968 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14968:41: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14968 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14832:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14832 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14832:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14832 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14930:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14930 | optimize_function_for_size_p (cfun) && !TARGET_NACL" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14930:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14930 | optimize_function_for_size_p (cfun) && !TARGET_NACL" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14832:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14832 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14832:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14832 | optimize_function_for_size_p (cfun) && !TARGET_NACL) | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14798:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14798 | optimize_function_for_size_p (cfun) && !TARGET_NACL)" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:14798:40: warning: suggest parentheses around ‘&&’ within ‘||’ [-Wparentheses] | |
14798 | optimize_function_for_size_p (cfun) && !TARGET_NACL)" | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:20512: warning: operand 1 missing mode? | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:20529: warning: operand 1 missing mode? | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:20570: warning: operand 1 missing mode? | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386.md:20587: [0m[91mwarning: operand 1 missing mode?[0m[91m | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/sse.md:11566: warning: operand 1 missing mode? | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-dump.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.h: In function ‘gcov_position’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.h:586:3: note: in expansion of macro ‘gcc_assert’ | |
586 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_open’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:76:3: note: in expansion of macro ‘gcc_assert’ | |
76 | gcc_assert (!gcov_var.file); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_read_words’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:382:3: note: in expansion of macro ‘gcc_assert’ | |
382 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov.c:36: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.h: In function ‘gcov_position’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_sync’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:496:3: note: in expansion of macro ‘gcc_assert’ | |
496 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.h:586:3: note: in expansion of macro ‘gcc_assert’ | |
586 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_open’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:76:3: note: in expansion of macro ‘gcc_assert’ | |
76 | gcc_assert (!gcov_var.file); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_read_words’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:382:3: note: in expansion of macro ‘gcc_assert’ | |
382 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c: In function ‘gcov_sync’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gcov-io.c:496:3: note: in expansion of macro ‘gcc_assert’ | |
496 | gcc_assert (gcov_var.mode > 0); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-errors.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-errors.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
In file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:27: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/rtl.h:29, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c: In function ‘VEC_visibility_base_iterate’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.h:561:12: warning: enum conversion from ‘int’ to ‘visibility’ {aka ‘enum symbol_visibility’} in assignment is invalid in C++ [-Wc++-compat] | |
561 | *ptr = 0; \ | |
| ^ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/vec.h:506:1: note: in expansion of macro ‘DEF_VEC_FUNC_P’ | |
506 | DEF_VEC_FUNC_P(T) \ | |
| ^~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:597:1: note: in expansion of macro ‘DEF_VEC_I’ | |
597 | DEF_VEC_I (visibility); | |
| ^~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c: In function ‘handle_pragma_message’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:1020:3: note: in expansion of macro ‘gcc_assert’ | |
1020 | gcc_assert (message); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c: In function ‘c_pp_lookup_pragma’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:1090:3: note: in expansion of macro ‘gcc_unreachable’ | |
1090 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c: In function ‘c_register_pragma_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.c:1123:7: note: in expansion of macro ‘gcc_assert’ | |
1123 | gcc_assert (id < 64); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/stub-objc.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/stub-objc.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c: In function ‘get_fileinfo’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:110:38: warning: cast between incompatible function types from ‘int (*)(const char *, const char *)’ to ‘int (*)(splay_tree_key, splay_tree_key)’ {aka ‘int (*)(long unsigned int, long unsigned int)’} [-Wcast-function-type] | |
110 | file_info_tree = splay_tree_new ((splay_tree_compare_fn) strcmp, | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:112:10: warning: cast between incompatible function types from ‘void (*)(void *)’ to ‘void (*)(splay_tree_value)’ {aka ‘void (*)(long unsigned int)’} [-Wcast-function-type] | |
112 | (splay_tree_delete_value_fn) free); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c: In function ‘cb_def_pragma’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:267:40: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
267 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:267:59: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
267 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | |
| ~^ | |
| | | |
| char * | |
| %Z | |
268 | &fe_loc, space, name); | |
| ~~~~~~~ | |
| | | |
| location_t * {aka unsigned int *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:267:38: warning: too many arguments for format [-Wformat-extra-args] | |
267 | warning (OPT_Wunknown_pragmas, "%Hignoring #pragma %s %s", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c: In function ‘c_lex_with_flags’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:344:6: note: in expansion of macro ‘gcc_unreachable’ | |
344 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:382:17: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
382 | error ("%Hstray %<@%> in program", &atloc); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:382:15: warning: too many arguments for format [-Wformat-extra-args] | |
382 | error ("%Hstray %<@%> in program", &atloc); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:443:7: note: in expansion of macro ‘gcc_unreachable’ | |
443 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c: In function ‘interpret_float’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lex.c:648:2: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (type); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lang.c:27: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-lang.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c: In function ‘init_attributes’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:191:9: warning: to be safe all intermediate pointers in cast from ‘void **’ to ‘const void **’ must be ‘const’ qualified [-Wcast-qual] | |
191 | slot = (const void **)htab_find_slot_with_hash (attribute_hash, &str, | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:194:2: note: in expansion of macro ‘gcc_assert’ | |
194 | gcc_assert (!*slot); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c: In function ‘decl_attributes’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:296:7: note: in expansion of macro ‘gcc_assert’ | |
296 | gcc_assert (is_attribute_p (spec->name, name)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/attribs.c:447:8: note: in expansion of macro ‘gcc_assert’ | |
447 | gcc_assert (TREE_CODE (*node) == POINTER_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:35: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:39: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:33: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘set_bb_seq’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_addresses_taken’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’ | |
1274 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_def_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’ | |
1296 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_use_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’ | |
1317 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vuse_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’ | |
1338 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vdef_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’ | |
1359 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_expr_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’ | |
1413 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’ | |
1483 | gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_set_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’ | |
1495 | gcc_assert (subcode < (1 << 16)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’ | |
1623 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’ | |
1635 | gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’ | |
1687 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’ | |
1725 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’ | |
1727 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’ | |
1767 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’ | |
1882 | gcc_assert (!lhs || is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’ | |
1917 | gcc_assert (is_gimple_operand (fn)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’ | |
1928 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’ | |
1943 | gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_return_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’ | |
1959 | gcc_assert (POINTER_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’ | |
1962 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_chain’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’ | |
1996 | gcc_assert (chain == NULL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_num_args’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’ | |
2011 | gcc_assert (num_ops >= 3); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’ | |
2043 | gcc_assert (is_gimple_operand (arg)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:55: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2219:20: warning: enum conversion from ‘short unsigned int’ to ‘enum tree_code’ in return is invalid in C++ [-Wc++-compat] | |
2219 | return gs->gsbase.subcode; | |
| ~~~~~~~~~~^~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’ | |
2229 | gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’ | |
2260 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_rhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’ | |
2292 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_true_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’ | |
2315 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_false_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’ | |
2327 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_label_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’ | |
2458 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_goto_set_dest’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’ | |
2479 | gcc_assert (is_gimple_operand (dest)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_bind_set_block’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’ | |
2575 | gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’ | |
2616 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’ | |
2626 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’ | |
2637 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’ | |
2638 | gcc_assert (TREE_CODE (in_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’ | |
2649 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’ | |
2659 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’ | |
2670 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’ | |
2671 | gcc_assert (TREE_CODE (out_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’ | |
2682 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’ | |
2693 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’ | |
2694 | gcc_assert (TREE_CODE (clobber_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_kind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’ | |
2909 | gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’ | |
2920 | gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’ | |
2951 | gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’ | |
3078 | gcc_assert (index <= gs->gimple_phi.capacity); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’ | |
3089 | gcc_assert (index <= gs->gimple_phi.nargs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_num_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’ | |
3120 | gcc_assert (num_ops > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’ | |
3161 | gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’ | |
3173 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’ | |
3183 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’ | |
3184 | gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’ | |
3298 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’ | |
3309 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’ | |
3320 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’ | |
3331 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’ | |
3342 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’ | |
3353 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’ | |
3364 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’ | |
3375 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’ | |
3386 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’ | |
3397 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’ | |
3408 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’ | |
3419 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’ | |
3921 | gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’ | |
3922 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’ | |
3933 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’ | |
4102 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_set_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’ | |
4113 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’ | |
4114 | gcc_assert (retval == NULL_TREE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’ | |
4178 | gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_first_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’ | |
430 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_next_static_initializer’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’ | |
443 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/expr.h:26, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:39: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘bind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:505:7: note: in expansion of macro ‘gcc_unreachable’ | |
505 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘pop_scope’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:749:4: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (I_LABEL_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:762:8: note: in expansion of macro ‘gcc_assert’ | |
762 | gcc_assert (I_TAG_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:851:8: note: in expansion of macro ‘gcc_assert’ | |
851 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:859:4: note: in expansion of macro ‘gcc_unreachable’ | |
859 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘diagnose_mismatched_decls’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:1395:17: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
1395 | error ("%Jbut not here", newa ? olddecl : newdecl); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:1395:15: warning: too many arguments for format [-Wformat-extra-args] | |
1395 | error ("%Jbut not here", newa ? olddecl : newdecl); | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘merge_decls’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:1605:7: note: in expansion of macro ‘gcc_unreachable’ | |
1605 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘warn_if_shadowing’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:1972:26: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
1972 | warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:1972:24: warning: too many arguments for format [-Wformat-extra-args] | |
1972 | warning (OPT_Wshadow, "%Jshadowed declaration is here", old_decl); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘pushdecl_top_level’: | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2304:3: note: in expansion of macro ‘gcc_assert’ | |
2304 | gcc_assert (TREE_CODE (x) == VAR_DECL || TREE_CODE (x) == CONST_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2308:2: note: in expansion of macro ‘gcc_assert’ | |
2308 | gcc_assert (TREE_CODE (x) == CONST_DECL || !I_SYMBOL_BINDING (name)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘undeclared_variable’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2457:16: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2457 | error ("%H%qE undeclared here (not in a function)", &loc, id); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2457:19: warning: format ‘%E’ expects argument of type ‘union tree_node *’, but argument 2 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
2457 | error ("%H%qE undeclared here (not in a function)", &loc, id); | |
| ~~^ ~~~~ | |
| | | | |
| union tree_node * location_t * {aka unsigned int *} | |
| %qZ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2457:14: warning: too many arguments for format [-Wformat-extra-args] | |
2457 | error ("%H%qE undeclared here (not in a function)", &loc, id); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2462:16: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2462 | error ("%H%qE undeclared (first use in this function)", &loc, id); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2462:19: warning: format ‘%E’ expects argument of type ‘union tree_node *’, but argument 2 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
2462 | error ("%H%qE undeclared (first use in this function)", &loc, id); | |
| ~~^ ~~~~ | |
| | | | |
| union tree_node * location_t * {aka unsigned int *} | |
| %qZ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2462:14: warning: too many arguments for format [-Wformat-extra-args] | |
2462 | error ("%H%qE undeclared (first use in this function)", &loc, id); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2466:13: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2466 | error ("%H(Each undeclared identifier is reported only once", &loc); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2466:11: warning: too many arguments for format [-Wformat-extra-args] | |
2466 | error ("%H(Each undeclared identifier is reported only once", &loc); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2467:13: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2467 | error ("%Hfor each function it appears in.)", &loc); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2467:11: warning: too many arguments for format [-Wformat-extra-args] | |
2467 | error ("%Hfor each function it appears in.)", &loc); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘set_bb_seq’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘define_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2583:16: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2583 | error ("%Hduplicate label %qD", &location, label); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2583:35: warning: format ‘%D’ expects argument of type ‘union tree_node *’, but argument 2 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
2583 | error ("%Hduplicate label %qD", &location, label); | |
| ~~^ ~~~~~~~~~ | |
| | | | |
| | location_t * {aka unsigned int *} | |
| union tree_node * | |
| %qZ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2583:14: warning: too many arguments for format [-Wformat-extra-args] | |
2583 | error ("%Hduplicate label %qD", &location, label); | |
| ^~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2593:11: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
2593 | error ("%Jjump into statement expression", label); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2593:9: warning: too many arguments for format [-Wformat-extra-args] | |
2593 | error ("%Jjump into statement expression", label); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2595:11: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
2595 | error ("%Jjump into scope of identifier with variably modified type", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2595:9: warning: too many arguments for format [-Wformat-extra-args] | |
2595 | error ("%Jjump into scope of identifier with variably modified type", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2610:34: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2610 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2610:32: warning: format ‘%E’ expects argument of type ‘union tree_node *’, but argument 3 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
2610 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
2611 | "for labels, identifier %qE conflicts", &location, name); | |
| ~~~~~~~~~ | |
| | | |
| location_t * {aka unsigned int *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2611:33: note: format string is defined here | |
2611 | "for labels, identifier %qE conflicts", &location, name); | |
| ~~^ | |
| | | |
| union tree_node * | |
| %qZ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2610:32: warning: too many arguments for format [-Wformat-extra-args] | |
2610 | warning (OPT_Wtraditional, "%Htraditional C lacks a separate namespace " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘pending_xref_error’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2685:14: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
2685 | error ("%H%qE defined as wrong kind of tag", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_addresses_taken’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’ | |
1274 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2685:17: warning: format ‘%E’ expects argument of type ‘union tree_node *’, but argument 2 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
2685 | error ("%H%qE defined as wrong kind of tag", | |
| ~~^ | |
| | | |
| union tree_node * | |
| %qZ | |
2686 | &pending_invalid_xref_location, pending_invalid_xref); | |
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
| | | |
| location_t * {aka unsigned int *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2685:12: warning: too many arguments for format [-Wformat-extra-args] | |
2685 | error ("%H%qE defined as wrong kind of tag", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_def_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’ | |
1296 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_use_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’ | |
1317 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vuse_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’ | |
1338 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vdef_ops’: | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘c_builtin_function’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’ | |
1359 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_expr_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2827:3: note: in expansion of macro ‘gcc_assert’ | |
2827 | gcc_assert (!I_SYMBOL_BINDING (id)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’ | |
1413 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘c_builtin_function_ext_scope’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:2852:3: note: in expansion of macro ‘gcc_assert’ | |
2852 | gcc_assert (!I_SYMBOL_BINDING (id)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’ | |
1483 | gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_set_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’ | |
1495 | gcc_assert (subcode < (1 << 16)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’ | |
1623 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’ | |
1635 | gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘quals_from_declspecs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:3020:3: note: in expansion of macro ‘gcc_assert’ | |
3020 | gcc_assert (!specs->type | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’ | |
1687 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’ | |
1725 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’ | |
1727 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’ | |
1767 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’ | |
1882 | gcc_assert (!lhs || is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’ | |
1917 | gcc_assert (is_gimple_operand (fn)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’ | |
1928 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’ | |
1943 | gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_return_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’ | |
1959 | gcc_assert (POINTER_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’ | |
1962 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_chain’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’ | |
1996 | gcc_assert (chain == NULL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_num_args’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’ | |
2011 | gcc_assert (num_ops >= 3); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’ | |
2043 | gcc_assert (is_gimple_operand (arg)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:45: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2219:20: warning: enum conversion from ‘short unsigned int’ to ‘enum tree_code’ in return is invalid in C++ [-Wc++-compat] | |
2219 | return gs->gsbase.subcode; | |
| ~~~~~~~~~~^~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’ | |
2229 | gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’ | |
2260 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_rhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’ | |
2292 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_true_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’ | |
2315 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_false_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’ | |
2327 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_label_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’ | |
2458 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_goto_set_dest’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’ | |
2479 | gcc_assert (is_gimple_operand (dest)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_bind_set_block’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’ | |
2575 | gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘finish_decl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:3469:4: note: in expansion of macro ‘gcc_unreachable’ | |
3469 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’ | |
2616 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’ | |
2626 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’ | |
2637 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’ | |
2638 | gcc_assert (TREE_CODE (in_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’ | |
2649 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’ | |
2659 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’ | |
2670 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’ | |
2671 | gcc_assert (TREE_CODE (out_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’ | |
2682 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’ | |
2693 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’ | |
2694 | gcc_assert (TREE_CODE (clobber_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_kind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’ | |
2909 | gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’ | |
2920 | gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’ | |
2951 | gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘build_compound_literal’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:3755:7: note: in expansion of macro ‘gcc_assert’ | |
3755 | gcc_assert (!failure); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’ | |
3078 | gcc_assert (index <= gs->gimple_phi.capacity); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’ | |
3089 | gcc_assert (index <= gs->gimple_phi.nargs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_num_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’ | |
3120 | gcc_assert (num_ops > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’ | |
3161 | gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’ | |
3173 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’ | |
3183 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’ | |
3184 | gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’ | |
3298 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’ | |
3309 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’ | |
3320 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’ | |
3331 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘grokdeclarator’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4035:4: note: in expansion of macro ‘gcc_unreachable’ | |
4035 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’ | |
3342 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’ | |
3353 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’ | |
3364 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’ | |
3375 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’ | |
3386 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’ | |
3397 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’ | |
3408 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’ | |
3419 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’ | |
3921 | gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’ | |
3922 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’ | |
3933 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’ | |
4102 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_set_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’ | |
4113 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’ | |
4114 | gcc_assert (retval == NULL_TREE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’ | |
4178 | gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_first_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’ | |
430 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_next_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’ | |
443 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_aliases_computed_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4483:7: note: in expansion of macro ‘gcc_assert’ | |
4483 | gcc_assert (itype); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:42:3: note: in expansion of macro ‘gcc_assert’ | |
42 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4489:7: note: in expansion of macro ‘gcc_assert’ | |
4489 | gcc_assert (itype); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_addressable_vars’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:56:3: note: in expansion of macro ‘gcc_assert’ | |
56 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_call_clobbered_vars’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:65:3: note: in expansion of macro ‘gcc_assert’ | |
65 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_call_used_vars’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:74:3: note: in expansion of macro ‘gcc_assert’ | |
74 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_global_var’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:91:3: note: in expansion of macro ‘gcc_assert’ | |
91 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_nonlocal_all’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:100:3: note: in expansion of macro ‘gcc_assert’ | |
100 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4643:4: note: in expansion of macro ‘gcc_unreachable’ | |
4643 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘var_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:201:3: note: in expansion of macro ‘gcc_assert’ | |
201 | gcc_assert (ann->common.type == VAR_ANN); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘function_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:220:3: note: in expansion of macro ‘gcc_assert’ | |
220 | gcc_assert (t); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:221:3: note: in expansion of macro ‘gcc_assert’ | |
221 | gcc_assert (TREE_CODE (t) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:222:3: note: in expansion of macro ‘gcc_assert’ | |
222 | gcc_assert (!t->base.ann | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘get_function_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:234:3: note: in expansion of macro ‘gcc_assert’ | |
234 | gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘relink_imm_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:362:3: note: in expansion of macro ‘gcc_assert’ | |
362 | gcc_assert (*(old->use) == *(node->use)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘first_readonly_imm_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:399:3: note: in expansion of macro ‘gcc_assert’ | |
399 | gcc_assert (TREE_CODE (var) == SSA_NAME); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘phi_nodes’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:534:3: note: in expansion of macro ‘gcc_assert’ | |
534 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘set_phi_nodes’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:547:3: note: in expansion of macro ‘gcc_assert’ | |
547 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘phi_arg_index_from_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:568:3: note: in expansion of macro ‘gcc_assert’ | |
568 | gcc_assert (gimple_code (phi) == GIMPLE_PHI); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4695:7: note: in expansion of macro ‘gcc_assert’ | |
4695 | gcc_assert (storage_class == csc_none && !threadp | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘memory_partition’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:646:3: note: in expansion of macro ‘gcc_assert’ | |
646 | gcc_assert (!is_gimple_reg (sym)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow.h:1178, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:46: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘mark_call_clobbered’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:691:30: warning: enum conversion in assignment is invalid in C++ [-Wc++-compat] | |
691 | var_ann (var)->escape_mask |= escape_type; | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘clear_call_clobbered’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:701:20: warning: enum conversion in assignment is invalid in C++ [-Wc++-compat] | |
701 | ann->escape_mask = 0; | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:903:3: note: in expansion of macro ‘gcc_assert’ | |
903 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_def’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:914:3: note: in expansion of macro ‘gcc_assert’ | |
914 | gcc_assert ((flags & SSA_OP_ALL_USES) == 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:4798:2: note: in expansion of macro ‘gcc_assert’ | |
4798 | gcc_assert (storage_class == csc_none && !threadp | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_next_mustdef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:962:7: note: in expansion of macro ‘gcc_assert’ | |
962 | gcc_assert (VUSE_VECT_NUM_ELEM (*vp) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_vdef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:975:3: note: in expansion of macro ‘gcc_assert’ | |
975 | gcc_assert (gimple_code (stmt) != GIMPLE_PHI); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_phiuse’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1147:3: note: in expansion of macro ‘gcc_assert’ | |
1147 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_phidef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1176:3: note: in expansion of macro ‘gcc_assert’ | |
1176 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5002:5: note: in expansion of macro ‘gcc_assert’ | |
5002 | gcc_assert (!DECL_ASSEMBLER_NAME_SET_P (decl)); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘move_use_after_head’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1221:3: note: in expansion of macro ‘gcc_assert’ | |
1221 | gcc_assert (USE_FROM_PTR (use_p) == USE_FROM_PTR (head)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘first_imm_use_stmt’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1278:3: note: in expansion of macro ‘gcc_assert’ | |
1278 | gcc_assert (TREE_CODE (var) == SSA_NAME); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘grokparms’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘array_ref_contains_indirect_ref’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1369:3: note: in expansion of macro ‘gcc_assert’ | |
1369 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5080:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5080 | error ("%Jparameter %u has incomplete type", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘ref_contains_array_ref’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1384:3: note: in expansion of macro ‘gcc_assert’ | |
1384 | gcc_assert (handled_component_p (ref)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_incomplete_type_error’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:212:4: note: in expansion of macro ‘gcc_unreachable’ | |
212 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5080:28: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 2 has type ‘tree’ {aka ‘union tree_node *’} [-Wformat=] | |
5080 | error ("%Jparameter %u has incomplete type", | |
| ~^ | |
| | | |
| unsigned int | |
| %D | |
5081 | parm, parmno); | |
| ~~~~ | |
| | | |
| tree {aka union tree_node *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5080:14: warning: too many arguments for format [-Wformat-extra-args] | |
5080 | error ("%Jparameter %u has incomplete type", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5092:21: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5092 | warning (0, "%Jparameter %u has void type", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘composite_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:305:3: note: in expansion of macro ‘gcc_assert’ | |
305 | gcc_assert (code1 == code2); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5092:33: warning: format ‘%u’ expects argument of type ‘unsigned int’, but argument 3 has type ‘tree’ {aka ‘union tree_node *’} [-Wformat=] | |
5092 | warning (0, "%Jparameter %u has void type", | |
| ~^ | |
| | | |
| unsigned int | |
| %D | |
5093 | parm, parmno); | |
| ~~~~ | |
| | | |
| tree {aka union tree_node *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5092:19: warning: too many arguments for format [-Wformat-extra-args] | |
5092 | warning (0, "%Jparameter %u has void type", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:332:2: note: in expansion of macro ‘gcc_assert’ | |
332 | gcc_assert (!TYPE_QUALS (t1) && !TYPE_QUALS (t2)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘get_parm_info’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘common_pointer_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:557:3: note: in expansion of macro ‘gcc_assert’ | |
557 | gcc_assert (TREE_CODE (t1) == POINTER_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5139:3: note: in expansion of macro ‘gcc_assert’ | |
5139 | gcc_assert (b); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-convert.c:31: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_common_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:624:3: note: in expansion of macro ‘gcc_assert’ | |
624 | gcc_assert (code1 == VECTOR_TYPE || code1 == COMPLEX_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5180:8: note: in expansion of macro ‘gcc_assert’ | |
5180 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:627:3: note: in expansion of macro ‘gcc_assert’ | |
627 | gcc_assert (code2 == VECTOR_TYPE || code2 == COMPLEX_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5217:8: note: in expansion of macro ‘gcc_assert’ | |
5217 | gcc_assert (I_TAG_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5267:8: note: in expansion of macro ‘gcc_assert’ | |
5267 | gcc_assert (I_SYMBOL_BINDING (b->id) == b); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:743:3: note: in expansion of macro ‘gcc_unreachable’ | |
743 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:754:3: note: in expansion of macro ‘gcc_unreachable’ | |
754 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5276:4: note: in expansion of macro ‘gcc_unreachable’ | |
5276 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘same_translation_unit_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1077:16: note: in expansion of macro ‘gcc_unreachable’ | |
1077 | default: gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1089:16: note: in expansion of macro ‘gcc_unreachable’ | |
1089 | default: gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-convert.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘tagged_types_tu_compatible_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1352:7: note: in expansion of macro ‘gcc_unreachable’ | |
1352 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘array_to_pointer_conversion’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1606:3: note: in expansion of macro ‘gcc_assert’ | |
1606 | gcc_assert (TREE_CODE (type) == ARRAY_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘function_to_pointer_conversion’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1643:3: note: in expansion of macro ‘gcc_assert’ | |
1643 | gcc_assert (TREE_CODE (TREE_TYPE (exp)) == FUNCTION_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘finish_struct’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5638:17: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5638 | error ("%Jflexible array member in union", x); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5638:15: warning: too many arguments for format [-Wformat-extra-args] | |
5638 | error ("%Jflexible array member in union", x); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘perform_integral_promotions’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5643:17: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5643 | error ("%Jflexible array member not at end of struct", x); | |
| ^ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1719:3: note: in expansion of macro ‘gcc_assert’ | |
1719 | gcc_assert (INTEGRAL_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5643:15: warning: too many arguments for format [-Wformat-extra-args] | |
5643 | error ("%Jflexible array member not at end of struct", x); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘default_conversion’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:1770:3: note: in expansion of macro ‘gcc_assert’ | |
1770 | gcc_assert (code != FUNCTION_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5648:17: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5648 | error ("%Jflexible array member in otherwise empty struct", x); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5648:15: warning: too many arguments for format [-Wformat-extra-args] | |
5648 | error ("%Jflexible array member in otherwise empty struct", x); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5656:6: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5656 | "%Jinvalid use of structure with flexible array member", x); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:5656:4: warning: too many arguments for format [-Wformat-extra-args] | |
5656 | "%Jinvalid use of structure with flexible array member", x); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘build_array_ref’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:2106:3: note: in expansion of macro ‘gcc_assert’ | |
2106 | gcc_assert (TREE_CODE (TREE_TYPE (index)) == INTEGER_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:2176:7: note: in expansion of macro ‘gcc_assert’ | |
2176 | gcc_assert (TREE_CODE (TREE_TYPE (ar)) == POINTER_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:2177:7: note: in expansion of macro ‘gcc_assert’ | |
2177 | gcc_assert (TREE_CODE (TREE_TYPE (TREE_TYPE (ar))) != FUNCTION_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘convert_arguments’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:2748:3: note: in expansion of macro ‘gcc_assert’ | |
2748 | gcc_assert (parmnum == nargs); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘start_function’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6283:3: note: in expansion of macro ‘gcc_assert’ | |
6283 | gcc_assert (!DECL_ASSEMBLER_NAME_SET_P (decl1)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘build_unary_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:3238:7: note: in expansion of macro ‘gcc_assert’ | |
3238 | gcc_assert (TREE_CODE (arg) != COMPONENT_REF | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:3262:7: note: in expansion of macro ‘gcc_unreachable’ | |
3262 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:3270:3: note: in expansion of macro ‘gcc_assert’ | |
3270 | gcc_assert (ret != error_mark_node); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘store_parm_decls_newstyle’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6333:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6333 | error ("%Jold-style parameter declarations in prototyped " | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6333:14: warning: too many arguments for format [-Wformat-extra-args] | |
6333 | error ("%Jold-style parameter declarations in prototyped " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘readonly_error’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6347:9: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6347 | "%Jtraditional C rejects ISO C style function definitions", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:3317:3: note: in expansion of macro ‘gcc_assert’ | |
3317 | gcc_assert (use == lv_assign || use == lv_increment || use == lv_decrement | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6347:7: warning: too many arguments for format [-Wformat-extra-args] | |
6347 | "%Jtraditional C rejects ISO C style function definitions", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6363:11: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6363 | error ("%Jparameter name omitted", decl); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6363:9: warning: too many arguments for format [-Wformat-extra-args] | |
6363 | error ("%Jparameter name omitted", decl); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘store_parm_decls_oldstyle’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6397:43: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6397 | warning (OPT_Wold_style_definition, "%Jold-style function definition", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6397:41: warning: too many arguments for format [-Wformat-extra-args] | |
6397 | warning (OPT_Wold_style_definition, "%Jold-style function definition", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6406:13: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6406 | error ("%Jparameter name missing from parameter list", fndecl); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6406:11: warning: too many arguments for format [-Wformat-extra-args] | |
6406 | error ("%Jparameter name missing from parameter list", fndecl); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6529:14: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
6529 | error ("%Hprototype declaration", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6529:12: warning: too many arguments for format [-Wformat-extra-args] | |
6529 | error ("%Hprototype declaration", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6581:18: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
6581 | error ("%Hprototype declaration", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:6581:16: warning: too many arguments for format [-Wformat-extra-args] | |
6581 | error ("%Hprototype declaration", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘convert_for_assignment’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4231:7: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4231 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4245:3: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4245 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4325:6: note: in expansion of macro ‘gcc_unreachable’ | |
4325 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4344:6: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4344 | WARN_FOR_ASSIGNMENT (input_location, OPT_pedantic, | |
| ^~~~~~~~~~~~~~~~~~~ | |
In file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-aux-info.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4365:7: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4365 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4382:3: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4382 | WARN_FOR_ASSIGNMENT (input_location, OPT_Wpointer_sign, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4400:3: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4400 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4415:4: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4415 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4438:2: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4438 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4052:9: note: in expansion of macro ‘gcc_unreachable’ | |
4052 | gcc_unreachable (); \ | |
| ^~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4452:7: note: in expansion of macro ‘WARN_FOR_ASSIGNMENT’ | |
4452 | WARN_FOR_ASSIGNMENT (input_location, 0, | |
| ^~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘declspecs_add_qual’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7181:3: note: in expansion of macro ‘gcc_assert’ | |
7181 | gcc_assert (TREE_CODE (qual) == IDENTIFIER_NODE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7199:7: note: in expansion of macro ‘gcc_unreachable’ | |
7199 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:4487:7: note: in expansion of macro ‘gcc_unreachable’ | |
4487 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-aux-info.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘finish_init’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:5264:3: note: in expansion of macro ‘gcc_assert’ | |
5264 | gcc_assert (!constructor_range_stack); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘pop_init_level’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:5619:7: note: in expansion of macro ‘gcc_assert’ | |
5619 | gcc_assert (!constructor_range_stack); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:5641:4: note: in expansion of macro ‘gcc_assert’ | |
5641 | gcc_assert (!TYPE_SIZE (constructor_type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘set_designator’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:5771:7: note: in expansion of macro ‘gcc_assert’ | |
5771 | gcc_assert (!constructor_range_stack); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:5793:7: note: in expansion of macro ‘gcc_unreachable’ | |
5793 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘set_nonincremental_init_from_string’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:6214:3: note: in expansion of macro ‘gcc_assert’ | |
6214 | gcc_assert (TREE_CODE (constructor_type) == ARRAY_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:6254:36: warning: left shift of negative value [-Wshift-negative-value] | |
6254 | val[1] |= ((HOST_WIDE_INT) -1) << bitpos; | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-aux-info.c: In function ‘gen_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:6266:9: warning: left shift of negative value [-Wshift-negative-value] | |
6266 | << (bitpos - HOST_BITS_PER_WIDE_INT); | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-aux-info.c:450:4: note: in expansion of macro ‘gcc_unreachable’ | |
450 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘declspecs_add_type’: | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘process_init_element’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7440:8: note: in expansion of macro ‘gcc_unreachable’ | |
7440 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:6988:8: note: in expansion of macro ‘gcc_assert’ | |
6988 | gcc_assert (constructor_stack->implicit); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:6995:8: note: in expansion of macro ‘gcc_assert’ | |
6995 | gcc_assert (constructor_stack->implicit); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_finish_case’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7458:3: note: in expansion of macro ‘gcc_assert’ | |
7458 | gcc_assert (!cs->blocked_stmt_expr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_finish_if_stmt’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7511:6: note: in expansion of macro ‘gcc_unreachable’ | |
7511 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7517:7: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
7517 | "%Hsuggest explicit braces to avoid ambiguous %<else%>", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7517:5: warning: too many arguments for format [-Wformat-extra-args] | |
7517 | "%Hsuggest explicit braces to avoid ambiguous %<else%>", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_finish_bc_stmt’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7632:7: note: in expansion of macro ‘gcc_assert’ | |
7632 | gcc_assert (is_break); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7637:7: note: in expansion of macro ‘gcc_unreachable’ | |
7637 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘emit_side_effect_warnings’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘declspecs_add_scspec’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7686:3: note: in expansion of macro ‘gcc_assert’ | |
7686 | gcc_assert (TREE_CODE (scspec) == IDENTIFIER_NODE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7659:32: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
7659 | warning (OPT_Wunused_value, "%Hstatement with no effect", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7659:30: warning: too many arguments for format [-Wformat-extra-args] | |
7659 | warning (OPT_Wunused_value, "%Hstatement with no effect", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7735:7: note: in expansion of macro ‘gcc_unreachable’ | |
7735 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_begin_stmt_expr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘finish_declspecs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7730:7: note: in expansion of macro ‘gcc_assert’ | |
7730 | gcc_assert (c_switch_stack->blocked_stmt_expr != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7784:7: note: in expansion of macro ‘gcc_assert’ | |
7784 | gcc_assert (!specs->long_p && !specs->long_long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_finish_stmt_expr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7760:7: note: in expansion of macro ‘gcc_assert’ | |
7760 | gcc_assert (c_switch_stack->blocked_stmt_expr != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7835:7: note: in expansion of macro ‘gcc_assert’ | |
7835 | gcc_assert (!specs->long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7841:7: note: in expansion of macro ‘gcc_assert’ | |
7841 | gcc_assert (!specs->long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7847:7: note: in expansion of macro ‘gcc_assert’ | |
7847 | gcc_assert (!specs->long_p && !specs->short_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7848:7: note: in expansion of macro ‘gcc_assert’ | |
7848 | gcc_assert (!(specs->signed_p && specs->unsigned_p)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7863:7: note: in expansion of macro ‘gcc_assert’ | |
7863 | gcc_assert (!(specs->long_p && specs->short_p)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7864:7: note: in expansion of macro ‘gcc_assert’ | |
7864 | gcc_assert (!(specs->signed_p && specs->unsigned_p)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_begin_vm_scope’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7889:7: note: in expansion of macro ‘gcc_assert’ | |
7889 | gcc_assert (!specs->long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:7873:3: note: in expansion of macro ‘gcc_assert’ | |
7873 | gcc_assert (scope > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7896:7: note: in expansion of macro ‘gcc_assert’ | |
7896 | gcc_assert (!specs->long_long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7914:7: note: in expansion of macro ‘gcc_assert’ | |
7914 | gcc_assert (!specs->long_p && !specs->long_long_p && !specs->short_p | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7924:7: note: in expansion of macro ‘gcc_assert’ | |
7924 | gcc_assert (!specs->complex_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:7967:7: note: in expansion of macro ‘gcc_assert’ | |
7967 | gcc_assert (!specs->complex_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:8010:7: note: in expansion of macro ‘gcc_unreachable’ | |
8010 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c: In function ‘c_write_global_declarations’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:8089:3: note: in expansion of macro ‘gcc_assert’ | |
8089 | gcc_assert (!current_scope); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-decl.c:8127: | |
./gt-c-decl.h: In function ‘gt_ggc_mx_lang_tree_node’: | |
./gt-c-decl.h:79:7: warning: switch condition has boolean value [-Wswitch-bool] | |
79 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | |
| ^~~~~~ | |
[0m[91m./gt-c-decl.h: In function ‘gt_pch_nx_lang_tree_node’: | |
[0m[91m./gt-c-decl.h:614:7: warning: switch condition has boolean value [-Wswitch-bool] | |
614 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | |
| ^~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘build_binary_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8436:7: note: in expansion of macro ‘gcc_unreachable’ | |
8436 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8585:3: note: in expansion of macro ‘gcc_assert’ | |
8585 | gcc_assert (ret != error_mark_node); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_objc_common_truthvalue_conversion’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8612:7: note: in expansion of macro ‘gcc_unreachable’ | |
8612 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c: In function ‘c_finish_omp_clauses’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8774:5: note: in expansion of macro ‘gcc_unreachable’ | |
8774 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8869:4: note: in expansion of macro ‘gcc_unreachable’ | |
8869 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-typeck.c:8900:5: note: in expansion of macro ‘gcc_unreachable’ | |
8900 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m./gt-c-decl.h: In function ‘gt_pch_p_14lang_tree_node’: | |
[0m[91m./gt-c-decl.h:1153:3: warning: switch condition has boolean value [-Wswitch-bool] | |
1153 | switch (TREE_CODE (&((*x)).generic) == IDENTIFIER_NODE) | |
| ^~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-opts.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-opts.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-opts.c: In function ‘c_common_parse_file’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-opts.c:1240:2: note: in expansion of macro ‘gcc_unreachable’ | |
1240 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:27: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/expr.h:26, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:34: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_first_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’ | |
430 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_next_static_initializer’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’ | |
443 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘set_bb_seq’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_addresses_taken’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’ | |
1274 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_def_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’ | |
1296 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_use_ops’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’ | |
1317 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vuse_ops’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’ | |
1338 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vdef_ops’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’ | |
1359 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_expr_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’ | |
1413 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’ | |
1483 | gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_set_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’ | |
1495 | gcc_assert (subcode < (1 << 16)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op_ptr’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’ | |
1623 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’ | |
1635 | gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’ | |
1687 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’ | |
1725 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’ | |
1727 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’ | |
1767 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’ | |
1882 | gcc_assert (!lhs || is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’ | |
1917 | gcc_assert (is_gimple_operand (fn)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’ | |
1928 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’ | |
1943 | gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_return_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’ | |
1959 | gcc_assert (POINTER_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’ | |
1962 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_chain’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’ | |
1996 | gcc_assert (chain == NULL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_num_args’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’ | |
2011 | gcc_assert (num_ops >= 3); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’ | |
2043 | gcc_assert (is_gimple_operand (arg)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:52: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2219:20: warning: enum conversion from ‘short unsigned int’ to ‘enum tree_code’ in return is invalid in C++ [-Wc++-compat] | |
2219 | return gs->gsbase.subcode; | |
| ~~~~~~~~~~^~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’ | |
2229 | gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’ | |
2260 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_rhs’: | |
In file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’ | |
2292 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_true_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’ | |
2315 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_false_label’: | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’ | |
2327 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_label_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’ | |
2458 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_goto_set_dest’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’ | |
2479 | gcc_assert (is_gimple_operand (dest)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_bind_set_block’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’ | |
2575 | gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’ | |
2616 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’ | |
2626 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’ | |
2637 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’ | |
2638 | gcc_assert (TREE_CODE (in_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’ | |
2649 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’ | |
2659 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’ | |
2670 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’ | |
2671 | gcc_assert (TREE_CODE (out_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’ | |
2682 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’ | |
2693 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’ | |
2694 | gcc_assert (TREE_CODE (clobber_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_kind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’ | |
2909 | gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’ | |
2920 | gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’ | |
2951 | gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’ | |
3078 | gcc_assert (index <= gs->gimple_phi.capacity); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’ | |
3089 | gcc_assert (index <= gs->gimple_phi.nargs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_num_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’ | |
3120 | gcc_assert (num_ops > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’ | |
3161 | gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’ | |
3173 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’ | |
3183 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’ | |
3184 | gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’ | |
3298 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’ | |
3309 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’ | |
3320 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’ | |
3331 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’ | |
3342 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’ | |
3353 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’ | |
3364 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’ | |
3375 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’ | |
3386 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’ | |
3397 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’ | |
3408 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’ | |
3419 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’ | |
3921 | gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’ | |
3922 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’ | |
3933 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’ | |
4102 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_set_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’ | |
4113 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’ | |
4114 | gcc_assert (retval == NULL_TREE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’ | |
4178 | gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘get_constant’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:160:7: note: in expansion of macro ‘gcc_assert’ | |
160 | gcc_assert (!validated_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘decode_format_attr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:186:7: note: in expansion of macro ‘gcc_assert’ | |
186 | gcc_assert (!validated_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:200:4: note: in expansion of macro ‘gcc_assert’ | |
200 | gcc_assert (!validated_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:221:7: note: in expansion of macro ‘gcc_assert’ | |
221 | gcc_assert (!validated_p); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘maybe_read_dollar_number’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:1098:7: note: in expansion of macro ‘gcc_assert’ | |
1098 | gcc_assert (*param_ptr); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘get_flag_spec’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:1187:3: note: in expansion of macro ‘gcc_assert’ | |
1187 | gcc_assert (predicates); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘check_format_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:1393:7: note: in expansion of macro ‘gcc_assert’ | |
1393 | gcc_assert (TREE_CODE (array_size) == INTEGER_CST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_common_fixed_point_type_for_size’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:2364:33: warning: enum conversion from ‘unsigned char’ to ‘enum machine_mode’ in assignment is invalid in C++ [-Wc++-compat] | |
2364 | for (; mode != VOIDmode; mode = GET_MODE_WIDER_MODE (mode)) | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘check_format_types’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2155:7: note: in expansion of macro ‘gcc_assert’ | |
2155 | gcc_assert (wanted_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2156:7: note: in expansion of macro ‘gcc_assert’ | |
2156 | gcc_assert (wanted_type != void_type_node || types->pointer_count); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘find_char_info_specifier_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2366:3: note: in expansion of macro ‘gcc_unreachable’ | |
2366 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘find_length_info_modifier_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2382:3: note: in expansion of macro ‘gcc_unreachable’ | |
2382 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘init_dynamic_asm_fprintf_info’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2415:7: note: in expansion of macro ‘gcc_assert’ | |
2415 | gcc_assert (hwi); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2436:2: note: in expansion of macro ‘gcc_unreachable’ | |
2436 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘init_dynamic_diag_info’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2568:5: note: in expansion of macro ‘gcc_assert’ | |
2568 | gcc_assert (hwi); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2601:6: note: in expansion of macro ‘gcc_unreachable’ | |
2601 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c: In function ‘handle_format_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-format.c:2899:2: note: in expansion of macro ‘gcc_unreachable’ | |
2899 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘binary_op_error’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:2853:7: note: in expansion of macro ‘gcc_unreachable’ | |
2853 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_common_truthvalue_conversion’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:3405:6: note: in expansion of macro ‘gcc_assert’ | |
3405 | gcc_assert (DECL_WEAK (inner)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_type_hash’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:3595:7: note: in expansion of macro ‘gcc_unreachable’ | |
3595 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_sizeof_or_alignof_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:3809:3: note: in expansion of macro ‘gcc_assert’ | |
3809 | gcc_assert (!TYPE_IS_SIZETYPE (TREE_TYPE (value))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:3920:29: warning: using ‘builtin_type’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
3920 | typedef enum c_builtin_type builtin_type; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pragma.h:24, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/../libcpp/include/cpplib.h:581:6: note: originally defined here | |
581 | enum builtin_type | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘set_builtin_user_assembler_name’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4399:3: note: in expansion of macro ‘gcc_assert’ | |
4399 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘def_builtin_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4515:3: note: in expansion of macro ‘gcc_assert’ | |
4515 | gcc_assert ((!both_p && !fallback_p) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_add_case_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4754:13: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
4754 | error ("%Jthis is the first entry overlapping that value", duplicate); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4754:11: warning: too many arguments for format [-Wformat-extra-args] | |
4754 | error ("%Jthis is the first entry overlapping that value", duplicate); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4759:13: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
4759 | error ("%Jpreviously used here", duplicate); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4759:11: warning: too many arguments for format [-Wformat-extra-args] | |
4759 | error ("%Jpreviously used here", duplicate); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4764:13: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
4764 | error ("%Jthis is the first default label", duplicate); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4764:11: warning: too many arguments for format [-Wformat-extra-args] | |
4764 | error ("%Jthis is the first default label", duplicate); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘match_case_to_enum_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4815:9: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
4815 | "%Jcase value %qs not in enumerated type", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4815:23: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘tree’ {aka ‘union tree_node *’} [-Wformat=] | |
4815 | "%Jcase value %qs not in enumerated type", | |
| ~~^ | |
| | | |
| char * | |
| %qD | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4815:7: warning: too many arguments for format [-Wformat-extra-args] | |
4815 | "%Jcase value %qs not in enumerated type", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4819:9: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
4819 | "%Jcase value %qs not in enumerated type %qT", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4819:23: warning: format ‘%s’ expects argument of type ‘char *’, but argument 3 has type ‘tree’ {aka ‘union tree_node *’} [-Wformat=] | |
4819 | "%Jcase value %qs not in enumerated type %qT", | |
| ~~^ | |
| | | |
| char * | |
| %qD | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4819:50: warning: format ‘%T’ expects argument of type ‘union tree_node *’, but argument 4 has type ‘char *’ [-Wformat=] | |
4819 | "%Jcase value %qs not in enumerated type %qT", | |
| ~~^ | |
| | | |
| union tree_node * | |
| %qs | |
4820 | CASE_LABEL (label), buf, type); | |
| ~~~ | |
| | | |
| char * | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4819:7: warning: too many arguments for format [-Wformat-extra-args] | |
4819 | "%Jcase value %qs not in enumerated type %qT", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_do_switch_warnings’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4878:37: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
4878 | warning (OPT_Wswitch_default, "%Hswitch missing default case", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4878:35: warning: too many arguments for format [-Wformat-extra-args] | |
4878 | warning (OPT_Wswitch_default, "%Hswitch missing default case", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4949:11: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
4949 | "%Henumeration value %qE not handled in switch", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4949:32: warning: format ‘%E’ expects argument of type ‘union tree_node *’, but argument 3 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
4949 | "%Henumeration value %qE not handled in switch", | |
| ~~^ | |
| | | |
| union tree_node * | |
| %qZ | |
4950 | &switch_location, TREE_PURPOSE (chain)); | |
| ~~~~~~~~~~~~~~~~ | |
| | | |
| location_t * {aka unsigned int *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:4949:9: warning: too many arguments for format [-Wformat-extra-args] | |
4949 | "%Henumeration value %qE not handled in switch", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_expand_expr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5028:7: note: in expansion of macro ‘gcc_unreachable’ | |
5028 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘boolean_increment’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5076:7: note: in expansion of macro ‘gcc_unreachable’ | |
5076 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_section_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5880:17: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5880 | error ("%Jsection attribute cannot be specified for " | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5880:15: warning: too many arguments for format [-Wformat-extra-args] | |
5880 | error ("%Jsection attribute cannot be specified for " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5913:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
5913 | error ("%Jsection attributes are not supported for this target", *node); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:5913:14: warning: too many arguments for format [-Wformat-extra-args] | |
5913 | error ("%Jsection attributes are not supported for this target", *node); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_weakref_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6132:11: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6132 | error ("%Jweakref attribute must appear before alias attribute", | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6132:9: warning: too many arguments for format [-Wformat-extra-args] | |
6132 | error ("%Jweakref attribute must appear before alias attribute", | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_determine_visibility’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6252:3: note: in expansion of macro ‘gcc_assert’ | |
6252 | gcc_assert (TREE_CODE (decl) == VAR_DECL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_no_instrument_function_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6343:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6343 | error ("%J%qE attribute applies only to functions", decl, name); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6343:14: warning: too many arguments for format [-Wformat-extra-args] | |
6343 | error ("%J%qE attribute applies only to functions", decl, name); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6348:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6348 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6348:14: warning: too many arguments for format [-Wformat-extra-args] | |
6348 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_no_limit_stack_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6433:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6433 | error ("%J%qE attribute applies only to functions", decl, name); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6433:14: warning: too many arguments for format [-Wformat-extra-args] | |
6433 | error ("%J%qE attribute applies only to functions", decl, name); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6438:16: warning: unknown conversion type character ‘J’ in format [-Wformat=] | |
6438 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6438:14: warning: too many arguments for format [-Wformat-extra-args] | |
6438 | error ("%Jcan%'t set %qE attribute after definition", decl, name); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_novops_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6474:3: note: in expansion of macro ‘gcc_assert’ | |
6474 | gcc_assert (TREE_CODE (*node) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘nonnull_check_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6784:7: note: in expansion of macro ‘gcc_assert’ | |
6784 | gcc_assert (found); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘handle_type_generic_attribute’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6969:3: note: in expansion of macro ‘gcc_assert’ | |
6969 | gcc_assert (TREE_CODE (*node) == FUNCTION_TYPE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:6976:3: note: in expansion of macro ‘gcc_assert’ | |
6976 | gcc_assert (!params); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘check_function_arguments_recurse’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7224:6: note: in expansion of macro ‘gcc_assert’ | |
7224 | gcc_assert (TREE_CODE (format_num_expr) == INTEGER_CST | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘c_warn_unused_result’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7570:17: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
7570 | warning (0, "%Hignoring return value of %qD, " | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7570:45: warning: format ‘%D’ expects argument of type ‘union tree_node *’, but argument 3 has type ‘location_t *’ {aka ‘unsigned int *’} [-Wformat=] | |
7570 | warning (0, "%Hignoring return value of %qD, " | |
| ~~^ | |
| | | |
| union tree_node * | |
| %qZ | |
7571 | "declared with attribute warn_unused_result", | |
7572 | &loc, fdecl); | |
| ~~~~ | |
| | | |
| location_t * {aka unsigned int *} | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7570:15: warning: too many arguments for format [-Wformat-extra-args] | |
7570 | warning (0, "%Hignoring return value of %qD, " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7574:17: warning: unknown conversion type character ‘H’ in format [-Wformat=] | |
7574 | warning (0, "%Hignoring return value of function " | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7574:15: warning: too many arguments for format [-Wformat-extra-args] | |
7574 | warning (0, "%Hignoring return value of function " | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘fold_offsetof_1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7680:7: note: in expansion of macro ‘gcc_assert’ | |
7680 | gcc_assert (TREE_CODE (t) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7684:7: note: in expansion of macro ‘gcc_unreachable’ | |
7684 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘lvalue_error’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7721:7: note: in expansion of macro ‘gcc_unreachable’ | |
7721 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘same_scalar_type_ignoring_signedness’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:8044:3: note: in expansion of macro ‘gcc_assert’ | |
8044 | gcc_assert ((c1 == INTEGER_TYPE || c1 == REAL_TYPE || c1 == FIXED_POINT_TYPE) | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘warn_for_sign_compare’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:8387:44: warning: left shift of negative value [-Wshift-negative-value] | |
8387 | mask = (~ (HOST_WIDE_INT) 0) << bits; | |
| ^~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:23: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘record_types_used_by_current_var_decl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:8418:3: note: in expansion of macro ‘gcc_assert’ | |
8418 | gcc_assert (decl && DECL_P (decl) && TREE_STATIC (decl)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:29: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘set_bb_seq’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_addresses_taken’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’ | |
1274 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_def_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’ | |
1296 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_use_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’ | |
1317 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vuse_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’ | |
1338 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vdef_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’ | |
1359 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_expr_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’ | |
1413 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’ | |
1483 | gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_set_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’ | |
1495 | gcc_assert (subcode < (1 << 16)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’ | |
1623 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’ | |
1635 | gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’ | |
1687 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’ | |
1725 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’ | |
1727 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’ | |
1767 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’ | |
1882 | gcc_assert (!lhs || is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’ | |
1917 | gcc_assert (is_gimple_operand (fn)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’ | |
1928 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’ | |
1943 | gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_return_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’ | |
1959 | gcc_assert (POINTER_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’ | |
1962 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_chain’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’ | |
1996 | gcc_assert (chain == NULL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_num_args’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’ | |
2011 | gcc_assert (num_ops >= 3); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’ | |
2043 | gcc_assert (is_gimple_operand (arg)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:46: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2219:20: warning: enum conversion from ‘short unsigned int’ to ‘enum tree_code’ in return is invalid in C++ [-Wc++-compat] | |
2219 | return gs->gsbase.subcode; | |
| ~~~~~~~~~~^~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’ | |
2229 | gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’ | |
2260 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_rhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’ | |
2292 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_true_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’ | |
2315 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_false_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’ | |
2327 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_label_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’ | |
2458 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_goto_set_dest’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’ | |
2479 | gcc_assert (is_gimple_operand (dest)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_bind_set_block’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’ | |
2575 | gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’ | |
2616 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’ | |
2626 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’ | |
2637 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’ | |
2638 | gcc_assert (TREE_CODE (in_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’ | |
2649 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’ | |
2659 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’ | |
2670 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’ | |
2671 | gcc_assert (TREE_CODE (out_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’ | |
2682 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’ | |
2693 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’ | |
2694 | gcc_assert (TREE_CODE (clobber_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_kind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’ | |
2909 | gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’ | |
2920 | gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’ | |
2951 | gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’ | |
3078 | gcc_assert (index <= gs->gimple_phi.capacity); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’ | |
3089 | gcc_assert (index <= gs->gimple_phi.nargs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_num_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’ | |
3120 | gcc_assert (num_ops > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’ | |
3161 | gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’ | |
3173 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’ | |
3183 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’ | |
3184 | gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’ | |
3298 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’ | |
3309 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’ | |
3320 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’ | |
3331 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’ | |
3342 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’ | |
3353 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’ | |
3364 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’ | |
3375 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’ | |
3386 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’ | |
3397 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’ | |
3408 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’ | |
3419 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’ | |
3921 | gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’ | |
3922 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’ | |
3933 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’ | |
4102 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_set_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’ | |
4113 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’ | |
4114 | gcc_assert (retval == NULL_TREE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’ | |
4178 | gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c: In function ‘build_stmt’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-semantics.c:119:3: note: in expansion of macro ‘gcc_assert’ | |
119 | gcc_assert (TREE_CODE_CLASS (code) != tcc_vl_exp); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-ppoutput.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-ppoutput.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c: In function ‘catenate_strings’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7443:3: warning: ‘strncpy’ output truncated before terminating nul copying as many bytes from a string as its length [-Wstringop-truncation] | |
7443 | strncpy (result, lhs, lhs_size); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-common.c:7441:24: note: length computed here | |
7441 | const int lhs_size = strlen (lhs); | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c: In function ‘builtin_define_float_constants’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:107:3: note: in expansion of macro ‘gcc_assert’ | |
107 | gcc_assert (fmt->b != 10); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c: In function ‘builtin_define_stdint_macros’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:406:5: note: in expansion of macro ‘gcc_unreachable’ | |
406 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c: In function ‘builtin_define_type_max’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:920:17: note: in expansion of macro ‘gcc_unreachable’ | |
920 | default: gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c: In function ‘builtin_define_with_hex_fp_value’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:885:24: warning: ‘sprintf’ may write a terminating nul past the end of the destination [-Wformat-overflow=] | |
885 | sprintf (buf1, "%s=%s", macro, buf2); | |
| ^ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-cppbuiltin.c:885:3: note: ‘sprintf’ output 2 or more bytes (assuming 257) into a destination of size 256 | |
885 | sprintf (buf1, "%s=%s", macro, buf2); | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c:24: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c: In function ‘c_tree_printer’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-objc-common.c:131:7: note: in expansion of macro ‘gcc_assert’ | |
131 | gcc_assert (TYPE_P (t)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-dump.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-dump.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c: In function ‘get_ident’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:95:43: warning: initializer-string for array chars is too long for C++ [-Wc++-compat] | |
95 | static const char templ[IDENT_LENGTH] = "gpch.013"; | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c: In function ‘pch_init’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:115:49: warning: initializer-string for array chars is too long for C++ [-Wc++-compat] | |
115 | static const char partial_pch[IDENT_LENGTH] = "gpcWrite"; | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:21: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:134:3: note: in expansion of macro ‘gcc_assert’ | |
134 | gcc_assert (memcmp (executable_checksum, no_checksum, 16) != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:142:2: note: in expansion of macro ‘gcc_assert’ | |
142 | gcc_assert (v.match[i] == *pch_matching[i].flag_var); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c: In function ‘c_common_valid_pch’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-pch.c:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (memcmp (executable_checksum, no_checksum, 16) != 0); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:26: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:22: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:44: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c: In function ‘ix86_target_macros_internal’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:127:7: note: in expansion of macro ‘gcc_unreachable’ | |
127 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c: In function ‘ix86_pragma_target_parse’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:276:13: warning: enum conversion from ‘unsigned char’ to ‘enum processor_type’ in assignment is invalid in C++ [-Wc++-compat] | |
276 | prev_arch = prev_opt->arch; | |
| ^ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:277:13: warning: enum conversion from ‘unsigned char’ to ‘enum processor_type’ in assignment is invalid in C++ [-Wc++-compat] | |
277 | prev_tune = prev_opt->tune; | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:278:13: warning: enum conversion from ‘unsigned char’ to ‘enum processor_type’ in assignment is invalid in C++ [-Wc++-compat] | |
278 | cur_arch = cur_opt->arch; | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:279:13: warning: enum conversion from ‘unsigned char’ to ‘enum processor_type’ in assignment is invalid in C++ [-Wc++-compat] | |
279 | cur_tune = cur_opt->tune; | |
| ^ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:293:19: warning: enum conversion when passing argument 4 of ‘ix86_target_macros_internal’ is invalid in C++ [-Wc++-compat] | |
293 | prev_opt->fpmath, | |
| ~~~~~~~~^~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:45:1: note: expected ‘enum fpmath_unit’ but argument is of type ‘unsigned char’ | |
45 | ix86_target_macros_internal (int isa_flag, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:300:18: warning: enum conversion when passing argument 4 of ‘ix86_target_macros_internal’ is invalid in C++ [-Wc++-compat] | |
300 | cur_opt->fpmath, | |
| ~~~~~~~^~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/config/i386/i386-c.c:45:1: note: expected ‘enum fpmath_unit’ but argument is of type ‘unsigned char’ | |
45 | ix86_target_macros_internal (int isa_flag, | |
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:31, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:25, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:59: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_first_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’ | |
430 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_next_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’ | |
443 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_token_starts_typename’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:358:4: note: in expansion of macro ‘gcc_assert’ | |
358 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:361:4: note: in expansion of macro ‘gcc_unreachable’ | |
361 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:363:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
363 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_token_starts_declspecs’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:428:4: note: in expansion of macro ‘gcc_assert’ | |
428 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:431:4: note: in expansion of macro ‘gcc_unreachable’ | |
431 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:433:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
433 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_peek_2nd_token’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:498:3: note: in expansion of macro ‘gcc_assert’ | |
498 | gcc_assert (parser->tokens_avail == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:499:3: note: in expansion of macro ‘gcc_assert’ | |
499 | gcc_assert (parser->tokens[0].type != CPP_EOF); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:500:3: note: in expansion of macro ‘gcc_assert’ | |
500 | gcc_assert (parser->tokens[0].type != CPP_PRAGMA_EOL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_consume_token’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:511:3: note: in expansion of macro ‘gcc_assert’ | |
511 | gcc_assert (parser->tokens_avail >= 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:512:3: note: in expansion of macro ‘gcc_assert’ | |
512 | gcc_assert (parser->tokens[0].type != CPP_EOF); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:513:3: note: in expansion of macro ‘gcc_assert’ | |
513 | gcc_assert (!parser->in_pragma || parser->tokens[0].type != CPP_PRAGMA_EOL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:514:3: note: in expansion of macro ‘gcc_assert’ | |
514 | gcc_assert (parser->error || parser->tokens[0].type != CPP_PRAGMA); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_consume_pragma’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:526:3: note: in expansion of macro ‘gcc_assert’ | |
526 | gcc_assert (!parser->in_pragma); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:527:3: note: in expansion of macro ‘gcc_assert’ | |
527 | gcc_assert (parser->tokens_avail >= 1); | |
| ^~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:528:3: note: in expansion of macro ‘gcc_assert’ | |
528 | gcc_assert (parser->tokens[0].type == CPP_PRAGMA); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_skip_to_pragma_eol’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:712:3: note: in expansion of macro ‘gcc_assert’ | |
712 | gcc_assert (parser->in_pragma); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_external_declaration’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1030:4: note: in expansion of macro ‘gcc_assert’ | |
1030 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1034:4: note: in expansion of macro ‘gcc_assert’ | |
1034 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1038:4: note: in expansion of macro ‘gcc_assert’ | |
1038 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1042:4: note: in expansion of macro ‘gcc_assert’ | |
1042 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1046:4: note: in expansion of macro ‘gcc_assert’ | |
1046 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1016:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
1016 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_declspecs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1462:8: note: in expansion of macro ‘gcc_assert’ | |
1462 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1476:4: note: in expansion of macro ‘gcc_assert’ | |
1476 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1485:7: note: in expansion of macro ‘gcc_assert’ | |
1485 | gcc_assert (c_parser_next_token_is (parser, CPP_KEYWORD)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_enum_specifier’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1609:3: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ENUM)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1704:7: note: in expansion of macro ‘gcc_assert’ | |
1704 | gcc_assert (ident); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_struct_or_union_specifier’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1766:7: note: in expansion of macro ‘gcc_unreachable’ | |
1766 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:1800:4: note: in expansion of macro ‘gcc_assert’ | |
1800 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_typeof_specifier’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:2056:3: note: in expansion of macro ‘gcc_assert’ | |
2056 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_TYPEOF)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_simple_asm_expr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:2707:3: note: in expansion of macro ‘gcc_assert’ | |
2707 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_braced_init’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3006:3: note: in expansion of macro ‘gcc_assert’ | |
3006 | gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_initval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3238:3: note: in expansion of macro ‘gcc_assert’ | |
3238 | gcc_assert (!after || c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3533:7: note: in expansion of macro ‘gcc_assert’ | |
3533 | gcc_assert (c_parser_next_token_is (parser, CPP_NAME)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3535:7: note: in expansion of macro ‘gcc_assert’ | |
3535 | gcc_assert (c_parser_next_token_is (parser, CPP_COLON)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_statement_after_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3742:4: note: in expansion of macro ‘gcc_assert’ | |
3742 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3757:4: note: in expansion of macro ‘gcc_assert’ | |
3757 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3761:4: note: in expansion of macro ‘gcc_assert’ | |
3761 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3684:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
3684 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_if_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3924:3: note: in expansion of macro ‘gcc_assert’ | |
3924 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_IF)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_switch_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3954:3: note: in expansion of macro ‘gcc_assert’ | |
3954 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_SWITCH)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_while_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:3986:3: note: in expansion of macro ‘gcc_assert’ | |
3986 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_WHILE)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_do_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4013:3: note: in expansion of macro ‘gcc_assert’ | |
4013 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_DO)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_for_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4059:3: note: in expansion of macro ‘gcc_assert’ | |
4059 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_FOR)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_asm_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4159:3: note: in expansion of macro ‘gcc_assert’ | |
4159 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ASM)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_expr_no_commas’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4377:3: note: in expansion of macro ‘gcc_assert’ | |
4377 | gcc_assert (!after || c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_conditional_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4452:3: note: in expansion of macro ‘gcc_assert’ | |
4452 | gcc_assert (!after || c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_binary_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4625:3: note: in expansion of macro ‘gcc_assert’ | |
4625 | gcc_assert (!after || c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_cast_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4761:3: note: in expansion of macro ‘gcc_assert’ | |
4761 | gcc_assert (!after || c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_unary_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4897:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
4897 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_sizeof_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4935:3: note: in expansion of macro ‘gcc_assert’ | |
4935 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_SIZEOF)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_alignof_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:4989:3: note: in expansion of macro ‘gcc_assert’ | |
4989 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_ALIGNOF)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_postfix_expression’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5128:7: note: in expansion of macro ‘gcc_assert’ | |
5128 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5425:4: note: in expansion of macro ‘gcc_assert’ | |
5425 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5442:4: note: in expansion of macro ‘gcc_assert’ | |
5442 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5469:4: note: in expansion of macro ‘gcc_assert’ | |
5469 | gcc_assert (c_dialect_objc ()); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5214:5: warning: case value ‘73’ not in enumerated type ‘enum cpp_ttype’ [-Wswitch] | |
5214 | case CPP_KEYWORD: | |
| ^~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:41: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_class_definition’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5751:5: note: in expansion of macro ‘gcc_unreachable’ | |
5751 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_class_instance_variables’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5850:3: note: in expansion of macro ‘gcc_assert’ | |
5850 | gcc_assert (c_parser_next_token_is (parser, CPP_OPEN_BRACE)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_class_declaration’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5917:3: note: in expansion of macro ‘gcc_assert’ | |
5917 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_CLASS)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_alias_declaration’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5951:3: note: in expansion of macro ‘gcc_assert’ | |
5951 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_ALIAS)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_protocol_definition’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:5987:3: note: in expansion of macro ‘gcc_assert’ | |
5987 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_PROTOCOL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_method_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:6054:7: note: in expansion of macro ‘gcc_unreachable’ | |
6054 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_protocol_refs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:6311:3: note: in expansion of macro ‘gcc_assert’ | |
6311 | gcc_assert (c_parser_next_token_is (parser, CPP_LESS)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_try_catch_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:6351:3: note: in expansion of macro ‘gcc_assert’ | |
6351 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_TRY)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_objc_synchronized_statement’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:6397:3: note: in expansion of macro ‘gcc_assert’ | |
6397 | gcc_assert (c_parser_next_token_is_keyword (parser, RID_AT_SYNCHRONIZED)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_pragma’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:6612:3: note: in expansion of macro ‘gcc_assert’ | |
6612 | gcc_assert (id != PRAGMA_NONE); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_omp_for_loop’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:7588:3: note: in expansion of macro ‘gcc_assert’ | |
7588 | gcc_assert (collapse >= 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_omp_parallel’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:8086:7: note: in expansion of macro ‘gcc_unreachable’ | |
8086 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c: In function ‘c_parser_omp_construct’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-parser.c:8204:7: note: in expansion of macro ‘gcc_unreachable’ | |
8204 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:31: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:31, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:30, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:35: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_container’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:690:3: note: in expansion of macro ‘gcc_assert’ | |
690 | gcc_assert (i.container); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:741:3: note: in expansion of macro ‘gcc_assert’ | |
741 | gcc_assert (i->index < EDGE_COUNT (ei_container (*i))); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘ei_prev’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:749:3: note: in expansion of macro ‘gcc_assert’ | |
749 | gcc_assert (i->index > 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘set_bb_seq’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:238:3: note: in expansion of macro ‘gcc_assert’ | |
238 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_addresses_taken’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1274:3: note: in expansion of macro ‘gcc_assert’ | |
1274 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_def_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1296:3: note: in expansion of macro ‘gcc_assert’ | |
1296 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_use_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1317:3: note: in expansion of macro ‘gcc_assert’ | |
1317 | gcc_assert (gimple_has_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vuse_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1338:3: note: in expansion of macro ‘gcc_assert’ | |
1338 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_vdef_ops’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1359:3: note: in expansion of macro ‘gcc_assert’ | |
1359 | gcc_assert (gimple_has_mem_ops (g)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_expr_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:585:61: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
585 | #define gcc_unreachable() (fancy_abort (__FILE__, __LINE__, __FUNCTION__)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1413:5: note: in expansion of macro ‘gcc_unreachable’ | |
1413 | gcc_unreachable (); | |
| ^~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1483:3: note: in expansion of macro ‘gcc_assert’ | |
1483 | gcc_assert (gimple_code (s) >= GIMPLE_OMP_ATOMIC_LOAD | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_set_subcode’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1495:3: note: in expansion of macro ‘gcc_assert’ | |
1495 | gcc_assert (subcode < (1 << 16)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1609:7: note: in expansion of macro ‘gcc_assert’ | |
1609 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1623:7: note: in expansion of macro ‘gcc_assert’ | |
1623 | gcc_assert (i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_set_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1635:3: note: in expansion of macro ‘gcc_assert’ | |
1635 | gcc_assert (gimple_has_ops (gs) && i < gimple_num_ops (gs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1687:3: note: in expansion of macro ‘gcc_assert’ | |
1687 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs1’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1725:5: note: in expansion of macro ‘gcc_assert’ | |
1725 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1727:5: note: in expansion of macro ‘gcc_assert’ | |
1727 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_assign_set_rhs2’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1767:3: note: in expansion of macro ‘gcc_assert’ | |
1767 | gcc_assert (is_gimple_val (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1882:3: note: in expansion of macro ‘gcc_assert’ | |
1882 | gcc_assert (!lhs || is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fn’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1917:3: note: in expansion of macro ‘gcc_assert’ | |
1917 | gcc_assert (is_gimple_operand (fn)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1928:3: note: in expansion of macro ‘gcc_assert’ | |
1928 | gcc_assert (TREE_CODE (decl) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_fndecl’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1943:7: note: in expansion of macro ‘gcc_assert’ | |
1943 | gcc_assert (TREE_CODE (TREE_OPERAND (addr, 0)) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_return_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1959:3: note: in expansion of macro ‘gcc_assert’ | |
1959 | gcc_assert (POINTER_TYPE_P (type)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1962:3: note: in expansion of macro ‘gcc_assert’ | |
1962 | gcc_assert (TREE_CODE (type) == FUNCTION_TYPE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_chain’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:1996:3: note: in expansion of macro ‘gcc_assert’ | |
1996 | gcc_assert (chain == NULL | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_num_args’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2011:3: note: in expansion of macro ‘gcc_assert’ | |
2011 | gcc_assert (num_ops >= 3); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_call_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2043:3: note: in expansion of macro ‘gcc_assert’ | |
2043 | gcc_assert (is_gimple_operand (arg)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:35: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2219:20: warning: enum conversion from ‘short unsigned int’ to ‘enum tree_code’ in return is invalid in C++ [-Wc++-compat] | |
2219 | return gs->gsbase.subcode; | |
| ~~~~~~~~~~^~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_code’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2229:3: note: in expansion of macro ‘gcc_assert’ | |
2229 | gcc_assert (TREE_CODE_CLASS (code) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_lhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2260:3: note: in expansion of macro ‘gcc_assert’ | |
2260 | gcc_assert (is_gimple_operand (lhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_rhs’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2292:3: note: in expansion of macro ‘gcc_assert’ | |
2292 | gcc_assert (is_gimple_operand (rhs)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_true_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2315:3: note: in expansion of macro ‘gcc_assert’ | |
2315 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cond_set_false_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2327:3: note: in expansion of macro ‘gcc_assert’ | |
2327 | gcc_assert (!label || TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_label_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2458:3: note: in expansion of macro ‘gcc_assert’ | |
2458 | gcc_assert (TREE_CODE (label) == LABEL_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_goto_set_dest’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2479:3: note: in expansion of macro ‘gcc_assert’ | |
2479 | gcc_assert (is_gimple_operand (dest)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_bind_set_block’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2575:3: note: in expansion of macro ‘gcc_assert’ | |
2575 | gcc_assert (block == NULL_TREE || TREE_CODE (block) == BLOCK); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2616:3: note: in expansion of macro ‘gcc_assert’ | |
2616 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_input_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2626:3: note: in expansion of macro ‘gcc_assert’ | |
2626 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_input_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2637:3: note: in expansion of macro ‘gcc_assert’ | |
2637 | gcc_assert (index <= gs->gimple_asm.ni); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2638:3: note: in expansion of macro ‘gcc_assert’ | |
2638 | gcc_assert (TREE_CODE (in_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2649:3: note: in expansion of macro ‘gcc_assert’ | |
2649 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_output_op_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2659:3: note: in expansion of macro ‘gcc_assert’ | |
2659 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_output_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2670:3: note: in expansion of macro ‘gcc_assert’ | |
2670 | gcc_assert (index <= gs->gimple_asm.no); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2671:3: note: in expansion of macro ‘gcc_assert’ | |
2671 | gcc_assert (TREE_CODE (out_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2682:3: note: in expansion of macro ‘gcc_assert’ | |
2682 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_asm_set_clobber_op’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2693:3: note: in expansion of macro ‘gcc_assert’ | |
2693 | gcc_assert (index <= gs->gimple_asm.nc); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2694:3: note: in expansion of macro ‘gcc_assert’ | |
2694 | gcc_assert (TREE_CODE (clobber_op) == TREE_LIST); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_kind’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2909:3: note: in expansion of macro ‘gcc_assert’ | |
2909 | gcc_assert (kind == GIMPLE_TRY_CATCH || kind == GIMPLE_TRY_FINALLY); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2920:3: note: in expansion of macro ‘gcc_assert’ | |
2920 | gcc_assert (gimple_try_kind (gs) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_try_set_catch_is_cleanup’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:2951:3: note: in expansion of macro ‘gcc_assert’ | |
2951 | gcc_assert (gimple_try_kind (g) == GIMPLE_TRY_CATCH); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3078:3: note: in expansion of macro ‘gcc_assert’ | |
3078 | gcc_assert (index <= gs->gimple_phi.capacity); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_phi_set_arg’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3089:3: note: in expansion of macro ‘gcc_assert’ | |
3089 | gcc_assert (index <= gs->gimple_phi.nargs); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_num_labels’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3120:3: note: in expansion of macro ‘gcc_assert’ | |
3120 | gcc_assert (num_ops > 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3161:3: note: in expansion of macro ‘gcc_assert’ | |
3161 | gcc_assert (SSA_VAR_P (index) || CONSTANT_CLASS_P (index)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3173:3: note: in expansion of macro ‘gcc_assert’ | |
3173 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_switch_set_label’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3183:3: note: in expansion of macro ‘gcc_assert’ | |
3183 | gcc_assert (gimple_num_ops (gs) > index + 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3184:3: note: in expansion of macro ‘gcc_assert’ | |
3184 | gcc_assert (label == NULL_TREE || TREE_CODE (label) == CASE_LABEL_EXPR); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3298:3: note: in expansion of macro ‘gcc_assert’ | |
3298 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_index_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3309:3: note: in expansion of macro ‘gcc_assert’ | |
3309 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_index’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3320:3: note: in expansion of macro ‘gcc_assert’ | |
3320 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3331:3: note: in expansion of macro ‘gcc_assert’ | |
3331 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_initial_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3342:3: note: in expansion of macro ‘gcc_assert’ | |
3342 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_initial’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3353:3: note: in expansion of macro ‘gcc_assert’ | |
3353 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3364:3: note: in expansion of macro ‘gcc_assert’ | |
3364 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_final_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3375:3: note: in expansion of macro ‘gcc_assert’ | |
3375 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_final’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3386:3: note: in expansion of macro ‘gcc_assert’ | |
3386 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3397:3: note: in expansion of macro ‘gcc_assert’ | |
3397 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_incr_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3408:3: note: in expansion of macro ‘gcc_assert’ | |
3408 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_incr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3419:3: note: in expansion of macro ‘gcc_assert’ | |
3419 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_set_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3921:3: note: in expansion of macro ‘gcc_assert’ | |
3921 | gcc_assert (TREE_CODE_CLASS (cond) == tcc_comparison); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3922:3: note: in expansion of macro ‘gcc_assert’ | |
3922 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_omp_for_cond’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:3933:3: note: in expansion of macro ‘gcc_assert’ | |
3933 | gcc_assert (i < gs->gimple_omp_for.collapse); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval_ptr’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4092:3: note: in expansion of macro ‘gcc_assert’ | |
4092 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4102:3: note: in expansion of macro ‘gcc_assert’ | |
4102 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_return_set_retval’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4113:3: note: in expansion of macro ‘gcc_assert’ | |
4113 | gcc_assert (gimple_num_ops (gs) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4114:3: note: in expansion of macro ‘gcc_assert’ | |
4114 | gcc_assert (retval == NULL_TREE | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h: In function ‘gimple_cdt_set_new_type’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/gimple.h:4178:3: note: in expansion of macro ‘gcc_assert’ | |
4178 | gcc_assert (TREE_CODE_CLASS (TREE_CODE (new_type)) == tcc_type); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_first_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:430:7: note: in expansion of macro ‘gcc_assert’ | |
430 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h: In function ‘varpool_next_static_initializer’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/cgraph.h:443:7: note: in expansion of macro ‘gcc_assert’ | |
443 | gcc_assert (TREE_CODE (node->decl) == VAR_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_aliases_computed_p’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:42:3: note: in expansion of macro ‘gcc_assert’ | |
42 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_addressable_vars’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:56:3: note: in expansion of macro ‘gcc_assert’ | |
56 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_call_clobbered_vars’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:65:3: note: in expansion of macro ‘gcc_assert’ | |
65 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_call_used_vars’: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:74:3: note: in expansion of macro ‘gcc_assert’ | |
74 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_global_var’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:91:3: note: in expansion of macro ‘gcc_assert’ | |
91 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘gimple_nonlocal_all’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:100:3: note: in expansion of macro ‘gcc_assert’ | |
100 | gcc_assert (fun && fun->gimple_df); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘var_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:201:3: note: in expansion of macro ‘gcc_assert’ | |
201 | gcc_assert (ann->common.type == VAR_ANN); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘function_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:220:3: note: in expansion of macro ‘gcc_assert’ | |
220 | gcc_assert (t); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:221:3: note: in expansion of macro ‘gcc_assert’ | |
221 | gcc_assert (TREE_CODE (t) == FUNCTION_DECL); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:222:3: note: in expansion of macro ‘gcc_assert’ | |
222 | gcc_assert (!t->base.ann | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘get_function_ann’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:234:3: note: in expansion of macro ‘gcc_assert’ | |
234 | gcc_assert (!var->base.ann || var->base.ann->common.type == FUNCTION_ANN); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘relink_imm_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:362:3: note: in expansion of macro ‘gcc_assert’ | |
362 | gcc_assert (*(old->use) == *(node->use)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘first_readonly_imm_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:399:3: note: in expansion of macro ‘gcc_assert’ | |
399 | gcc_assert (TREE_CODE (var) == SSA_NAME); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘phi_nodes’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:534:3: note: in expansion of macro ‘gcc_assert’ | |
534 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘set_phi_nodes’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:547:3: note: in expansion of macro ‘gcc_assert’ | |
547 | gcc_assert (!(bb->flags & BB_RTL)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘phi_arg_index_from_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:568:3: note: in expansion of macro ‘gcc_assert’ | |
568 | gcc_assert (gimple_code (phi) == GIMPLE_PHI); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘memory_partition’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:646:3: note: in expansion of macro ‘gcc_assert’ | |
646 | gcc_assert (!is_gimple_reg (sym)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow.h:1178, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:38: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘mark_call_clobbered’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:691:30: warning: enum conversion in assignment is invalid in C++ [-Wc++-compat] | |
691 | var_ann (var)->escape_mask |= escape_type; | |
| ^~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘clear_call_clobbered’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:701:20: warning: enum conversion in assignment is invalid in C++ [-Wc++-compat] | |
701 | ann->escape_mask = 0; | |
| ^ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/c-gimplify.c:28: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_use’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:903:3: note: in expansion of macro ‘gcc_assert’ | |
903 | gcc_assert ((flags & SSA_OP_ALL_DEFS) == 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_def’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:914:3: note: in expansion of macro ‘gcc_assert’ | |
914 | gcc_assert ((flags & SSA_OP_ALL_USES) == 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_next_mustdef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:962:7: note: in expansion of macro ‘gcc_assert’ | |
962 | gcc_assert (VUSE_VECT_NUM_ELEM (*vp) == 1); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_vdef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:975:3: note: in expansion of macro ‘gcc_assert’ | |
975 | gcc_assert (gimple_code (stmt) != GIMPLE_PHI); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_phiuse’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1147:3: note: in expansion of macro ‘gcc_assert’ | |
1147 | gcc_assert ((flags & (SSA_OP_USE | SSA_OP_VIRTUAL_USES)) != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘op_iter_init_phidef’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1176:3: note: in expansion of macro ‘gcc_assert’ | |
1176 | gcc_assert ((flags & (SSA_OP_DEF | SSA_OP_VIRTUAL_DEFS)) != 0); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘move_use_after_head’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1221:3: note: in expansion of macro ‘gcc_assert’ | |
1221 | gcc_assert (USE_FROM_PTR (use_p) == USE_FROM_PTR (head)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘first_imm_use_stmt’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1278:3: note: in expansion of macro ‘gcc_assert’ | |
1278 | gcc_assert (TREE_CODE (var) == SSA_NAME); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘array_ref_contains_indirect_ref’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1369:3: note: in expansion of macro ‘gcc_assert’ | |
1369 | gcc_assert (TREE_CODE (ref) == ARRAY_REF); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h: In function ‘ref_contains_array_ref’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-flow-inline.h:1384:3: note: in expansion of macro ‘gcc_assert’ | |
1384 | gcc_assert (handled_component_p (ref)); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-mudflap.c:30: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:3039:11: warning: identifier ‘thread_local’ conflicts with C++ keyword [-Wc++-compat] | |
3039 | unsigned thread_local:1; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-mudflap.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h: In function ‘function_args_iter_next’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree.h:4654:3: note: in expansion of macro ‘gcc_assert’ | |
4654 | gcc_assert (i->next != NULL_TREE); | |
| ^~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:31, | |
from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-mudflap.c:32: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h: At top level: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:34: warning: using ‘call_site_record’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:140:16: note: originally defined here | |
140 | typedef struct call_site_record *call_site_record; | |
| ^~~~~~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:183:30: warning: using ‘ipa_opt_pass’ as both a typedef and a tag is invalid in C++ [-Wc++-compat] | |
183 | typedef struct ipa_opt_pass *ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/function.h:182:8: note: originally defined here | |
182 | struct ipa_opt_pass; | |
| ^~~~~~~~~~~~ | |
[0m[91mIn file included from /home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/tree-mudflap.c:25: | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_succ_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:648:3: note: in expansion of macro ‘gcc_assert’ | |
648 | gcc_assert (single_succ_p (bb)); | |
| ^~~~~~~~~~ | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h: In function ‘single_pred_edge’: | |
[0m[91m/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/system.h:577:55: warning: ISO C does not support ‘__FUNCTION__’ predefined identifier [-Wpedantic] | |
577 | ((void)(!(EXPR) ? fancy_abort (__FILE__, __LINE__, __FUNCTION__), 0 : 0)) | |
| ^~~~~~~~~~~~ | |
/home/lind/lind_project/src/native_client/tools/SRC/gcc/gcc/basic-block.h:658:3: note: in expansion of macro ‘gcc_assert’ | |
658 | gcc_assert (single_pred_p (bb)); | |
| ^~~~~~~ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment