+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/nesc.spec --define "debug_package %{nil}" --undefine _annotated_build --define "_missing_doc_files_terminate_build %{nil}" --define "_emacs_sitestartdir /usr/share/emacs/site-lisp/site-start.d" --define "_emacs_sitelispdir /usr/share/emacs/site-lisp" --nocheck ' mockbuild Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.vTc4Uh + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf nesc-1.3.5 + /usr/bin/tar -xof - + /usr/bin/gzip -dc /builddir/build/SOURCES/nesc-1.3.5.tar.gz + STATUS=0 + '[' 0 -ne 0 ']' + cd nesc-1.3.5 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + echo 'Patch #0 (nesc-load-el-without-extension.patch):' Patch #0 (nesc-load-el-without-extension.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .emacs --fuzz=0 patching file tools/editor-modes/emacs/nesc.el + echo 'Patch #1 (nesc-1.3.2-vim-ftdetect.patch):' Patch #1 (nesc-1.3.2-vim-ftdetect.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .fix --fuzz=0 patching file tools/editor-modes/vim/filetype.vim + echo 'Patch #3 (nesc-1.3.6-Fix-building-with-Werror-format-security.patch):' Patch #3 (nesc-1.3.6-Fix-building-with-Werror-format-security.patch): + /usr/bin/patch --no-backup-if-mismatch -p1 -b --suffix .format --fuzz=0 patching file libcpp/macro.c patching file src/nesc-generate.c + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.X3hOCK + umask 022 + cd /builddir/build/BUILD + cd nesc-1.3.5 + autoreconf -fiv autoreconf: Entering directory `.' autoreconf: configure.ac: not using Gettext autoreconf: running: aclocal --force autoreconf: configure.ac: tracing autoreconf: configure.ac: adding subdirectory src to autoreconf autoreconf: Entering directory `src' autoreconf: configure.ac: not using Libtool autoreconf: running: /usr/bin/autoconf --force autoreconf: running: /usr/bin/autoheader --force autoreconf: running: automake --add-missing --copy --force-missing configure.ac:39: installing '../config-aux/compile' autoreconf: Leaving directory `src' autoreconf: configure.ac: adding subdirectory libiberty to autoreconf autoreconf: Entering directory `libiberty' autoreconf: configure.ac: not using aclocal autoreconf: configure.ac: not using Automake autoreconf: Leaving directory `libiberty' autoreconf: configure.ac: adding subdirectory libcpp to autoreconf autoreconf: Entering directory `libcpp' autoreconf: Leaving directory `libcpp' autoreconf: configure.ac: not using Autoheader autoreconf: Leaving directory `.' + CFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CFLAGS + CXXFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' + export CXXFLAGS + FFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FFLAGS + FCFLAGS='-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I/usr/lib64/gfortran/modules' + export FCFLAGS + LDFLAGS='-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' + export LDFLAGS + '[' 1 = 1 ']' +++ dirname ./configure ++ find . -name config.guess -o -name config.sub + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config-aux/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./config-aux/config.sub ++ basename ./config-aux/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./config-aux/config.sub '/usr/lib/rpm/redhat/config.sub' -> './config-aux/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./config-aux/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./config-aux/config.guess ++ basename ./config-aux/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./config-aux/config.guess '/usr/lib/rpm/redhat/config.guess' -> './config-aux/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + ./configure --build=riscv64-redhat-linux-gnu --host=riscv64-redhat-linux-gnu --program-prefix= --disable-dependency-tracking --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc --datadir=/usr/share --includedir=/usr/include --libdir=/usr/lib64 --libexecdir=/usr/libexec --localstatedir=/var --sharedstatedir=/var/lib --mandir=/usr/share/man --infodir=/usr/share/info --enable-m4_pattern_allow checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for perl... /usr/bin/perl checking for Bootstrap... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating tools/Makefile config.status: creating tools/nescc-mig config.status: creating tools/nescc-ncg config.status: creating tools/nescc config.status: creating tools/nescc-diff config.status: creating tools/nescc-wiring config.status: creating tools/java/Makefile config.status: creating tools/java/net/Makefile config.status: creating tools/java/net/tinyos/Makefile config.status: creating tools/java/net/tinyos/nesc/Makefile config.status: creating tools/java/net/tinyos/nesc/wiring/Makefile config.status: creating tools/java/net/tinyos/nesc/dump/Makefile config.status: creating tools/java/net/tinyos/nesc/dump/xml/Makefile config.status: executing depfiles commands === configuring in src (/builddir/build/BUILD/nesc-1.3.5/src) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-redhat-linux-gnu' '--host=riscv64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-m4_pattern_allow' 'build_alias=riscv64-redhat-linux-gnu' 'host_alias=riscv64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking whether gcc understands -c and -o together... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking whether make sets $(MAKE)... (cached) yes checking whether gcc accepts -Wall... yes checking whether gcc accepts -Wno-long-double... yes checking whether we are using rcc... no checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking size of long long... 8 checking size of void *... 8 checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for strtold... yes checking for poll... yes checking for realpath... yes checking for mmap... yes checking for regcomp... yes checking for fnmatch... yes checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for working iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for strtold declaration in ... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libcompat/Makefile config.status: creating autoconf.h config.status: executing depfiles commands === configuring in libiberty (/builddir/build/BUILD/nesc-1.3.5/libiberty) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-redhat-linux-gnu' '--host=riscv64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-m4_pattern_allow' 'build_alias=riscv64-redhat-linux-gnu' 'host_alias=riscv64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' --cache-file=/dev/null --srcdir=. checking whether to enable maintainer-specific portions of Makefiles... no checking for makeinfo... no checking for perl... perl checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking for riscv64-redhat-linux-gnu-ar... no checking for ar... ar checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking how to run the C preprocessor... gcc -E checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wc++-compat... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -pedantic ... yes checking whether gcc and cc understand -c and -o together... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking whether byte ordering is bigendian... no checking for a BSD-compatible install... /usr/bin/install -c /bin/sh: ./../move-if-change: No such file or directory checking for sys/file.h... yes checking for sys/param.h... yes checking for limits.h... yes checking for stdlib.h... (cached) yes checking for malloc.h... yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for strings.h... (cached) yes checking for sys/time.h... yes checking for time.h... yes checking for sys/resource.h... yes checking for sys/stat.h... (cached) yes checking for sys/mman.h... yes checking for fcntl.h... yes checking for alloca.h... yes checking for sys/pstat.h... no checking for sys/sysmp.h... no checking for sys/sysinfo.h... yes checking for machine/hal_sysinfo.h... no checking for sys/table.h... no checking for sys/sysctl.h... yes checking for sys/systemcfg.h... no checking for stdint.h... (cached) yes checking for stdio_ext.h... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking whether time.h and sys/time.h may both be included... yes checking whether errno must be declared... no checking size of int... 4 checking for uintptr_t... yes checking for a 64-bit type... uint64_t checking for pid_t... yes checking for library containing strerror... none required checking for asprintf... yes checking for atexit... yes checking for basename... yes checking for bcmp... yes checking for bcopy... yes checking for bsearch... yes checking for bzero... yes checking for calloc... yes checking for clock... yes checking for ffs... yes checking for getcwd... yes checking for getpagesize... yes checking for gettimeofday... yes checking for index... yes checking for insque... yes checking for memchr... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for mempcpy... yes checking for memset... yes checking for mkstemps... yes checking for putenv... yes checking for random... yes checking for rename... yes checking for rindex... yes checking for setenv... yes checking for snprintf... yes checking for sigsetmask... yes checking for stpcpy... yes checking for stpncpy... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strncasecmp... yes checking for strndup... yes checking for strrchr... yes checking for strstr... yes checking for strtod... yes checking for strtol... yes checking for strtoul... yes checking for strverscmp... yes checking for tmpnam... yes checking for vasprintf... yes checking for vfprintf... yes checking for vprintf... yes checking for vsnprintf... yes checking for vsprintf... yes checking for waitpid... yes checking whether alloca needs Cray hooks... no checking stack direction for C alloca... -1 checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for _doprnt... no checking for sys_errlist... yes checking for sys_nerr... yes checking for sys_siglist... yes checking for external symbol _system_configuration... no checking for getrusage... yes checking for on_exit... yes checking for psignal... yes checking for strerror... yes checking for strsignal... yes checking for sysconf... yes checking for times... yes checking for sbrk... yes checking for gettimeofday... (cached) yes checking for realpath... yes checking for canonicalize_file_name... yes checking for pstat_getstatic... no checking for pstat_getdynamic... no checking for sysmp... no checking for getsysinfo... no checking for table... no checking for sysctl... no checking for wait3... yes checking for wait4... yes checking for __fsetlocking... yes checking whether basename is declared... no checking whether ffs is declared... yes checking whether asprintf is declared... no checking whether vasprintf is declared... no checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking whether calloc is declared... yes checking whether getenv is declared... yes checking whether getopt is declared... yes checking whether malloc is declared... yes checking whether realloc is declared... yes checking whether sbrk is declared... yes checking whether strverscmp is declared... no checking whether canonicalize_file_name must be declared... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getpagesize... (cached) yes checking for working mmap... yes checking for working strncmp... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: executing default commands === configuring in libcpp (/builddir/build/BUILD/nesc-1.3.5/libcpp) configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr' '--build=riscv64-redhat-linux-gnu' '--host=riscv64-redhat-linux-gnu' '--program-prefix=' '--disable-dependency-tracking' '--exec-prefix=/usr' '--bindir=/usr/bin' '--sbindir=/usr/sbin' '--sysconfdir=/etc' '--datadir=/usr/share' '--includedir=/usr/include' '--libdir=/usr/lib64' '--libexecdir=/usr/libexec' '--localstatedir=/var' '--sharedstatedir=/var/lib' '--mandir=/usr/share/man' '--infodir=/usr/share/info' '--enable-m4_pattern_allow' 'build_alias=riscv64-redhat-linux-gnu' 'host_alias=riscv64-redhat-linux-gnu' 'CFLAGS=-O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 ' 'LDFLAGS=-Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld' --cache-file=/dev/null --srcdir=. checking build system type... riscv64-redhat-linux-gnu checking host system type... riscv64-redhat-linux-gnu checking target system type... riscv64-redhat-linux-gnu checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for riscv64-redhat-linux-gnu-ranlib... no checking for ranlib... ranlib checking for aclocal... aclocal checking for autoconf... autoconf checking for autoheader... autoheader checking whether gcc supports -W... yes checking whether gcc supports -Wall... yes checking whether gcc supports -Wwrite-strings... yes checking whether gcc supports -Wstrict-prototypes... yes checking whether gcc supports -Wmissing-prototypes... yes checking whether gcc supports -Wold-style-definition... yes checking whether gcc supports -Wmissing-format-attribute... yes checking whether gcc supports -pedantic -Wno-long-long... yes checking dependency style of gcc... gcc3 checking whether time.h and sys/time.h may both be included... yes checking whether string.h and strings.h may both be included... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking iconv.h usability... yes checking iconv.h presence... yes checking for iconv.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for strings.h... (cached) yes checking for string.h... (cached) yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking for unistd.h... (cached) yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for obstacks... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether struct tm is in sys/time.h or time.h... time.h checking size of int... 4 checking size of long... 8 checking for clearerr_unlocked... yes checking for feof_unlocked... yes checking for ferror_unlocked... yes checking for fflush_unlocked... yes checking for fgetc_unlocked... yes checking for fgets_unlocked... yes checking for fileno_unlocked... yes checking for fprintf_unlocked... no checking for fputc_unlocked... yes checking for fputs_unlocked... yes checking for fread_unlocked... yes checking for fwrite_unlocked... yes checking for getchar_unlocked... yes checking for getc_unlocked... yes checking for putchar_unlocked... yes checking for putc_unlocked... yes checking whether abort is declared... yes checking whether asprintf is declared... no checking whether basename is declared... no checking whether errno is declared... no checking whether getopt is declared... yes checking whether clearerr_unlocked is declared... yes checking whether feof_unlocked is declared... yes checking whether ferror_unlocked is declared... yes checking whether fflush_unlocked is declared... yes checking whether fgetc_unlocked is declared... yes checking whether fgets_unlocked is declared... no checking whether fileno_unlocked is declared... yes checking whether fprintf_unlocked is declared... no checking whether fputc_unlocked is declared... yes checking whether fputs_unlocked is declared... no checking whether fread_unlocked is declared... yes checking whether fwrite_unlocked is declared... yes checking whether getchar_unlocked is declared... yes checking whether getc_unlocked is declared... yes checking whether putchar_unlocked is declared... yes checking whether putc_unlocked is declared... yes checking whether vasprintf is declared... no checking for working alloca.h... yes checking for alloca... yes checking for ANSI C header files... (cached) yes checking for nl_langinfo and CODESET... yes checking whether NLS is requested... no checking for uchar... checking for ld used by GCC... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking for iconv... yes checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h config.status: executing depdir commands mkdir -p -- .deps + /usr/bin/make -O -j4 Making all in libcpp make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o errors.o -MT errors.o -MMD -MP -MF .deps/errors.Po errors.c In file included from errors.c:29:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ errors.c: In function '_cpp_begin_message': errors.c:108:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (CPP_OPTION (pfile, inhibit_errors)) ^ errors.c:111:5: note: here case CPP_DL_ICE: ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o directives-only.o -MT directives-only.o -MMD -MP -MF .deps/directives-only.Po directives-only.c In file included from directives-only.c:23:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o charset.o -MT charset.o -MMD -MP -MF .deps/charset.Po charset.c In file included from charset.c:24:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o directives.o -MT directives.o -MMD -MP -MF .deps/directives.Po directives.c In file included from directives.c:26:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ directives.c:191:18: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] do_linemarker, U"#", 1, KANDR, IN_I ^~~~ directives.c:191:18: note: (near initialization for 'linemarker_dir.name') directives.c: In function 'parse_include': directives.c:692:6: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] dir = U"pragma dependency"; ^ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' echo "#define LOCALEDIR \"/usr/share/locale\"" > localedir.new ./../config-aux/move-if-change localedir.new localedir.h echo timestamp > localedir.hs make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o identifiers.o -MT identifiers.o -MMD -MP -MF .deps/identifiers.Po identifiers.c In file included from identifiers.c:29:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o files.o -MT files.o -MMD -MP -MF .deps/files.Po files.c In file included from files.c:28:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from files.c:26:0: files.c: In function 'read_file_guts': system.h:213:40: warning: left shift of negative value [-Wshift-negative-value] ? ~ (t) 0 << (sizeof(t) * CHAR_BIT - 1) : (t) 0)) ^ system.h:214:44: note: in expansion of macro 'INTTYPE_MINIMUM' #define INTTYPE_MAXIMUM(t) ((t) (~ (t) 0 - INTTYPE_MINIMUM (t))) ^~~~~~~~~~~~~~~ files.c:604:30: note: in expansion of macro 'INTTYPE_MAXIMUM' if (file->st.st_size > INTTYPE_MAXIMUM (ssize_t)) ^~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o expr.o -MT expr.o -MMD -MP -MF .deps/expr.Po expr.c In file included from expr.c:24:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ expr.c: In function 'num_binary_op': expr.c:1457:11: warning: this statement may fall through [-Wimplicit-fallthrough=] rhs = num_negate (rhs, precision); ~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ expr.c:1458:5: note: here case CPP_PLUS: ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o line-map.o -MT line-map.o -MMD -MP -MF .deps/line-map.Po line-map.c make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o mkdeps.o -MT mkdeps.o -MMD -MP -MF .deps/mkdeps.Po mkdeps.c make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o pch.o -MT pch.o -MMD -MP -MF .deps/pch.Po pch.c In file included from pch.c:22:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ pch.c: In function 'cpp_valid_state': pch.c:556:7: warning: this 'if' clause does not guard... [-Wmisleading-indentation] if (CPP_OPTION (r, warn_invalid_pch)) ^~ pch.c:560:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' goto fail; ^~~~ pch.c: In function 'write_macdef': pch.c:55:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (! (hn->flags & NODE_POISONED)) ^ pch.c:58:5: note: here case NT_MACRO: ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o lex.o -MT lex.o -MMD -MP -MF .deps/lex.Po lex.c In file included from lex.c:25:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ lex.c:42:3: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~ lex.c:42:3: note: (near initialization for 'digraph_spellings[0]') lex.c:42:10: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~~~ lex.c:42:10: note: (near initialization for 'digraph_spellings[1]') lex.c:42:19: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~ lex.c:42:19: note: (near initialization for 'digraph_spellings[2]') lex.c:42:26: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~ lex.c:42:26: note: (near initialization for 'digraph_spellings[3]') lex.c:42:33: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~ lex.c:42:33: note: (near initialization for 'digraph_spellings[4]') lex.c:42:40: warning: initialization from incompatible pointer type [-Wincompatible-pointer-types] { U"%:", U"%:%:", U"<:", U":>", U"<%", U"%>" }; ^~~~~ lex.c:42:40: note: (near initialization for 'digraph_spellings[5]') lex.c: In function '_cpp_lex_direct': lex.c:1214:7: warning: this statement may fall through [-Wimplicit-fallthrough=] { ^ lex.c:1228:5: note: here default: ^~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o symtab.o -MT symtab.o -MMD -MP -MF .deps/symtab.Po symtab.c make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o macro.o -MT macro.o -MMD -MP -MF .deps/macro.Po macro.c In file included from macro.c:30:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ macro.c: In function '_cpp_builtin_macro_text': macro.c:158:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] pbuffer->timestamp = U"\"??? ??? ?? ??:??:?? ????\""; ^ macro.c:256:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] pfile->date = U"\"??? ?? ????\""; ^ macro.c:257:20: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] pfile->time = U"\"??:??:??\""; ^ macro.c: In function 'parse_params': macro.c:1389:19: warning: this statement may fall through [-Wimplicit-fallthrough=] if (prev_ident || macro->paramc == 0) ~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~ macro.c:1393:2: note: here case CPP_COMMA: ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o init.o -MT init.o -MMD -MP -MF .deps/init.Po init.c In file included from init.c:25:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ init.c:38:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' gcc -I. -I. -I./../include -I./include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -Wmissing-format-attribute -pedantic -Wno-long-long -I. -I. -I./../include -I./include -c -o traditional.o -MT traditional.o -MMD -MP -MF .deps/traditional.Po traditional.c In file included from traditional.c:22:0: internal.h:488:5: warning: this use of "defined" may not be portable [-Wexpansion-to-defined] #if HAVE_DESIGNATED_INITIALIZERS ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' rm -f libcpp.a ar cru libcpp.a charset.o directives.o directives-only.o errors.o expr.o files.o identifiers.o init.o lex.o line-map.o macro.o mkdeps.o pch.o symtab.o traditional.o ranlib libcpp.a make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' Making all in libiberty make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ] && [ ! -d pic ]; then \ mkdir pic; \ else true; fi touch stamp-picdir make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' echo ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o > required-list make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' rm -f needed-list; touch needed-list; \ for f in atexit calloc memchr memcmp memcpy memmove memset rename strchr strerror strncmp strrchr strstr strtol strtoul tmpnam vfprintf vprintf vfork waitpid bcmp bcopy bzero; do \ for g in ; do \ case "$g" in \ *$f*) echo $g >> needed-list ;; \ esac; \ done; \ done make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o pic/md5.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./md5.c -o md5.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o pic/alloca.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./alloca.c -o alloca.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o pic/argv.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./argv.c -o argv.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o pic/choose-temp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./choose-temp.c -o choose-temp.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o pic/concat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./concat.c -o concat.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o pic/cp-demint.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demint.c -o cp-demint.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o pic/dyn-string.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./dyn-string.c -o dyn-string.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o pic/fdmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fdmatch.c -o fdmatch.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o pic/fibheap.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fibheap.c -o fibheap.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o pic/filename_cmp.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./filename_cmp.c -o filename_cmp.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o pic/cplus-dem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cplus-dem.c -o cplus-dem.o ./cplus-dem.c: In function 'demangle_fund_type': ./cplus-dem.c:3808:10: warning: this statement may fall through [-Wimplicit-fallthrough=] if (!ISDIGIT ((unsigned char)**mangled)) ^ ./cplus-dem.c:3813:5: note: here case 'I': ^~~~ ./cplus-dem.c: In function 'demangle_signature': ./cplus-dem.c:1465:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if (AUTO_DEMANGLING || GNU_DEMANGLING) ^ ./cplus-dem.c:1479:2: note: here default: ^~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o pic/fnmatch.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fnmatch.c -o fnmatch.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o pic/fopen_unlocked.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./fopen_unlocked.c -o fopen_unlocked.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o pic/cp-demangle.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./cp-demangle.c -o cp-demangle.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o pic/getopt.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt.c -o getopt.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o pic/getopt1.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getopt1.c -o getopt1.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o pic/floatformat.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./floatformat.c -o floatformat.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o pic/getruntime.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getruntime.c -o getruntime.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o pic/getpwd.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./getpwd.c -o getpwd.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o pic/hex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hex.c -o hex.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o pic/lbasename.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lbasename.c -o lbasename.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o pic/regex.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./regex.c -o regex.o ./regex.c: In function 'byte_regex_compile': ./regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] # define bzero(s, n) (memset (s, '\0', n), (s)) ~~~~~~~~~~~~~~~~~~~~^~~~~~ ./regex.c:3124:13: note: in expansion of macro 'bzero' bzero (b, (1 << BYTEWIDTH) / BYTEWIDTH); ^~~~~ ./regex.c: In function 'byte_re_compile_fastmap': ./regex.c:152:47: warning: right-hand operand of comma expression has no effect [-Wunused-value] # define bzero(s, n) (memset (s, '\0', n), (s)) ~~~~~~~~~~~~~~~~~~~~^~~~~~ ./regex.c:4582:3: note: in expansion of macro 'bzero' bzero (fastmap, 1 << BYTEWIDTH); /* Assume nothing's valid. */ ^~~~~ In file included from ./regex.c:638:0: ./regex.c: In function 'byte_re_match_2_internal': ./regex.c:7141:27: warning: variable 'sdummy' set but not used [-Wunused-but-set-variable] const CHAR_T *sdummy = NULL; ^~~~~~ ./regex.c:7140:22: warning: variable 'pdummy' set but not used [-Wunused-but-set-variable] UCHAR_T *pdummy = NULL; ^~~~~~ ./regex.c:6694:19: warning: this statement may fall through [-Wimplicit-fallthrough=] is_a_jump_n = true; ./regex.c:6695:19: note: here case pop_failure_jump: ^~~~ ./regex.c:7117:7: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((re_opcode_t) p[-1] != pop_failure_jump) ^ ./regex.c:7132:9: note: here case pop_failure_jump: ^~~~ ./regex.c:1776:25: warning: this statement may fall through [-Wimplicit-fallthrough=] set_regs_matched_done = 0; \ ~~~~~~~~~~~~~~~~~~~~~~^~~ ./regex.c:7144:13: note: in expansion of macro 'POP_FAILURE_POINT' POP_FAILURE_POINT (sdummy, pdummy, ^~~~~~~~~~~~~~~~~ ./regex.c:7150:2: note: here unconditional_jump: ^~~~~~~~~~~~~~~~~~ ./regex.c:7450:31: warning: this statement may fall through [-Wimplicit-fallthrough=] is_a_jump_n = true; ./regex.c:7451:17: note: here case maybe_pop_jump: ^~~~ ./regex.c: In function 'byte_common_op_match_null_string_p': ./regex.c:7715:10: warning: this statement may fall through [-Wimplicit-fallthrough=] p1 += 2 * OFFSET_ADDRESS_SIZE; ^ ./regex.c:7717:5: note: here default: ^~~~~~~ ./regex.c: In function 'byte_regex_compile': ./regex.c:2491:14: warning: this statement may fall through [-Wimplicit-fallthrough=] if ((syntax & RE_BK_PLUS_QM) ^ ./regex.c:2494:9: note: here handle_plus: ^~~~~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o pic/lrealpath.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./lrealpath.c -o lrealpath.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o pic/make-relative-prefix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-relative-prefix.c -o make-relative-prefix.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o pic/make-temp-file.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./make-temp-file.c -o make-temp-file.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o pic/objalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./objalloc.c -o objalloc.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o pic/hashtab.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./hashtab.c -o hashtab.o ./hashtab.c: In function 'iterative_hash': ./hashtab.c:938:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 11: c+=((hashval_t)k[10]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:939:5: note: here case 10: c+=((hashval_t)k[9]<<16); ^~~~ ./hashtab.c:939:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 10: c+=((hashval_t)k[9]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:940:5: note: here case 9 : c+=((hashval_t)k[8]<<8); ^~~~ ./hashtab.c:940:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 9 : c+=((hashval_t)k[8]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:942:5: note: here case 8 : b+=((hashval_t)k[7]<<24); ^~~~ ./hashtab.c:942:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 8 : b+=((hashval_t)k[7]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:943:5: note: here case 7 : b+=((hashval_t)k[6]<<16); ^~~~ ./hashtab.c:943:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 7 : b+=((hashval_t)k[6]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:944:5: note: here case 6 : b+=((hashval_t)k[5]<<8); ^~~~ ./hashtab.c:944:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 6 : b+=((hashval_t)k[5]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:945:5: note: here case 5 : b+=k[4]; ^~~~ ./hashtab.c:945:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 5 : b+=k[4]; ~^~~~~~ ./hashtab.c:946:5: note: here case 4 : a+=((hashval_t)k[3]<<24); ^~~~ ./hashtab.c:946:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 4 : a+=((hashval_t)k[3]<<24); ~^~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:947:5: note: here case 3 : a+=((hashval_t)k[2]<<16); ^~~~ ./hashtab.c:947:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 3 : a+=((hashval_t)k[2]<<16); ~^~~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:948:5: note: here case 2 : a+=((hashval_t)k[1]<<8); ^~~~ ./hashtab.c:948:15: warning: this statement may fall through [-Wimplicit-fallthrough=] case 2 : a+=((hashval_t)k[1]<<8); ~^~~~~~~~~~~~~~~~~~~~~~ ./hashtab.c:949:5: note: here case 1 : a+=k[0]; ^~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o pic/obstack.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./obstack.c -o obstack.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pic/pexecute.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pexecute.c -o pexecute.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o pic/partition.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./partition.c -o partition.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o pic/physmem.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./physmem.c -o physmem.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pic/pex-one.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-one.c -o pex-one.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o pic/safe-ctype.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./safe-ctype.c -o safe-ctype.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o pic/spaces.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./spaces.c -o spaces.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o pic/sort.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./sort.c -o sort.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pic/pex-common.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-common.c -o pex-common.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pic/pex-unix.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./pex-unix.c -o pex-unix.o ./pex-unix.c: In function 'pex_child_error': ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:343:3: note: in expansion of macro 'writeerr' writeerr (obj->pname); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:344:3: note: in expansion of macro 'writeerr' writeerr (": error trying to exec '"); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:345:3: note: in expansion of macro 'writeerr' writeerr (executable); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:346:3: note: in expansion of macro 'writeerr' writeerr ("': "); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:347:3: note: in expansion of macro 'writeerr' writeerr (errmsg); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:348:3: note: in expansion of macro 'writeerr' writeerr (": "); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:349:3: note: in expansion of macro 'writeerr' writeerr (xstrerror (err)); ^~~~~~~~ ./pex-unix.c:342:21: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] #define writeerr(s) (void) write (STDERR_FILE_NO, s, strlen (s)) ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ./pex-unix.c:350:3: note: in expansion of macro 'writeerr' writeerr ("\n"); ^~~~~~~~ make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o pic/strerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strerror.c -o strerror.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o pic/unlink-if-ordinary.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./unlink-if-ordinary.c -o unlink-if-ordinary.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o pic/splay-tree.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./splay-tree.c -o splay-tree.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o pic/strsignal.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./strsignal.c -o strsignal.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o pic/xatexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xatexit.c -o xatexit.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o pic/xexit.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xexit.c -o xexit.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o pic/xmemdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmemdup.c -o xmemdup.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o pic/xmalloc.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xmalloc.c -o xmalloc.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o pic/xstrerror.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrerror.c -o xstrerror.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o pic/xstrdup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrdup.c -o xstrdup.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' if [ x"" != x ]; then \ gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o pic/xstrndup.o; \ else true; fi gcc -c -DHAVE_CONFIG_H -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -I. -I./../include -W -Wall -Wwrite-strings -Wc++-compat -Wstrict-prototypes -pedantic ./xstrndup.c -o xstrndup.o make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' rm -f ./libiberty.a pic/./libiberty.a ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ranlib ./libiberty.a if [ x"" != x ]; then \ cd pic; \ ar rc ./libiberty.a \ ./regex.o ./cplus-dem.o ./cp-demangle.o ./md5.o ./alloca.o ./argv.o ./choose-temp.o ./concat.o ./cp-demint.o ./dyn-string.o ./fdmatch.o ./fibheap.o ./filename_cmp.o ./floatformat.o ./fnmatch.o ./fopen_unlocked.o ./getopt.o ./getopt1.o ./getpwd.o ./getruntime.o ./hashtab.o ./hex.o ./lbasename.o ./lrealpath.o ./make-relative-prefix.o ./make-temp-file.o ./objalloc.o ./obstack.o ./partition.o ./pexecute.o ./physmem.o ./pex-common.o ./pex-one.o ./pex-unix.o ./safe-ctype.o ./sort.o ./spaces.o ./splay-tree.o ./strerror.o ./strsignal.o ./unlink-if-ordinary.o ./xatexit.o ./xexit.o ./xmalloc.o ./xmemdup.o ./xstrdup.o ./xstrerror.o ./xstrndup.o ; \ ranlib ./libiberty.a; \ cd ..; \ else true; fi make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' Making all in src /usr/bin/make all-recursive Making all in libcompat make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' gcc -DHAVE_CONFIG_H -I. -I.. -DNMEMDEBUG -DNDEBUG -O9 -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o regions.o regions.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' rm -f libregions.a ar cru libregions.a regions.o ranlib libregions.a make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o array.o array.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o AST_utils.o AST_utils.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o attributes.o attributes.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o AST_walk.o AST_walk.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o c-lex.o c-lex.c c-lex.c: In function 'set_lex_location': c-lex.c:84:26: warning: variable 'new_line' set but not used [-Wunused-but-set-variable] const struct line_map *new_line; ^~~~~~~~ c-lex.c: In function 'yyerror': c-lex.c:830:3: warning: 'ttext' may be used uninitialized in this function [-Wmaybe-uninitialized] error(buf, ttext); ^~~~~~~~~~~~~~~~~ c-lex.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o constants.o constants.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o dd_list.o dd_list.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o dhash.o dhash.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o edit.o edit.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o cval.o cval.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o env.o env.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o errors.o errors.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o flags.o flags.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o graph.o graph.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o c-parse.tab.o c-parse.tab.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o expr.o expr.c expr.c: In function 'check_assignment': expr.c:429:13: warning: suggest parentheses around operand of '!' or change '|' to '||' or '!' to '~' [-Wparentheses] ? ((!type_const(ttl) | type_const(ttr)) ^~~~~~~~~~~~~~~~ expr.c:430:8: warning: suggest parentheses around operand of '!' or change '|' to '||' or '!' to '~' [-Wparentheses] & (!type_volatile(ttl) | type_volatile(ttr))) ^~~~~~~~~~~~~~~~~~~ expr.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o machine.o machine.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o init.o init.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o lex.nd.o lex.nd.c lex.nd.c:1198:16: warning: 'input' defined but not used [-Wunused-function] static int input (void) ^~~~~ cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-attributes.o nesc-attributes.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-atomic.o nesc-atomic.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-c.o nesc-c.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-cg.o nesc-cg.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-component.o nesc-component.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-concurrency.o nesc-concurrency.c nesc-concurrency.c: In function 'rec_async': nesc-concurrency.c:51:40: warning: passing argument 1 of 'attribute_chain' from incompatible pointer type [-Wincompatible-pointer-types] fd->attributes = attribute_chain(attr, fd->attributes); ^~~~ In file included from AST.h:47:0, from parser.h:36, from nesc-concurrency.c:18: AST_list_node.h:661:11: note: expected 'attribute {aka struct AST_attribute *}' but argument is of type 'target_attribute {aka struct AST_gcc_attribute *}' attribute attribute_chain(attribute l1, attribute l2); ^~~~~~~~~~~~~~~ nesc-concurrency.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-abstract.o nesc-abstract.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o AST.o AST.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-constants.o nesc-constants.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-cpp.o nesc-cpp.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-configuration.o nesc-configuration.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-deputy.o nesc-deputy.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-dfilter.o nesc-dfilter.c In file included from parser.h:29:0, from nesc-dfilter.c:21: nesc-dfilter.c: In function 'filter_attribute': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:77:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (reqattr, filter->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:77:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (reqattr, filter->args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:77:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (reqattr, filter->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:77:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (reqattr, filter->args) ^~~~~~~~~~~ nesc-dfilter.c: In function 'make_ndf_op': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dfilter.c:270:15: note: in expansion of macro 'nd_arg_length' int nargs = nd_arg_length(args); ^~~~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dfilter.c:270:15: note: in expansion of macro 'nd_arg_length' int nargs = nd_arg_length(args); ^~~~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dfilter.c:270:15: note: in expansion of macro 'nd_arg_length' int nargs = nd_arg_length(args); ^~~~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dfilter.c:270:15: note: in expansion of macro 'nd_arg_length' int nargs = nd_arg_length(args); ^~~~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:285:4: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:285:4: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:285:4: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:285:4: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:289:6: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:289:6: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:289:6: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dfilter.c:289:6: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, args) ^~~~~~~~~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:303:9: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:303:9: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:303:9: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:303:9: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:307:10: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:307:10: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:307:10: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:307:10: note: in expansion of macro 'CAST' return CAST(nd_filter, op); ^~~~ nesc-dfilter.c: In function 'dofilter': ND_types.h:46:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:320:20: note: in expansion of macro 'CAST' ndf_and f1 = CAST(ndf_and, f); ^~~~ ND_types.h:46:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:320:20: note: in expansion of macro 'CAST' ndf_and f1 = CAST(ndf_and, f); ^~~~ ND_types.h:46:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:320:20: note: in expansion of macro 'CAST' ndf_and f1 = CAST(ndf_and, f); ^~~~ ND_types.h:46:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:320:20: note: in expansion of macro 'CAST' ndf_and f1 = CAST(ndf_and, f); ^~~~ ND_types.h:47:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:324:19: note: in expansion of macro 'CAST' ndf_or f1 = CAST(ndf_or, f); ^~~~ ND_types.h:47:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:324:19: note: in expansion of macro 'CAST' ndf_or f1 = CAST(ndf_or, f); ^~~~ ND_types.h:47:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:324:19: note: in expansion of macro 'CAST' ndf_or f1 = CAST(ndf_or, f); ^~~~ ND_types.h:47:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:324:19: note: in expansion of macro 'CAST' ndf_or f1 = CAST(ndf_or, f); ^~~~ ND_types.h:48:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:328:20: note: in expansion of macro 'CAST' ndf_not f1 = CAST(ndf_not, f); ^~~~ ND_types.h:48:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:328:20: note: in expansion of macro 'CAST' ndf_not f1 = CAST(ndf_not, f); ^~~~ ND_types.h:48:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:328:20: note: in expansion of macro 'CAST' ndf_not f1 = CAST(ndf_not, f); ^~~~ ND_types.h:48:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:328:20: note: in expansion of macro 'CAST' ndf_not f1 = CAST(ndf_not, f); ^~~~ ND_types.h:49:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:332:19: note: in expansion of macro 'CAST' ndf_op f1 = CAST(ndf_op, f); ^~~~ ND_types.h:49:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:332:19: note: in expansion of macro 'CAST' ndf_op f1 = CAST(ndf_op, f); ^~~~ ND_types.h:49:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:332:19: note: in expansion of macro 'CAST' ndf_op f1 = CAST(ndf_op, f); ^~~~ ND_types.h:49:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:332:19: note: in expansion of macro 'CAST' ndf_op f1 = CAST(ndf_op, f); ^~~~ nesc-dfilter.c: In function 'dump_set_filter': ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:375:16: note: in expansion of macro 'CAST' nd_filter f = CAST(nd_filter, *optargs); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:375:16: note: in expansion of macro 'CAST' nd_filter f = CAST(nd_filter, *optargs); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:375:16: note: in expansion of macro 'CAST' nd_filter f = CAST(nd_filter, *optargs); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:375:16: note: in expansion of macro 'CAST' nd_filter f = CAST(nd_filter, *optargs); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:381:18: note: in expansion of macro 'CAST' extracted = CAST(nd_filter, x); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:381:18: note: in expansion of macro 'CAST' extracted = CAST(nd_filter, x); ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:381:18: note: in expansion of macro 'CAST' extracted = CAST(nd_filter, x); ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dfilter.c:381:18: note: in expansion of macro 'CAST' extracted = CAST(nd_filter, x); ^~~~ nesc-dfilter.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-env.o nesc-env.c nesc-env.c: In function 'require': nesc-env.c:90:17: warning: variable 'nd' set but not used [-Wunused-but-set-variable] nesc_decl nd; ^~ nesc-env.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-dspec.tab.o nesc-dspec.tab.c In file included from parser.h:29:0, from nesc-dspec.y:30: nesc-dspec.y: In function 'ndparse': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dspec.y:53:93: note: in expansion of macro 'nd_arg_length' | name '(' args ')' { opt = new_nd_option(dump_region, $1, $3, nd_arg_length($3)); } ^ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dspec.y:53:93: note: in expansion of macro 'nd_arg_length' | name '(' args ')' { opt = new_nd_option(dump_region, $1, $3, nd_arg_length($3)); } ^ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dspec.y:53:93: note: in expansion of macro 'nd_arg_length' | name '(' args ')' { opt = new_nd_option(dump_region, $1, $3, nd_arg_length($3)); } ^ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:13:43: note: in expansion of macro 'CAST' #define nd_arg_length(x) ND_nd_arg_length(CAST(nd_arg, (x))) ^~~~ nesc-dspec.y:53:93: note: in expansion of macro 'nd_arg_length' | name '(' args ')' { opt = new_nd_option(dump_region, $1, $3, nd_arg_length($3)); } ^ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:69:24: note: in expansion of macro 'CAST' ND_TOKEN { $$ = CAST(nd_arg, new_nd_token(dump_region, $1)); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:69:24: note: in expansion of macro 'CAST' ND_TOKEN { $$ = CAST(nd_arg, new_nd_token(dump_region, $1)); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:69:24: note: in expansion of macro 'CAST' ND_TOKEN { $$ = CAST(nd_arg, new_nd_token(dump_region, $1)); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:69:24: note: in expansion of macro 'CAST' ND_TOKEN { $$ = CAST(nd_arg, new_nd_token(dump_region, $1)); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:70:24: note: in expansion of macro 'CAST' | ND_INTEGER { $$ = CAST(nd_arg, new_nd_int(dump_region, $1)); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:70:24: note: in expansion of macro 'CAST' | ND_INTEGER { $$ = CAST(nd_arg, new_nd_int(dump_region, $1)); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:70:24: note: in expansion of macro 'CAST' | ND_INTEGER { $$ = CAST(nd_arg, new_nd_int(dump_region, $1)); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:70:24: note: in expansion of macro 'CAST' | ND_INTEGER { $$ = CAST(nd_arg, new_nd_int(dump_region, $1)); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:71:24: note: in expansion of macro 'CAST' | filter { $$ = CAST(nd_arg, $1); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:71:24: note: in expansion of macro 'CAST' | filter { $$ = CAST(nd_arg, $1); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:71:24: note: in expansion of macro 'CAST' | filter { $$ = CAST(nd_arg, $1); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:71:24: note: in expansion of macro 'CAST' | filter { $$ = CAST(nd_arg, $1); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:75:27: note: in expansion of macro 'CAST' filter '|' filter { $$ = CAST(nd_filter, new_ndf_or(dump_region, $1, $3)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:75:27: note: in expansion of macro 'CAST' filter '|' filter { $$ = CAST(nd_filter, new_ndf_or(dump_region, $1, $3)); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:75:27: note: in expansion of macro 'CAST' filter '|' filter { $$ = CAST(nd_filter, new_ndf_or(dump_region, $1, $3)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:75:27: note: in expansion of macro 'CAST' filter '|' filter { $$ = CAST(nd_filter, new_ndf_or(dump_region, $1, $3)); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:76:27: note: in expansion of macro 'CAST' | filter '&' filter { $$ = CAST(nd_filter, new_ndf_and(dump_region, $1, $3)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:76:27: note: in expansion of macro 'CAST' | filter '&' filter { $$ = CAST(nd_filter, new_ndf_and(dump_region, $1, $3)); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:76:27: note: in expansion of macro 'CAST' | filter '&' filter { $$ = CAST(nd_filter, new_ndf_and(dump_region, $1, $3)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:76:27: note: in expansion of macro 'CAST' | filter '&' filter { $$ = CAST(nd_filter, new_ndf_and(dump_region, $1, $3)); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:77:27: note: in expansion of macro 'CAST' | '!' filter { $$ = CAST(nd_filter, new_ndf_not(dump_region, $2)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:77:27: note: in expansion of macro 'CAST' | '!' filter { $$ = CAST(nd_filter, new_ndf_not(dump_region, $2)); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:77:27: note: in expansion of macro 'CAST' | '!' filter { $$ = CAST(nd_filter, new_ndf_not(dump_region, $2)); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:77:27: note: in expansion of macro 'CAST' | '!' filter { $$ = CAST(nd_filter, new_ndf_not(dump_region, $2)); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'nd_option_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:42: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:42: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:42: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:42: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:60: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:60: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:60: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:60: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:41:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_option(x) ((x)->kind >= kind_nd_option && (x)->kind <= postkind_nd_option) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_option' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:10: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:41:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_option(x) ((x)->kind >= kind_nd_option && (x)->kind <= postkind_nd_option) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_option' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:10: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:41:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_option(x) ((x)->kind >= kind_nd_option && (x)->kind <= postkind_nd_option) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_option' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:10: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:41:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_option(x) ((x)->kind >= kind_nd_option && (x)->kind <= postkind_nd_option) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_option' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:42:10: note: in expansion of macro 'CAST' { return CAST(nd_option, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'nd_arg_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:39: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:39: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:39: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:39: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:57: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:57: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:57: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:57: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:10: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:10: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:10: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:45:10: note: in expansion of macro 'CAST' { return CAST(nd_arg, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'nd_int_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:39: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:39: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:39: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:39: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:57: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:57: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:57: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:57: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:43:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_int(x) ((x)->kind >= kind_nd_int && (x)->kind <= postkind_nd_int) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_int' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:10: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:43:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_int(x) ((x)->kind >= kind_nd_int && (x)->kind <= postkind_nd_int) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_int' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:10: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:43:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_int(x) ((x)->kind >= kind_nd_int && (x)->kind <= postkind_nd_int) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_int' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:10: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:43:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_int(x) ((x)->kind >= kind_nd_int && (x)->kind <= postkind_nd_int) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_int' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:48:10: note: in expansion of macro 'CAST' { return CAST(nd_int, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'nd_token_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:41: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:41: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:41: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:41: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:59: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:59: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:59: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:59: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:44:35: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:10: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:44:65: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:10: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:44:35: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:10: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:44:65: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:51:10: note: in expansion of macro 'CAST' { return CAST(nd_token, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'nd_filter_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:42: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:42: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:42: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:42: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:60: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:60: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:60: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:60: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:10: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:10: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:45:36: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:10: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:45:67: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_filter(x) ((x)->kind >= kind_nd_filter && (x)->kind <= postkind_nd_filter) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_filter' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:54:10: note: in expansion of macro 'CAST' { return CAST(nd_filter, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'ndf_and_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:40: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:40: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:40: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:40: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:58: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:58: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:58: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:58: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:46:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:10: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:46:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:10: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:46:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:10: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:46:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_and(x) ((x)->kind >= kind_ndf_and && (x)->kind <= postkind_ndf_and) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_and' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:57:10: note: in expansion of macro 'CAST' { return CAST(ndf_and, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'ndf_or_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:39: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:39: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:39: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:39: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:57: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:57: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:57: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:57: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:47:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:10: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:47:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:10: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:47:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:10: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:47:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_or(x) ((x)->kind >= kind_ndf_or && (x)->kind <= postkind_ndf_or) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_or' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:60:10: note: in expansion of macro 'CAST' { return CAST(ndf_or, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'ndf_not_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:40: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:40: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:40: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:40: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:58: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:58: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:58: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:58: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:48:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:10: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:48:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:10: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:48:34: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:10: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:48:63: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_not(x) ((x)->kind >= kind_ndf_not && (x)->kind <= postkind_ndf_not) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_not' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:63:10: note: in expansion of macro 'CAST' { return CAST(ndf_not, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from AST.h:46:0, from parser.h:36, from nesc-dspec.y:30: ND_list_nd_arg.c: In function 'ndf_op_chain': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:39: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:39: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:39: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:39: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:57: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:57: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:57: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:66: note: in definition of macro 'AST_CAST' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:57: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ In file included from parser.h:29:0, from nesc-dspec.y:30: ND_types.h:49:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:10: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:49:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:10: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:49:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:10: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ ND_types.h:49:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_ndf_op(x) ((x)->kind >= kind_ndf_op && (x)->kind <= postkind_ndf_op) ^ AST_types.h:652:91: note: in expansion of macro 'is_ndf_op' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.c:66:10: note: in expansion of macro 'CAST' { return CAST(ndf_op, ND_nd_arg_chain(CAST(nd_arg, l1), CAST(nd_arg, l2))); } ^~~~ nesc-dspec.y: In function 'nd_tokenval': ND_types.h:44:35: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:100:10: note: in expansion of macro 'CAST' return CAST(nd_token, arg)->str; ^~~~ ND_types.h:44:65: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:100:10: note: in expansion of macro 'CAST' return CAST(nd_token, arg)->str; ^~~~ ND_types.h:44:35: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:100:10: note: in expansion of macro 'CAST' return CAST(nd_token, arg)->str; ^~~~ ND_types.h:44:65: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_token(x) ((x)->kind >= kind_nd_token && (x)->kind <= postkind_nd_token) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_token' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ nesc-dspec.y:100:10: note: in expansion of macro 'CAST' return CAST(nd_token, arg)->str; ^~~~ nesc-dspec.y: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-dump.o nesc-dump.c In file included from parser.h:29:0, from nesc-dump.c:34: nesc-dump.c: In function 'select_components': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:574:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:574:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:574:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:574:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ nesc-dump.c: In function 'select_wiring': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:676:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:676:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:676:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:676:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ nesc-dump.c: In function 'select_referenced': ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:694:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:694:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:33: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:694:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ ND_types.h:42:61: warning: comparison between 'AST_kind {aka enum }' and 'enum ' [-Wenum-compare] #define is_nd_arg(x) ((x)->kind >= kind_nd_arg && (x)->kind <= postkind_nd_arg) ^ AST_types.h:652:91: note: in expansion of macro 'is_nd_arg' #define AST_CAST(type, x) ({AST_generic tEmPcast = (AST_generic)(x); if (tEmPcast) assert(is_ ## type(tEmPcast)); (type)(tEmPcast); }) ^~~ AST.h:66:14: note: in expansion of macro 'AST_CAST' #define CAST AST_CAST ^~~~~~~~ ND_list_nd_arg.h:15:62: note: in expansion of macro 'CAST' #define scan_nd_arg(var, list) for (var = (list); var; var = CAST(nd_arg, var->next)) ^~~~ nesc-dump.c:694:3: note: in expansion of macro 'scan_nd_arg' scan_nd_arg (arg, opt->args) ^~~~~~~~~~~ nesc-dump.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-gcc.o nesc-gcc.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-interface.o nesc-interface.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-inline.o nesc-inline.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-magic.o nesc-magic.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-generate.o nesc-generate.c nesc-generate.c: In function 'prt_nido_resolver': nesc-generate.c:1158:14: warning: variable 'init' set but not used [-Wunused-but-set-variable] expression init; ^~~~ nesc-generate.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-main.o nesc-main.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-doc.o nesc-doc.c nesc-doc.c: In function 'print_cg_html': nesc-doc.c:1856:3: warning: 'func_cmap' may be used uninitialized in this function [-Wmaybe-uninitialized] unlink(func_cmap); ^~~~~~~~~~~~~~~~~ nesc-doc.c:1767:5: warning: 'iface_file' may be used uninitialized in this function [-Wmaybe-uninitialized] fclose(iface_file); ^~~~~~~~~~~~~~~~~~ nesc-doc.c: In function 'print_func_args': nesc-doc.c:1256:3: warning: 'fdr' may be used uninitialized in this function [-Wmaybe-uninitialized] prt_parameters(fdr->gparms ? fdr->gparms : ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ddecl ? ddecl_get_gparms(ddecl) : NULL, ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ fdr->parms, ~~~~~~~~~~~ psd_skip_container); ~~~~~~~~~~~~~~~~~~~ nesc-doc.c: In function 'print_func_name': nesc-doc.c:1241:3: warning: 'fdr' may be used uninitialized in this function [-Wmaybe-uninitialized] prt_simple_declarator(fdr->declarator, ddecl, psd_skip_container | psd_need_paren_for_star | psd_need_paren_for_qual); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nesc-doc.c: In function 'generate_docs': nesc-doc.c:2463:5: warning: 'level' may be used uninitialized in this function [-Wmaybe-uninitialized] for(j=0; jargs[0] = rmakestr(entries_r, arg_s, arg_e); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nesc-ndoc.c:50:56: note: 'docarg' was declared here char *parsed, *p, *short_end, *doctag, *doctag_end, *docarg; ^~~~~~ nesc-ndoc.c:41:7: warning: 'doctag_end' may be used uninitialized in this function [-Wmaybe-uninitialized] warning_with_location(&here, "@%s argument ignored", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rmakestr(current.fileregion, tag_s, tag_e)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nesc-ndoc.c:50:43: note: 'doctag_end' was declared here char *parsed, *p, *short_end, *doctag, *doctag_end, *docarg; ^~~~~~~~~~ nesc-ndoc.c:41:7: warning: 'doctag' may be used uninitialized in this function [-Wmaybe-uninitialized] warning_with_location(&here, "@%s argument ignored", ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ rmakestr(current.fileregion, tag_s, tag_e)); ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ nesc-ndoc.c:50:34: note: 'doctag' was declared here char *parsed, *p, *short_end, *doctag, *doctag_end, *docarg; ^~~~~~ nesc-ndoc.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-network.o nesc-network.c nesc-network.c: In function 'prt_network_field_data_decl': nesc-network.c:533:4: warning: implicit declaration of function 'prt_type_element'; did you mean 'prt_type_elements'? [-Wimplicit-function-declaration] prt_type_element(interesting, opts); ^~~~~~~~~~~~~~~~ prt_type_elements nesc-network.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-task.o nesc-task.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-uses.o nesc-uses.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-semantics.o nesc-semantics.c nesc-semantics.c: In function 'declare_template_parameter': nesc-semantics.c:535:56: warning: 'tname' may be used uninitialized in this function [-Wmaybe-uninitialized] cstring cname = make_cstring(parse_region, tname->ddecl->name, ~~~~~^~~~~~~ nesc-semantics.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o sd_list.o sd_list.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o nesc-xml.o nesc-xml.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o stmt.o stmt.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o utils.o utils.c utils.c: In function 'wcs_mb_size': utils.c:219:3: warning: ignoring return value of 'wctomb', declared with attribute warn_unused_result [-Wunused-result] wctomb(NULL, 0); ^~~~~~~~~~~~~~~ utils.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o toplev.o toplev.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o unparse.o unparse.c make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o types.o types.c types.c: In function 'type_for_mode': types.c:2730:6: warning: 't' may be used uninitialized in this function [-Wmaybe-uninitialized] t = make_complex_type(t); ~~^~~~~~~~~~~~~~~~~~~~~~ types.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -DHAVE_CONFIG_H -I. -I./libcompat -I./../libcpp/include -I./../libcpp -I./../include -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -c -o semantics.o semantics.c semantics.c: In function 'make_arg_types': semantics.c:480:6: warning: suggest explicit braces to avoid ambiguous 'else' [-Wdangling-else] if (!is_void_parms(parameters)) ^ semantics.c: At top level: cc1: warning: unrecognized command line option '-Wno-long-double' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' rm -f libparser.a ar cru libparser.a AST.o AST_utils.o AST_walk.o array.o attributes.o c-lex.o c-parse.tab.o constants.o cval.o dd_list.o dhash.o edit.o env.o errors.o expr.o flags.o graph.o init.o lex.nd.o machine.o nesc-abstract.o nesc-atomic.o nesc-attributes.o nesc-c.o nesc-cg.o nesc-component.o nesc-concurrency.o nesc-configuration.o nesc-constants.o nesc-cpp.o nesc-deputy.o nesc-dfilter.o nesc-doc.o nesc-dspec.tab.o nesc-dump.o nesc-env.o nesc-gcc.o nesc-generate.o nesc-inline.o nesc-interface.o nesc-magic.o nesc-main.o nesc-module.o nesc-msg.o nesc-ndoc.o nesc-network.o nesc-paths.o nesc-semantics.o nesc-task.o nesc-uses.o nesc-xml.o sd_list.o semantics.o stmt.o types.o unparse.o utils.o ranlib libparser.a make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' gcc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -Wall -Wno-long-double -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o nesc1 toplev.o libparser.a libcompat/libregions.a ../libcpp/libcpp.a ../libiberty/libiberty.a -lm make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' Making all in doc make[1]: Nothing to be done for 'all'. Making all in tools Making all in java Making all in net Making all in tinyos Making all in nesc Making all in wiring make[6]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' CLASSPATH=`cygpath -w ../../../.. 2>/dev/null || echo ../../../..` javac WiringCheck.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[6]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' Making all in dump Making all in xml make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' CLASSPATH=`cygpath -w ../../../../.. 2>/dev/null || echo ../../../../..` javac StructureDefinition.java Xarguments.java NDList.java Xtype_var.java WiringScanForwards.java Xconstant_ref.java Xtags.java Xtype_function.java Container.java Xnx_union_ref.java Xinstance.java Xlong.java WiringNode.java Xvarargs.java DocumentationString.java Xnx_struct_ref.java NonConstant.java Xtypedef_ref.java WiringScan.java Xvalue_structured.java Xtype_component.java Xunion_ref.java CDefinition.java Xvalue_array.java FloatConstant.java Xfield.java DataDefinition.java Xmodule.java Xconstant.java Xinterfacedefs.java Xtype_array.java Xwire.java Xinterface_parameters.java Xfunctions.java Xnx_union.java Xunion.java DefinitionTable.java Xtype_int.java Xstruct.java Xinternal_component.java Xstruct_ref.java Xinternal_component_ref.java Xdocumentation.java Value.java Xcomponent_ref.java Xconstants.java Xshort.java Xwiring.java Xarray_element.java Xtype_complex_int.java Xenum_ref.java Xenum.java Xinterfacedef.java Xtype_pointer.java SimpleType.java Xinterfacedef_ref.java WiringScanBackwards.java NDElement.java NescDefinition.java Xinterface.java Xtype_float.java Xinterface_ref.java Xtype_interface.java StringConstant.java Xconfiguration.java Xstructured_element.java TagDefinition.java WiringEndpoint.java Xfrom.java Xto.java Xfunction_parameters.java Xtypedef.java Xparameters.java Xtype_complex_float.java WiringGraph.java Xattribute.java Xvalue.java Xattribute_ref.java Type.java Xtypename.java Xtype_qualified.java Xvariables.java Xcomponents.java Xinterfaces.java Constant.java Implementation.java Xfunction.java Xfunction_ref.java Xcomponent.java UnknownConstant.java Xtype_tag.java Xattribute_value.java Location.java IntegerConstant.java Xtype_void.java Xvariable.java Xvariable_ref.java Xnx_struct.java Xnesc.java Definition.java KnownConstant.java Xtypedefs.java Xinterface_functions.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' CLASSPATH=`cygpath -w ../../../../.. 2>/dev/null || echo ../../../../..` javac StructureDefinition.java Xarguments.java NDList.java Xtype_var.java WiringScanForwards.java Xconstant_ref.java Xtags.java Xtype_function.java Container.java Xnx_union_ref.java Xinstance.java Xlong.java WiringNode.java Xvarargs.java DocumentationString.java Xnx_struct_ref.java NonConstant.java Xtypedef_ref.java WiringScan.java Xvalue_structured.java Xtype_component.java Xunion_ref.java CDefinition.java Xvalue_array.java FloatConstant.java Xfield.java DataDefinition.java Xmodule.java Xconstant.java Xinterfacedefs.java Xtype_array.java Xwire.java Xinterface_parameters.java Xfunctions.java Xnx_union.java Xunion.java DefinitionTable.java Xtype_int.java Xstruct.java Xinternal_component.java Xstruct_ref.java Xinternal_component_ref.java Xdocumentation.java Value.java Xcomponent_ref.java Xconstants.java Xshort.java Xwiring.java Xarray_element.java Xtype_complex_int.java Xenum_ref.java Xenum.java Xinterfacedef.java Xtype_pointer.java SimpleType.java Xinterfacedef_ref.java WiringScanBackwards.java NDElement.java NescDefinition.java Xinterface.java Xtype_float.java Xinterface_ref.java Xtype_interface.java StringConstant.java Xconfiguration.java Xstructured_element.java TagDefinition.java WiringEndpoint.java Xfrom.java Xto.java Xfunction_parameters.java Xtypedef.java Xparameters.java Xtype_complex_float.java WiringGraph.java Xattribute.java Xvalue.java Xattribute_ref.java Type.java Xtypename.java Xtype_qualified.java Xvariables.java Xcomponents.java Xinterfaces.java Constant.java Implementation.java Xfunction.java Xfunction_ref.java Xcomponent.java UnknownConstant.java Xtype_tag.java Xattribute_value.java Location.java IntegerConstant.java Xtype_void.java Xvariable.java Xvariable_ref.java Xnx_struct.java Xnesc.java Definition.java KnownConstant.java Xtypedefs.java Xinterface_functions.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' CLASSPATH=`cygpath -w ../../../../.. 2>/dev/null || echo ../../../../..` javac StructureDefinition.java Xarguments.java NDList.java Xtype_var.java WiringScanForwards.java Xconstant_ref.java Xtags.java Xtype_function.java Container.java Xnx_union_ref.java Xinstance.java Xlong.java WiringNode.java Xvarargs.java DocumentationString.java Xnx_struct_ref.java NonConstant.java Xtypedef_ref.java WiringScan.java Xvalue_structured.java Xtype_component.java Xunion_ref.java CDefinition.java Xvalue_array.java FloatConstant.java Xfield.java DataDefinition.java Xmodule.java Xconstant.java Xinterfacedefs.java Xtype_array.java Xwire.java Xinterface_parameters.java Xfunctions.java Xnx_union.java Xunion.java DefinitionTable.java Xtype_int.java Xstruct.java Xinternal_component.java Xstruct_ref.java Xinternal_component_ref.java Xdocumentation.java Value.java Xcomponent_ref.java Xconstants.java Xshort.java Xwiring.java Xarray_element.java Xtype_complex_int.java Xenum_ref.java Xenum.java Xinterfacedef.java Xtype_pointer.java SimpleType.java Xinterfacedef_ref.java WiringScanBackwards.java NDElement.java NescDefinition.java Xinterface.java Xtype_float.java Xinterface_ref.java Xtype_interface.java StringConstant.java Xconfiguration.java Xstructured_element.java TagDefinition.java WiringEndpoint.java Xfrom.java Xto.java Xfunction_parameters.java Xtypedef.java Xparameters.java Xtype_complex_float.java WiringGraph.java Xattribute.java Xvalue.java Xattribute_ref.java Type.java Xtypename.java Xtype_qualified.java Xvariables.java Xcomponents.java Xinterfaces.java Constant.java Implementation.java Xfunction.java Xfunction_ref.java Xcomponent.java UnknownConstant.java Xtype_tag.java Xattribute_value.java Location.java IntegerConstant.java Xtype_void.java Xvariable.java Xvariable_ref.java Xnx_struct.java Xnesc.java Definition.java KnownConstant.java Xtypedefs.java Xinterface_functions.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' CLASSPATH=`cygpath -w ../../../../.. 2>/dev/null || echo ../../../../..` javac StructureDefinition.java Xarguments.java NDList.java Xtype_var.java WiringScanForwards.java Xconstant_ref.java Xtags.java Xtype_function.java Container.java Xnx_union_ref.java Xinstance.java Xlong.java WiringNode.java Xvarargs.java DocumentationString.java Xnx_struct_ref.java NonConstant.java Xtypedef_ref.java WiringScan.java Xvalue_structured.java Xtype_component.java Xunion_ref.java CDefinition.java Xvalue_array.java FloatConstant.java Xfield.java DataDefinition.java Xmodule.java Xconstant.java Xinterfacedefs.java Xtype_array.java Xwire.java Xinterface_parameters.java Xfunctions.java Xnx_union.java Xunion.java DefinitionTable.java Xtype_int.java Xstruct.java Xinternal_component.java Xstruct_ref.java Xinternal_component_ref.java Xdocumentation.java Value.java Xcomponent_ref.java Xconstants.java Xshort.java Xwiring.java Xarray_element.java Xtype_complex_int.java Xenum_ref.java Xenum.java Xinterfacedef.java Xtype_pointer.java SimpleType.java Xinterfacedef_ref.java WiringScanBackwards.java NDElement.java NescDefinition.java Xinterface.java Xtype_float.java Xinterface_ref.java Xtype_interface.java StringConstant.java Xconfiguration.java Xstructured_element.java TagDefinition.java WiringEndpoint.java Xfrom.java Xto.java Xfunction_parameters.java Xtypedef.java Xparameters.java Xtype_complex_float.java WiringGraph.java Xattribute.java Xvalue.java Xattribute_ref.java Type.java Xtypename.java Xtype_qualified.java Xvariables.java Xcomponents.java Xinterfaces.java Constant.java Implementation.java Xfunction.java Xfunction_ref.java Xcomponent.java UnknownConstant.java Xtype_tag.java Xattribute_value.java Location.java IntegerConstant.java Xtype_void.java Xvariable.java Xvariable_ref.java Xnx_struct.java Xnesc.java Definition.java KnownConstant.java Xtypedefs.java Xinterface_functions.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' CLASSPATH=`cygpath -w ../../../../.. 2>/dev/null || echo ../../../../..` javac StructureDefinition.java Xarguments.java NDList.java Xtype_var.java WiringScanForwards.java Xconstant_ref.java Xtags.java Xtype_function.java Container.java Xnx_union_ref.java Xinstance.java Xlong.java WiringNode.java Xvarargs.java DocumentationString.java Xnx_struct_ref.java NonConstant.java Xtypedef_ref.java WiringScan.java Xvalue_structured.java Xtype_component.java Xunion_ref.java CDefinition.java Xvalue_array.java FloatConstant.java Xfield.java DataDefinition.java Xmodule.java Xconstant.java Xinterfacedefs.java Xtype_array.java Xwire.java Xinterface_parameters.java Xfunctions.java Xnx_union.java Xunion.java DefinitionTable.java Xtype_int.java Xstruct.java Xinternal_component.java Xstruct_ref.java Xinternal_component_ref.java Xdocumentation.java Value.java Xcomponent_ref.java Xconstants.java Xshort.java Xwiring.java Xarray_element.java Xtype_complex_int.java Xenum_ref.java Xenum.java Xinterfacedef.java Xtype_pointer.java SimpleType.java Xinterfacedef_ref.java WiringScanBackwards.java NDElement.java NescDefinition.java Xinterface.java Xtype_float.java Xinterface_ref.java Xtype_interface.java StringConstant.java Xconfiguration.java Xstructured_element.java TagDefinition.java WiringEndpoint.java Xfrom.java Xto.java Xfunction_parameters.java Xtypedef.java Xparameters.java Xtype_complex_float.java WiringGraph.java Xattribute.java Xvalue.java Xattribute_ref.java Type.java Xtypename.java Xtype_qualified.java Xvariables.java Xcomponents.java Xinterfaces.java Constant.java Implementation.java Xfunction.java Xfunction_ref.java Xcomponent.java UnknownConstant.java Xtype_tag.java Xattribute_value.java Location.java IntegerConstant.java Xtype_void.java Xvariable.java Xvariable_ref.java Xnx_struct.java Xnesc.java Definition.java KnownConstant.java Xtypedefs.java Xinterface_functions.java Note: Some input files use unchecked or unsafe operations. Note: Recompile with -Xlint:unchecked for details. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Nothing to be done for 'all-am'. make[6]: Nothing to be done for 'all-am'. make[5]: Nothing to be done for 'all-am'. make[4]: Nothing to be done for 'all-am'. make[3]: Nothing to be done for 'all-am'. (cd java && /usr/bin/make) Making all in net Making all in tinyos Making all in nesc Making all in wiring make[7]: Nothing to be done for 'all'. Making all in dump Making all in xml make[8]: Nothing to be done for 'all'. make[8]: Nothing to be done for 'all-am'. make[7]: Nothing to be done for 'all-am'. make[6]: Nothing to be done for 'all-am'. make[5]: Nothing to be done for 'all-am'. make[4]: Nothing to be done for 'all-am'. make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools' (cd java && jar cf ../nesc.jar `find . -name '*.class'`) make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools' make[1]: Nothing to be done for 'all-am'. + /usr/bin/emacs -batch --no-init-file --no-site-file --eval '(progn (setq load-path (cons "." load-path)))' -f batch-byte-compile tools/editor-modes/emacs/nesc.el tools/editor-modes/emacs/new-nesc.el tools/editor-modes/emacs/old-nesc.el In toplevel form: tools/editor-modes/emacs/new-nesc.el:97:1:Warning: defcustom for `nesc-font-lock-extra-types' fails to specify containing group tools/editor-modes/emacs/new-nesc.el:97:1:Warning: defcustom for `nesc-font-lock-extra-types' fails to specify containing group In toplevel form: tools/editor-modes/emacs/old-nesc.el:47:7:Warning: assignment to free variable `nesc-font-lock-keywords-1' tools/editor-modes/emacs/old-nesc.el:53:11:Warning: reference to free variable `nesc-font-lock-keywords-1' In nesc-mode: tools/editor-modes/emacs/old-nesc.el:99:34:Warning: reference to free variable `c-Java-javadoc-paragraph-start' tools/editor-modes/emacs/old-nesc.el:99:9:Warning: assignment to free variable `c-append-paragraph-start' tools/editor-modes/emacs/old-nesc.el:104:45:Warning: reference to free variable `c-C-keywords' tools/editor-modes/emacs/old-nesc.el:104:9:Warning: assignment to free variable `c-keywords' tools/editor-modes/emacs/old-nesc.el:105:27:Warning: reference to free variable `c-C-conditional-key' tools/editor-modes/emacs/old-nesc.el:105:9:Warning: assignment to free variable `c-conditional-key' tools/editor-modes/emacs/old-nesc.el:108:9:Warning: assignment to free variable `c-method-key' tools/editor-modes/emacs/old-nesc.el:109:9:Warning: assignment to free variable `c-baseclass-key' tools/editor-modes/emacs/old-nesc.el:111:9:Warning: assignment to free variable `c-inexpr-class-key' In end of data: tools/editor-modes/emacs/old-nesc.el:125:1:Warning: the following functions are not known to be defined: c-paren-re, c-identifier-re + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.hUlVtG + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 + cd nesc-1.3.5 + /usr/bin/make install DESTDIR=/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 'INSTALL=/usr/bin/install -p' Making install in libcpp make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libcpp' Making install in libiberty make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' make[1]: Nothing to be done for 'install'. make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/libiberty' Making install in src make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' /usr/bin/make install-recursive make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' Making install in libcompat make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[4]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src/libcompat' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' make[4]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/src' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/install -p -m 644 tdspecs '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/install -p nesc1 '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/install -p nesc-compile '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' make[4]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/src' Making install in doc make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/doc' make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/doc' make[2]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/debugging_files' /usr/bin/install -p -m 644 debugging_files/micamod.jpg debugging_files/jtagpod.jpg debugging_files/progboard.jpg debugging_files/complete-setup.jpg '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/debugging_files' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/dump' /usr/bin/install -p -m 644 dump/tag.dsd dump/common.dsd dump/cobject.dsd dump/interfacedef.dsd dump/wiring.dsd dump/regexps.dsd dump/basic.dsd dump/component.dsd dump/nesc.dsd dump/attributes.dsd '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/dump' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/man/man1' /usr/bin/install -p -m 644 nescc.1 nescc-mig.1 nescc-ncg.1 nescc-wiring.1 '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/man/man1' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc' /usr/bin/install -p -m 644 COPYING-DOC COPYRIGHT INDEX OVERVIEW ../README mica-debugging.html envtarget.html nesc-debugging.html ref.pdf '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/user' /usr/bin/install -p -m 644 user/generics-1.2.txt user/attributes.txt user/binary-components.txt user/network-types.txt '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/doc/user' make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/doc' make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/doc' Making install in tools make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools' Making install in java make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' Making install in net make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' Making install in tinyos make[4]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' Making install in nesc make[5]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' Making install in wiring make[6]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' make[6]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/wiring' Making install in dump make[6]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' Making install in xml make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[8]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump/xml' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' make[8]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' make[8]: Nothing to be done for 'install-exec-am'. make[8]: Nothing to be done for 'install-data-am'. make[8]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' make[6]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc/dump' make[6]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' make[7]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' make[6]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' make[5]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos/nesc' make[5]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' make[6]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' make[5]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' make[4]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net/tinyos' make[4]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' make[5]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' make[4]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java/net' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' make[4]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools/java' make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools' make[3]: Entering directory '/builddir/build/BUILD/nesc-1.3.5/tools' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/bin' /usr/bin/install -p nescc-mig nescc-ncg nescc nescc-wiring '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/bin' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/emacs' /usr/bin/install -p -m 644 editor-modes/emacs/nesc.el editor-modes/emacs/new-nesc.el editor-modes/emacs/old-nesc.el editor-modes/emacs/readme.txt '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/emacs' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/gedit' /usr/bin/install -p -m 644 editor-modes/gedit/ncc.lang editor-modes/gedit/readme.txt '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/gedit' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/kde' /usr/bin/install -p -m 644 editor-modes/kde/nesc.xml editor-modes/kde/readme.txt '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/kde' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/install -p -m 644 deputy_nodeputy.h deputy_stage1.h deputy_stage2.h genjava.pm gencstjava.pm gencsharp.pm genc.pm gencstc.pm genpython.pm gencstpython.pm migdecode.pm nesc_nx.h '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/install -p -m 644 nesc.jar '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/lib64/ncc' /usr/bin/mkdir -p '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/vim' /usr/bin/install -p -m 644 editor-modes/vim/nesc.vim editor-modes/vim/filetype.vim editor-modes/emacs/readme.txt '/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/vim' make[3]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools' make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools' make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5/tools' make[1]: Entering directory '/builddir/build/BUILD/nesc-1.3.5' make[2]: Entering directory '/builddir/build/BUILD/nesc-1.3.5' make[2]: Nothing to be done for 'install-exec-am'. make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5' make[1]: Leaving directory '/builddir/build/BUILD/nesc-1.3.5' + mkdir -p /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/vim/vimfiles/ftdetect + mkdir -p /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/vim/vimfiles/syntax + mkdir -p /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64//usr/share/emacs/site-lisp/nesc + mkdir -p /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64//usr/share/emacs/site-lisp/site-start.d + install -pm644 tools/editor-modes/emacs/nesc.elc tools/editor-modes/emacs/new-nesc.elc tools/editor-modes/emacs/old-nesc.elc /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/emacs/site-lisp/nesc + install -pm644 tools/editor-modes/emacs/nesc.el tools/editor-modes/emacs/new-nesc.el tools/editor-modes/emacs/old-nesc.el /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/emacs/site-lisp/nesc + install -pm644 /builddir/build/SOURCES/nesc-mode-init.el /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/emacs/site-lisp/site-start.d + install -pm 644 tools/editor-modes/vim/filetype.vim /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64//usr/share/vim/vimfiles/ftdetect/nesc.vim + install -pm 644 tools/editor-modes/vim/nesc.vim /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64//usr/share/vim/vimfiles/syntax/nesc.vim + rm -rf /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/emacs + rm -rf /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/gedit + rm -rf /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/ncc/editor-modes/kde + /usr/lib/rpm/check-buildroot + /usr/lib/rpm/redhat/brp-ldconfig /sbin/ldconfig: Warning: ignoring configuration file that cannot be opened: /etc/ld.so.conf: No such file or directory + /usr/lib/rpm/brp-compress + /usr/lib/rpm/brp-strip /usr/bin/strip + /usr/lib/rpm/brp-strip-comment-note /usr/bin/strip /usr/bin/objdump + /usr/lib/rpm/brp-strip-static-archive /usr/bin/strip + /usr/lib/rpm/brp-python-bytecompile /usr/bin/python 1 + /usr/lib/rpm/brp-python-hardlink + /usr/lib/rpm/redhat/brp-mangle-shebangs Processing files: nesc-1.3.5-9.fc28.riscv64 Provides: bundled(libiberty) nesc = 1.3.5-9.fc28 nesc(riscv-64) = 1.3.5-9.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: /bin/sh /usr/bin/perl ld-linux-riscv64-lp64d.so.1()(64bit) ld-linux-riscv64-lp64d.so.1(GLIBC_2.27)(64bit) libc.so.6()(64bit) libc.so.6(GLIBC_2.27)(64bit) libm.so.6()(64bit) perl(File::Basename) rtld(GNU_HASH) Processing files: emacs-nesc-1.3.5-9.fc28.noarch Provides: emacs-nesc = 1.3.5-9.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Processing files: emacs-nesc-el-1.3.5-9.fc28.noarch Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.YW9PIG + umask 022 + cd /builddir/build/BUILD + cd nesc-1.3.5 + DOCDIR=/builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/doc/emacs-nesc-el + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/doc/emacs-nesc-el + cp -pr tools/editor-modes/emacs/readme.txt /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64/usr/share/doc/emacs-nesc-el + exit 0 Provides: emacs-nesc-el = 1.3.5-9.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 Wrote: /builddir/build/SRPMS/nesc-1.3.5-9.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/nesc-1.3.5-9.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/noarch/emacs-nesc-1.3.5-9.fc28.noarch.rpm Wrote: /builddir/build/RPMS/noarch/emacs-nesc-el-1.3.5-9.fc28.noarch.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.nvPkUz + umask 022 + cd /builddir/build/BUILD + cd nesc-1.3.5 + /usr/bin/rm -rf /builddir/build/BUILDROOT/nesc-1.3.5-9.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff