+ exec + rm -rf /rpmbuild + mkdir -p /rpmbuild + su -c 'rpmbuild -ba /builddir/build/SPECS/ucl.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 warning: bogus date in %changelog: Fri Apr 7 2005 Michael Schwendt - 1.03-2 Executing(%prep): /bin/sh -e /var/tmp/rpm-tmp.wdL5Io + umask 022 + cd /builddir/build/BUILD + cd /builddir/build/BUILD + rm -rf ucl-1.03 + /usr/bin/gzip -dc /builddir/build/SOURCES/ucl-1.03.tar.gz + /usr/bin/tar -xof - + STATUS=0 + '[' 0 -ne 0 ']' + cd ucl-1.03 + /usr/bin/chmod -Rf a+rX,u+w,g-w,o-w . + exit 0 Executing(%build): /bin/sh -e /var/tmp/rpm-tmp.QF0IQH + umask 022 + cd /builddir/build/BUILD + cd ucl-1.03 + CPPFLAGS='-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 -std=c90 -fPIC' + export CPPFLAGS + 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 ./acconfig/config.sub + '[' -f /usr/lib/rpm/redhat/config.sub ']' + /usr/bin/rm -f ./acconfig/config.sub ++ basename ./acconfig/config.sub + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.sub ./acconfig/config.sub '/usr/lib/rpm/redhat/config.sub' -> './acconfig/config.sub' + for i in $(find $(dirname ./configure) -name config.guess -o -name config.sub) ++ basename ./acconfig/config.guess + '[' -f /usr/lib/rpm/redhat/config.guess ']' + /usr/bin/rm -f ./acconfig/config.guess ++ basename ./acconfig/config.guess + /usr/bin/cp -fv /usr/lib/rpm/redhat/config.guess ./acconfig/config.guess '/usr/lib/rpm/redhat/config.guess' -> './acconfig/config.guess' + '[' 1 = 1 ']' + '[' x '!=' x-specs=/usr/lib/rpm/redhat/redhat-hardened-ld ']' ++ find . -name ltmain.sh + for i in $(find . -name ltmain.sh) + /usr/bin/sed -i.backup -e 's~compiler_flags=$~compiler_flags="-specs=/usr/lib/rpm/redhat/redhat-hardened-ld"~' ./acconfig/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 --disable-dependency-tracking --enable-shared --disable-static configure: Configuring UCL 1.03 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 to enable maintainer-specific portions of Makefiles... no checking for riscv64-redhat-linux-gnu-gcc... no checking for gcc... gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking how to run the C preprocessor... gcc -E checking whether the C preprocessor needs special flags... none needed checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of gcc... none checking for a sed that does not truncate output... /usr/bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... nm checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all 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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for riscv64-redhat-linux-gnu-g++... no checking for riscv64-redhat-linux-gnu-c++... no checking for riscv64-redhat-linux-gnu-gpp... no checking for riscv64-redhat-linux-gnu-aCC... no checking for riscv64-redhat-linux-gnu-CC... no checking for riscv64-redhat-linux-gnu-cxx... no checking for riscv64-redhat-linux-gnu-cc++... no checking for riscv64-redhat-linux-gnu-cl... no checking for riscv64-redhat-linux-gnu-FCC... no checking for riscv64-redhat-linux-gnu-KCC... no checking for riscv64-redhat-linux-gnu-RCC... no checking for riscv64-redhat-linux-gnu-xlC_r... no checking for riscv64-redhat-linux-gnu-xlC... no checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... none checking how to run the C++ preprocessor... g++ -E checking for riscv64-redhat-linux-gnu-g77... no checking for riscv64-redhat-linux-gnu-f77... no checking for riscv64-redhat-linux-gnu-xlf... no checking for riscv64-redhat-linux-gnu-frt... no checking for riscv64-redhat-linux-gnu-pgf77... no checking for riscv64-redhat-linux-gnu-fort77... no checking for riscv64-redhat-linux-gnu-fl32... no checking for riscv64-redhat-linux-gnu-af77... no checking for riscv64-redhat-linux-gnu-f90... no checking for riscv64-redhat-linux-gnu-xlf90... no checking for riscv64-redhat-linux-gnu-pgf90... no checking for riscv64-redhat-linux-gnu-epcf90... no checking for riscv64-redhat-linux-gnu-f95... no checking for riscv64-redhat-linux-gnu-fort... no checking for riscv64-redhat-linux-gnu-xlf95... no checking for riscv64-redhat-linux-gnu-ifc... no checking for riscv64-redhat-linux-gnu-efc... no checking for riscv64-redhat-linux-gnu-pgf95... no checking for riscv64-redhat-linux-gnu-lf95... no checking for riscv64-redhat-linux-gnu-gfortran... no checking for g77... no checking for f77... no checking for xlf... no checking for frt... no checking for pgf77... no checking for fort77... no checking for fl32... no checking for af77... no checking for f90... no checking for xlf90... no checking for pgf90... no checking for epcf90... no checking for f95... no checking for fort... no checking for xlf95... no checking for ifc... no checking for efc... no checking for pgf95... no checking for lf95... no checking for gfortran... no checking whether we are using the GNU Fortran 77 compiler... no checking whether accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse nm output from gcc object... ok checking for objdir... .libs 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-strip... no checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... no checking if g++ supports -c -o file.o... no checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes appending configuration tag "F77" to libtool checking whether to build i386 assembly versions... no checking whether time.h and sys/time.h may both be included... yes checking assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.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 malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for sys/stat.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking whether limits.h is sane... yes checking for off_t... yes checking for ptrdiff_t... yes checking for size_t... yes checking return type of signal handlers... void checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for ptrdiff_t... (cached) yes checking size of ptrdiff_t... 8 checking for size_t... (cached) yes checking size of size_t... 8 checking for void *... yes checking size of void *... 8 checking for char *... yes checking size of char *... 8 checking for long long... yes checking size of long long... 8 checking for unsigned long long... yes checking size of unsigned long long... 8 checking for __int64... no checking size of __int64... 0 checking for unsigned __int64... no checking size of unsigned __int64... 0 checking for __int32... no checking size of __int32... 0 checking for unsigned __int32... no checking size of unsigned __int32... 0 checking for intmax_t... yes checking size of intmax_t... 8 checking for uintmax_t... yes checking size of uintmax_t... 8 checking for intptr_t... yes checking size of intptr_t... 8 checking for uintptr_t... yes checking size of uintptr_t... 8 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 16 checking for dev_t... yes checking size of dev_t... 8 checking for fpos_t... yes checking size of fpos_t... 16 checking for mode_t... yes checking size of mode_t... 4 checking for off_t... (cached) yes checking size of off_t... 8 checking for ssize_t... yes checking size of ssize_t... 8 checking for time_t... yes checking size of time_t... 8 checking for access... yes checking for alloca... no checking for atexit... yes checking for atoi... yes checking for atol... yes checking for chmod... yes checking for chown... yes checking for ctime... yes checking for difftime... yes checking for fstat... yes checking for gettimeofday... yes checking for gmtime... yes checking for localtime... yes checking for longjmp... yes checking for lstat... yes checking for memcmp... yes checking for memcpy... yes checking for memmove... yes checking for memset... yes checking for mktime... yes checking for qsort... yes checking for raise... yes checking for setjmp... yes checking for signal... yes checking for snprintf... yes checking for strcasecmp... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strftime... yes checking for stricmp... no checking for strncasecmp... yes checking for strnicmp... no checking for strrchr... yes checking for strstr... yes checking for time... yes checking for umask... yes checking for utime... yes checking for vsnprintf... yes checking whether your compiler passes the ACC conformance test... yes configure: creating ./config.status config.status: creating Makefile config.status: creating examples/Makefile config.status: creating include/Makefile config.status: creating include/ucl/Makefile config.status: creating src/Makefile config.status: creating config.h config.status: executing depfiles commands UCL configuration summary ------------------------- UCL version : 1.03 host operating system : riscv64-redhat-linux-gnu source code location : . compiler : gcc preprocessor flags : -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 -std=c90 -fPIC -DUCL_HAVE_CONFIG_H compiler flags : -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 build static library : no build shared library : yes enable i386 assembly code : no UCL 1.03 configured. Copyright (C) 1996-2004 Markus Franz Xaver Johannes Oberhumer All Rights Reserved. The UCL library is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. The UCL library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. Markus F.X.J. Oberhumer http://www.oberhumer.com/opensource/ucl/ Type `make' to build UCL. Type `make install' to install UCL. After installing UCL, please read the accompanied documentation. + make -j4 make all-recursive make[1]: Entering directory '/builddir/build/BUILD/ucl-1.03' Making all in include make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/include' Making all in ucl make[3]: Entering directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[3]: Entering directory '/builddir/build/BUILD/ucl-1.03/include' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include' make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include' Making all in src make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/src' /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o alloc.lo alloc.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2b_99.lo n2b_99.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2b_d.lo n2b_d.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2b_ds.lo n2b_ds.c mkdir .libs mkdir .libs mkdir: cannot create directory '.libs': File exists gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2b_99.c -fPIC -DPIC -o .libs/n2b_99.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2b_d.c -fPIC -DPIC -o .libs/n2b_d.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2b_ds.c -fPIC -DPIC -o .libs/n2b_ds.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c alloc.c -fPIC -DPIC -o .libs/alloc.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2b_to.lo n2b_to.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2d_99.lo n2d_99.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2d_d.lo n2d_d.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2b_to.c -fPIC -DPIC -o .libs/n2b_to.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2d_ds.lo n2d_ds.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2d_99.c -fPIC -DPIC -o .libs/n2d_99.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2d_d.c -fPIC -DPIC -o .libs/n2d_d.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2d_to.lo n2d_to.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2d_ds.c -fPIC -DPIC -o .libs/n2d_ds.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2e_99.lo n2e_99.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2d_to.c -fPIC -DPIC -o .libs/n2d_to.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2e_d.lo n2e_d.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2e_ds.lo n2e_ds.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2e_99.c -fPIC -DPIC -o .libs/n2e_99.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o n2e_to.lo n2e_to.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2e_d.c -fPIC -DPIC -o .libs/n2e_d.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2e_ds.c -fPIC -DPIC -o .libs/n2e_ds.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c n2e_to.c -fPIC -DPIC -o .libs/n2e_to.o /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o ucl_crc.lo ucl_crc.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o ucl_init.lo ucl_init.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o ucl_ptr.lo ucl_ptr.c /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o ucl_str.lo ucl_str.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c ucl_init.c -fPIC -DPIC -o .libs/ucl_init.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c ucl_crc.c -fPIC -DPIC -o .libs/ucl_crc.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c ucl_ptr.c -fPIC -DPIC -o .libs/ucl_ptr.o In file included from ../acc/acc.h:78:0, from ucl_conf.h:52, from ucl_init.c:29: ucl_init.c: In function '__ucl_init2': ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:84:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(1 == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:86:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_INT_MAX(2) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:87:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_INT_MAX(8) == 127) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:88:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_INT_MAX(16) == 32767) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:90:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_UINT_MAX(2) == 3) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:91:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_UINT_MAX(16) == 0xffffU) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:92:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_UINT_MAX(32) == 0xffffffffUL) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:94:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_UINT_MAX(__ACC_INT_BIT) == ~(0u)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:95:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(__ACC_UINT_MAX(__ACC_LONG_BIT) == ~(0ul)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:103:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(signed char) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:103:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(signed char) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:103:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(signed char) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:104:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:104:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:104:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned char) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:105:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(signed char) == sizeof(char)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:106:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(unsigned char) == sizeof(char)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:107:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(char) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:111:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(char) == sizeof((char)0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:119:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof('\0') == sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:123:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(acc_alignof(char) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:124:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(acc_alignof(signed char) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:125:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(acc_alignof(unsigned char) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:128:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(short) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:128:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(short) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:128:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(short) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:129:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:129:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:129:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned short) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:130:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(short) == sizeof(unsigned short)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:131:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(short) >= 2) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:132:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(short) >= sizeof(char)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:136:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(short) == sizeof((short)0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:139:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(short) == SIZEOF_SHORT) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:142:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(int) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:142:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(int) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:142:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(int) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:143:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:143:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:143:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned int) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:144:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) == sizeof(unsigned int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:145:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) >= 2) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:146:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) >= sizeof(short)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:147:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) == sizeof(0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:148:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) == sizeof((int)0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:150:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(int) == SIZEOF_INT) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:153:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(long) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:153:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(long) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:153:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(long) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:154:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:154:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:154:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(unsigned long) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:155:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) == sizeof(unsigned long)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:156:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) >= 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:157:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) >= sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:158:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) == sizeof(0L)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:159:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) == sizeof((long)0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:161:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(long) == SIZEOF_LONG) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:164:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(size_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:164:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(size_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:164:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(size_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:165:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(size_t) >= sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:166:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(size_t) == sizeof(sizeof(0))) /* sizeof() returns size_t */ ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:168:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(size_t) == SIZEOF_SIZE_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:171:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:171:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:171:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(ptrdiff_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:172:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ptrdiff_t) >= sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:173:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ptrdiff_t) >= sizeof(size_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:175:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ptrdiff_t) == sizeof((char*)0 - (char*)0)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:181:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ptrdiff_t) == SIZEOF_PTRDIFF_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:184:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(void*) >= sizeof(char*)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:186:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(void*) == SIZEOF_VOID_P) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:189:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(char*) == SIZEOF_CHAR_P) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:201:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((((1u << 15) + 1) >> 15) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:202:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((((1ul << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:207:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((1 << (8*SIZEOF_INT-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:209:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((1u << (8*SIZEOF_INT-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:211:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((1l << (8*SIZEOF_LONG-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:212:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((1ul << (8*SIZEOF_LONG-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:215:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32e_t) == 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:216:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32e_t) == SIZEOF_ACC_INT32E_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:217:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_uint32e_t) == 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:218:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32e_t) == sizeof(acc_uint32e_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:220:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:220:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:220:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:221:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_int32e_t)1 << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:222:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_INT32E_C(1) << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:224:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:224:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:224:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32e_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:225:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_uint32e_t)1 << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:226:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_UINT32E_C(1) << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:228:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (acc_int32e_t) (1 + ~(acc_int32e_t)0) == 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:238:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_INT32E_C(0)) == SIZEOF_ACC_INT32E_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:239:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_UINT32E_C(0)) == SIZEOF_ACC_INT32E_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:241:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32E_C(1) << (8*SIZEOF_ACC_INT32E_T-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:242:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32E_C(1) << (8*SIZEOF_ACC_INT32E_T-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:243:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32E_C(1) << (int)(8*sizeof(ACC_INT32E_C(1))-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:244:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32E_C(1) << (int)(8*sizeof(ACC_UINT32E_C(1))-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:245:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32E_C(2147483647) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:246:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32E_C(-2147483647) -1 < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:247:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32E_C(4294967295) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:248:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32E_C(4294967295) == ACC_0xffffffffL) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:252:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32l_t) >= sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:254:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32l_t) >= sizeof(acc_int32e_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:257:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32l_t) >= 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:258:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32l_t) == SIZEOF_ACC_INT32L_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:259:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_uint32l_t) >= 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:260:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32l_t) == sizeof(acc_uint32l_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:262:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:262:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:262:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:263:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_int32l_t)1 << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:264:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_INT32L_C(1) << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:266:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:266:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:266:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:267:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_uint32l_t)1 << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:268:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_UINT32L_C(1) << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:274:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_INT32L_C(0)) == SIZEOF_ACC_INT32L_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:275:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_UINT32L_C(0)) == SIZEOF_ACC_INT32L_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:277:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32L_C(1) << (8*SIZEOF_ACC_INT32L_T-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:278:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32L_C(1) << (8*SIZEOF_ACC_INT32L_T-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:279:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32L_C(1) << (int)(8*sizeof(ACC_INT32L_C(1))-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:280:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32L_C(1) << (int)(8*sizeof(ACC_UINT32L_C(1))-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:281:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32L_C(2147483647) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:282:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32L_C(-2147483647) -1 < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:283:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32L_C(4294967295) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:284:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32L_C(4294967295) == ACC_0xffffffffL) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:287:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(int)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:289:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32e_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:291:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32l_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:293:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) >= 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:294:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) >= sizeof(acc_int32l_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:295:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) == SIZEOF_ACC_INT32F_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:296:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_uint32f_t) >= 4) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:297:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_uint32f_t) >= sizeof(acc_uint32l_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:298:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int32f_t) == sizeof(acc_uint32f_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:300:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:300:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:300:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:301:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_int32f_t)1 << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:302:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_INT32F_C(1) << 30) + 1) >> 30) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:304:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:304:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:304:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint32f_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:305:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_uint32f_t)1 << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:306:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_UINT32F_C(1) << 31) + 1) >> 31) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:312:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_INT32F_C(0)) == SIZEOF_ACC_INT32F_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:313:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(ACC_UINT32F_C(0)) == SIZEOF_ACC_INT32F_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:315:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32F_C(1) << (8*SIZEOF_ACC_INT32F_T-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:316:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32F_C(1) << (8*SIZEOF_ACC_INT32F_T-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:317:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT32F_C(1) << (int)(8*sizeof(ACC_INT32F_C(1))-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:318:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT32F_C(1) << (int)(8*sizeof(ACC_UINT32F_C(1))-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:319:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32F_C(2147483647) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:320:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT32F_C(-2147483647) -1 < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:321:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32F_C(4294967295) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:322:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT32F_C(4294967295) == ACC_0xffffffffL) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:326:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int64l_t) >= 8) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:327:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int64l_t) == SIZEOF_ACC_INT64L_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:328:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_uint64l_t) >= 8) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:329:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_int64l_t) == sizeof(acc_uint64l_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:331:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:331:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:331:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_int64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:332:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_int64l_t)1 << 62) + 1) >> 62) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:333:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_INT64L_C(1) << 62) + 1) >> 62) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:338:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:338:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:338:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uint64l_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:339:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT64L_C(18446744073709551615) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:341:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( (acc_uint64l_t)1 << 63) + 1) >> 63) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:342:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(((( ACC_UINT64L_C(1) << 63) + 1) >> 63) == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:355:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_INT64L_C(1) << (8*SIZEOF_ACC_INT64L_T-1)) < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:356:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT((ACC_UINT64L_C(1) << (8*SIZEOF_ACC_INT64L_T-1)) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:361:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT64L_C(9223372036854775807) > 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:363:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_INT64L_C(-9223372036854775807) - 1 < 0) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:365:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( ACC_INT64L_C(9223372036854775807) % 2147483629l == 721) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:366:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( ACC_INT64L_C(9223372036854775807) % 2147483647l == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:367:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT64L_C(9223372036854775807) % 2147483629ul == 721) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:368:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(ACC_UINT64L_C(9223372036854775807) % 2147483647ul == 1) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:372:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:372:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:33:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_SIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,<) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:372:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_SIGNED_T' ACCCHK_ASSERT_IS_SIGNED_T(acc_intptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:27:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (-1) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:373:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:28:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) relop (type) 0 ) \ ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:373:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:29:9: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (type) (~(type)0) == (type) (-1) ) ^~~~~~~~~~~~~ ../acc/acc_chk.ch:41:49: note: in expansion of macro 'ACCCHK_ASSERT_SIGN_T' # define ACCCHK_ASSERT_IS_UNSIGNED_T(type) ACCCHK_ASSERT_SIGN_T(type,>) ^~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:373:5: note: in expansion of macro 'ACCCHK_ASSERT_IS_UNSIGNED_T' ACCCHK_ASSERT_IS_UNSIGNED_T(acc_uintptr_t) ^~~~~~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:374:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_intptr_t) >= sizeof(void *)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:375:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_intptr_t) == SIZEOF_ACC_INTPTR_T) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:376:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT(sizeof(acc_intptr_t) == sizeof(acc_uintptr_t)) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:439:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (int) ((unsigned char) ((signed char) -1)) == 255) ^~~~~~~~~~~~~ ../acc/acc_defs.h:112:54: warning: typedef '__acc_cta_t' locally defined but not used [-Wunused-local-typedefs] # define ACC_COMPILE_TIME_ASSERT(e) {typedef int __acc_cta_t[1-2*!(e)];} ^ ../acc/acc_chk.ch:21:33: note: in expansion of macro 'ACC_COMPILE_TIME_ASSERT' # define ACCCHK_ASSERT(expr) ACC_COMPILE_TIME_ASSERT(expr) ^~~~~~~~~~~~~~~~~~~~~~~ ../acc/acc_chk.ch:448:5: note: in expansion of macro 'ACCCHK_ASSERT' ACCCHK_ASSERT( (((unsigned char)128) << (int)(8*sizeof(int)-8)) < 0) ^~~~~~~~~~~~~ /bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c -o ucl_util.lo ucl_util.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c ucl_str.c -fPIC -DPIC -o .libs/ucl_str.o gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c ucl_util.c -fPIC -DPIC -o .libs/ucl_util.o /bin/sh ../libtool --mode=link 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o libucl.la -rpath /usr/lib64 -version-info 1:0:0 alloc.lo n2b_99.lo n2b_d.lo n2b_ds.lo n2b_to.lo n2d_99.lo n2d_d.lo n2d_ds.lo n2d_to.lo n2e_99.lo n2e_d.lo n2e_ds.lo n2e_to.lo ucl_crc.lo ucl_init.lo ucl_ptr.lo ucl_str.lo ucl_util.lo gcc -shared .libs/alloc.o .libs/n2b_99.o .libs/n2b_d.o .libs/n2b_ds.o .libs/n2b_to.o .libs/n2d_99.o .libs/n2d_d.o .libs/n2d_ds.o .libs/n2d_to.o .libs/n2e_99.o .libs/n2e_d.o .libs/n2e_ds.o .libs/n2e_to.o .libs/ucl_crc.o .libs/ucl_init.o .libs/ucl_ptr.o .libs/ucl_str.o .libs/ucl_util.o -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -Wl,-z -Wl,relro -Wl,-soname -Wl,libucl.so.1 -o .libs/libucl.so.1.0.0 (cd .libs && rm -f libucl.so.1 && ln -s libucl.so.1.0.0 libucl.so.1) (cd .libs && rm -f libucl.so && ln -s libucl.so.1.0.0 libucl.so) creating libucl.la (cd .libs && rm -f libucl.la && ln -s ../libucl.la libucl.la) make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/src' Making all in examples make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/examples' gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c simple.c gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../include -I.. -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 -std=c90 -fPIC -DUCL_HAVE_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 -c uclpack.c /bin/sh ../libtool --mode=link 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o simple simple.o ../src/libucl.la mkdir .libs 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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/simple simple.o ../src/.libs/libucl.so -Wl,--rpath -Wl,/usr/lib64 creating simple /bin/sh ../libtool --mode=link 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 -Wl,-z,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o uclpack uclpack.o ../src/libucl.la 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 -Wl,-z -Wl,relro -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -o .libs/uclpack uclpack.o ../src/.libs/libucl.so -Wl,--rpath -Wl,/usr/lib64 creating uclpack make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/examples' make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03' make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03' make[1]: Leaving directory '/builddir/build/BUILD/ucl-1.03' + exit 0 Executing(%install): /bin/sh -e /var/tmp/rpm-tmp.aPO1DM + umask 022 + cd /builddir/build/BUILD + '[' /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 '!=' / ']' + rm -rf /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 ++ dirname /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 + mkdir -p /builddir/build/BUILDROOT + mkdir /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 + cd ucl-1.03 + rm -rf /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 + make install DESTDIR=/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 Making install in include make[1]: Entering directory '/builddir/build/BUILD/ucl-1.03/include' Making install in ucl make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[3]: Entering directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[3]: Nothing to be done for 'install-exec-am'. test -z "/usr/include/ucl" || mkdir -p -- . "/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/include/ucl" /usr/bin/install -c -m 644 'ucl.h' '/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/include/ucl/ucl.h' /usr/bin/install -c -m 644 'ucl_asm.h' '/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/include/ucl/ucl_asm.h' /usr/bin/install -c -m 644 'uclconf.h' '/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/include/ucl/uclconf.h' make[3]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include/ucl' make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/include' make[3]: Entering directory '/builddir/build/BUILD/ucl-1.03/include' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include' make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include' make[1]: Leaving directory '/builddir/build/BUILD/ucl-1.03/include' Making install in src make[1]: Entering directory '/builddir/build/BUILD/ucl-1.03/src' make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/src' test -z "/usr/lib64" || mkdir -p -- . "/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libucl.la' '/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64/libucl.la' /usr/bin/install -c .libs/libucl.so.1.0.0 /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64/libucl.so.1.0.0 (cd /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64 && rm -f libucl.so.1 && ln -s libucl.so.1.0.0 libucl.so.1) (cd /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64 && rm -f libucl.so && ln -s libucl.so.1.0.0 libucl.so) /usr/bin/install -c .libs/libucl.lai /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64/libucl.la libtool: install: warning: remember to run `libtool --finish /usr/lib64' make[2]: Nothing to be done for 'install-data-am'. make[2]: Leaving directory '/builddir/build/BUILD/ucl-1.03/src' make[1]: Leaving directory '/builddir/build/BUILD/ucl-1.03/src' Making install in examples make[1]: Entering directory '/builddir/build/BUILD/ucl-1.03/examples' make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03/examples' 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/ucl-1.03/examples' make[1]: Leaving directory '/builddir/build/BUILD/ucl-1.03/examples' make[1]: Entering directory '/builddir/build/BUILD/ucl-1.03' make[2]: Entering directory '/builddir/build/BUILD/ucl-1.03' 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/ucl-1.03' make[1]: Leaving directory '/builddir/build/BUILD/ucl-1.03' + rm /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/lib64/libucl.la + /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: ucl-1.03-23.fc28.riscv64 Executing(%doc): /bin/sh -e /var/tmp/rpm-tmp.T6BNdT + umask 022 + cd /builddir/build/BUILD + cd ucl-1.03 + DOCDIR=/builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + export LC_ALL=C + LC_ALL=C + export DOCDIR + /usr/bin/mkdir -p /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + cp -pr COPYING /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + cp -pr NEWS /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + cp -pr README /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + cp -pr THANKS /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + cp -pr TODO /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64/usr/share/doc/ucl + exit 0 Provides: libucl.so.1()(64bit) ucl = 1.03-23.fc28 ucl(riscv-64) = 1.03-23.fc28 Requires(interp): /sbin/ldconfig /sbin/ldconfig Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires(post): /sbin/ldconfig Requires(postun): /sbin/ldconfig Requires: 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) rtld(GNU_HASH) Processing files: ucl-devel-1.03-23.fc28.riscv64 Provides: ucl-devel = 1.03-23.fc28 ucl-devel(riscv-64) = 1.03-23.fc28 Requires(rpmlib): rpmlib(CompressedFileNames) <= 3.0.4-1 rpmlib(FileDigests) <= 4.6.0-1 rpmlib(PayloadFilesHavePrefix) <= 4.0-1 Requires: libucl.so.1()(64bit) Checking for unpackaged file(s): /usr/lib/rpm/check-files /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 Wrote: /builddir/build/SRPMS/ucl-1.03-23.fc28.src.rpm Wrote: /builddir/build/RPMS/riscv64/ucl-1.03-23.fc28.riscv64.rpm Wrote: /builddir/build/RPMS/riscv64/ucl-devel-1.03-23.fc28.riscv64.rpm Executing(%clean): /bin/sh -e /var/tmp/rpm-tmp.OtdH1a + umask 022 + cd /builddir/build/BUILD + cd ucl-1.03 + rm -rf /builddir/build/BUILDROOT/ucl-1.03-23.fc28.riscv64 + exit 0 + touch /buildok + cleanup + set +e + sync + sleep 5 + sync + poweroff Terminated ++ cleanup ++ set +e ++ sync ++ sleep 5 Terminated +++ cleanup +++ set +e +++ sync +++ sleep 5 +++ sync +++ poweroff