Accéder au contenu.
Menu Sympa

Objet : Developers list for StarPU

Archives de la liste


Chronologique Discussions 


## ----------- ##
## Core tests. ##
## ----------- ##

configure:3641: checking build system type
configure:3655: result: x86_64-pc-linux-gnu
configure:3675: checking host system type
configure:3688: result: x86_64-pc-linux-gnu
configure:3708: checking target system type
configure:3721: result: x86_64-pc-linux-gnu
configure:3765: checking for a BSD-compatible install
configure:3833: result: /usr/bin/install -c
configure:3844: checking whether build environment is sane
configure:3899: result: yes
configure:4050: checking for a thread-safe mkdir -p
configure:4089: result: /usr/bin/mkdir -p
configure:4096: checking for gawk
configure:4112: found /usr/bin/gawk
configure:4123: result: gawk
configure:4134: checking whether make sets $(MAKE)
configure:4156: result: yes
configure:4185: checking whether make supports nested variables
configure:4202: result: yes
configure:4340: checking whether make supports nested variables
configure:4357: result: yes
configure:4383: checking for style of include used by make
configure:4411: result: GNU
configure:4482: checking for gcc
configure:4509: result: gcc
configure:4738: checking for C compiler version
configure:4747: gcc --version >&5
gcc (GCC) 7.2.1 20171128
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:4758: $? = 0
configure:4747: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.1 20171128 (GCC)
configure:4758: $? = 0
configure:4747: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:4758: $? = 1
configure:4747: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:4758: $? = 1
configure:4778: checking whether the C compiler works
configure:4800: gcc -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:4804: $? = 0
configure:4852: result: yes
configure:4855: checking for C compiler default output file name
configure:4857: result: a.out
configure:4863: checking for suffix of executables
configure:4870: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:4874: $? = 0
configure:4896: result:
configure:4918: checking whether we are cross compiling
configure:4926: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:4930: $? = 0
configure:4937: ./conftest
configure:4941: $? = 0
configure:4956: result: no
configure:4961: checking for suffix of object files
configure:4983: gcc -c -D_Float128=__float128 conftest.c >&5
configure:4987: $? = 0
configure:5008: result: o
configure:5012: checking whether we are using the GNU C compiler
configure:5031: gcc -c -D_Float128=__float128 conftest.c >&5
configure:5031: $? = 0
configure:5040: result: yes
configure:5049: checking whether gcc accepts -g
configure:5069: gcc -c -g conftest.c >&5
configure:5069: $? = 0
configure:5110: result: yes
configure:5127: checking for gcc option to accept ISO C89
configure:5190: gcc -c -D_Float128=__float128 conftest.c >&5
configure:5190: $? = 0
configure:5203: result: none needed
configure:5228: checking whether gcc understands -c and -o together
configure:5250: gcc -c conftest.c -o conftest2.o
configure:5253: $? = 0
configure:5250: gcc -c conftest.c -o conftest2.o
configure:5253: $? = 0
configure:5265: result: yes
configure:5284: checking dependency style of gcc
configure:5395: result: gcc3
configure:5460: checking for ar
configure:5476: found /usr/bin/ar
configure:5487: result: ar
configure:5513: checking the archiver (ar) interface
configure:5529: gcc -c -D_Float128=__float128 conftest.c >&5
configure:5529: $? = 0
configure:5531: ar cru libconftest.a conftest.o >&5
ar: `u' modifier ignored since `D' is the default (see `U')
configure:5534: $? = 0
configure:5562: result: ar
configure:5630: checking for gcc
configure:5657: result: gcc
configure:5886: checking for C compiler version
configure:5895: gcc --version >&5
gcc (GCC) 7.2.1 20171128
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:5906: $? = 0
configure:5895: gcc -v >&5
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.1 20171128 (GCC)
configure:5906: $? = 0
configure:5895: gcc -V >&5
gcc: error: unrecognized command line option '-V'
gcc: fatal error: no input files
compilation terminated.
configure:5906: $? = 1
configure:5895: gcc -qversion >&5
gcc: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gcc: fatal error: no input files
compilation terminated.
configure:5906: $? = 1
configure:5910: checking whether we are using the GNU C compiler
configure:5938: result: yes
configure:5947: checking whether gcc accepts -g
configure:6008: result: yes
configure:6025: checking for gcc option to accept ISO C89
configure:6101: result: none needed
configure:6126: checking whether gcc understands -c and -o together
configure:6163: result: yes
configure:6182: checking dependency style of gcc
configure:6293: result: gcc3
configure:6421: checking for C++ compiler version
configure:6430: g++ --version >&5
g++ (GCC) 7.2.1 20171128
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:6441: $? = 0
configure:6430: g++ -v >&5
Using built-in specs.
COLLECT_GCC=g++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.1 20171128 (GCC)
configure:6441: $? = 0
configure:6430: g++ -V >&5
g++: error: unrecognized command line option '-V'
g++: fatal error: no input files
compilation terminated.
configure:6441: $? = 1
configure:6430: g++ -qversion >&5
g++: error: unrecognized command line option '-qversion'; did you mean
'--version'?
g++: fatal error: no input files
compilation terminated.
configure:6441: $? = 1
configure:6445: checking whether we are using the GNU C++ compiler
configure:6464: g++ -c conftest.cpp >&5
configure:6464: $? = 0
configure:6473: result: yes
configure:6482: checking whether g++ accepts -g
configure:6502: g++ -c -g conftest.cpp >&5
configure:6502: $? = 0
configure:6543: result: yes
configure:6568: checking dependency style of g++
configure:6679: result: gcc3
configure:6699: checking how to run the C preprocessor
configure:6730: gcc -E conftest.c
configure:6730: $? = 0
configure:6744: gcc -E conftest.c
conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6744: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6769: result: gcc -E
configure:6789: gcc -E conftest.c
configure:6789: $? = 0
configure:6803: gcc -E conftest.c
conftest.c:14:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:6803: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:6831: checking for a sed that does not truncate output
configure:6895: result: /usr/bin/sed
configure:6900: checking whether ln -s works
configure:6904: result: yes
configure:7017: checking for Fortran 77 compiler version
configure:7026: gfortran --version >&5
GNU Fortran (GCC) 7.2.1 20171128
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7037: $? = 0
configure:7026: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.1 20171128 (GCC)
configure:7037: $? = 0
configure:7026: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:7037: $? = 1
configure:7026: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:7037: $? = 1
configure:7046: checking whether we are using the GNU Fortran 77 compiler
configure:7059: gfortran -c conftest.F >&5
configure:7059: $? = 0
configure:7068: result: yes
configure:7074: checking whether gfortran accepts -g
configure:7085: gfortran -c -g conftest.f >&5
configure:7085: $? = 0
configure:7093: result: yes
configure:7228: checking for Fortran compiler version
configure:7237: gfortran --version >&5
GNU Fortran (GCC) 7.2.1 20171128
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:7248: $? = 0
configure:7237: gfortran -v >&5
Using built-in specs.
COLLECT_GCC=gfortran
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/lto-wrapper
Target: x86_64-pc-linux-gnu
Configured with: /build/gcc/src/gcc/configure --prefix=/usr --libdir=/usr/lib
--libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
--with-bugurl=https://bugs.archlinux.org/
--enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared
--enable-threads=posix --enable-libmpx --with-system-zlib --with-isl
--enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu
--disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object
--enable-linker-build-id --enable-lto --enable-plugin
--enable-install-libiberty --with-linker-hash-style=gnu
--enable-gnu-indirect-function --enable-multilib --disable-werror
--enable-checking=release --enable-default-pie --enable-default-ssp
Thread model: posix
gcc version 7.2.1 20171128 (GCC)
configure:7248: $? = 0
configure:7237: gfortran -V >&5
gfortran: error: unrecognized command line option '-V'
gfortran: fatal error: no input files
compilation terminated.
configure:7248: $? = 1
configure:7237: gfortran -qversion >&5
gfortran: error: unrecognized command line option '-qversion'; did you mean
'--version'?
gfortran: fatal error: no input files
compilation terminated.
configure:7248: $? = 1
configure:7257: checking whether we are using the GNU Fortran compiler
configure:7270: gfortran -c conftest.F >&5
configure:7270: $? = 0
configure:7279: result: yes
configure:7285: checking whether gfortran accepts -g
configure:7296: gfortran -c -g conftest.f >&5
configure:7296: $? = 0
configure:7304: result: yes
configure:7337: checking for gstat
configure:7367: result: no
configure:7337: checking for stat
configure:7353: found /usr/bin/stat
configure:7364: result: stat
configure:7379: checking for gdate
configure:7409: result: no
configure:7379: checking for date
configure:7395: found /usr/bin/date
configure:7406: result: date
configure:7425: checking for gcc option to support OpenMP
configure:7440: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
conftest.c:16:2: error: unknown type name 'choke'
choke me
^~~~~
In file included from conftest.c:18:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/include/omp.h:35:1: error: expected
'=', ',', ';', 'asm' or '__attribute__' before 'typedef'
typedef struct
^~~~~~~
configure:7440: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| /* end confdefs.h. */
|
| #ifndef _OPENMP
| choke me
| #endif
| #include <omp.h>
| int main () { return omp_get_num_threads (); }
|
configure:7458: gcc -o conftest -D_Float128=__float128 -fopenmp
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:7458: $? = 0
configure:7472: result: -fopenmp
configure:7535: checking how to print strings
configure:7562: result: printf
configure:7583: checking for a sed that does not truncate output
configure:7647: result: /usr/bin/sed
configure:7665: checking for grep that handles long lines and -e
configure:7723: result: /usr/bin/grep
configure:7728: checking for egrep
configure:7790: result: /usr/bin/grep -E
configure:7795: checking for fgrep
configure:7857: result: /usr/bin/grep -F
configure:7892: checking for ld used by gcc
configure:7959: result: /usr/bin/ld
configure:7966: checking if the linker (/usr/bin/ld) is GNU ld
configure:7981: result: yes
configure:7993: checking for BSD- or MS-compatible name lister (nm)
configure:8047: result: /usr/bin/nm -B
configure:8177: checking the name lister (/usr/bin/nm -B) interface
configure:8184: gcc -c -D_Float128=__float128 conftest.c >&5
configure:8187: /usr/bin/nm -B "conftest.o"
configure:8190: output
0000000000000000 B some_variable
configure:8197: result: BSD nm
configure:8201: checking the maximum length of command line arguments
configure:8332: result: 1572864
configure:8380: checking how to convert x86_64-pc-linux-gnu file names to
x86_64-pc-linux-gnu format
configure:8420: result: func_convert_file_noop
configure:8427: checking how to convert x86_64-pc-linux-gnu file names to
toolchain format
configure:8447: result: func_convert_file_noop
configure:8454: checking for /usr/bin/ld option to reload object files
configure:8461: result: -r
configure:8535: checking for objdump
configure:8551: found /usr/bin/objdump
configure:8562: result: objdump
configure:8591: checking how to recognize dependent libraries
configure:8791: result: pass_all
configure:8876: checking for dlltool
configure:8906: result: no
configure:8933: checking how to associate runtime and link libraries
configure:8960: result: printf %s\n
configure:9100: checking for archiver @FILE support
configure:9117: gcc -c -D_Float128=__float128 conftest.c >&5
configure:9117: $? = 0
configure:9120: ar cr libconftest.a @conftest.lst >&5
configure:9123: $? = 0
configure:9128: ar cr libconftest.a @conftest.lst >&5
ar: conftest.o: No such file or directory
configure:9131: $? = 1
configure:9143: result: @
configure:9201: checking for strip
configure:9217: found /usr/bin/strip
configure:9228: result: strip
configure:9300: checking for ranlib
configure:9316: found /usr/bin/ranlib
configure:9327: result: ranlib
configure:9429: checking command to parse /usr/bin/nm -B output from gcc
object
configure:9582: gcc -c -D_Float128=__float128 conftest.c >&5
configure:9585: $? = 0
configure:9589: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
| sed '/ __gnu_lto/d' \> conftest.nm
configure:9592: $? = 0
configure:9658: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c conftstm.o >&5
configure:9661: $? = 0
configure:9699: result: ok
configure:9746: checking for sysroot
configure:9776: result: no
configure:9783: checking for a working dd
configure:9821: result: /usr/bin/dd
configure:9825: checking how to truncate binary pipes
configure:9840: result: /usr/bin/dd bs=4096 count=1
configure:9976: gcc -c -D_Float128=__float128 conftest.c >&5
configure:9979: $? = 0
configure:10169: checking for mt
configure:10199: result: no
configure:10219: checking if : is a manifest tool
configure:10225: : '-?'
configure:10233: result: no
configure:10906: checking for ANSI C header files
configure:10926: gcc -c -D_Float128=__float128 conftest.c >&5
configure:10926: $? = 0
configure:10999: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:10999: $? = 0
configure:10999: ./conftest
configure:10999: $? = 0
configure:11010: result: yes
configure:11023: checking for sys/types.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for sys/stat.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for stdlib.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for string.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for memory.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for strings.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for inttypes.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for stdint.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11023: checking for unistd.h
configure:11023: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11023: $? = 0
configure:11023: result: yes
configure:11037: checking for dlfcn.h
configure:11037: gcc -c -D_Float128=__float128 conftest.c >&5
configure:11037: $? = 0
configure:11037: result: yes
configure:11604: checking for objdir
configure:11619: result: .libs
configure:11883: checking if gcc supports -fno-rtti -fno-exceptions
configure:11901: gcc -c -D_Float128=__float128 -fno-rtti -fno-exceptions
conftest.c >&5
cc1: warning: command line option '-fno-rtti' is valid for C++/ObjC++ but not
for C
configure:11905: $? = 0
configure:11918: result: no
configure:12276: checking for gcc option to produce PIC
configure:12283: result: -fPIC -DPIC
configure:12291: checking if gcc PIC flag -fPIC -DPIC works
configure:12309: gcc -c -D_Float128=__float128 -fPIC -DPIC -DPIC conftest.c
>&5
configure:12313: $? = 0
configure:12326: result: yes
configure:12355: checking if gcc static flag -static works
configure:12383: result: yes
configure:12398: checking if gcc supports -c -o file.o
configure:12419: gcc -c -D_Float128=__float128 -o out/conftest2.o conftest.c
>&5
configure:12423: $? = 0
configure:12445: result: yes
configure:12453: checking if gcc supports -c -o file.o
configure:12500: result: yes
configure:12533: checking whether the gcc linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:13794: result: yes
configure:13831: checking whether -lc should be explicitly linked in
configure:13839: gcc -c -D_Float128=__float128 conftest.c >&5
configure:13842: $? = 0
configure:13857: gcc -shared -fPIC -DPIC conftest.o -v -Wl,-soname
-Wl,conftest -o conftest 2\>\&1 \| /usr/bin/grep -lc \>/dev/null 2\>\&1
configure:13860: $? = 0
configure:13874: result: no
configure:14034: checking dynamic linker characteristics
configure:14615: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-Wl,-rpath -Wl,/foo conftest.c -lirc -lc >&5
configure:14615: $? = 0
configure:14852: result: GNU/Linux ld.so
configure:14974: checking how to hardcode library paths into programs
configure:14999: result: immediate
configure:15547: checking whether stripping libraries is possible
configure:15556: result: yes
configure:15598: checking if libtool supports shared libraries
configure:15600: result: yes
configure:15603: checking whether to build shared libraries
configure:15628: result: yes
configure:15631: checking whether to build static libraries
configure:15635: result: yes
configure:15658: checking how to run the C++ preprocessor
configure:15685: g++ -E conftest.cpp
configure:15685: $? = 0
configure:15699: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15699: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15724: result: g++ -E
configure:15744: g++ -E conftest.cpp
configure:15744: $? = 0
configure:15758: g++ -E conftest.cpp
conftest.cpp:26:10: fatal error: ac_nonexistent.h: No such file or directory
#include <ac_nonexistent.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
configure:15758: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:15920: checking for ld used by g++
configure:15987: result: /usr/bin/ld -m elf_x86_64
configure:15994: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:16009: result: yes
configure:16064: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:17138: result: yes
configure:17174: g++ -c -g -O2 conftest.cpp >&5
configure:17177: $? = 0
configure:17658: checking for g++ option to produce PIC
configure:17665: result: -fPIC -DPIC
configure:17673: checking if g++ PIC flag -fPIC -DPIC works
configure:17691: g++ -c -g -O2 -fPIC -DPIC -DPIC conftest.cpp >&5
configure:17695: $? = 0
configure:17708: result: yes
configure:17731: checking if g++ static flag -static works
configure:17759: result: yes
configure:17771: checking if g++ supports -c -o file.o
configure:17792: g++ -c -g -O2 -o out/conftest2.o conftest.cpp >&5
configure:17796: $? = 0
configure:17818: result: yes
configure:17823: checking if g++ supports -c -o file.o
configure:17870: result: yes
configure:17900: checking whether the g++ linker (/usr/bin/ld -m elf_x86_64)
supports shared libraries
configure:17940: result: yes
configure:18081: checking dynamic linker characteristics
configure:18826: result: GNU/Linux ld.so
configure:18891: checking how to hardcode library paths into programs
configure:18916: result: immediate
configure:19057: checking if libtool supports shared libraries
configure:19059: result: yes
configure:19062: checking whether to build shared libraries
configure:19086: result: yes
configure:19089: checking whether to build static libraries
configure:19093: result: yes
configure:19445: checking for gfortran option to produce PIC
configure:19452: result: -fPIC
configure:19460: checking if gfortran PIC flag -fPIC works
configure:19478: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:19482: $? = 0
configure:19495: result: yes
configure:19518: checking if gfortran static flag -static works
configure:19546: result: no
configure:19558: checking if gfortran supports -c -o file.o
configure:19579: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:19583: $? = 0
configure:19605: result: yes
configure:19610: checking if gfortran supports -c -o file.o
configure:19657: result: yes
configure:19687: checking whether the gfortran linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:20898: result: yes
configure:21039: checking dynamic linker characteristics
configure:21778: result: GNU/Linux ld.so
configure:21843: checking how to hardcode library paths into programs
configure:21868: result: immediate
configure:22005: checking if libtool supports shared libraries
configure:22007: result: yes
configure:22010: checking whether to build shared libraries
configure:22034: result: yes
configure:22037: checking whether to build static libraries
configure:22041: result: yes
configure:22075: gfortran -c -g -O2 conftest.f >&5
configure:22078: $? = 0
configure:22538: checking for gfortran option to produce PIC
configure:22545: result: -fPIC
configure:22553: checking if gfortran PIC flag -fPIC works
configure:22571: gfortran -c -g -O2 -fPIC conftest.f >&5
configure:22575: $? = 0
configure:22588: result: yes
configure:22611: checking if gfortran static flag -static works
configure:22639: result: no
configure:22651: checking if gfortran supports -c -o file.o
configure:22672: gfortran -c -g -O2 -o out/conftest2.o conftest.f >&5
configure:22676: $? = 0
configure:22698: result: yes
configure:22703: checking if gfortran supports -c -o file.o
configure:22750: result: yes
configure:22780: checking whether the gfortran linker (/usr/bin/ld -m
elf_x86_64) supports shared libraries
configure:23991: result: yes
configure:24132: checking dynamic linker characteristics
configure:24871: result: GNU/Linux ld.so
configure:24936: checking how to hardcode library paths into programs
configure:24961: result: immediate
configure:25014: checking whether ln -s works
configure:25018: result: yes
configure:25026: checking for ANSI C header files
configure:25130: result: yes
configure:25139: checking for C/C++ restrict keyword
configure:25164: gcc -c -D_Float128=__float128 conftest.c >&5
configure:25164: $? = 0
configure:25172: result: __restrict
configure:25191: checking for bash
configure:25218: result: /bin/sh
configure:25233: checking for svn
configure:25251: found /usr/bin/svn
configure:25263: result: /usr/bin/svn
configure:25273: checking for svnversion
configure:25291: found /usr/bin/svnversion
configure:25303: result: /usr/bin/svnversion
configure:25390: checking for lib
configure:25423: result: no
configure:25505: checking size of void *
configure:25510: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lirc -lc >&5
configure:25510: $? = 0
configure:25510: ./conftest
configure:25510: $? = 0
configure:25524: result: 8
configure:25592: checking for unistd.h
configure:25592: result: yes
configure:25605: checking for struct timespec
configure:25605: gcc -c -D_Float128=__float128 conftest.c >&5
configure:25605: $? = 0
configure:25605: gcc -c -D_Float128=__float128 conftest.c >&5
conftest.c: In function 'main':
conftest.c:48:30: error: expected expression before ')' token
if (sizeof ((struct timespec)))
^
configure:25605: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| /* end confdefs.h. */
|
| #include <sys/types.h>
| #include <sys/stat.h>
| #ifdef HAVE_UNISTD_H
| #include <unistd.h>
| #endif
| #include <time.h>
| #include <pthread.h>
|
|
| int
| main ()
| {
| if (sizeof ((struct timespec)))
| return 0;
| ;
| return 0;
| }
configure:25605: result: yes
configure:25648: checking for pthread_create in -lpthread
configure:25673: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lpthread -lirc -lc >&5
configure:25673: $? = 0
configure:25682: result: yes
configure:25695: checking for library containing sqrt
configure:25726: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lpthread -lirc -lc >&5
conftest.c:44:6: warning: conflicting types for built-in function 'sqrt'
[-Wbuiltin-declaration-mismatch]
char sqrt ();
^~~~
/tmp/cc5e3HXQ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `sqrt'
collect2: error: ld returned 1 exit status
configure:25726: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sqrt ();
| int
| main ()
| {
| return sqrt ();
| ;
| return 0;
| }
configure:25726: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
conftest.c:44:6: warning: conflicting types for built-in function 'sqrt'
[-Wbuiltin-declaration-mismatch]
char sqrt ();
^~~~
configure:25726: $? = 0
configure:25743: result: -lm
configure:25753: checking for main in -lws2_32
configure:25772: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lws2_32 -lm -lpthread -lirc -lc >&5
/usr/bin/ld: cannot find -lws2_32
collect2: error: ld returned 1 exit status
configure:25772: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| /* end confdefs.h. */
|
|
| int
| main ()
| {
| return main ();
| ;
| return 0;
| }
configure:25781: result: no
configure:25795: checking for sysconf
configure:25795: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25795: $? = 0
configure:25795: result: yes
configure:25806: checking for getrlimit
configure:25806: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25806: $? = 0
configure:25806: result: yes
configure:25816: checking for pthread_spin_lock
configure:25816: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25816: $? = 0
configure:25816: result: yes
configure:25832: checking for pthread_barrier_init
configure:25832: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25832: $? = 0
configure:25832: result: yes
configure:25848: checking for pthread_setaffinity_np
configure:25848: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25848: $? = 0
configure:25848: result: yes
configure:25858: checking for pthread_setname_np
configure:25858: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25858: $? = 0
configure:25858: result: yes
configure:25874: checking for posix_memalign
configure:25874: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
conftest.c:67:6: warning: conflicting types for built-in function
'posix_memalign' [-Wbuiltin-declaration-mismatch]
char posix_memalign ();
^~~~~~~~~~~~~~
configure:25874: $? = 0
configure:25874: result: yes
configure:25887: checking for memalign
configure:25887: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25887: $? = 0
configure:25887: result: yes
configure:25900: checking for drand48
configure:25900: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25900: $? = 0
configure:25900: result: yes
configure:25907: checking for erand48_r
configure:25907: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25907: $? = 0
configure:25907: result: yes
configure:25934: checking for strerror_r
configure:25934: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25934: $? = 0
configure:25934: result: yes
configure:25943: checking for setenv
configure:25943: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25943: $? = 0
configure:25943: result: yes
configure:25952: checking for unsetenv
configure:25952: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:25952: $? = 0
configure:25952: result: yes
configure:25961: checking for nearbyintf
configure:25961: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
conftest.c:76:6: warning: conflicting types for built-in function
'nearbyintf' [-Wbuiltin-declaration-mismatch]
char nearbyintf ();
^~~~~~~~~~
configure:25961: $? = 0
configure:25961: result: yes
configure:25970: checking for rintf
configure:25970: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
conftest.c:77:6: warning: conflicting types for built-in function 'rintf'
[-Wbuiltin-declaration-mismatch]
char rintf ();
^~~~~
configure:25970: $? = 0
configure:25970: result: yes
configure:26046: checking malloc.h usability
configure:26046: gcc -c -D_Float128=__float128 conftest.c >&5
configure:26046: $? = 0
configure:26046: result: yes
configure:26046: checking malloc.h presence
configure:26046: gcc -E conftest.c
configure:26046: $? = 0
configure:26046: result: yes
configure:26046: checking for malloc.h
configure:26046: result: yes
configure:26069: checking valgrind/valgrind.h usability
configure:26069: gcc -c -D_Float128=__float128 conftest.c >&5
conftest.c:90:10: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26069: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:26069: result: no
configure:26069: checking valgrind/valgrind.h presence
configure:26069: gcc -E conftest.c
conftest.c:57:10: fatal error: valgrind/valgrind.h: No such file or directory
#include <valgrind/valgrind.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26069: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <valgrind/valgrind.h>
configure:26069: result: no
configure:26069: checking for valgrind/valgrind.h
configure:26069: result: no
configure:26083: checking valgrind/memcheck.h usability
configure:26083: gcc -c -D_Float128=__float128 conftest.c >&5
conftest.c:90:10: fatal error: valgrind/memcheck.h: No such file or directory
#include <valgrind/memcheck.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26083: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/memcheck.h>
configure:26083: result: no
configure:26083: checking valgrind/memcheck.h presence
configure:26083: gcc -E conftest.c
conftest.c:57:10: fatal error: valgrind/memcheck.h: No such file or directory
#include <valgrind/memcheck.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26083: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <valgrind/memcheck.h>
configure:26083: result: no
configure:26083: checking for valgrind/memcheck.h
configure:26083: result: no
configure:26097: checking valgrind/helgrind.h usability
configure:26097: gcc -c -D_Float128=__float128 conftest.c >&5
conftest.c:90:10: fatal error: valgrind/helgrind.h: No such file or directory
#include <valgrind/helgrind.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26097: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/helgrind.h>
configure:26097: result: no
configure:26097: checking valgrind/helgrind.h presence
configure:26097: gcc -E conftest.c
conftest.c:57:10: fatal error: valgrind/helgrind.h: No such file or directory
#include <valgrind/helgrind.h>
^~~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:26097: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| /* end confdefs.h. */
| #include <valgrind/helgrind.h>
configure:26097: result: no
configure:26097: checking for valgrind/helgrind.h
configure:26097: result: no
configure:26116: checking for sched_yield
configure:26116: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lm -lpthread -lirc -lc >&5
configure:26116: $? = 0
configure:26116: result: yes
configure:26126: checking aio.h usability
configure:26126: gcc -c -D_Float128=__float128 conftest.c >&5
configure:26126: $? = 0
configure:26126: result: yes
configure:26126: checking aio.h presence
configure:26126: gcc -E conftest.c
configure:26126: $? = 0
configure:26126: result: yes
configure:26126: checking for aio.h
configure:26126: result: yes
configure:26136: checking for aio_read in -lrt
configure:26161: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26161: $? = 0
configure:26170: result: yes
configure:26186: checking for mkostemp
configure:26186: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26186: $? = 0
configure:26186: result: yes
configure:26197: checking for mkdtemp
configure:26197: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26197: $? = 0
configure:26197: result: yes
configure:26210: checking for pread
configure:26210: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26210: $? = 0
configure:26210: result: yes
configure:26210: checking for pwrite
configure:26210: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26210: $? = 0
configure:26210: result: yes
configure:26222: checking whether the target supports
__sync_val_compare_and_swap
configure:26239: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26239: $? = 0
configure:26247: result: yes
configure:26257: checking whether the target supports
__sync_bool_compare_and_swap
configure:26274: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26274: $? = 0
configure:26282: result: yes
configure:26292: checking whether the target supports __sync_fetch_and_add
configure:26309: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26309: $? = 0
configure:26317: result: yes
configure:26327: checking whether the target supports __sync_fetch_and_or
configure:26344: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26344: $? = 0
configure:26352: result: yes
configure:26362: checking whether the target supports __sync_lock_test_and_set
configure:26379: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26379: $? = 0
configure:26387: result: yes
configure:26397: checking whether the target supports __sync_synchronize
configure:26414: gcc -o conftest -D_Float128=__float128
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
configure:26414: $? = 0
configure:26422: result: yes
configure:26434: checking for library containing set_mempolicy
configure:26465: gcc -o conftest -D_Float128=__float128 -D_GNU_SOURCE
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c >&5
/tmp/cc9hyIvQ.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `set_mempolicy'
collect2: error: ld returned 1 exit status
configure:26465: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char set_mempolicy ();
| int
| main ()
| {
| return set_mempolicy ();
| ;
| return 0;
| }
configure:26465: gcc -o conftest -D_Float128=__float128 -D_GNU_SOURCE
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lnuma >&5
configure:26465: $? = 0
configure:26482: result: -lnuma
configure:26496: checking whether libnuma is available
configure:26498: result: yes
configure:26506: checking whether statement expressions are available
configure:26521: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
configure:26521: $? = 0
configure:26527: result: yes
configure:26540: checking maximum number of sched_ctxs
configure:26549: result: 10
configure:26627: checking maximum number of CPUs
configure:26636: result: 64
configure:26644: checking whether CPUs should be used
configure:26653: result: yes
configure:26678: checking maximum number of CUDA devices
configure:26687: result: 4
configure:26766: checking whether CUDA is available
configure:26769: result:
configure:26783: checking cuda.h usability
configure:26783: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:26783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:26783: result: no
configure:26783: checking cuda.h presence
configure:26783: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:26783: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:26783: result: no
configure:26783: checking for cuda.h
configure:26783: result: no
configure:27331: checking whether CUDA is available
configure:27334: result:
configure:27348: checking cuda.h usability
configure:27348: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27348: result: no
configure:27348: checking cuda.h presence
configure:27348: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27348: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27348: result: no
configure:27348: checking for cuda.h
configure:27348: result: no
configure:27896: checking whether CUDA is available in /usr/local/cuda
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/usr/local/cuda/include conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /c/cuda
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/c/cuda/include conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/c/cuda/include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /cygdrive/c/cuda
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/cygdrive/c/cuda/include conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/cygdrive/c/cuda/include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /opt/cuda
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/opt/cuda/include conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/opt/cuda/include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /..
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE -I/../include
conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /..
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE -I/../include
conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /..
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE -I/../include
conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:27896: checking whether CUDA is available in /..
configure:27902: result:
configure:27916: checking cuda.h usability
configure:27916: gcc -c -D_Float128=__float128 -D_GNU_SOURCE -I/../include
conftest.c >&5
conftest.c:109:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking cuda.h presence
configure:27916: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:76:10: fatal error: cuda.h: No such file or directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:27916: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cuda.h>
configure:27916: result: no
configure:27916: checking for cuda.h
configure:27916: result: no
configure:28452: checking whether CUDA is working
configure:28516: result: no
configure:28527: checking whether CUDA should be used
configure:28529: result: no
configure:28685: checking for pkg-config
configure:28703: found /usr/bin/pkg-config
configure:28715: result: /usr/bin/pkg-config
configure:28740: checking pkg-config is at least version 0.9.0
configure:28743: result: yes
configure:28842: checking whether MAGMA should be used
configure:28844: result: no
configure:28848: checking for cufftDoubleComplex
configure:28848: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
conftest.c:76:10: fatal error: cufft.h: No such file or directory
#include <cufft.h>
^~~~~~~~~
compilation terminated.
configure:28848: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| /* end confdefs.h. */
| #include <cufft.h>
|
| int
| main ()
| {
| if (sizeof (cufftDoubleComplex))
| return 0;
| ;
| return 0;
| }
configure:28848: result: no
configure:28914: checking whether CURAND is available
configure:28916: result: no
configure:28973: checking maximum number of OpenCL devices
configure:28982: result: 8
configure:29095: checking whether OpenCL is available
configure:29098: result:
configure:29111: checking CL/cl.h usability
configure:29111: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29111: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29111: result: no
configure:29111: checking CL/cl.h presence
configure:29111: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29111: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29111: result: no
configure:29111: checking for CL/cl.h
configure:29111: result: no
configure:29335: checking whether OpenCL is available in /usr/local/cuda no
and no
configure:29341: result:
configure:29354: checking CL/cl.h usability
configure:29354: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/usr/local/cuda/include conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking CL/cl.h presence
configure:29354: gcc -E -D_GNU_SOURCE -I/usr/local/cuda/include conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking for CL/cl.h
configure:29354: result: no
configure:29335: checking whether OpenCL is available in /c/cuda no and no
configure:29341: result:
configure:29354: checking CL/cl.h usability
configure:29354: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/c/cuda/include conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking CL/cl.h presence
configure:29354: gcc -E -D_GNU_SOURCE -I/c/cuda/include conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking for CL/cl.h
configure:29354: result: no
configure:29335: checking whether OpenCL is available in /cygdrive/c/cuda no
and no
configure:29341: result:
configure:29354: checking CL/cl.h usability
configure:29354: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/cygdrive/c/cuda/include conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking CL/cl.h presence
configure:29354: gcc -E -D_GNU_SOURCE -I/cygdrive/c/cuda/include conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking for CL/cl.h
configure:29354: result: no
configure:29335: checking whether OpenCL is available in /opt/cuda no and no
configure:29341: result:
configure:29354: checking CL/cl.h usability
configure:29354: gcc -c -D_Float128=__float128 -D_GNU_SOURCE
-I/opt/cuda/include conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking CL/cl.h presence
configure:29354: gcc -E -D_GNU_SOURCE -I/opt/cuda/include conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking for CL/cl.h
configure:29354: result: no
configure:29335: checking whether OpenCL is available in /.. no and no
configure:29341: result:
configure:29354: checking CL/cl.h usability
configure:29354: gcc -c -D_Float128=__float128 -D_GNU_SOURCE -I/../include
conftest.c >&5
conftest.c:110:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking CL/cl.h presence
configure:29354: gcc -E -D_GNU_SOURCE -I/../include conftest.c
conftest.c:77:10: fatal error: CL/cl.h: No such file or directory
#include <CL/cl.h>
^~~~~~~~~
compilation terminated.
configure:29354: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| #include <CL/cl.h>
configure:29354: result: no
configure:29354: checking for CL/cl.h
configure:29354: result: no
configure:29590: checking for clEnqueueMarkerWithWaitList
configure:29590: gcc -o conftest -D_Float128=__float128 -D_GNU_SOURCE
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lrt -lm -lpthread -lirc -lc >&5
/tmp/cciwDqaa.o: In function `main':
conftest.c:(.text+0xa): undefined reference to `clEnqueueMarkerWithWaitList'
collect2: error: ld returned 1 exit status
configure:29590: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| /* end confdefs.h. */
| /* Define clEnqueueMarkerWithWaitList to an innocuous variant, in case
<limits.h> declares clEnqueueMarkerWithWaitList.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define clEnqueueMarkerWithWaitList innocuous_clEnqueueMarkerWithWaitList
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char clEnqueueMarkerWithWaitList (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef clEnqueueMarkerWithWaitList
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char clEnqueueMarkerWithWaitList ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined __stub_clEnqueueMarkerWithWaitList || defined
__stub___clEnqueueMarkerWithWaitList
| choke me
| #endif
|
| int
| main ()
| {
| return clEnqueueMarkerWithWaitList ();
| ;
| return 0;
| }
configure:29590: result: no
configure:29602: checking whether OpenCL should be used
configure:29604: result: no
configure:29632: checking whether asynchronous copy should be disabled
configure:29645: result: no
configure:29653: checking whether asynchronous CUDA copy should be disabled
configure:29666: result: no
configure:29674: checking whether asynchronous OpenCL copy should be disabled
configure:29687: result: no
configure:29695: checking whether asynchronous MIC copy should be disabled
configure:29708: result: no
configure:30021: checking whether SimGrid is enabled
configure:30023: result: no
configure:30026: checking whether blocking drivers should be enabled
configure:30035: result: no
configure:30075: checking maximum number of MIC devices
configure:30084: result: 4
configure:30093: checking maximum number of MIC threads
configure:30102: result:
configure:30678: checking RCCE.h usability
configure:30678: gcc -c -D_Float128=__float128 -D_GNU_SOURCE conftest.c >&5
conftest.c:114:10: fatal error: RCCE.h: No such file or directory
#include <RCCE.h>
^~~~~~~~
compilation terminated.
configure:30678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <RCCE.h>
configure:30678: result: no
configure:30678: checking RCCE.h presence
configure:30678: gcc -E -D_GNU_SOURCE conftest.c
conftest.c:81:10: fatal error: RCCE.h: No such file or directory
#include <RCCE.h>
^~~~~~~~
compilation terminated.
configure:30678: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* end confdefs.h. */
| #include <RCCE.h>
configure:30678: result: no
configure:30678: checking for RCCE.h
configure:30678: result: no
configure:30694: checking for RCCE_init in -lRCCE_bigflags_nongory_nopwrmgmt
configure:30719: gcc -o conftest -D_Float128=__float128 -D_GNU_SOURCE
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
conftest.c -lRCCE_bigflags_nongory_nopwrmgmt -lrt -lm -lpthread -lirc -lc
>&5
/usr/bin/ld: cannot find -lRCCE_bigflags_nongory_nopwrmgmt
collect2: error: ld returned 1 exit status
configure:30719: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| /* end confdefs.h. */
|
| /* Override any GCC internal prototype to avoid an error.
| Use char because int might match the return type of a GCC
| builtin and then its argument prototype would still apply. */
| #ifdef __cplusplus
| extern "C"
| #endif
| char RCCE_init ();
| int
| main ()
| {
| return RCCE_init ();
| ;
| return 0;
| }
configure:30728: result: no
configure:30776: checking whether RCCE should be used
configure:30778: result: no
configure:30817: checking Maximum number of message-passing kernels
configure:30826: result: 10
configure:30842: checking whether debug mode should be enabled
configure:30851: result: no
configure:30903: checking whether extra checks should be performed
configure:30912: result: no
configure:30926: checking whether debug messages should be displayed
configure:30935: result: no
configure:30951: checking whether coverage testing should be enabled
configure:30960: result: no
configure:30980: checking whether FxT traces should be generated
configure:31011: result: no
configure:31374: checking whether additional locking systems FxT traces
should be enabled
configure:31383: result: no
configure:31391: checking whether performance debugging should be enabled
configure:31400: result: no
configure:31412: checking whether performance model debugging should be
enabled
configure:31421: result: no
configure:31429: checking whether statistics should be generated
configure:31438: result: no
configure:31450: checking whether memory stats should be displayed
configure:31459: result: no
configure:31477: checking glpk.h usability
configure:31477: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5
configure:31477: $? = 0
configure:31477: result: yes
configure:31477: checking glpk.h presence
configure:31477: gcc -E -D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c
configure:31477: $? = 0
configure:31477: result: yes
configure:31477: checking for glpk.h
configure:31477: result: yes
configure:31491: checking for main in -lglpk
configure:31510: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lglpk >&5
configure:31510: $? = 0
configure:31519: result: yes
configure:31567: checking Ayudame.h usability
configure:31567: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5
conftest.c:118:10: fatal error: Ayudame.h: No such file or directory
#include <Ayudame.h>
^~~~~~~~~~~
compilation terminated.
configure:31567: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <Ayudame.h>
configure:31567: result: no
configure:31567: checking Ayudame.h presence
configure:31567: gcc -E -D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c
conftest.c:85:10: fatal error: Ayudame.h: No such file or directory
#include <Ayudame.h>
^~~~~~~~~~~
compilation terminated.
configure:31567: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| /* end confdefs.h. */
| #include <Ayudame.h>
configure:31567: result: no
configure:31567: checking for Ayudame.h
configure:31567: result: no
configure:31587: checking ayudame.h usability
configure:31587: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5
conftest.c:118:10: fatal error: ayudame.h: No such file or directory
#include <ayudame.h>
^~~~~~~~~~~
compilation terminated.
configure:31587: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <ayudame.h>
configure:31587: result: no
configure:31587: checking ayudame.h presence
configure:31587: gcc -E -D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c
conftest.c:85:10: fatal error: ayudame.h: No such file or directory
#include <ayudame.h>
^~~~~~~~~~~
compilation terminated.
configure:31587: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| /* end confdefs.h. */
| #include <ayudame.h>
configure:31587: result: no
configure:31587: checking for ayudame.h
configure:31587: result: no
configure:31643: checking how many buffers can be manipulated per task
configure:31652: result: 8
configure:31660: checking maximum number of nodes to use
configure:31713: checking maximum number of memory nodes
configure:31715: result: 4
configure:31724: checking whether allocation cache should be used
configure:31733: result: yes
configure:31767: checking using explicit performance model location
configure:31769: result: no
configure:31772: checking performance models location
configure:31774: result: $HOME/.starpu/sampling/
configure:31778: checking for clock_gettime in -lrt
configure:31803: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:31803: $? = 0
configure:31812: result: yes
configure:31825: checking for clock_gettime
configure:31825: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:31825: $? = 0
configure:31825: result: yes
configure:31855: checking Maximum number of workers
configure:31857: result: 64
configure:31867: checking Maximum number of workers combinations
configure:31869: result: 64
configure:31880: checking maximum number of implementations
configure:31889: result: 4
configure:31990: checking calibration heuristic of history-based StarPU
calibrator
configure:31999: result: 50
configure:32034: checking for mpicc
configure:32053: found /opt/mpich/bin/mpicc
configure:32066: result: /opt/mpich/bin/mpicc
configure:32149: checking mpicc path
configure:32151: result: /opt/mpich/bin/mpicc
configure:32203: checking for mpiexec
configure:32222: found /opt/mpich/bin/mpiexec
configure:32235: result: /opt/mpich/bin/mpiexec
configure:32247: checking whether mpiexec is available
configure:32249: result: /opt/mpich/bin/mpiexec
configure:32270: checking whether MPI tests should be run
configure:32272: result: no
configure:32278: checking whether the StarPU MPI library should be generated
configure:32280: result: yes
configure:32324: checking whether MPI debug messages should be displayed
configure:32333: result: no
configure:32364: checking for StarPU-Top
configure:32373: checking for qmake-qt4
configure:32391: found /usr/bin/qmake-qt4
configure:32403: result: /usr/bin/qmake-qt4
configure:32422: $PKG_CONFIG --exists --print-errors "QtGui QtOpenGL QtSql"
configure:32425: $? = 0
configure:32508: checking whether compiler support -Wall
configure:32530: gcc -o conftest -Wall -D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
conftest.c: In function 'main':
conftest.c:102:18: warning: unused variable 'hello' [-Wunused-variable]
const char *hello = "Hello World";
^~~~~
configure:32530: $? = 0
configure:32533: result: yes
configure:32552: checking whether compiler support -Werror=implicit
configure:32574: gcc -o conftest -Werror=implicit -D_GNU_SOURCE
-D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:32574: $? = 0
configure:32577: result: yes
configure:32596: checking whether compiler support
-Werror=implicit-function-declaration
configure:32618: gcc -o conftest -Werror=implicit-function-declaration
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:32618: $? = 0
configure:32621: result: yes
configure:33046: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c >&5
configure:33046: $? = 0
configure:33170: /opt/mpich/bin/mpicc -o conftest -O3 -D_Float128=__float128
-gdwarf-2 -g3 -D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:33170: $? = 0
configure:33183: checking mpifort path
configure:33185: result: /usr/bin/mpifort
configure:33243: checking whether GCC supports plug-ins
configure:33298: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-I/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include conftest.c >&5
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2037:0:
warning: "PACKAGE_BUGREPORT" redefined
#define PACKAGE_BUGREPORT ""

conftest.c:6:0: note: this is the location of the previous definition
#define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2043:0:
warning: "PACKAGE_NAME" redefined
#define PACKAGE_NAME ""

conftest.c:2:0: note: this is the location of the previous definition
#define PACKAGE_NAME "StarPU"

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2049:0:
warning: "PACKAGE_STRING" redefined
#define PACKAGE_STRING ""

conftest.c:5:0: note: this is the location of the previous definition
#define PACKAGE_STRING "StarPU 1.2.3"

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2055:0:
warning: "PACKAGE_TARNAME" redefined
#define PACKAGE_TARNAME ""

conftest.c:3:0: note: this is the location of the previous definition
#define PACKAGE_TARNAME "starpu"

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2061:0:
warning: "PACKAGE_URL" redefined
#define PACKAGE_URL ""

conftest.c:7:0: note: this is the location of the previous definition
#define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/config.h:6:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:27,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/auto-host.h:2067:0:
warning: "PACKAGE_VERSION" redefined
#define PACKAGE_VERSION ""

conftest.c:4:0: note: this is the location of the previous definition
#define PACKAGE_VERSION "1.2.3"

In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:62:1:
error: unknown type name 'class'
class rtx_def;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:63:3:
error: unknown type name 'class'
class rtx_expr_list; /* GET_CODE (X) == EXPR_LIST */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:64:3:
error: unknown type name 'class'
class rtx_insn_list; /* GET_CODE (X) == INSN_LIST */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:65:3:
error: unknown type name 'class'
class rtx_sequence; /* GET_CODE (X) == SEQUENCE */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:66:3:
error: unknown type name 'class'
class rtx_insn;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:67:5:
error: unknown type name 'class'
class rtx_debug_insn; /* DEBUG_INSN_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:68:5:
error: unknown type name 'class'
class rtx_nonjump_insn; /* NONJUMP_INSN_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:69:5:
error: unknown type name 'class'
class rtx_jump_insn; /* JUMP_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:70:5:
error: unknown type name 'class'
class rtx_call_insn; /* CALL_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:71:5:
error: unknown type name 'class'
class rtx_jump_table_data; /* JUMP_TABLE_DATA_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:72:5:
error: unknown type name 'class'
class rtx_barrier; /* BARRIER_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:73:5:
error: unknown type name 'class'
class rtx_code_label; /* LABEL_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:74:5:
error: unknown type name 'class'
class rtx_note; /* NOTE_P (X) */
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:86:9:
error: unknown type name 'gimple'
typedef gimple *gimple_seq;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:291:1:
error: unknown type name 'class'
class rtl_opt_pass;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:293:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace gcc {
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:293:15:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
namespace gcc {
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:297:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
typedef std::pair <tree, tree> tree_pair;
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:24:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:363,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/insn-modes.h:304:19:
error: unknown type name 'machine_mode'
mode_size_inline (machine_mode mode)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/insn-modes.h:425:21:
error: unknown type name 'machine_mode'
mode_nunits_inline (machine_mode mode)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/insn-modes.h:548:20:
error: unknown type name 'machine_mode'
mode_inner_inline (machine_mode mode)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/insn-modes.h:671:24:
error: unknown type name 'machine_mode'
mode_unit_size_inline (machine_mode mode)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/insn-modes.h:792:29:
error: unknown type name 'machine_mode'
mode_unit_precision_inline (machine_mode mode)
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:363:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:280:8:
error: unknown type name 'machine_mode'
extern machine_mode mode_for_size (unsigned int, enum mode_class, int);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:284:8:
error: unknown type name 'machine_mode'
extern machine_mode smallest_mode_for_size (unsigned int,
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:291:8:
error: unknown type name 'machine_mode'
extern machine_mode int_mode_for_mode (machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:291:1:
warning: parameter names (without types) in function declaration
extern machine_mode int_mode_for_mode (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:293:8:
error: unknown type name 'machine_mode'
extern machine_mode bitwise_mode_for_mode (machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:293:1:
warning: parameter names (without types) in function declaration
extern machine_mode bitwise_mode_for_mode (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:298:8:
error: unknown type name 'machine_mode'
extern machine_mode mode_for_vector (machine_mode, unsigned);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:298:52:
error: expected ')' before 'unsigned'
extern machine_mode mode_for_vector (machine_mode, unsigned);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:301:1:
error: unknown type name 'class'
class bit_field_mode_iterator
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:302:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:325:8:
error: unknown type name 'machine_mode'
extern machine_mode get_best_mode (int, int,
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:329:6:
error: unknown type name 'machine_mode'
machine_mode, bool);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:335:1:
warning: parameter names (without types) in function declaration
extern unsigned get_mode_alignment (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:348:8:
error: unknown type name 'machine_mode'
extern machine_mode byte_mode;
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:349:8:
error: unknown type name 'machine_mode'
extern machine_mode word_mode;
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:350:8:
error: unknown type name 'machine_mode'
extern machine_mode ptr_mode;
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:366:3:
error: unknown type name 'machine_mode'
machine_mode m;
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/machmode.h:373:14:
error: unknown type name 'int_n_data_t'
extern const int_n_data_t int_n_data[NUM_INT_N_ENTS];
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:365:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:296:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T> class generic_wide_int;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:297:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N> class fixed_wide_int_storage;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:298:1:
error: unknown type name 'class'
class wide_int_storage;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:304:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
typedef generic_wide_int <wide_int_storage> wide_int;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:302:20:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
generic_wide_int < fixed_wide_int_storage <N> >
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:305:9: note:
in expansion of macro 'FIXED_WIDE_INT'
typedef FIXED_WIDE_INT (ADDR_MAX_PRECISION) offset_int;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:302:20:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
generic_wide_int < fixed_wide_int_storage <N> >
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:306:9: note:
in expansion of macro 'FIXED_WIDE_INT'
typedef FIXED_WIDE_INT (WIDE_INT_MAX_PRECISION) widest_int;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:308:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <bool SE>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:311:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
typedef generic_wide_int <wide_int_ref_storage <false> > wide_int_ref;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:324:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:325:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:440:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:441:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:580:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:581:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:600:7:
error: expected identifier or '(' before ':' token
inline::wi::storage_ref::storage_ref (const HOST_WIDE_INT *val_in,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:608:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::storage_ref::get_len () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:614:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::storage_ref::get_precision () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:620:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::storage_ref::get_val () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:648:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:739:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:742:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:749:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:759:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:770:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:783:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:794:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:805:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:813:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:831:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:840:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:849:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:858:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:866:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:876:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:886:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:902:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:903:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:914:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:922:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename storage>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:935:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <bool SE>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:954:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <bool SE>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:963:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <bool SE>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:972:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <bool SE>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:980:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:981:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:993:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:994:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1003:1:
error: unknown type name 'class'
class GTY(()) wide_int_storage
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1004:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1034:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1035:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1048:24:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wide_int_storage::wide_int_storage () {}
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1054:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1064:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1077:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::get_precision () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1083:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::get_val () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1089:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::get_len () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1095:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::write_val ()
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1101:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::set_len (unsigned int l, bool is_sign_extended)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1111:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1112:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::from (const wide_int_ref &x, unsigned int precision,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1124:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1125:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::from_array (const HOST_WIDE_INT *val, unsigned int len,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1135:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1136:17:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wide_int_storage::create (unsigned int precision)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1143:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1157:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1181:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1182:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1195:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1199:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1209:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1216:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1223:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1230:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1237:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1247:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1260:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1272:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1282:1:
error: unknown type name 'class'
class trailing_wide_int_storage
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1283:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1310:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
typedef generic_wide_int <trailing_wide_int_storage> trailing_wide_int;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1313:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1314:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1324:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1347:33:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline trailing_wide_int_storage::
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1355:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
trailing_wide_int_storage::get_len () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1361:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
trailing_wide_int_storage::get_precision () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1367:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
trailing_wide_int_storage::get_val () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1373:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
trailing_wide_int_storage::write_val ()
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1379:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
trailing_wide_int_storage::set_len (unsigned int len, bool is_sign_extended)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1387:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1398:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1408:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1418:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1434:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1435:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1448:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, bool signed_p>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1455:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, bool signed_p>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1468:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1469:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1497:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1498:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1518:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec::hwi_with_prec (HOST_WIDE_INT v, unsigned int p,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1525:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1532:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1539:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1546:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1553:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1560:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::hwi_with_prec
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1566:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1567:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1583:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::int_traits <wi::hwi_with_prec>::get_precision (const wi::hwi_with_prec
&x)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1588:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::storage_ref
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1606:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1607:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1665:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1674:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1683:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1698:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1708:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1722:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1733:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1742:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1781:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1789:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1822:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1847:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1858:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1866:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1874:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1885:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1893:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1901:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1912:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1920:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1928:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1940:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:1977:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2019:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2030:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2043:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2051:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2060:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2068:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2087:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2117:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2125:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2144:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2158:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2166:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2175:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2189:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2197:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2205:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2226:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2247:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2268:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2289:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2310:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2353:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2383:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2426:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2455:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2476:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2492:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2501:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2510:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2527:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2544:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2552:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2562:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2585:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2594:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2604:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2629:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2671:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2695:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2717:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2737:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2746:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2756:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2782:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2792:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2818:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2860:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2869:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2887:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2931:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:2975:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3007:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3020:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3038:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3056:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::parity (const wide_int_ref &x)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3062:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3089:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3100:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2> \
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3107:1:
note: in expansion of macro 'SIGNED_BINARY_PREDICATE'
SIGNED_BINARY_PREDICATE (operator <, lts_p)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3100:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2> \
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3108:1:
note: in expansion of macro 'SIGNED_BINARY_PREDICATE'
SIGNED_BINARY_PREDICATE (operator <=, les_p)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3100:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2> \
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3109:1:
note: in expansion of macro 'SIGNED_BINARY_PREDICATE'
SIGNED_BINARY_PREDICATE (operator >, gts_p)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3100:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2> \
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3110:1:
note: in expansion of macro 'SIGNED_BINARY_PREDICATE'
SIGNED_BINARY_PREDICATE (operator >=, ges_p)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3114:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3121:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T1, typename T2>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3128:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3134:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3140:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3146:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3152:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3158:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3164:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3165:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3211:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3212:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::mask (unsigned int width, bool negate_p, unsigned int precision)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3222:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3223:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::shifted_mask (unsigned int start, unsigned int width, bool negate_p,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3234:8:
error: unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3235:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::set_bit_in_zero (unsigned int bit, unsigned int precision)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3242:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3256:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/wide-int.h:3270:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:366:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:58:3:
error: expected specifier-qualifier-list before 'static'
static double_int from_uhwi (unsigned HOST_WIDE_INT cst);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:207:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:208:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::from_shwi (HOST_WIDE_INT cst)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:230:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:231:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::from_uhwi (unsigned HOST_WIDE_INT cst)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:239:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:240:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::from_pair (HOST_WIDE_INT high, unsigned HOST_WIDE_INT low)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:248:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
inline double_int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:255:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
inline double_int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:262:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
inline double_int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:269:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
inline double_int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:276:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '&' token
inline double_int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:287:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::to_shwi () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:296:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::to_uhwi () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:304:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::fits_uhwi () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:313:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:314:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator ~ () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:324:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:325:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator | (double_int b) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:335:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:336:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator & (double_int b) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:346:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:347:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::and_not (double_int b) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:357:8:
error: unknown type name 'double_int'
inline double_int
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:358:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator ^ (double_int b) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:366:31:
error: unknown type name 'double_int'; did you mean 'double'?
void dump_double_int (FILE *, double_int, bool);
^~~~~~~~~~
double
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:377:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::is_zero () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:385:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::is_one () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:393:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::is_minus_one () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:401:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::is_negative () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:409:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator == (double_int cst2) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:417:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::operator != (double_int cst2) const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:425:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
double_int::popcount () const
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:434:33:
error: unknown type name 'double_int'; did you mean 'double'?
void mpz_set_double_int (mpz_t, double_int, bool);
^~~~~~~~~~
double
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:435:1:
error: unknown type name 'double_int'; use 'struct' keyword to refer to the
type
double_int mpz_get_double_int (const_tree, mpz_t, bool);
^~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:438:1:
error: unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:439:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:453:3:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::int_traits <double_int>::get_precision (const double_int &)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/double-int.h:458:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::storage_ref
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:367:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:211:1: error:
unknown type name 'class'
class format_helper
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:212:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:225:21: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline format_helper::format_helper (machine_mode m)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:236:1: warning:
parameter names (without types) in function declaration
extern bool HONOR_NANS (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:238:13: error:
conflicting types for 'HONOR_NANS'
extern bool HONOR_NANS (const_rtx);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:237:13: note:
previous declaration of 'HONOR_NANS' was here
extern bool HONOR_NANS (const_tree);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:241:1: warning:
parameter names (without types) in function declaration
extern bool HONOR_SNANS (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:243:13: error:
conflicting types for 'HONOR_SNANS'
extern bool HONOR_SNANS (const_rtx);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:242:13: note:
previous declaration of 'HONOR_SNANS' was here
extern bool HONOR_SNANS (const_tree);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:247:1: warning:
parameter names (without types) in function declaration
extern bool HONOR_INFINITIES (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:249:13: error:
conflicting types for 'HONOR_INFINITIES'
extern bool HONOR_INFINITIES (const_rtx);
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:248:13: note:
previous declaration of 'HONOR_INFINITIES' was here
extern bool HONOR_INFINITIES (const_tree);
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:253:1: warning:
parameter names (without types) in function declaration
extern bool HONOR_SIGNED_ZEROS (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:255:13: error:
conflicting types for 'HONOR_SIGNED_ZEROS'
extern bool HONOR_SIGNED_ZEROS (const_rtx);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:254:13: note:
previous declaration of 'HONOR_SIGNED_ZEROS' was here
extern bool HONOR_SIGNED_ZEROS (const_tree);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:259:1: warning:
parameter names (without types) in function declaration
extern bool HONOR_SIGN_DEPENDENT_ROUNDING (machine_mode);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:261:13: error:
conflicting types for 'HONOR_SIGN_DEPENDENT_ROUNDING'
extern bool HONOR_SIGN_DEPENDENT_ROUNDING (const_rtx);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:260:13: note:
previous declaration of 'HONOR_SIGN_DEPENDENT_ROUNDING' was here
extern bool HONOR_SIGN_DEPENDENT_ROUNDING (const_tree);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:294:46: error:
unknown type name 'format_helper'
extern void real_convert (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:298:49: error:
expected ')' before 'const'
extern bool exact_real_truncate (format_helper, const REAL_VALUE_TYPE *);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:307:24: error:
unknown type name 'machine_mode'
size_t, int, machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:320:65: error:
unknown type name 'format_helper'
extern void real_from_string3 (REAL_VALUE_TYPE *, const char *,
format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:322:62: error:
unknown type name 'format_helper'
extern long real_to_target (long *, const REAL_VALUE_TYPE *, format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:325:10: error:
unknown type name 'format_helper'
format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:329:61: error:
unknown type name 'format_helper'
extern bool real_nan (REAL_VALUE_TYPE *, const char *, int, format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:331:50: error:
unknown type name 'machine_mode'
extern void real_maxval (REAL_VALUE_TYPE *, int, machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:333:49: error:
unknown type name 'format_helper'
extern void real_2expN (REAL_VALUE_TYPE *, int, format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:61:25: error:
expected ')' before 'struct'
#define REAL_VALUE_TYPE struct real_value
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:408:60: note: in
expansion of macro 'REAL_VALUE_TYPE'
extern REAL_VALUE_TYPE real_value_truncate (format_helper, REAL_VALUE_TYPE);
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:413:1: warning:
parameter names (without types) in function declaration
extern int significand_size (format_helper);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:415:57: error:
unknown type name 'format_helper'
extern REAL_VALUE_TYPE real_from_string2 (const char *, format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:472:59: error:
unknown type name 'machine_mode'
extern rtx const_double_from_real_value (REAL_VALUE_TYPE, machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:61:25: error:
expected ')' before 'struct'
#define REAL_VALUE_TYPE struct real_value
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:475:48: note: in
expansion of macro 'REAL_VALUE_TYPE'
extern bool exact_real_inverse (format_helper, REAL_VALUE_TYPE *);
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:480:1: warning:
parameter names (without types) in function declaration
bool real_can_shorten_arithmetic (machine_mode, machine_mode);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:489:43: error:
unknown type name 'format_helper'
extern bool real_powi (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:493:44: error:
unknown type name 'format_helper'
extern void real_trunc (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:495:44: error:
unknown type name 'format_helper'
extern void real_floor (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:497:43: error:
unknown type name 'format_helper'
extern void real_ceil (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:499:44: error:
unknown type name 'format_helper'
extern void real_round (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:506:54: error:
unknown type name 'format_helper'
extern bool real_isinteger (const REAL_VALUE_TYPE *, format_helper);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:516:8: error:
unknown type name 'wide_int'
extern wide_int real_to_integer (const REAL_VALUE_TYPE *, bool *, int);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:516:17: error:
conflicting types for 'real_to_integer'
extern wide_int real_to_integer (const REAL_VALUE_TYPE *, bool *, int);
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:314:22: note:
previous declaration of 'real_to_integer' was here
extern HOST_WIDE_INT real_to_integer (const REAL_VALUE_TYPE *);
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:517:51: error:
unknown type name 'format_helper'
extern void real_from_integer (REAL_VALUE_TYPE *, format_helper,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:518:17: warning:
type defaults to 'int' in declaration of 'wide_int_ref' [-Wimplicit-int]
const wide_int_ref &, signop);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/real.h:518:30: error:
expected ';', ',' or ')' before '&' token
const wide_int_ref &, signop);
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:368:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:25:3:
error: unknown type name 'double_int'
double_int data; /* Store data up to 2 wide integers. */
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:26:3:
error: unknown type name 'machine_mode'
machine_mode mode; /* Use machine mode to know IBIT and FBIT. */
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:46:60:
error: unknown type name 'machine_mode'
extern rtx const_fixed_from_fixed_value (FIXED_VALUE_TYPE, machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:51:12:
warning: parameter names (without types) in function declaration
machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:56:30:
error: unknown type name 'double_int'; did you mean 'double'?
const_fixed_from_double_int (double_int payload,
^~~~~~~~~~
double
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:57:30:
error: unknown type name 'machine_mode'
machine_mode mode)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:66:11:
error: unknown type name 'machine_mode'
machine_mode);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:72:48:
error: unknown type name 'machine_mode'
extern bool fixed_convert (FIXED_VALUE_TYPE *, machine_mode,
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:76:57:
error: unknown type name 'machine_mode'
extern bool fixed_convert_from_int (FIXED_VALUE_TYPE *, machine_mode,
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:77:9:
error: unknown type name 'double_int'; did you mean 'double'?
double_int, bool, bool);
^~~~~~~~~~
double
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:80:58:
error: unknown type name 'machine_mode'
extern bool fixed_convert_from_real (FIXED_VALUE_TYPE *, machine_mode,
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fixed-value.h:84:57:
error: unknown type name 'machine_mode'
extern void real_convert_from_fixed (REAL_VALUE_TYPE *, machine_mode,
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:235:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:132:6: error:
conflicting types for 'ggc_internal_alloc'
ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:126:14: note:
previous declaration of 'ggc_internal_alloc' was here
extern void *ggc_internal_alloc (size_t, void (*)(void *), size_t,
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'ggc_internal_alloc':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:134:10: error:
too many arguments to function 'ggc_internal_alloc'
return ggc_internal_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:132:6: note:
declared here
ggc_internal_alloc (size_t s CXX_MEM_STAT_INFO)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:146:1: error:
conflicting types for 'ggc_internal_cleared_alloc'
ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:140:14: note:
previous declaration of 'ggc_internal_cleared_alloc' was here
extern void *ggc_internal_cleared_alloc (size_t, void (*)(void *),
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'ggc_internal_cleared_alloc':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:148:10: error:
too many arguments to function 'ggc_internal_cleared_alloc'
return ggc_internal_cleared_alloc (s, NULL, 0, 1 PASS_MEM_STAT);
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:146:1: note:
declared here
ggc_internal_cleared_alloc (size_t s CXX_MEM_STAT_INFO)
^~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:163:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:170:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:181:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:193:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:206:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:218:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:295:15: error:
unknown type name 'gimple'
static inline gimple *
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'ggc_alloc_cleared_gimple_statement_stat':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:298:11: error:
'gimple' undeclared (first use in this function)
return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:298:11: note:
each undeclared identifier is reported only once for each function it appears
in
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:298:19: error:
expected expression before ')' token
return (gimple *) ggc_internal_cleared_alloc (s PASS_MEM_STAT);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'gt_ggc_mx':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:304:26: error:
'const_cast' undeclared (first use in this function); did you mean
'const_edge'?
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:80:5: note: in
definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:304:37: error:
expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:80:5: note: in
definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:304:37: error:
expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:80:33: note: in
definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:304:37: error:
expected expression before 'char'
ggc_test_and_set_mark (const_cast<char *> (s));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:80:73: note: in
definition of macro 'ggc_test_and_set_mark'
((EXPR) != NULL && ((void *) (EXPR)) != (void *) 1 && ! ggc_set_mark
(EXPR))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'gt_pch_nx':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:308:1: error:
parameter name omitted
gt_pch_nx (const char *)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:313:1: error:
conflicting types for 'gt_ggc_mx'
gt_ggc_mx (int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:302:1: note:
previous definition of 'gt_ggc_mx' was here
gt_ggc_mx (const char *s)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'gt_ggc_mx':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:313:1: error:
parameter name omitted
gt_ggc_mx (int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:318:1: error:
conflicting types for 'gt_pch_nx'
gt_pch_nx (int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:308:1: note:
previous definition of 'gt_pch_nx' was here
gt_pch_nx (const char *)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'gt_pch_nx':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:318:1: error:
parameter name omitted
gt_pch_nx (int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:323:1: error:
conflicting types for 'gt_pch_nx'
gt_pch_nx (unsigned int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:318:1: note:
previous definition of 'gt_pch_nx' was here
gt_pch_nx (int)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h: In function
'gt_pch_nx':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ggc.h:323:1: error:
parameter name omitted
gt_pch_nx (unsigned int)
^~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:236:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:197:8: error:
field 'register_overhead' declared as a function
void register_overhead (void *, size_t, size_t CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:198:8: error:
field 'release_overhead' declared as a function
void release_overhead (void *, size_t, bool CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:199:3: error:
expected specifier-qualifier-list before 'static'
static unsigned calculate_allocation (vec_prefix *, unsigned, bool);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:225:11: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
vec_prefix::calculate_allocation (vec_prefix *pfx, unsigned reserve,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:235:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename, typename, typename> struct vec;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:258:3: error:
expected specifier-qualifier-list before 'typedef'
typedef vl_ptr default_layout;
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:274:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:298:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:321:3: error:
expected specifier-qualifier-list before 'typedef'
typedef vl_embed default_layout;
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:334:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:349:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:387:21: error:
expected identifier or '(' before ':' token
struct va_gc_atomic : va_gc
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:403:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:418:3: error:
expected specifier-qualifier-list before 'template'
template <typename T, typename A, typename L>
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:424:8: error:
unknown type name 'vnull'
extern vnull vNULL;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:453:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:521:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:530:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:539:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:548:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:557:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:568:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:580:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:591:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:600:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:612:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:623:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:636:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:652:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:663:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:674:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:684:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:693:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:710:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:720:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:728:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:739:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:754:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:769:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:795:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:814:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:833:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:846:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:859:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:872:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:884:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:896:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:912:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:925:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:937:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:951:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:963:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:997:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1014:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1053:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1065:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1078:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1090:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1104:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1113:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1124:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1133:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1141:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, typename A>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1179:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1265:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T, size_t N = 0>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1287:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1301:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1312:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1323:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1343:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1366:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1405:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1425:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1461:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1474:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1486:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1507:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1521:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1538:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1550:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1561:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1572:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1587:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1605:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1620:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1633:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1645:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1656:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1669:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1680:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1691:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1702:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1714:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1730:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1742:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1749:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/vec.h:1758:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:238:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/inchash.h:34:1: error:
unknown type name 'namespace'; did you mean 'isspace'?
namespace inchash
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/inchash.h:35:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:240:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:25:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:34:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:43:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:52:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:61:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:70:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:82:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted = Empty>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:96:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:103:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:110:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:118:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:125:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:132:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type, Type Empty, Type Deleted>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:143:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:158:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:167:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:175:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:182:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:189:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:196:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:206:20:
error: expected identifier or '(' before ':' token
struct string_hash : pointer_hash <const char>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:213:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
string_hash::hash (const char *id)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:219:12:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
string_hash::equal (const char *id1, const char *id2)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:226:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:255:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:271:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:277:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:283:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:289:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:296:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:302:27:
error: expected identifier or '(' before ':' token
struct nofree_string_hash : string_hash, typed_noop_remove <const char *> {};
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:304:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T> struct default_hash_traits : T {};
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-traits.h:306:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:241:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:31:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:44:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:51:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:59:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:68:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:76:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:84:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:92:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename H, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:105:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:115:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:123:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:131:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:139:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:147:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:159:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Key, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:167:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Key, typename Value>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map-traits.h:174:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Key, typename Value>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:243:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename, typename, typename> class hash_map;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:244:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename, typename> class hash_set;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:249:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:259:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:269:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Type>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:341:1:
error: unknown type name 'class'
class mem_usage;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:356:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Descriptor,
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:561:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:25:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Key, typename Value,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:37:3:
error: expected specifier-qualifier-list before 'inline'
inline
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:129:3:
error: expected specifier-qualifier-list before 'mem_usage'
mem_usage (): m_allocated (0), m_times (0), m_peak (0), m_instances (1) {}
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:250:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:261:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:382:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:391:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:401:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:432:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:448:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:470:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:483:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:500:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:522:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:536:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:547:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:568:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:593:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/mem-stats.h:612:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <class T>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:562:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map.h:24:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename KeyId, typename Value,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map.h:247:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename V, typename H>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map.h:254:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename V, typename H>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-map.h:261:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename V, typename H>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:369:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:564:29:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern mem_alloc_description<mem_usage> hash_table_usage;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:569:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:591:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:620:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:640:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:668:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:697:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:711:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:772:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:815:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:832:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:869:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:930:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:949:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:975:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename Descriptor,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:992:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1008:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename Descriptor, template<typename Type> class Allocator>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1029:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename E>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1048:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename D>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1066:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename D>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1083:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename D>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-table.h:1090:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename H>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:370:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-set.h:24:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename KeyId, typename Traits = default_hash_traits<KeyId> >
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-set.h:128:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename H>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-set.h:135:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename H>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hash-set.h:142:9:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename K, typename H>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:24:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:371,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:291:3:
error: expected specifier-qualifier-list before 'static'
static source_range from_location (source_location loc)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:365:43:
error: expected identifier or '(' before ':' token
struct GTY((tag ("1"))) line_map_ordinary : public line_map {
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:411:40:
error: expected identifier or '(' before ':' token
struct GTY((tag ("2"))) line_map_macro : public line_map {
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:518:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'linemap_check_ordinary':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:522:11:
error: 'line_map_ordinary' undeclared (first use in this function)
return (line_map_ordinary *)map;
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:522:30:
error: expected expression before ')' token
return (line_map_ordinary *)map;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:529:14:
error: unknown type name 'line_map_ordinary'
inline const line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:530:1:
error: conflicting types for 'linemap_check_ordinary'
linemap_check_ordinary (const struct line_map *map)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:519:1: note:
previous definition of 'linemap_check_ordinary' was here
linemap_check_ordinary (struct line_map *map)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'linemap_check_ordinary':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:533:17:
error: unknown type name 'line_map_ordinary'
return (const line_map_ordinary *)map;
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:539:8:
error: unknown type name 'line_map_macro'
inline line_map_macro *linemap_check_macro (line_map *map)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:539:45:
error: unknown type name 'line_map'; did you mean 'bitmap'?
inline line_map_macro *linemap_check_macro (line_map *map)
^~~~~~~~
bitmap
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:548:14:
error: unknown type name 'line_map_macro'
inline const line_map_macro *
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:549:28:
error: unknown type name 'line_map'
linemap_check_macro (const line_map *map)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'linemap_check_macro':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:551:50:
warning: passing argument 1 of 'linemap_macro_expansion_map_p' from
incompatible pointer type [-Wincompatible-pointer-types]
linemap_assert (linemap_macro_expansion_map_p (map));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:505:44:
note: in definition of macro 'linemap_assert'
#define linemap_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:512:1: note:
expected 'const struct line_map *' but argument is of type 'const int *'
linemap_macro_expansion_map_p (const struct line_map *);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:552:17:
error: unknown type name 'line_map_macro'
return (const line_map_macro *)map;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:558:27:
error: unknown type name 'line_map'
MAP_START_LOCATION (const line_map *map)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MAP_START_LOCATION':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:560:13:
error: request for member 'start_location' in something not a structure or
union
return map->start_location;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:566:42:
error: unknown type name 'line_map_ordinary'
ORDINARY_MAP_STARTING_LINE_NUMBER (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'ORDINARY_MAP_STARTING_LINE_NUMBER':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:568:17:
error: request for member 'to_line' in something not a structure or union
return ord_map->to_line;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:577:41:
error: unknown type name 'line_map_ordinary'
ORDINARY_MAP_INCLUDER_FILE_INDEX (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'ORDINARY_MAP_INCLUDER_FILE_INDEX':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:579:17:
error: request for member 'included_from' in something not a structure or
union
return ord_map->included_from;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:588:40:
error: unknown type name 'line_map_ordinary'
ORDINARY_MAP_IN_SYSTEM_HEADER_P (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'ORDINARY_MAP_IN_SYSTEM_HEADER_P':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:590:17:
error: request for member 'sysp' in something not a structure or union
return ord_map->sysp;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:596:31:
error: unknown type name 'line_map_ordinary'
ORDINARY_MAP_FILE_NAME (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'ORDINARY_MAP_FILE_NAME':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:598:17:
error: request for member 'to_file' in something not a structure or union
return ord_map->to_file;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:603:8:
error: unknown type name 'cpp_hashnode'
inline cpp_hashnode *
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:604:24:
error: unknown type name 'line_map_macro'
MACRO_MAP_MACRO (const line_map_macro *macro_map)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MACRO_MAP_MACRO':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:606:19:
error: request for member 'macro' in something not a structure or union
return macro_map->macro;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:613:35:
error: unknown type name 'line_map_macro'
MACRO_MAP_NUM_MACRO_TOKENS (const line_map_macro *macro_map)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MACRO_MAP_NUM_MACRO_TOKENS':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:615:19:
error: request for member 'n_tokens' in something not a structure or union
return macro_map->n_tokens;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:622:28:
error: unknown type name 'line_map_macro'
MACRO_MAP_LOCATIONS (const line_map_macro *macro_map)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MACRO_MAP_LOCATIONS':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:624:19:
error: request for member 'macro_locations' in something not a structure or
union
return macro_map->macro_locations;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:630:43:
error: unknown type name 'line_map_macro'
MACRO_MAP_EXPANSION_POINT_LOCATION (const line_map_macro *macro_map)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MACRO_MAP_EXPANSION_POINT_LOCATION':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:632:19:
error: request for member 'expansion' in something not a structure or union
return macro_map->expansion;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:646:3:
error: unknown type name 'line_map_ordinary'
line_map_ordinary * GTY ((length ("%h.used"))) maps;
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:661:3:
error: unknown type name 'line_map_macro'
line_map_macro * GTY ((length ("%h.used"))) maps;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:677:3:
error: unknown type name 'source_range'
source_range src_range;
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:703:3:
error: expected specifier-qualifier-list before '~' token
~line_maps ();
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:752:27:
error: unknown type name 'line_maps'
LINEMAPS_ALLOCATED (const line_maps *set, bool map_kind)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_ALLOCATED':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:755:15:
error: request for member 'info_macro' in something not a structure or union
return set->info_macro.allocated;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:757:15:
error: request for member 'info_ordinary' in something not a structure or
union
return set->info_ordinary.allocated;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:762:21:
error: expected identifier or '(' before '&' token
inline unsigned int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:774:22:
error: unknown type name 'line_maps'
LINEMAPS_USED (const line_maps *set, bool map_kind)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_USED':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:777:15:
error: request for member 'info_macro' in something not a structure or union
return set->info_macro.used;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:779:15:
error: request for member 'info_ordinary' in something not a structure or
union
return set->info_ordinary.used;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:784:21:
error: expected identifier or '(' before '&' token
inline unsigned int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:797:23:
error: unknown type name 'line_maps'
LINEMAPS_CACHE (const line_maps *set, bool map_kind)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_CACHE':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:800:15:
error: request for member 'info_macro' in something not a structure or union
return set->info_macro.cache;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:802:15:
error: request for member 'info_ordinary' in something not a structure or
union
return set->info_ordinary.cache;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:807:21:
error: expected identifier or '(' before '&' token
inline unsigned int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:817:8:
error: unknown type name 'line_map'
inline line_map *
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:818:24:
error: unknown type name 'line_maps'
LINEMAPS_MAP_AT (const line_maps *set, bool map_kind, int index)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_MAP_AT':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:821:16:
error: request for member 'info_macro' in something not a structure or union
return &set->info_macro.maps[index];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:823:16:
error: request for member 'info_ordinary' in something not a structure or
union
return &set->info_ordinary.maps[index];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:829:8:
error: unknown type name 'line_map'
inline line_map *
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:830:26:
error: unknown type name 'line_maps'
LINEMAPS_LAST_MAP (const line_maps *set, bool map_kind)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:839:8:
error: unknown type name 'line_map'
inline line_map *
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:840:36:
error: unknown type name 'line_maps'
LINEMAPS_LAST_ALLOCATED_MAP (const line_maps *set, bool map_kind)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:848:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:849:31:
error: unknown type name 'line_maps'
LINEMAPS_ORDINARY_MAPS (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_ORDINARY_MAPS':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:851:13:
error: request for member 'info_ordinary' in something not a structure or
union
return set->info_ordinary.maps;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:855:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:856:33:
error: unknown type name 'line_maps'
LINEMAPS_ORDINARY_MAP_AT (const line_maps *set, int index)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_ORDINARY_MAP_AT':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:859:44:
error: request for member 'info_ordinary' in something not a structure or
union
linemap_assert ((unsigned int)index < set->info_ordinary.used);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:505:44:
note: in definition of macro 'linemap_assert'
#define linemap_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:860:14:
error: request for member 'info_ordinary' in something not a structure or
union
return &set->info_ordinary.maps[index];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:866:36:
error: unknown type name 'line_maps'
LINEMAPS_ORDINARY_ALLOCATED (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:873:31:
error: unknown type name 'line_maps'
LINEMAPS_ORDINARY_USED (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:881:32:
error: unknown type name 'line_maps'
LINEMAPS_ORDINARY_CACHE (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:888:21:
error: expected identifier or '(' before '&' token
inline unsigned int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:896:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:897:35:
error: unknown type name 'line_maps'
LINEMAPS_LAST_ORDINARY_MAP (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_LAST_ORDINARY_MAP':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:899:11:
error: 'line_map_ordinary' undeclared (first use in this function)
return (line_map_ordinary *)LINEMAPS_LAST_MAP (set, false);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:899:30:
error: expected expression before ')' token
return (line_map_ordinary *)LINEMAPS_LAST_MAP (set, false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:904:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:905:45:
error: unknown type name 'line_maps'
LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_LAST_ALLOCATED_ORDINARY_MAP':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:907:11:
error: 'line_map_ordinary' undeclared (first use in this function)
return (line_map_ordinary *)LINEMAPS_LAST_ALLOCATED_MAP (set, false);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:907:30:
error: expected expression before ')' token
return (line_map_ordinary *)LINEMAPS_LAST_ALLOCATED_MAP (set, false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:912:8:
error: unknown type name 'line_map_macro'
inline line_map_macro *
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:913:28:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_MAPS (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_MACRO_MAPS':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:915:13:
error: request for member 'info_macro' in something not a structure or union
return set->info_macro.maps;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:919:8:
error: unknown type name 'line_map_macro'
inline line_map_macro *
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:920:30:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_MAP_AT (const line_maps *set, int index)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_MACRO_MAP_AT':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:923:44:
error: request for member 'info_macro' in something not a structure or union
linemap_assert ((unsigned int)index < set->info_macro.used);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:505:44:
note: in definition of macro 'linemap_assert'
#define linemap_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:924:14:
error: request for member 'info_macro' in something not a structure or union
return &set->info_macro.maps[index];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:930:33:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_ALLOCATED (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:937:28:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_USED (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:945:29:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_CACHE (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:952:21:
error: expected identifier or '(' before '&' token
inline unsigned int &
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:959:8:
error: unknown type name 'line_map_macro'
inline line_map_macro *
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:960:32:
error: unknown type name 'line_maps'
LINEMAPS_LAST_MACRO_MAP (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_LAST_MACRO_MAP':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:962:11:
error: 'line_map_macro' undeclared (first use in this function)
return (line_map_macro *)LINEMAPS_LAST_MAP (set, true);
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:962:27:
error: expected expression before ')' token
return (line_map_macro *)LINEMAPS_LAST_MAP (set, true);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:968:39:
error: unknown type name 'line_maps'
LINEMAPS_MACRO_LOWEST_LOCATION (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:976:8:
error: unknown type name 'line_map_macro'
inline line_map_macro *
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:977:42:
error: unknown type name 'line_maps'
LINEMAPS_LAST_ALLOCATED_MACRO_MAP (const line_maps *set)
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAPS_LAST_ALLOCATED_MACRO_MAP':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:979:11:
error: 'line_map_macro' undeclared (first use in this function)
return (line_map_macro *)LINEMAPS_LAST_ALLOCATED_MAP (set, true);
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:979:27:
error: expected expression before ')' token
return (line_map_macro *)LINEMAPS_LAST_ALLOCATED_MAP (set, true);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:984:13:
error: unknown type name 'source_range'; did you mean 'source_location'?
source_range,
^~~~~~~~~~~~
source_location
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:990:8:
error: unknown type name 'source_range'
extern source_range get_range_from_loc (line_maps *set, source_location loc);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:990:41:
error: unknown type name 'line_maps'
extern source_range get_range_from_loc (line_maps *set, source_location loc);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1004:18:
error: unknown type name 'line_maps'
pure_location_p (line_maps *set, source_location loc);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1009:43:
error: unknown type name 'line_maps'
extern source_location get_pure_location (line_maps *set,
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1017:10:
error: unknown type name 'source_range'; did you mean 'source_location'?
source_range src_range,
^~~~~~~~~~~~
source_location
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1076:47:
error: unknown type name 'line_map_macro'
const char* linemap_map_get_macro_name (const line_map_macro *);
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1106:4:
error: unknown type name 'line_maps'
(line_maps *set, const line_map_macro *macro_map, source_location
location);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1106:26:
error: unknown type name 'line_map_macro'
(line_maps *set, const line_map_macro *macro_map, source_location
location);
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1115:20:
error: unknown type name 'line_map_ordinary'
SOURCE_LINE (const line_map_ordinary *ord_map, source_location loc)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'SOURCE_LINE':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1117:25:
error: request for member 'start_location' in something not a structure or
union
return ((loc - ord_map->start_location)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1118:14:
error: request for member 'm_column_and_range_bits' in something not a
structure or union
>> ord_map->m_column_and_range_bits) + ord_map->to_line;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1118:50:
error: request for member 'to_line' in something not a structure or union
>> ord_map->m_column_and_range_bits) + ord_map->to_line;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1123:22:
error: unknown type name 'line_map_ordinary'
SOURCE_COLUMN (const line_map_ordinary *ord_map, source_location loc)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'SOURCE_COLUMN':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1125:25:
error: request for member 'start_location' in something not a structure or
union
return ((loc - ord_map->start_location)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1126:20:
error: request for member 'm_column_and_range_bits' in something not a
structure or union
& ((1 << ord_map->m_column_and_range_bits) - 1)) >> ord_map->m_range_bits;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1126:63:
error: request for member 'm_range_bits' in something not a structure or union
& ((1 << ord_map->m_column_and_range_bits) - 1)) >> ord_map->m_range_bits;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1132:34:
error: unknown type name 'line_map_ordinary'
LAST_SOURCE_LINE_LOCATION (const line_map_ordinary *map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LAST_SOURCE_LINE_LOCATION':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1134:19:
error: request for member 'start_location' in something not a structure or
union
return (((map[1].start_location - 1
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1135:11:
error: request for member 'start_location' in something not a structure or
union
- map->start_location)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1136:18:
error: request for member 'm_column_and_range_bits' in something not a
structure or union
& ~((1 << map->m_column_and_range_bits) - 1))
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1137:9:
error: request for member 'start_location' in something not a structure or
union
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1144:25:
error: unknown type name 'line_map_ordinary'
LAST_SOURCE_LINE (const line_map_ordinary *map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1152:27:
error: unknown type name 'line_map_ordinary'
LAST_SOURCE_COLUMN (const line_map_ordinary *map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1160:8:
error: unknown type name 'line_map_ordinary'
inline line_map_ordinary *
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1161:45:
error: unknown type name 'line_map_ordinary'
INCLUDED_FROM (struct line_maps *set, const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'INCLUDED_FROM':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1163:19:
error: request for member 'included_from' in something not a structure or
union
return ((ord_map->included_from == -1)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1165:44:
error: request for member 'included_from' in something not a structure or
union
: LINEMAPS_ORDINARY_MAP_AT (set, ord_map->included_from));
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1165:32:
warning: passing argument 1 of 'LINEMAPS_ORDINARY_MAP_AT' from incompatible
pointer type [-Wincompatible-pointer-types]
: LINEMAPS_ORDINARY_MAP_AT (set, ord_map->included_from));
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:856:1: note:
expected 'const int *' but argument is of type 'struct line_maps *'
LINEMAPS_ORDINARY_MAP_AT (const line_maps *set, int index)
^~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1171:20:
error: unknown type name 'line_map_ordinary'
MAIN_FILE_P (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'MAIN_FILE_P':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1173:17:
error: request for member 'included_from' in something not a structure or
union
return ord_map->included_from < 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1186:39:
error: unknown type name 'line_maps'
linemap_position_for_line_and_column (line_maps *set,
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1187:17:
error: unknown type name 'line_map_ordinary'
const line_map_ordinary *,
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1200:21:
error: unknown type name 'line_map_ordinary'
LINEMAP_FILE (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAP_FILE':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1202:17:
error: request for member 'to_file' in something not a structure or union
return ord_map->to_file;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1207:21:
error: unknown type name 'line_map_ordinary'
LINEMAP_LINE (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAP_LINE':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1209:17:
error: request for member 'to_line' in something not a structure or union
return ord_map->to_line;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1217:21:
error: unknown type name 'line_map_ordinary'
LINEMAP_SYSP (const line_map_ordinary *ord_map)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: In function
'LINEMAP_SYSP':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1219:17:
error: request for member 'sysp' in something not a structure or union
return ord_map->sysp;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1307:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1331:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1339:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1347:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1363:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1379:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1410:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, int NUM_EMBEDDED>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1418:1:
error: unknown type name 'class'
class fixit_hint;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1419:3:
error: unknown type name 'class'
class fixit_insert;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1420:3:
error: unknown type name 'class'
class fixit_replace;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1573:1:
error: unknown type name 'class'
class rich_location
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1574:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1690:1:
error: unknown type name 'class'
class fixit_hint
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1691:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1707:1:
error: unknown type name 'class'
class fixit_insert : public fixit_hint
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1707:20:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
class fixit_insert : public fixit_hint
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1731:1:
error: unknown type name 'class'
class fixit_replace : public fixit_hint
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1731:21:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
class fixit_replace : public fixit_hint
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/line-map.h:1822:14:
error: unknown type name 'line_map_ordinary'
const line_map_ordinary **loc_map);
^~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:371:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:37:13: error:
variably modified 'builtins_location_check' at file scope
extern char builtins_location_check[(BUILTINS_LOCATION
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h: In function
'get_pure_location':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:91:29: warning:
passing argument 1 of 'get_pure_location' makes integer from pointer without
a cast [-Wint-conversion]
return get_pure_location (line_table, loc);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:89:1: note:
expected 'location_t {aka unsigned int}' but argument is of type 'struct
line_maps *'
get_pure_location (location_t loc)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:91:10: error:
too many arguments to function 'get_pure_location'
return get_pure_location (line_table, loc);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:89:1: note:
declared here
get_pure_location (location_t loc)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h: In function
'get_start':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:99:10: warning:
implicit declaration of function 'get_range_from_loc'; did you mean
'get_data_from_adhoc_loc'? [-Wimplicit-function-declaration]
return get_range_from_loc (line_table, loc).m_start;
^~~~~~~~~~~~~~~~~~
get_data_from_adhoc_loc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:99:46: error:
request for member 'm_start' in something not a structure or union
return get_range_from_loc (line_table, loc).m_start;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h: In function
'get_finish':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:107:46: error:
request for member 'm_finish' in something not a structure or union
return get_range_from_loc (line_table, loc).m_finish;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:123:3: error:
expected specifier-qualifier-list before 'string_concat'
string_concat (int num, location_t *locs);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:129:22: error:
expected identifier or '(' before ':' token
struct location_hash : int_hash <location_t, UNKNOWN_LOCATION> { };
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:131:1: error:
unknown type name 'class'
class GTY(()) string_concat_db
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:132:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:372:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:150:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:168:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:183:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, typename U>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:193:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, typename U>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:204:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, typename U>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:220:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, typename U>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/is-a.h:232:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T, typename U>
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:373:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/memory-block.h:26:1:
error: unknown type name 'class'
class memory_block_pool
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/memory-block.h:27:1:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/memory-block.h:53:18:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
memory_block_pool::allocate ()
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/memory-block.h:66:18:
error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
memory_block_pool::release (void *uncast_block)
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tm.h:22:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:28,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5431:54:
error: unknown type name 'cl_optimization'
extern void cl_optimization_print_diff (FILE *, int, cl_optimization *ptr1,
cl_optimization *ptr2);
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5431:77:
error: unknown type name 'cl_optimization'
extern void cl_optimization_print_diff (FILE *, int, cl_optimization *ptr1,
cl_optimization *ptr2);

^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5443:55:
error: unknown type name 'cl_target_option'; did you mean
'exit_after_options'?
extern void cl_target_option_print_diff (FILE *, int, cl_target_option
*ptr1, cl_target_option *ptr2);
^~~~~~~~~~~~~~~~
exit_after_options
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5443:79:
error: unknown type name 'cl_target_option'; did you mean
'exit_after_options'?
extern void cl_target_option_print_diff (FILE *, int, cl_target_option
*ptr1, cl_target_option *ptr2);

^~~~~~~~~~~~~~~~

exit_after_options
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5463:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5471:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5479:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5487:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5495:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5503:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5511:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5519:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5527:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5535:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5543:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5551:28:
error: unknown type name 'diagnostic_context'
diagnostic_context *dc);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5553:37:
warning: 'struct cpp_options' declared inside parameter list will not be
visible outside of this definition or declaration
struct cpp_options * cpp_opts);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/options.h:5555:45:
warning: 'struct cpp_options' declared inside parameter list will not be
visible outside of this definition or declaration
const struct cpp_options * cpp_opts);
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:29:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:31:3: error:
expected specifier-qualifier-list before 'rtx_insn'
rtx_insn *first;
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:37:8: error:
field 'ensure_regno_capacity' declared as a function
void ensure_regno_capacity ();
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:131:3:
error: expected specifier-qualifier-list before 'vec'
vec<rtx_insn *, va_gc> *x_forced_labels;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:140:3:
error: expected specifier-qualifier-list before 'rtx_code_label'
rtx_code_label *ehr_label;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:263:3:
error: expected specifier-qualifier-list before 'vec'
vec<tree, va_gc> *local_decls;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:423:25:
error: expected identifier or '(' before ':' token
struct used_type_hasher : ggc_ptr_hash<types_used_by_vars_entry>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:434:26:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern GTY(()) hash_table<used_type_hasher> *types_used_by_vars_hash;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:440:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern GTY(()) vec<tree, va_gc> *types_used_by_cur_var_decl;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:575:1:
warning: parameter names (without types) in function declaration
extern unsigned int spill_slot_alignment (machine_mode);
^~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1170:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hwint.h:54:26: error:
expected ')' before 'long'
# define HOST_WIDE_INT long
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:577:48:
note: in expansion of macro 'HOST_WIDE_INT'
extern rtx assign_stack_local_1 (machine_mode, HOST_WIDE_INT, int, int);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hwint.h:54:26: error:
expected ')' before 'long'
# define HOST_WIDE_INT long
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:578:46:
note: in expansion of macro 'HOST_WIDE_INT'
extern rtx assign_stack_local (machine_mode, HOST_WIDE_INT, int);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hwint.h:54:26: error:
expected ')' before 'long'
# define HOST_WIDE_INT long
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:579:54:
note: in expansion of macro 'HOST_WIDE_INT'
extern rtx assign_stack_temp_for_type (machine_mode, HOST_WIDE_INT, tree);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hwint.h:54:26: error:
expected ')' before 'long'
# define HOST_WIDE_INT long
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:580:45:
note: in expansion of macro 'HOST_WIDE_INT'
extern rtx assign_stack_temp (machine_mode, HOST_WIDE_INT);
^~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:29:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:589:52:
error: expected ')' before 'unsigned'
extern rtx get_hard_reg_initial_val (machine_mode, unsigned int);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:590:52:
error: expected ')' before 'unsigned'
extern rtx has_hard_reg_initial_val (machine_mode, unsigned int);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:600:48:
error: expected ')' before 'tree'
extern void locate_and_pad_parm (machine_mode, tree, int, int, int,
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:616:61:
error: expected ';', ',' or ')' before '=' token
extern void set_cfun (struct function *new_cfun, bool force = false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:638:37:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern int prologue_contains (const rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:638:46:
error: expected ';', ',' or ')' before '*' token
extern int prologue_contains (const rtx_insn *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:639:37:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern int epilogue_contains (const rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:639:46:
error: expected ';', ',' or ')' before '*' token
extern int epilogue_contains (const rtx_insn *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:640:46:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern int prologue_epilogue_contains (const rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:640:55:
error: expected ';', ',' or ')' before '*' token
extern int prologue_epilogue_contains (const rtx_insn *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:641:34:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern void record_prologue_seq (rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:642:34:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern void record_epilogue_seq (rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:644:36:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern void set_return_jump_label (rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:645:34:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern bool active_insn_between (rtx_insn *head, rtx_insn *tail);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:645:50:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern bool active_insn_between (rtx_insn *head, rtx_insn *tail);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/function.h:646:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<edge> convert_jumps_to_returns (basic_block last_bb, bool
simple_p,
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:133:20: error:
expected identifier or '(' before ':' token
struct bitmap_usage: public mem_usage
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:189:29: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern mem_alloc_description<bitmap_usage> bitmap_mem_desc;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:242:3: error:
unknown type name 'bitmap_element'
bitmap_element *first; /* First element in linked list. */
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:243:3: error:
unknown type name 'bitmap_element'
bitmap_element * GTY((skip(""))) current; /* Last element looked at. */
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:244:3: error:
unknown type name 'bitmap_obstack'
bitmap_obstack *obstack; /* Obstack to allocate elements from.
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:249:8: error:
unknown type name 'bitmap_element'
extern bitmap_element bitmap_zero_bits; /* Zero bitmap element */
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:250:8: error:
unknown type name 'bitmap_obstack'
extern bitmap_obstack bitmap_default_obstack; /* Default bitmap obstack */
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:329:40: error:
unknown type name 'bitmap_obstack'; did you mean 'bitmap_compl_and'?
extern void bitmap_obstack_initialize (bitmap_obstack *);
^~~~~~~~~~~~~~
bitmap_compl_and
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:330:37: error:
unknown type name 'bitmap_obstack'; did you mean 'bitmap_compl_and'?
extern void bitmap_obstack_release (bitmap_obstack *);
^~~~~~~~~~~~~~
bitmap_compl_and
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:338:38: error:
unknown type name 'bitmap_obstack'; did you mean 'bitmap_compl_and'?
bitmap_initialize_stat (bitmap head, bitmap_obstack *obstack MEM_STAT_DECL)
^~~~~~~~~~~~~~
bitmap_compl_and
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:348:42: error:
unknown type name 'bitmap_obstack'; did you mean 'bitmap_compl_and'?
extern bitmap bitmap_obstack_alloc_stat (bitmap_obstack *obstack
MEM_STAT_DECL);
^~~~~~~~~~~~~~
bitmap_compl_and
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:359:26:
warning: type defaults to 'int' in declaration of 'bitmap_head'
[-Wimplicit-int]
extern void debug (const bitmap_head &ref);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:359:38: error:
expected ';', ',' or ')' before '&' token
extern void debug (const bitmap_head &ref);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:360:26: error:
unknown type name 'bitmap_head'
extern void debug (const bitmap_head *ptr);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:383:3: error:
unknown type name 'bitmap_element'
bitmap_element *elt1;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:386:3: error:
unknown type name 'bitmap_element'
bitmap_element *elt2;
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:401:20: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_set_init (bitmap_iterator *bi, const_bitmap map,
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:443:20: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_and_init (bitmap_iterator *bi, const_bitmap map1, const_bitmap map2,
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:511:26: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_and_compl_init (bitmap_iterator *bi,
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:560:16: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_next (bitmap_iterator *bi, unsigned *bit_no)
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:569:20: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_next_bit (bitmap_iterator * bi, unsigned *bit_no)
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:592:15: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_set (bitmap_iterator *bi, unsigned *bit_no)
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:638:15: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_and (bitmap_iterator *bi, unsigned *bit_no)
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:707:21: error:
unknown type name 'bitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_and_compl (bitmap_iterator *bi, unsigned *bit_no)
^~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:806:1: error:
unknown type name 'class'
class auto_bitmap
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:807:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:100:1: error:
conflicting types for 'bitmap_bit_p'
bitmap_bit_p (const_sbitmap map, int bitno)
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:319:12: note:
previous declaration of 'bitmap_bit_p' was here
extern int bitmap_bit_p (bitmap, int);
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:110:1: error:
conflicting types for 'bitmap_set_bit'
bitmap_set_bit (sbitmap map, int bitno)
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:316:13: note:
previous declaration of 'bitmap_set_bit' was here
extern bool bitmap_set_bit (bitmap, int);
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:119:1: error:
conflicting types for 'bitmap_clear_bit'
bitmap_clear_bit (sbitmap map, int bitno)
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:313:13: note:
previous declaration of 'bitmap_clear_bit' was here
extern bool bitmap_clear_bit (bitmap, int);
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:147:20:
error: unknown type name 'sbitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_set_init (sbitmap_iterator *i, const_sbitmap bmp,
^~~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:167:15:
error: unknown type name 'sbitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_set (sbitmap_iterator *i, unsigned int *n)
^~~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:193:16:
error: unknown type name 'sbitmap_iterator'; did you mean 'bitmap_gc_alloc'?
bmp_iter_next (sbitmap_iterator *i, unsigned *bit_no ATTRIBUTE_UNUSED)
^~~~~~~~~~~~~~~~
bitmap_gc_alloc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:221:13:
error: conflicting types for 'dump_bitmap'
extern void dump_bitmap (FILE *, const_sbitmap);
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:355:13: note:
previous definition of 'dump_bitmap' was here
inline void dump_bitmap (FILE *file, const_bitmap map)
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:222:30:
warning: type defaults to 'int' in declaration of 'simple_bitmap_def'
[-Wimplicit-int]
extern void debug_raw (const simple_bitmap_def &ref);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:222:48:
error: expected ';', ',' or ')' before '&' token
extern void debug_raw (const simple_bitmap_def &ref);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:223:30:
error: unknown type name 'simple_bitmap_def'
extern void debug_raw (const simple_bitmap_def *ptr);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:225:26:
warning: type defaults to 'int' in declaration of 'simple_bitmap_def'
[-Wimplicit-int]
extern void debug (const simple_bitmap_def &ref);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:225:44:
error: expected ';', ',' or ')' before '&' token
extern void debug (const simple_bitmap_def &ref);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:226:26:
error: unknown type name 'simple_bitmap_def'
extern void debug (const simple_bitmap_def *ptr);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:232:13:
error: conflicting types for 'bitmap_copy'
extern void bitmap_copy (sbitmap, const_sbitmap);
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:256:13: note:
previous declaration of 'bitmap_copy' was here
extern void bitmap_copy (bitmap, const_bitmap);
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:233:12:
error: conflicting types for 'bitmap_equal_p'
extern int bitmap_equal_p (const_sbitmap, const_sbitmap);
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:262:13: note:
previous declaration of 'bitmap_equal_p' was here
extern bool bitmap_equal_p (const_bitmap, const_bitmap);
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:234:21:
error: conflicting types for 'bitmap_count_bits'
extern unsigned int bitmap_count_bits (const_sbitmap);
^~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:281:22: note:
previous declaration of 'bitmap_count_bits' was here
extern unsigned long bitmap_count_bits (const_bitmap);
^~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:235:13:
error: conflicting types for 'bitmap_empty_p'
extern bool bitmap_empty_p (const_sbitmap);
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:272:13: note:
previous definition of 'bitmap_empty_p' was here
inline bool bitmap_empty_p (const_bitmap map)
^~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:236:13:
error: conflicting types for 'bitmap_clear'
extern void bitmap_clear (sbitmap);
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:253:13: note:
previous declaration of 'bitmap_clear' was here
extern void bitmap_clear (bitmap);
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:237:13:
error: conflicting types for 'bitmap_clear_range'
extern void bitmap_clear_range (sbitmap, unsigned, unsigned);
^~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:296:13: note:
previous declaration of 'bitmap_clear_range' was here
extern void bitmap_clear_range (bitmap, unsigned int, unsigned int);
^~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:238:13:
error: conflicting types for 'bitmap_set_range'
extern void bitmap_set_range (sbitmap, unsigned, unsigned);
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:297:13: note:
previous declaration of 'bitmap_set_range' was here
extern void bitmap_set_range (bitmap, unsigned int, unsigned int);
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:243:13:
error: conflicting types for 'bitmap_ior_and_compl'
extern bool bitmap_ior_and_compl (sbitmap, const_sbitmap,
^~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:306:13: note:
previous declaration of 'bitmap_ior_and_compl' was here
extern bool bitmap_ior_and_compl (bitmap DST, const_bitmap A,
^~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:245:13:
error: conflicting types for 'bitmap_and_compl'
extern void bitmap_and_compl (sbitmap, const_sbitmap, const_sbitmap);
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:292:13: note:
previous declaration of 'bitmap_and_compl' was here
extern bool bitmap_and_compl (bitmap, const_bitmap, const_bitmap);
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:251:13:
error: conflicting types for 'bitmap_intersect_p'
extern bool bitmap_intersect_p (const_sbitmap, const_sbitmap);
^~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:265:13: note:
previous declaration of 'bitmap_intersect_p' was here
extern bool bitmap_intersect_p (const_bitmap, const_bitmap);
^~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:252:13:
error: conflicting types for 'bitmap_and'
extern bool bitmap_and (sbitmap, const_sbitmap, const_sbitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:290:13: note:
previous declaration of 'bitmap_and' was here
extern void bitmap_and (bitmap, const_bitmap, const_bitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:253:13:
error: conflicting types for 'bitmap_ior'
extern bool bitmap_ior (sbitmap, const_sbitmap, const_sbitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:298:13: note:
previous declaration of 'bitmap_ior' was here
extern bool bitmap_ior (bitmap, const_bitmap, const_bitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:254:13:
error: conflicting types for 'bitmap_xor'
extern bool bitmap_xor (sbitmap, const_sbitmap, const_sbitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:300:13: note:
previous declaration of 'bitmap_xor' was here
extern void bitmap_xor (bitmap, const_bitmap, const_bitmap);
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:257:12:
error: conflicting types for 'bitmap_first_set_bit'
extern int bitmap_first_set_bit (const_sbitmap);
^~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:362:17: note:
previous declaration of 'bitmap_first_set_bit' was here
extern unsigned bitmap_first_set_bit (const_bitmap);
^~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:258:12:
error: conflicting types for 'bitmap_last_set_bit'
extern int bitmap_last_set_bit (const_sbitmap);
^~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:363:17: note:
previous declaration of 'bitmap_last_set_bit' was here
extern unsigned bitmap_last_set_bit (const_bitmap);
^~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:260:13:
error: conflicting types for 'debug_bitmap'
extern void debug_bitmap (const_sbitmap);
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:30:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/bitmap.h:322:13: note:
previous declaration of 'debug_bitmap' was here
extern void debug_bitmap (const_bitmap);
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:31:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:264:1: error:
unknown type name 'class'
class auto_sbitmap
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/sbitmap.h:265:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:32:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:39:5:
error: expected specifier-qualifier-list before 'rtx_insn'
rtx_insn *r;
^~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:32:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:78:3:
error: expected specifier-qualifier-list before 'rtx_insn'
rtx_insn *end_;
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:122:3:
error: expected specifier-qualifier-list before 'vec'
vec<edge, va_gc> *preds;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:167:13:
error: size of array '__assert_gimple_bb_smaller_rtl_bb' is negative
typedef int __assert_gimple_bb_smaller_rtl_bb
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:32:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'single_succ_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:324:26:
warning: implicit declaration of function 'vec_safe_length'; did you mean
'concat_length'? [-Wimplicit-function-declaration]
#define EDGE_COUNT(ev) vec_safe_length (ev)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:334:10:
note: in expansion of macro 'EDGE_COUNT'
return EDGE_COUNT (bb->succs) == 1;
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:334:24:
error: 'const struct basic_block_def' has no member named 'succs'
return EDGE_COUNT (bb->succs) == 1;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:324:43:
note: in definition of macro 'EDGE_COUNT'
#define EDGE_COUNT(ev) vec_safe_length (ev)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'single_pred_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:342:24:
error: 'const struct basic_block_def' has no member named 'preds'
return EDGE_COUNT (bb->preds) == 1;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:324:43:
note: in definition of macro 'EDGE_COUNT'
#define EDGE_COUNT(ev) vec_safe_length (ev)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'single_succ_edge':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:327:33:
error: 'const struct basic_block_def' has no member named 'succs'
#define EDGE_SUCC(bb,i) (*(bb)->succs)[(i)]
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:352:10:
note: in expansion of macro 'EDGE_SUCC'
return EDGE_SUCC (bb, 0);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'single_pred_edge':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:326:33:
error: 'const struct basic_block_def' has no member named 'preds'
#define EDGE_PRED(bb,i) (*(bb)->preds)[(i)]
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:362:10:
note: in expansion of macro 'EDGE_PRED'
return EDGE_PRED (bb, 0);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:387:3:
error: expected specifier-qualifier-list before 'vec'
vec<edge, va_gc> **container;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:390:18:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
static inline vec<edge, va_gc> *
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:401:15:
error: unknown type name 'edge_iterator'
static inline edge_iterator
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:402:16:
error: expected ')' before '<' token
ei_start_1 (vec<edge, va_gc> **ev)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:414:15:
error: unknown type name 'edge_iterator'
static inline edge_iterator
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:415:15:
error: expected ')' before '<' token
ei_last_1 (vec<edge, va_gc> **ev)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:427:11:
error: unknown type name 'edge_iterator'
ei_end_p (edge_iterator i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:435:22:
error: unknown type name 'edge_iterator'
ei_one_before_end_p (edge_iterator i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:442:10:
error: unknown type name 'edge_iterator'
ei_next (edge_iterator *i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:450:10:
error: unknown type name 'edge_iterator'
ei_prev (edge_iterator *i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:458:10:
error: unknown type name 'edge_iterator'
ei_edge (edge_iterator i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:467:15:
error: unknown type name 'edge_iterator'
ei_safe_edge (edge_iterator i)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:477:10:
error: unknown type name 'edge_iterator'
ei_cond (edge_iterator ei, edge *p)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'bb_in_transaction':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:527:12:
error: 'struct basic_block_def' has no member named 'flags'
return bb->flags & BB_IN_TRANSACTION;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'bb_has_eh_pred':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:535:3:
error: unknown type name 'edge_iterator'; use 'struct' keyword to refer to
the type
edge_iterator ei;
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:397:24:
warning: implicit declaration of function 'ei_start_1'; did you mean
'ei_start'? [-Wimplicit-function-declaration]
#define ei_start(iter) ei_start_1 (&(iter))
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:507:17:
note: in expansion of macro 'ei_start'
for ((ITER) = ei_start ((EDGE_VEC)); \
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:537:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:537:27:
error: 'struct basic_block_def' has no member named 'preds'
FOR_EACH_EDGE (e, ei, bb->preds)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:397:38:
note: in definition of macro 'ei_start'
#define ei_start(iter) ei_start_1 (&(iter))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:537:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:508:8:
warning: implicit declaration of function 'ei_cond'; did you mean 'si_band'?
[-Wimplicit-function-declaration]
ei_cond ((ITER), &(EDGE)); \
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:537:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:509:8:
warning: implicit declaration of function 'ei_next'; did you mean 'ei_last'?
[-Wimplicit-function-declaration]
ei_next (&(ITER)))
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:537:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'bb_has_abnormal_pred':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:550:3:
error: unknown type name 'edge_iterator'; use 'struct' keyword to refer to
the type
edge_iterator ei;
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:552:27:
error: 'struct basic_block_def' has no member named 'preds'
FOR_EACH_EDGE (e, ei, bb->preds)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:397:38:
note: in definition of macro 'ei_start'
#define ei_start(iter) ei_start_1 (&(iter))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:552:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:562:24:
error: expected ')' before '<' token
find_fallthru_edge (vec<edge, va_gc> *edges)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'has_abnormal_or_eh_outgoing_edge_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:627:3:
error: unknown type name 'edge_iterator'; use 'struct' keyword to refer to
the type
edge_iterator ei;
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:629:27:
error: 'struct basic_block_def' has no member named 'succs'
FOR_EACH_EDGE (e, ei, bb->succs)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:397:38:
note: in definition of macro 'ei_start'
#define ei_start(iter) ei_start_1 (&(iter))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:629:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->succs)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h: In
function 'has_abnormal_call_or_eh_pred_edge_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:643:3:
error: unknown type name 'edge_iterator'; use 'struct' keyword to refer to
the type
edge_iterator ei;
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:645:27:
error: 'struct basic_block_def' has no member named 'preds'
FOR_EACH_EDGE (e, ei, bb->preds)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:397:38:
note: in definition of macro 'ei_start'
#define ei_start(iter) ei_start_1 (&(iter))
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/basic-block.h:645:3:
note: in expansion of macro 'FOR_EACH_EDGE'
FOR_EACH_EDGE (e, ei, bb->preds)
^~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:23:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:33,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h: At top
level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:40:8:
error: unknown type name 'vec'; did you mean 'rtvec'?
vec<basic_block>);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:41:34:
error: unknown type name 'function'; did you mean 'section'?
extern void free_dominance_info (function *, enum cdi_direction);
^~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:43:45:
error: unknown type name 'function'; did you mean 'section'?
extern void free_dominance_info_for_region (function *,
^~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:45:10:
error: unknown type name 'vec'; did you mean 'rtvec'?
vec<basic_block>);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:49:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<basic_block> get_dominated_by (enum cdi_direction, basic_block);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:50:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<basic_block> get_dominated_by_region (enum cdi_direction,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:53:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<basic_block> get_dominated_to_depth (enum cdi_direction,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:55:11:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<basic_block> get_all_dominated_blocks (enum cdi_direction,
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:73:29:
error: unknown type name 'cdi_direction'; did you mean 'sa_sigaction'?
checking_verify_dominators (cdi_direction dir)
^~~~~~~~~~~~~
sa_sigaction
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:81:9:
error: unknown type name 'vec'; did you mean 'rtvec'?
vec<basic_block> , bool);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:86:39:
error: unknown type name 'function'; did you mean 'section'?
extern enum dom_state dom_info_state (function *, enum cdi_direction);
^~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/dominance.h:89:35:
error: unknown type name 'function'; did you mean 'section'?
extern bool dom_info_available_p (function *, enum cdi_direction);
^~~~~~~~
section
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/backend.h:33:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:30,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:45:3: error:
expected specifier-qualifier-list before 'vec'
vec<basic_block, va_gc> *x_basic_block_info;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:77:24: error:
unknown type name 'function'; did you mean 'section'?
extern void init_flow (function *);
^~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:78:26: error:
unknown type name 'function'; did you mean 'section'?
extern void clear_edges (function *);
^~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:93:29: error:
expected ')' before '&' token
extern void debug (edge_def &ref);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:94:20: error:
unknown type name 'edge_def'; did you mean 'edge'?
extern void debug (edge_def *ptr);
^~~~~~~~
edge
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfg.h:118:28: warning:
'struct loop' declared inside parameter list will not be visible outside of
this definition or declaration
void set_loop_copy (struct loop *, struct loop *);
^~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:24:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:31,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/predict.h:57:8: error:
unknown type name 'optimization_type'
extern optimization_type function_optimization_type (struct function *);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/predict.h:60:8: error:
unknown type name 'optimization_type'
extern optimization_type bb_optimization_type (const_basic_block);
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/predict.h:77:31: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern void predict_insn_def (rtx_insn *, enum br_predictor, enum
prediction);
^~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:31:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:66:30:
error: unknown type name 'pretty_printer'; did you mean 'help_printed'?
void (*dump_bb_for_graph) (pretty_printer *, basic_block);
^~~~~~~~~~~~~~
help_printed
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:157:15:
error: unknown type name 'vec'; did you mean 'rtvec'?
edge, vec<edge> *,
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:202:32:
error: unknown type name 'pretty_printer'; did you mean 'help_printed'?
extern void dump_bb_for_graph (pretty_printer *, basic_block);
^~~~~~~~~~~~~~
help_printed
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:212:39:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern edge split_block (basic_block, gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:218:20:
error: conflicting types for 'create_basic_block'
extern basic_block create_basic_block (gimple_seq, basic_block);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:217:20:
note: previous declaration of 'create_basic_block' was here
extern basic_block create_basic_block (rtx, rtx, basic_block);
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfghooks.h:242:11:
error: unknown type name 'vec'; did you mean 'rtvec'?
vec<edge> *to_remove,
^~~
rtvec
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:32:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:537:25:
error: unknown type name 'hard_reg_set_iterator'
hard_reg_set_iter_init (hard_reg_set_iterator *iter, HARD_REG_SET set,
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:560:24:
error: unknown type name 'hard_reg_set_iterator'
hard_reg_set_iter_set (hard_reg_set_iterator *iter, unsigned *regno)
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:595:25:
error: unknown type name 'hard_reg_set_iterator'
hard_reg_set_iter_next (hard_reg_set_iterator *iter, unsigned *regno)
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:619:36:
error: expected identifier or '(' before ':' token
struct simplifiable_subregs_hasher : nofree_ptr_hash <simplifiable_subreg>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:628:8:
error: field 'finalize' declared as a function
void finalize ();
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/hard-reg-set.h:713:3:
error: expected specifier-qualifier-list before 'hash_table'
hash_table <simplifiable_subregs_hasher> *x_simplifiable_subregs;
^~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:33:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:23:26: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern void delete_insn (rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:24:36: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern bool delete_insn_and_edges (rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:25:37: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern void delete_insn_chain (rtx, rtx_insn *, bool);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:26:50: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern basic_block create_basic_block_structure (rtx_insn *, rtx_insn *,
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:26:62: error:
expected declaration specifiers or '...' before 'rtx_insn'
extern basic_block create_basic_block_structure (rtx_insn *, rtx_insn *,
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:27:8: error:
expected declaration specifiers or '...' before 'rtx_note'
rtx_note *, basic_block);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:30:17: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_insn *entry_of_function (void);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:35:17: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_note *bb_note (basic_block);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:36:23: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_code_label *block_label (basic_block);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:43:46:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern void print_rtl_with_bb (FILE *, const rtx_insn *, int);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:43:55: error:
expected ';', ',' or ')' before '*' token
extern void print_rtl_with_bb (FILE *, const rtx_insn *, int);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:45:17: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_insn *get_last_bb_insn (basic_block);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:50:17: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_insn *unlink_insn_chain (rtx_insn *, rtx_insn *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgrtl.h:52:17: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
extern rtx_insn *duplicate_insn_chain (rtx_insn *, rtx_insn *);
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:34:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfganal.h:34:1: error:
unknown type name 'class'
class control_dependences
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfganal.h:35:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfganal.h:66:70: error:
expected ';', ',' or ')' before '=' token
extern int inverted_post_order_compute (int *, sbitmap *start_points = 0);
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:36:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgbuild.h:23:41:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern bool inside_basic_block_p (const rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgbuild.h:23:50:
error: expected ';', ',' or ')' before '*' token
extern bool inside_basic_block_p (const rtx_insn *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgbuild.h:24:40:
warning: type defaults to 'int' in declaration of 'rtx_insn' [-Wimplicit-int]
extern bool control_flow_insn_p (const rtx_insn *);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgbuild.h:24:49:
error: expected ';', ',' or ')' before '*' token
extern bool control_flow_insn_p (const rtx_insn *);
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:37:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgcleanup.h:26:60:
error: expected declaration specifiers or '...' before 'rtx_insn'
extern int flow_find_cross_jump (basic_block, basic_block, rtx_insn **,
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgcleanup.h:27:6:
error: expected declaration specifiers or '...' before 'rtx_insn'
rtx_insn **, enum replace_direction*);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgcleanup.h:29:11:
error: expected declaration specifiers or '...' before 'rtx_insn'
rtx_insn **, rtx_insn **, int);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/cfgcleanup.h:29:24:
error: expected declaration specifiers or '...' before 'rtx_insn'
rtx_insn **, rtx_insn **, int);
^~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:39:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ipa-ref.h:25:1: error:
unknown type name 'class'
class varpool_node;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ipa-ref.h:26:1: error:
unknown type name 'class'
class symtab_node;
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ipa-ref.h:42:1: error:
expected specifier-qualifier-list before 'public'
public:
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/ipa-ref.h:75:1: error:
expected specifier-qualifier-list before 'public'
public:
^~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:42:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:207:16:
error: expected expression before 'int'
CFN_##ENUM = int (ENUM),
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/builtins.def:177:3:
note: in expansion of macro 'DEF_BUILTIN'
DEF_BUILTIN (ENUM, NAME, BUILT_IN_NORMAL, BT_LAST, BT_LAST, false, false, \
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/builtins.def:291:1:
note: in expansion of macro 'DEF_BUILTIN_STUB'
DEF_BUILTIN_STUB(BUILT_IN_NONE, (const char *)0)
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:42:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:870:18:
error: unknown type name 'hash_set'; did you mean 'hash_set_h'?
void *, hash_set<tree> *);
^~~~~~~~
hash_set_h
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1347:3:
error: expected specifier-qualifier-list before 'vec'
vec<constructor_elt, va_gc> *elts;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1397:11:
error: unknown type name 'gimple'
union { gimple *stmt; tree ssa_name; } GTY((skip(""))) loc;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1408:3:
error: unknown type name 'gimple'
gimple *def_stmt;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1470:3:
error: expected specifier-qualifier-list before 'vec'
vec<tree, va_gc> *nonlocalized_vars;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1553:3:
error: expected specifier-qualifier-list before 'vec'
vec<tree, va_gc> *base_accesses;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1951:3:
error: expected specifier-qualifier-list before 'vec'
vec<tree, va_gc> *pending_statics;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:1992:3:
error: expected specifier-qualifier-list before 'vec'
vec<tree, va_gc> *to;
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:2051:19:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern GTY(()) vec<alias_pair, va_gc> *alias_pairs;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:2064:20:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern GTY (()) vec<tree, va_gc> *all_translation_units;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:2086:16:
error: unknown type name 'builtin_info_type'
extern GTY(()) builtin_info_type builtin_info[(int)END_BUILTINS];
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-core.h:2098:14:
error: unknown type name 'floatn_type_info'
extern const floatn_type_info floatn_nx_types[NUM_FLOATN_NX_TYPES];
^~~~~~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:43:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:28:74:
error: expected ';', ',' or ')' before '=' token
extern int native_encode_expr (const_tree, unsigned char *, int, int off =
-1);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:78:52:
error: unknown type name 'offset_int'; did you mean 'offsetof'?
extern tree get_array_ctor_element_at_index (tree, offset_int);
^~~~~~~~~~
offsetof
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:88:57:
error: unknown type name 'gimple'
extern void fold_undefer_overflow_warnings (bool, const gimple *, int);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:123:8:
error: unknown type name 'offset_int'
extern offset_int mem_ref_offset (const_tree);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:143:50:
error: unknown type name 'combined_fn'
extern bool tree_call_nonnegative_warnv_p (tree, combined_fn, tree, tree,
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:146:53:
error: expected ')' before 'tree'
extern bool integer_valued_real_unary_p (tree_code, tree, int);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:147:54:
error: expected ')' before 'tree'
extern bool integer_valued_real_binary_p (tree_code, tree, tree, int);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:148:54:
error: expected ')' before 'tree'
extern bool integer_valued_real_call_p (combined_fn, tree, tree, int);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:150:46:
error: expected ';', ',' or ')' before '=' token
extern bool integer_valued_real_p (tree, int = 0);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:175:62:
error: expected ';', ',' or ')' before '=' token
extern bool tree_expr_nonnegative_warnv_p (tree, bool *, int = 0);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:184:46:
warning: type defaults to 'int' in declaration of 'wide_int' [-Wimplicit-int]
extern bool expr_not_equal_to (tree t, const wide_int &);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:184:55:
error: expected ';', ',' or ')' before '&' token
extern bool expr_not_equal_to (tree t, const wide_int &);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:187:1:
warning: parameter names (without types) in function declaration
extern bool negate_mathfn_p (combined_fn);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/fold-const.h:188:67:
error: expected ';', ',' or ')' before '=' token
extern const char *c_getstr (tree, unsigned HOST_WIDE_INT *strlen = NULL);
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:45:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/plugin.h:170:46: error:
unknown type name 'diagnostic_context'
extern void plugins_internal_error_function (diagnostic_context *,
^~~~~~~~~~~~~~~~~~
In file included from conftest.c:99:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:27:8: error:
unknown type name 'combined_fn'
inline combined_fn
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:28:17: error:
unknown type name 'built_in_function'; did you mean 'align_functions'?
as_combined_fn (built_in_function fn)
^~~~~~~~~~~~~~~~~
align_functions
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:35:8: error:
unknown type name 'combined_fn'
inline combined_fn
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:36:17: error:
unknown type name 'internal_fn'
as_combined_fn (internal_fn fn)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:44:15: error:
unknown type name 'combined_fn'
builtin_fn_p (combined_fn code)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:52:8: error:
unknown type name 'built_in_function'
inline built_in_function
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:53:16: error:
unknown type name 'combined_fn'
as_builtin_fn (combined_fn code)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:62:16: error:
unknown type name 'combined_fn'
internal_fn_p (combined_fn code)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:70:8: error:
unknown type name 'internal_fn'
inline internal_fn
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:71:17: error:
unknown type name 'combined_fn'
as_internal_fn (combined_fn code)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:1159:15: error:
unknown type name 'source_range'
static inline source_range
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:1852:8: error:
unknown type name 'machine_mode'
extern machine_mode element_mode (const_tree t);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:2949:11: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<tree, va_gc> **decl_debug_args_lookup (tree);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:2950:11: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<tree, va_gc> **decl_debug_args_insert (tree);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3911:38: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern tree build_nt_call_vec (tree, vec<tree, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3911:48: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern tree build_nt_call_vec (tree, vec<tree, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3995:39: error:
unknown type name 'double_int'; did you mean 'double'?
extern tree double_int_to_tree (tree, double_int);
^~~~~~~~~~
double
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3997:48:
warning: type defaults to 'int' in declaration of 'wide_int_ref'
[-Wimplicit-int]
extern tree wide_int_to_tree (tree type, const wide_int_ref &cst);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3997:61: error:
expected ';', ',' or ')' before '&' token
extern tree wide_int_to_tree (tree type, const wide_int_ref &cst);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3998:41:
warning: type defaults to 'int' in declaration of 'wide_int_ref'
[-Wimplicit-int]
extern tree force_fit_type (tree, const wide_int_ref &, int, bool);
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:3998:54: error:
expected ';', ',' or ')' before '&' token
extern tree force_fit_type (tree, const wide_int_ref &, int, bool);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4010:43: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern tree build_vector_from_ctor (tree, vec<constructor_elt, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4010:64: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern tree build_vector_from_ctor (tree, vec<constructor_elt, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4014:38: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern tree build_constructor (tree, vec<constructor_elt, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4014:59: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern tree build_constructor (tree, vec<constructor_elt, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4029:45:
warning: type defaults to 'int' in declaration of 'vec' [-Wimplicit-int]
extern tree build_tree_list_vec_stat (const vec<tree, va_gc> *MEM_STAT_DECL);
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4029:48: error:
expected ';', ',' or ')' before '<' token
extern tree build_tree_list_vec_stat (const vec<tree, va_gc> *MEM_STAT_DECL);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4048:41: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern tree build_call_vec (tree, tree, vec<tree, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4048:51: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern tree build_call_vec (tree, tree, vec<tree, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4050:56: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern tree build_call_expr_loc_vec (location_t, tree, vec<tree, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4050:66: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern tree build_call_expr_loc_vec (location_t, tree, vec<tree, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4057:52: error:
unknown type name 'combined_fn'
extern tree maybe_build_call_expr_loc (location_t, combined_fn, tree,
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4067:48: error:
unknown type name 'machine_mode'; did you mean 'make_node'?
extern tree build_pointer_type_for_mode (tree, machine_mode, bool);
^~~~~~~~~~~~
make_node
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4069:50: error:
unknown type name 'machine_mode'; did you mean 'make_node'?
extern tree build_reference_type_for_mode (tree, machine_mode, bool);
^~~~~~~~~~~~
make_node
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4071:47: error:
unknown type name 'machine_mode'; did you mean 'make_node'?
extern tree build_vector_type_for_mode (tree, machine_mode);
^~~~~~~~~~~~
make_node
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4077:48: error:
expected ';', ',' or ')' before '=' token
extern tree build_array_type (tree, tree, bool = false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4093:50: error:
expected ';', ',' or ')' before '=' token
extern tree build_complex_type (tree, bool named = false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4098:37: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern bool vec_member (const_tree, vec<tree, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4098:47: error:
unknown type name 'va_gc'; did you mean 'va_end'?
extern bool vec_member (const_tree, vec<tree, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4134:55: error:
unknown type name 'signop'; did you mean 'signed'?
extern unsigned int tree_int_cst_min_precision (tree, signop);
^~~~~~
signed
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4378:11: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
extern vec<tree, va_gc> *ctor_to_vec (tree);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4483:45: error:
unknown type name 'vec'; did you mean 'rtvec'?
extern void find_placeholder_in_expr (tree, vec<tree> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4641:26: error:
unknown type name 'function_args_iterator'
function_args_iter_init (function_args_iterator *i, const_tree fntype)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4650:30: error:
unknown type name 'function_args_iterator'
function_args_iter_cond_ptr (function_args_iterator *i)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4659:26: error:
unknown type name 'function_args_iterator'
function_args_iter_cond (function_args_iterator *i)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4666:26: error:
unknown type name 'function_args_iterator'
function_args_iter_next (function_args_iterator *i)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4703:8: error:
unknown type name 'combined_fn'
extern combined_fn get_call_combined_fn (const_tree);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4729:1: warning:
parameter names (without types) in function declaration
extern const char *combined_fn_name (combined_fn);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4795:1: error:
unknown type name 'namespace'; did you mean 'isspace'?
namespace inchash
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4796:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'iterative_hash_expr':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4806:11: error:
expected expression before ':' token
inchash::hash hstate (seed);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4807:3: error:
duplicate label 'inchash'
inchash::add_expr (tree, hstate);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4806:3: note:
previous definition of 'inchash' was here
inchash::hash hstate (seed);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4807:11: error:
expected expression before ':' token
inchash::add_expr (tree, hstate);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4808:10: error:
'hstate' undeclared (first use in this function); did you mean 'lstat'?
return hstate.end ();
^~~~~~
lstat
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4838:16: error:
expected ';', ',' or ')' before '=' token
bool strict=false);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4845:54: error:
unknown type name 'hash_set'; did you mean 'hash_set_h'?
extern tree walk_tree_1 (tree*, walk_tree_fn, void*, hash_set<tree>*,
^~~~~~~~
hash_set_h
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4846:5: error:
unknown type name 'walk_tree_lh'; did you mean 'walk_tree_fn'?
walk_tree_lh);
^~~~~~~~~~~~
walk_tree_fn
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4848:10: error:
unknown type name 'walk_tree_lh'; did you mean 'walk_tree_fn'?
walk_tree_lh);
^~~~~~~~~~~~
walk_tree_fn
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4887:34: error:
expected ';', ',' or ')' before '=' token
bool trust_type_canonical = true);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4940:35: error:
expected identifier or '(' before ':' token
struct tree_decl_map_cache_hasher : ggc_cache_ptr_hash<tree_decl_map>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4967:40: error:
unknown type name 'call_expr_arg_iterator'; did you mean 'call_expr_nargs'?
init_call_expr_arg_iterator (tree exp, call_expr_arg_iterator *iter)
^~~~~~~~~~~~~~~~~~~~~~
call_expr_nargs
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4975:52: error:
unknown type name 'const_call_expr_arg_iterator'
init_const_call_expr_arg_iterator (const_tree exp,
const_call_expr_arg_iterator *iter)

^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4985:21: error:
unknown type name 'call_expr_arg_iterator'; did you mean 'call_expr_nargs'?
next_call_expr_arg (call_expr_arg_iterator *iter)
^~~~~~~~~~~~~~~~~~~~~~
call_expr_nargs
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:4996:27: error:
unknown type name 'const_call_expr_arg_iterator'
next_const_call_expr_arg (const_call_expr_arg_iterator *iter)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5011:32: error:
unknown type name 'call_expr_arg_iterator'; did you mean 'call_expr_nargs'?
first_call_expr_arg (tree exp, call_expr_arg_iterator *iter)
^~~~~~~~~~~~~~~~~~~~~~
call_expr_nargs
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5018:44: error:
unknown type name 'const_call_expr_arg_iterator'
first_const_call_expr_arg (const_tree exp, const_call_expr_arg_iterator
*iter)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5027:30: error:
unknown type name 'call_expr_arg_iterator'
more_call_expr_args_p (const call_expr_arg_iterator *iter)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'more_call_expr_args_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5029:15: error:
request for member 'i' in something not a structure or union
return (iter->i < iter->n);
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5029:25: error:
request for member 'n' in something not a structure or union
return (iter->i < iter->n);
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'builtin_decl_explicit':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5059:38: error:
request for member 'decl' in something not a structure or union
return builtin_info[(size_t)fncode].decl;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'builtin_decl_implicit':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5069:32: error:
request for member 'implicit_p' in something not a structure or union
if (!builtin_info[uns_fncode].implicit_p)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5072:34: error:
request for member 'decl' in something not a structure or union
return builtin_info[uns_fncode].decl;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'set_builtin_decl':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5086:24: error:
request for member 'decl' in something not a structure or union
builtin_info[ufncode].decl = decl;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5087:24: error:
request for member 'implicit_p' in something not a structure or union
builtin_info[ufncode].implicit_p = implicit_p;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5088:24: error:
request for member 'declared_p' in something not a structure or union
builtin_info[ufncode].declared_p = false;
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'set_builtin_decl_implicit_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5099:37: error:
request for member 'decl' in something not a structure or union
&& builtin_info[uns_fncode].decl != NULL_TREE);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:744:49: note:
in definition of macro 'gcc_checking_assert'
#define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:99:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5101:27: error:
request for member 'implicit_p' in something not a structure or union
builtin_info[uns_fncode].implicit_p = implicit_p;
^
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'set_builtin_decl_declared_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5112:37: error:
request for member 'decl' in something not a structure or union
&& builtin_info[uns_fncode].decl != NULL_TREE);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:744:49: note:
in definition of macro 'gcc_checking_assert'
#define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:99:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5114:27: error:
request for member 'declared_p' in something not a structure or union
builtin_info[uns_fncode].declared_p = declared_p;
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'builtin_decl_explicit_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5124:39: error:
request for member 'decl' in something not a structure or union
return (builtin_info[(size_t)fncode].decl != NULL_TREE);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'builtin_decl_implicit_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5135:35: error:
request for member 'decl' in something not a structure or union
return (builtin_info[uns_fncode].decl != NULL_TREE
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5136:31: error:
request for member 'implicit_p' in something not a structure or union
&& builtin_info[uns_fncode].implicit_p);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'builtin_decl_declared_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5147:35: error:
request for member 'decl' in something not a structure or union
return (builtin_info[uns_fncode].decl != NULL_TREE
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5148:31: error:
request for member 'declared_p' in something not a structure or union
&& builtin_info[uns_fncode].declared_p);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5189:15: error:
unknown type name 'cl_target_option'
static inline cl_target_option *
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'target_opts_for_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5195:38:
warning: return from incompatible pointer type [-Wincompatible-pointer-types]
return fn_opts == NULL_TREE ? NULL : TREE_TARGET_OPTION (fn_opts);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5209:1: error:
unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5210:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5257:3: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::int_traits <const_tree>::get_precision (const_tree tcst)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5263:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
inline wi::storage_ref
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5271:25: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
inline generic_wide_int <wi::extended_tree <WIDE_INT_MAX_PRECISION> >
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5277:25: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
inline generic_wide_int <wi::extended_tree <ADDR_MAX_PRECISION> >
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5287:8: error:
unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5288:3: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::to_wide (const_tree t, unsigned int prec)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5293:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5300:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5307:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5314:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <int N>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5329:1: error:
unknown type name 'namespace'; did you mean 'isspace'?
namespace wi
^~~~~~~~~
isspace
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5330:1: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '{' token
{
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5342:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5349:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5366:8: error:
unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5367:3: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::min_value (const_tree type)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5374:8: error:
unknown type name 'wide_int'
inline wide_int
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5375:3: error:
expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
wi::max_value (const_tree type)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'tree_int_cst_lt':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5386:10: error:
'wi' undeclared (first use in this function)
return wi::to_widest (t1) < wi::to_widest (t2);
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5386:12: error:
expected ';' before ':' token
return wi::to_widest (t1) < wi::to_widest (t2);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'tree_int_cst_le':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5395:10: error:
'wi' undeclared (first use in this function)
return wi::to_widest (t1) <= wi::to_widest (t2);
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5395:12: error:
expected ';' before ':' token
return wi::to_widest (t1) <= wi::to_widest (t2);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'tree_int_cst_compare':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5405:10: error:
'wi' undeclared (first use in this function)
return wi::cmps (wi::to_widest (t1), wi::to_widest (t2));
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5405:12: error:
expected ';' before ':' token
return wi::cmps (wi::to_widest (t1), wi::to_widest (t2));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5421:14: error:
unknown type name 'machine_mode'; did you mean 'make_node'?
tree *, machine_mode *, int *, int *, int *);
^~~~~~~~~~~~
make_node
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: In function
'int_bit_position':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5442:12: error:
'wi' undeclared (first use in this function)
return ((wi::to_offset (DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5442:14: error:
expected ')' before ':' token
return ((wi::to_offset (DECL_FIELD_OFFSET (field)) << LOG2_BITS_PER_UNIT)
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5443:8: error:
expected ')' before ':' token
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5468:29: error:
expected ';', ',' or ')' before '&' token
extern void gt_ggc_mx (tree &);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5469:29: error:
expected ';', ',' or ')' before '&' token
extern void gt_pch_nx (tree &);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5470:29: error:
expected ';', ',' or ')' before '&' token
extern void gt_pch_nx (tree &, gt_pointer_operator, void *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5479:30: error:
unknown type name 'source_range'; did you mean 'source_location'?
set_source_range (tree expr, source_range src_range);
^~~~~~~~~~~~
source_location
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:5481:15: error:
unknown type name 'source_range'
static inline source_range
^~~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:25:0,
from conftest.c:100:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:101:26:
error: unknown type name 'ao_ref'
extern void ao_ref_init (ao_ref *, tree);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:102:44:
error: unknown type name 'ao_ref'
extern void ao_ref_init_from_ptr_and_size (ao_ref *, tree, tree);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:103:26:
error: unknown type name 'ao_ref'
extern tree ao_ref_base (ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:104:41:
error: unknown type name 'ao_ref'
extern alias_set_type ao_ref_alias_set (ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:105:46:
error: unknown type name 'ao_ref'
extern alias_set_type ao_ref_base_alias_set (ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:110:37:
error: unknown type name 'ao_ref'
extern bool ref_may_alias_global_p (ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:112:33:
error: unknown type name 'ao_ref'
extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:112:43:
error: unknown type name 'ao_ref'
extern bool refs_may_alias_p_1 (ao_ref *, ao_ref *, bool);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:115:39:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool ref_maybe_used_by_stmt_p (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:116:39:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool ref_maybe_used_by_stmt_p (gimple *, ao_ref *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:116:49:
error: unknown type name 'ao_ref'
extern bool ref_maybe_used_by_stmt_p (gimple *, ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:117:40:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_may_clobber_global_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:118:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_may_clobber_ref_p (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:119:39:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_may_clobber_ref_p_1 (gimple *, ao_ref *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:119:49:
error: unknown type name 'ao_ref'
extern bool stmt_may_clobber_ref_p_1 (gimple *, ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:120:37:
error: unknown type name 'gcall'
extern bool call_may_clobber_ref_p (gcall *, tree);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:121:39:
error: unknown type name 'gcall'
extern bool call_may_clobber_ref_p_1 (gcall *, ao_ref *);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:121:48:
error: unknown type name 'ao_ref'
extern bool call_may_clobber_ref_p_1 (gcall *, ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:122:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_kills_ref_p (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:123:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_kills_ref_p (gimple *, ao_ref *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:123:41:
error: unknown type name 'ao_ref'
extern bool stmt_kills_ref_p (gimple *, ao_ref *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:124:39:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern tree get_continuation_for_phi (gimple *, ao_ref *,
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:124:49:
error: unknown type name 'ao_ref'
extern tree get_continuation_for_phi (gimple *, ao_ref *,
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:126:21:
error: unknown type name 'ao_ref'
void *(*)(ao_ref *, tree, void *, bool *),
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:127:11:
error: expected ';', ',' or ')' before 'void'
void *);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:128:38:
error: unknown type name 'ao_ref'
extern void *walk_non_aliased_vuses (ao_ref *, tree,
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:129:20:
error: unknown type name 'ao_ref'
void *(*)(ao_ref *, tree,
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:131:10:
error: expected ';', ',' or ')' before 'void'
void *(*)(ao_ref *, tree, void *, bool *),
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:134:32:
error: unknown type name 'ao_ref'
extern int walk_aliased_vdefs (ao_ref *, tree,
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:135:20:
error: unknown type name 'ao_ref'
bool (*)(ao_ref *, tree, void *),
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:136:11:
error: expected ';', ',' or ')' before 'void'
void *, bitmap *,
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:142:32:
error: expected ')' before '&' token
extern void debug (pt_solution &ref);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree-ssa-alias.h:143:20:
error: unknown type name 'pt_solution'
extern void debug (pt_solution *ptr);
^~~~~~~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:26:0,
from conftest.c:100:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:32:52:
error: expected ';', ',' or ')' before '=' token
extern tree create_tmp_var_raw (tree, const char * = NULL);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:33:48:
error: expected ';', ',' or ')' before '=' token
extern tree create_tmp_var (tree, const char * = NULL);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:34:48:
error: expected ';', ',' or ')' before '=' token
extern tree create_tmp_reg (tree, const char * = NULL);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:149:1:
error: conflicting types for 'extract_ops_from_tree'
extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0,
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:38:13:
note: previous declaration of 'extract_ops_from_tree' was here
extern void extract_ops_from_tree (tree, enum tree_code *, tree *, tree *,
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h: In
function 'extract_ops_from_tree':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:153:3:
error: too many arguments to function 'extract_ops_from_tree'
extract_ops_from_tree (expr, code, op0, op1, &op2);
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple-expr.h:149:1:
note: declared here
extract_ops_from_tree (tree expr, enum tree_code *code, tree *op0,
^~~~~~~~~~~~~~~~~~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:28:9: error:
unknown type name 'gimple'
typedef gimple *gimple_seq_node;
^~~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:41:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T> struct remove_pointer { typedef T type; };
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:42:9: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template<typename T> struct remove_pointer<T *> { typedef T type; };
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:99:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:105:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <typename T>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:282:3: error:
unknown type name 'gimple'
gimple *next;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:283:3: error:
unknown type name 'gimple'
gimple *GTY((skip)) prev;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:291:34: error:
expected identifier or '(' before ':' token
gimple_statement_with_ops_base : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:307:29: error:
expected identifier or '(' before ':' token
gimple_statement_with_ops : public gimple_statement_with_ops_base
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:322:41: error:
expected identifier or '(' before ':' token
gimple_statement_with_memory_ops_base : public
gimple_statement_with_ops_base
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:337:36: error:
expected identifier or '(' before ':' token
gimple_statement_with_memory_ops :
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:353:9: error:
expected identifier or '(' before ':' token
gcall : public gimple_statement_with_memory_ops_base
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:380:24: error:
expected identifier or '(' before ':' token
gimple_statement_omp : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:392:9: error:
expected identifier or '(' before ':' token
gbind : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:416:10: error:
expected identifier or '(' before ':' token
gcatch : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:431:14: error:
expected identifier or '(' before ':' token
geh_filter : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:447:12: error:
expected identifier or '(' before ':' token
geh_else : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:458:11: error:
expected identifier or '(' before ':' token
geh_mnt : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:469:8: error:
expected identifier or '(' before ':' token
gphi : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:488:28: error:
expected identifier or '(' before ':' token
gimple_statement_eh_ctrl : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:498:9: error:
expected identifier or '(' before ':' token
gresx : public gimple_statement_eh_ctrl
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:505:16: error:
expected identifier or '(' before ':' token
geh_dispatch : public gimple_statement_eh_ctrl
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:515:8: error:
expected identifier or '(' before ':' token
gtry : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:545:24: error:
expected identifier or '(' before ':' token
gimple_statement_wce : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:563:8: error:
expected identifier or '(' before ':' token
gasm : public gimple_statement_with_memory_ops_base
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:588:17: error:
expected identifier or '(' before ':' token
gomp_critical : public gimple_statement_omp
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:621:12: error:
expected identifier or '(' before ':' token
gomp_for : public gimple_statement_omp
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:644:40: error:
expected identifier or '(' before ':' token
gimple_statement_omp_parallel_layout : public gimple_statement_omp
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:663:32: error:
expected identifier or '(' before ':' token
gimple_statement_omp_taskreg : public gimple_statement_omp_parallel_layout
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:672:17: error:
expected identifier or '(' before ':' token
gomp_parallel : public gimple_statement_omp_taskreg
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:680:15: error:
expected identifier or '(' before ':' token
gomp_target : public gimple_statement_omp_parallel_layout
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:689:13: error:
expected identifier or '(' before ':' token
gomp_task : public gimple_statement_omp_taskreg
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:711:17: error:
expected identifier or '(' before ':' token
gomp_sections : public gimple_statement_omp
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:730:17: error:
expected identifier or '(' before ':' token
gomp_continue : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:744:38: error:
expected identifier or '(' before ':' token
gimple_statement_omp_single_layout : public gimple_statement_omp
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:753:15: error:
expected identifier or '(' before ':' token
gomp_single : public gimple_statement_omp_single_layout
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:760:14: error:
expected identifier or '(' before ':' token
gomp_teams : public gimple_statement_omp_single_layout
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:767:16: error:
expected identifier or '(' before ':' token
gomp_ordered : public gimple_statement_omp_single_layout
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:779:20: error:
expected identifier or '(' before ':' token
gomp_atomic_load : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:791:44: error:
expected identifier or '(' before ':' token
gimple_statement_omp_atomic_store_layout : public gimple
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:800:21: error:
expected identifier or '(' before ':' token
gomp_atomic_store :
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:808:31: error:
expected identifier or '(' before ':' token
gimple_statement_omp_return :
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:844:16: error:
expected identifier or '(' before ':' token
gtransaction : public gimple_statement_with_memory_ops_base
^
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:869:9: error:
expected identifier or '(' before ':' token
gcond : public gimple_statement_with_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:880:10: error:
expected identifier or '(' before ':' token
gdebug : public gimple_statement_with_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:890:9: error:
expected identifier or '(' before ':' token
ggoto : public gimple_statement_with_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:900:10: error:
expected identifier or '(' before ':' token
glabel : public gimple_statement_with_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:910:11: error:
expected identifier or '(' before ':' token
gswitch : public gimple_statement_with_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:920:11: error:
expected identifier or '(' before ':' token
gassign : public gimple_statement_with_memory_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:931:11: error:
expected identifier or '(' before ':' token
greturn : public gimple_statement_with_memory_ops
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:936:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:944:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:952:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:960:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:968:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:976:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:984:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:992:10: error:
expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1000:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1008:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1016:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1024:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1032:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1040:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1048:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1056:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1064:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1072:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1080:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1088:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1096:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1104:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1112:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1120:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1128:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1136:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1144:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1152:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1160:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1168:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1176:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1184:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1192:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1200:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1208:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1216:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1224:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1232:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1240:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1248:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1256:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1264:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1272:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1280:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1288:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1296:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1304:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1312:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1320:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1328:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1336:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1344:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1352:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1360:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1368:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1376:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1384:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1392:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1400:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1417:8: error:
unknown type name 'gimple'
extern gimple *currently_expanding_gimple_stmt;
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1420:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_alloc_stat (enum gimple_code, unsigned MEM_STAT_DECL);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1421:1: error:
unknown type name 'greturn'; use 'struct' keyword to refer to the type
greturn *gimple_build_return (tree);
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1422:36:
error: unknown type name 'gcall'
void gimple_call_reset_alias_info (gcall *);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1423:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call_vec (tree, vec<tree> );
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1423:37:
error: unknown type name 'vec'; did you mean 'rtvec'?
gcall *gimple_build_call_vec (tree, vec<tree> );
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1424:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call (tree, unsigned, ...);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1425:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call_valist (tree, unsigned, va_list);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1426:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call_internal (enum internal_fn, unsigned, ...);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1427:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1427:58:
error: unknown type name 'vec'; did you mean 'rtvec'?
gcall *gimple_build_call_internal_vec (enum internal_fn, vec<tree> );
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1428:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_build_call_from_tree (tree);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1429:1: error:
unknown type name 'gassign'; use 'struct' keyword to refer to the type
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_INFO);
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1430:1: error:
unknown type name 'gassign'; use 'struct' keyword to refer to the type
gassign *gimple_build_assign (tree, enum tree_code,
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1430:10:
error: conflicting types for 'gimple_build_assign'
gassign *gimple_build_assign (tree, enum tree_code,
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1429:10: note:
previous declaration of 'gimple_build_assign' was here
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1432:1: error:
unknown type name 'gassign'; use 'struct' keyword to refer to the type
gassign *gimple_build_assign (tree, enum tree_code,
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1432:10:
error: conflicting types for 'gimple_build_assign'
gassign *gimple_build_assign (tree, enum tree_code,
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1429:10: note:
previous declaration of 'gimple_build_assign' was here
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1434:1: error:
unknown type name 'gassign'; use 'struct' keyword to refer to the type
gassign *gimple_build_assign (tree, enum tree_code, tree CXX_MEM_STAT_INFO);
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1434:10:
error: conflicting types for 'gimple_build_assign'
gassign *gimple_build_assign (tree, enum tree_code, tree CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1429:10: note:
previous declaration of 'gimple_build_assign' was here
gassign *gimple_build_assign (tree, tree CXX_MEM_STAT_INFO);
^~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1435:1: error:
unknown type name 'gcond'; use 'struct' keyword to refer to the type
gcond *gimple_build_cond (enum tree_code, tree, tree, tree, tree);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1436:1: error:
unknown type name 'gcond'; use 'struct' keyword to refer to the type
gcond *gimple_build_cond_from_tree (tree, tree, tree);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1437:43:
error: unknown type name 'gcond'
void gimple_cond_set_condition_from_tree (gcond *, tree);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1438:1: error:
unknown type name 'glabel'; use 'struct' keyword to refer to the type
glabel *gimple_build_label (tree label);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1439:1: error:
unknown type name 'ggoto'; use 'struct' keyword to refer to the type
ggoto *gimple_build_goto (tree dest);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1440:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_nop (void);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1441:1: error:
unknown type name 'gbind'; use 'struct' keyword to refer to the type
gbind *gimple_build_bind (tree, gimple_seq, tree);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1442:1: error:
unknown type name 'gasm'; use 'struct' keyword to refer to the type
gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *,
^~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1442:43:
error: unknown type name 'vec'; did you mean 'rtvec'?
gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *,
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1442:53:
error: unknown type name 'va_gc'; did you mean 'va_end'?
gasm *gimple_build_asm_vec (const char *, vec<tree, va_gc> *,
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1443:6: error:
unknown type name 'vec'; did you mean 'rtvec'?
vec<tree, va_gc> *, vec<tree, va_gc> *,
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1443:16:
error: unknown type name 'va_gc'; did you mean 'va_end'?
vec<tree, va_gc> *, vec<tree, va_gc> *,
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1443:26:
error: unknown type name 'vec'; did you mean 'rtvec'?
vec<tree, va_gc> *, vec<tree, va_gc> *,
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1443:36:
error: unknown type name 'va_gc'; did you mean 'va_end'?
vec<tree, va_gc> *, vec<tree, va_gc> *,
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1444:6: error:
unknown type name 'vec'; did you mean 'rtvec'?
vec<tree, va_gc> *);
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1444:16:
error: unknown type name 'va_gc'; did you mean 'va_end'?
vec<tree, va_gc> *);
^~~~~
va_end
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1445:1: error:
unknown type name 'gcatch'; use 'struct' keyword to refer to the type
gcatch *gimple_build_catch (tree, gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1446:1: error:
unknown type name 'geh_filter'; use 'struct' keyword to refer to the type
geh_filter *gimple_build_eh_filter (tree, gimple_seq);
^~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1447:1: error:
unknown type name 'geh_mnt'; use 'struct' keyword to refer to the type
geh_mnt *gimple_build_eh_must_not_throw (tree);
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1448:1: error:
unknown type name 'geh_else'; use 'struct' keyword to refer to the type
geh_else *gimple_build_eh_else (gimple_seq, gimple_seq);
^~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1449:1: error:
unknown type name 'gtry'; use 'struct' keyword to refer to the type
gtry *gimple_build_try (gimple_seq, gimple_seq,
^~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1451:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_wce (gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1452:1: error:
unknown type name 'gresx'; use 'struct' keyword to refer to the type
gresx *gimple_build_resx (int);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1453:1: error:
unknown type name 'gswitch'; use 'struct' keyword to refer to the type
gswitch *gimple_build_switch_nlabels (unsigned, tree, tree);
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1454:1: error:
unknown type name 'gswitch'; use 'struct' keyword to refer to the type
gswitch *gimple_build_switch (tree, tree, vec<tree> );
^~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1454:43:
error: unknown type name 'vec'; did you mean 'rtvec'?
gswitch *gimple_build_switch (tree, tree, vec<tree> );
^~~
rtvec
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1455:1: error:
unknown type name 'geh_dispatch'; use 'struct' keyword to refer to the type
geh_dispatch *gimple_build_eh_dispatch (int);
^~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1456:1: error:
unknown type name 'gdebug'; use 'struct' keyword to refer to the type
gdebug *gimple_build_debug_bind_stat (tree, tree, gimple * MEM_STAT_DECL);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1456:51:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gdebug *gimple_build_debug_bind_stat (tree, tree, gimple * MEM_STAT_DECL);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1459:1: error:
unknown type name 'gdebug'; use 'struct' keyword to refer to the type
gdebug *gimple_build_debug_source_bind_stat (tree, tree, gimple *
MEM_STAT_DECL);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1459:58:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gdebug *gimple_build_debug_source_bind_stat (tree, tree, gimple *
MEM_STAT_DECL);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1462:1: error:
unknown type name 'gomp_critical'; use 'struct' keyword to refer to the type
gomp_critical *gimple_build_omp_critical (gimple_seq, tree, tree);
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1463:1: error:
unknown type name 'gomp_for'; use 'struct' keyword to refer to the type
gomp_for *gimple_build_omp_for (gimple_seq, int, tree, size_t, gimple_seq);
^~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1464:1: error:
unknown type name 'gomp_parallel'; use 'struct' keyword to refer to the type
gomp_parallel *gimple_build_omp_parallel (gimple_seq, tree, tree, tree);
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1465:1: error:
unknown type name 'gomp_task'; use 'struct' keyword to refer to the type
gomp_task *gimple_build_omp_task (gimple_seq, tree, tree, tree, tree,
^~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1467:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_section (gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1468:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_master (gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1469:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_grid_body (gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1470:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_taskgroup (gimple_seq);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1471:1: error:
unknown type name 'gomp_continue'; use 'struct' keyword to refer to the type
gomp_continue *gimple_build_omp_continue (tree, tree);
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1472:1: error:
unknown type name 'gomp_ordered'; use 'struct' keyword to refer to the type
gomp_ordered *gimple_build_omp_ordered (gimple_seq, tree);
^~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1473:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_return (bool);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1474:1: error:
unknown type name 'gomp_sections'; use 'struct' keyword to refer to the type
gomp_sections *gimple_build_omp_sections (gimple_seq, tree);
^~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1475:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_build_omp_sections_switch (void);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1476:1: error:
unknown type name 'gomp_single'; use 'struct' keyword to refer to the type
gomp_single *gimple_build_omp_single (gimple_seq, tree);
^~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1477:1: error:
unknown type name 'gomp_target'; use 'struct' keyword to refer to the type
gomp_target *gimple_build_omp_target (gimple_seq, int, tree);
^~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1478:1: error:
unknown type name 'gomp_teams'; use 'struct' keyword to refer to the type
gomp_teams *gimple_build_omp_teams (gimple_seq, tree);
^~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1479:1: error:
unknown type name 'gomp_atomic_load'; use 'struct' keyword to refer to the
type
gomp_atomic_load *gimple_build_omp_atomic_load (tree, tree);
^~~~~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1480:1: error:
unknown type name 'gomp_atomic_store'; use 'struct' keyword to refer to the
type
gomp_atomic_store *gimple_build_omp_atomic_store (tree);
^~~~~~~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1481:1: error:
unknown type name 'gtransaction'; use 'struct' keyword to refer to the type
gtransaction *gimple_build_transaction (gimple_seq);
^~~~~~~~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1482:48:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern void gimple_seq_add_stmt (gimple_seq *, gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1483:63:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern void gimple_seq_add_stmt_without_update (gimple_seq *, gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1486:59:
error: unknown type name 'gimple_stmt_iterator'; did you mean
'gt_pointer_operator'?
extern void annotate_all_with_location_after (gimple_seq,
gimple_stmt_iterator,

^~~~~~~~~~~~~~~~~~~~
gt_pointer_operator
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1491:39:
error: unknown type name 'gimple'
bool gimple_call_same_target_p (const gimple *, const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1491:55:
error: unknown type name 'gimple'
bool gimple_call_same_target_p (const gimple *, const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1492:30:
error: unknown type name 'gimple'
int gimple_call_flags (const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1493:34:
error: unknown type name 'gcall'
int gimple_call_arg_flags (const gcall *, unsigned);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1494:37:
error: unknown type name 'gcall'
int gimple_call_return_flags (const gcall *);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1495:28:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_assign_copy_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1496:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_assign_ssa_name_copy_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1497:33:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_assign_unary_nop_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1498:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
void gimple_set_bb (gimple *, basic_block);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1499:39:
error: unknown type name 'gimple_stmt_iterator'; did you mean
'gt_pointer_operator'?
void gimple_assign_set_rhs_from_tree (gimple_stmt_iterator *, tree);
^~~~~~~~~~~~~~~~~~~~
gt_pointer_operator
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1500:38:
error: unknown type name 'gimple_stmt_iterator'; did you mean
'gt_pointer_operator'?
void gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *, enum tree_code,
^~~~~~~~~~~~~~~~~~~~
gt_pointer_operator
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1502:28:
error: unknown type name 'gimple'
tree gimple_get_lhs (const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1503:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
void gimple_set_lhs (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1504:1: error:
unknown type name 'gimple'; use 'struct' keyword to refer to the type
gimple *gimple_copy (gimple *);
^~~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1504:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple *gimple_copy (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1505:37:
error: unknown type name 'gimple'
bool gimple_has_side_effects (const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1506:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_could_trap_p_1 (gimple *, bool, bool);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1507:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_could_trap_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1508:38:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
bool gimple_assign_rhs_could_trap_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1512:1: error:
unknown type name 'gcall'; use 'struct' keyword to refer to the type
gcall *gimple_call_copy_skip_args (gcall *, bitmap);
^~~~~
struct
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1512:36:
error: unknown type name 'gcall'
gcall *gimple_call_copy_skip_args (gcall *, bitmap);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1517:49:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool gimple_ior_addresses_taken (bitmap, gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1518:59:
error: unknown type name 'gimple'
extern bool gimple_builtin_call_types_compatible_p (const gimple *, tree);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1519:8: error:
unknown type name 'combined_fn'
extern combined_fn gimple_call_combined_fn (const gimple *);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1519:51:
error: unknown type name 'gimple'
extern combined_fn gimple_call_combined_fn (const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1520:42:
error: unknown type name 'gimple'
extern bool gimple_call_builtin_p (const gimple *);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1521:42:
error: unknown type name 'gimple'
extern bool gimple_call_builtin_p (const gimple *, enum built_in_class);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1521:13:
error: conflicting types for 'gimple_call_builtin_p'
extern bool gimple_call_builtin_p (const gimple *, enum built_in_class);
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1520:13: note:
previous declaration of 'gimple_call_builtin_p' was here
extern bool gimple_call_builtin_p (const gimple *);
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1522:42:
error: unknown type name 'gimple'
extern bool gimple_call_builtin_p (const gimple *, enum built_in_function);
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1522:13:
error: conflicting types for 'gimple_call_builtin_p'
extern bool gimple_call_builtin_p (const gimple *, enum built_in_function);
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1520:13: note:
previous declaration of 'gimple_call_builtin_p' was here
extern bool gimple_call_builtin_p (const gimple *);
^~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1523:49:
error: unknown type name 'gasm'
extern bool gimple_asm_clobbers_memory_p (const gasm *);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1525:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool nonfreeing_call_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1526:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool nonbarrier_call_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1527:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool infer_nonnull_range (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1528:49:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool infer_nonnull_range_by_dereference (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1529:47:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool infer_nonnull_range_by_attribute (gimple *, tree);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1530:34:
error: expected ')' before '<' token
extern void sort_case_labels (vec<tree>);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1531:54:
error: expected ')' before '<' token
extern void preprocess_case_label_vec_for_gimple (vec<tree>, tree, tree *);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1534:63:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern void maybe_remove_unused_call_args (struct function *, gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1535:40:
error: unknown type name 'gcall'
extern bool gimple_inexpensive_call_p (gcall *);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1536:38:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
extern bool stmt_can_terminate_bb_p (gimple *);
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_stmt_max_uid':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1551:12:
error: 'struct function' has no member named 'last_stmt_uid'
return fn->last_stmt_uid;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'set_gimple_stmt_max_uid':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1558:5: error:
'struct function' has no member named 'last_stmt_uid'
fn->last_stmt_uid = maxid;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'inc_gimple_stmt_max_uid':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1565:12:
error: 'struct function' has no member named 'last_stmt_uid'
return fn->last_stmt_uid++;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1579:15:
error: unknown type name 'gimple'
static inline gimple *
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1589:15:
error: unknown type name 'gbind'
static inline gbind *
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_seq_first_stmt_as_a_bind':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1593:10:
error: 'as_a' undeclared (first use in this function)
return as_a <gbind *> (n);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1593:16:
error: 'gbind' undeclared (first use in this function)
return as_a <gbind *> (n);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1593:23:
error: expected expression before '>' token
return as_a <gbind *> (n);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_seq_last':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1602:15:
error: request for member 'prev' in something not a structure or union
return s ? s->prev : NULL;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1608:15:
error: unknown type name 'gimple'
static inline gimple *
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_seq_set_last':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1621:8: error:
request for member 'prev' in something not a structure or union
(*ps)->prev = last;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1645:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_seq_alloc_with_stmt (gimple *stmt)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'bb_seq':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1658:15:
error: 'const struct basic_block_def' has no member named 'flags'
return (!(bb->flags & BB_RTL)) ? bb->il.gimple.seq : NULL;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1658:38:
error: 'const struct basic_block_def' has no member named 'il'
return (!(bb->flags & BB_RTL)) ? bb->il.gimple.seq : NULL;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'bb_seq_addr':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1664:15:
error: 'struct basic_block_def' has no member named 'flags'
return (!(bb->flags & BB_RTL)) ? &bb->il.gimple.seq : NULL;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1664:39:
error: 'struct basic_block_def' has no member named 'il'
return (!(bb->flags & BB_RTL)) ? &bb->il.gimple.seq : NULL;
^~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'set_bb_seq':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1672:28:
error: 'struct basic_block_def' has no member named 'flags'
gcc_checking_assert (!(bb->flags & BB_RTL));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:744:49: note:
in definition of macro 'gcc_checking_assert'
#define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1673:5: error:
'struct basic_block_def' has no member named 'il'
bb->il.gimple.seq = seq;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1680:20:
error: unknown type name 'gimple'
gimple_code (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1682:11:
error: request for member 'code' in something not a structure or union
return g->code;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1699:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_statement_structure (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1709:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_has_substatements (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1744:18:
error: unknown type name 'gimple'
gimple_bb (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_bb':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1746:11:
error: request for member 'bb' in something not a structure or union
return g->bb;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1753:21:
error: unknown type name 'gimple'
gimple_block (const gimple *g)
^~~~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/coretypes.h:371:0,
from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:29,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_block':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1755:27:
error: request for member 'location' in something not a structure or union
return LOCATION_BLOCK (g->location);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:62:27: note: in
definition of macro 'LOCATION_BLOCK'
((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table,
(LOC)) \
^~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1755:27:
error: request for member 'location' in something not a structure or union
return LOCATION_BLOCK (g->location);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/input.h:62:73: note: in
definition of macro 'LOCATION_BLOCK'
((tree) ((IS_ADHOC_LOC (LOC)) ? get_data_from_adhoc_loc (line_table,
(LOC)) \
^~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1762:19:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_block (gimple *g, tree block)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1771:24:
error: unknown type name 'gimple'
gimple_location (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_location':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1773:11:
error: request for member 'location' in something not a structure or union
return g->location;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1780:29:
error: unknown type name 'gimple'
gimple_location_safe (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1788:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_location (gimple *g, location_t location)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1797:28:
error: unknown type name 'gimple'
gimple_has_location (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1806:24:
error: unknown type name 'gimple'
gimple_filename (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1815:22:
error: unknown type name 'gimple'
gimple_lineno (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1833:28:
error: unknown type name 'gimple'
gimple_no_warning_p (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_no_warning_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1835:14:
error: request for member 'no_warning' in something not a structure or union
return stmt->no_warning;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1841:24:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_no_warning (gimple *stmt, bool no_warning)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1859:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_visited (gimple *stmt, bool visited_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1877:19:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_visited_p (gimple *stmt)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1894:17:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_plf (gimple *stmt, enum plf_mask plf, bool val_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1914:13:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_plf (gimple *stmt, enum plf_mask plf)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1928:17:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_uid (gimple *g, unsigned uid)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1942:19:
error: unknown type name 'gimple'
gimple_uid (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_uid':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1944:11:
error: request for member 'uid' in something not a structure or union
return g->uid;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1951:24:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_init_singleton (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1961:23:
error: unknown type name 'gimple'
gimple_has_ops (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1966:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1974:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1985:27:
error: unknown type name 'gimple'
gimple_has_mem_ops (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1990:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:1998:10:
error: expected '=', ',', ';', 'asm' or '__attribute__' before '<' token
template <>
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2009:23:
error: unknown type name 'gimple'
gimple_use_ops (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_use_ops':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2011:9: error:
unknown type name 'gimple_statement_with_ops'
const gimple_statement_with_ops *ops_stmt =
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2012:5: error:
'dyn_cast' undeclared (first use in this function); did you mean 'gen_call'?
dyn_cast <const gimple_statement_with_ops *> (g);
^~~~~~~~
gen_call
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2012:15:
error: expected expression before 'const'
dyn_cast <const gimple_statement_with_ops *> (g);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2015:18:
error: request for member 'use_ops' in something not a structure or union
return ops_stmt->use_ops;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2022:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_use_ops (gimple *g, struct use_optype_d *use)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2033:20:
error: unknown type name 'gimple'
gimple_vuse (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_vuse':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2035:9: error:
unknown type name 'gimple_statement_with_memory_ops'
const gimple_statement_with_memory_ops *mem_ops_stmt =
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2036:6: error:
'dyn_cast' undeclared (first use in this function); did you mean 'gen_call'?
dyn_cast <const gimple_statement_with_memory_ops *> (g);
^~~~~~~~
gen_call
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2036:16:
error: expected expression before 'const'
dyn_cast <const gimple_statement_with_memory_ops *> (g);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2039:22:
error: request for member 'vuse' in something not a structure or union
return mem_ops_stmt->vuse;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2045:20:
error: unknown type name 'gimple'
gimple_vdef (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_vdef':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2047:9: error:
unknown type name 'gimple_statement_with_memory_ops'
const gimple_statement_with_memory_ops *mem_ops_stmt =
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2048:6: error:
'dyn_cast' undeclared (first use in this function); did you mean 'gen_call'?
dyn_cast <const gimple_statement_with_memory_ops *> (g);
^~~~~~~~
gen_call
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2048:16:
error: expected expression before 'const'
dyn_cast <const gimple_statement_with_memory_ops *> (g);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2051:22:
error: request for member 'vdef' in something not a structure or union
return mem_ops_stmt->vdef;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2057:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_vuse_ptr (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2069:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_vdef_ptr (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2081:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_vuse (gimple *g, tree vuse)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2091:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_vdef (gimple *g, tree vdef)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2103:26:
error: unknown type name 'gimple'
gimple_modified_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_modified_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2105:41:
error: request for member 'modified' in something not a structure or union
return (gimple_has_ops (g)) ? (bool) g->modified : false;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2113:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_modified (gimple *s, bool modifiedp)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2127:25:
error: unknown type name 'gimple'
gimple_expr_code (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_expr_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2131:33:
error: request for member 'subcode' in something not a structure or union
return (enum tree_code) stmt->subcode;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2143:32:
error: unknown type name 'gimple'
gimple_has_volatile_ops (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_has_volatile_ops':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2146:16:
error: request for member 'has_volatile_ops' in something not a structure or
union
return stmt->has_volatile_ops;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2155:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_has_volatile_ops (gimple *stmt, bool volatilep)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2164:30:
error: unknown type name 'gimple'
gimple_in_transaction (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2172:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_references_memory_p (gimple *stmt)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2181:27:
error: unknown type name 'gimple'
gimple_omp_subcode (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_subcode':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2185:11:
error: request for member 'subcode' in something not a structure or union
return s->subcode;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2191:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_set_subcode (gimple *s, unsigned int subcode)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2202:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_return_set_nowait (gimple *s)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2213:35:
error: unknown type name 'gimple'
gimple_omp_return_nowait_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2223:28:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_return_set_lhs (gimple *g, tree lhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2234:30:
error: unknown type name 'gimple'
gimple_omp_return_lhs (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_return_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2236:9: error:
unknown type name 'gimple_statement_omp_return'
const gimple_statement_omp_return *omp_return_stmt =
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2237:5: error:
'as_a' undeclared (first use in this function)
as_a <const gimple_statement_omp_return *> (g);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2237:11:
error: expected expression before 'const'
as_a <const gimple_statement_omp_return *> (g);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2238:25:
error: request for member 'val' in something not a structure or union
return omp_return_stmt->val;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2245:28:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_return_lhs_ptr (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2257:34:
error: unknown type name 'gimple'
gimple_omp_section_last_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2267:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_section_set_last (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2278:39:
error: unknown type name 'gimple'
gimple_omp_parallel_combined_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2289:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_parallel_set_combined_p (gimple *g, bool combined_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2303:39:
error: unknown type name 'gimple'
gimple_omp_atomic_need_value_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2314:35:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_atomic_set_need_value (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2326:36:
error: unknown type name 'gimple'
gimple_omp_atomic_seq_cst_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2337:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_atomic_set_seq_cst (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2348:23:
error: unknown type name 'gimple'
gimple_num_ops (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_num_ops':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2350:12:
error: request for member 'num_ops' in something not a structure or union
return gs->num_ops;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2357:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_num_ops (gimple *gs, unsigned num_ops)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2366:13:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_ops (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2383:18:
error: unknown type name 'gimple'
gimple_op (const gimple *gs, unsigned i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_op':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2388:14:
warning: implicit declaration of function 'gimple_ops'; did you mean
'gimple_op'? [-Wimplicit-function-declaration]
return gimple_ops (CONST_CAST_GIMPLE (gs))[i];
^~~~~~~~~~
gimple_op
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1107:42:
error: unknown type name 'gimple'
#define CONST_CAST_GIMPLE(X) CONST_CAST (gimple *, (X))
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1083:63: note:
in definition of macro 'CONST_CAST2'
#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q;
TOTYPE _nq;})(X))._nq)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1107:30: note:
in expansion of macro 'CONST_CAST'
#define CONST_CAST_GIMPLE(X) CONST_CAST (gimple *, (X))
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2388:26: note:
in expansion of macro 'CONST_CAST_GIMPLE'
return gimple_ops (CONST_CAST_GIMPLE (gs))[i];
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1107:42:
error: unknown type name 'gimple'
#define CONST_CAST_GIMPLE(X) CONST_CAST (gimple *, (X))
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1083:76: note:
in definition of macro 'CONST_CAST2'
#define CONST_CAST2(TOTYPE,FROMTYPE,X) ((__extension__(union {FROMTYPE _q;
TOTYPE _nq;})(X))._nq)

^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:1107:30: note:
in expansion of macro 'CONST_CAST'
#define CONST_CAST_GIMPLE(X) CONST_CAST (gimple *, (X))
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2388:26: note:
in expansion of macro 'CONST_CAST_GIMPLE'
return gimple_ops (CONST_CAST_GIMPLE (gs))[i];
^~~~~~~~~~~~~~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2388:49:
error: subscripted value is neither array nor pointer nor vector
return gimple_ops (CONST_CAST_GIMPLE (gs))[i];
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2397:16:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_op_ptr (gimple *gs, unsigned i)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2411:16:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_op (gimple *gs, unsigned i, tree op)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2425:25:
error: unknown type name 'gimple'
is_gimple_assign (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2442:26:
error: unknown type name 'gassign'
gimple_assign_lhs (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2444:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2448:26:
error: unknown type name 'gimple'
gimple_assign_lhs (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2448:1: error:
redefinition of 'gimple_assign_lhs'
gimple_assign_lhs (const gimple *gs)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2442:1: note:
previous definition of 'gimple_assign_lhs' was here
gimple_assign_lhs (const gassign *gs)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2450:9: error:
unknown type name 'gassign'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2450:24:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2450:38:
error: expected expression before 'const'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2458:24:
error: unknown type name 'gassign'
gimple_assign_lhs_ptr (gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2464:24:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_lhs_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2474:24:
error: unknown type name 'gassign'
gimple_assign_set_lhs (gassign *gs, tree lhs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2483:24:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_lhs (gimple *gs, tree lhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2493:27:
error: unknown type name 'gassign'
gimple_assign_rhs1 (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs1':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2495:12:
error: request for member 'op' in something not a structure or union
return gs->op[1];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2499:27:
error: unknown type name 'gimple'
gimple_assign_rhs1 (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2499:1: error:
redefinition of 'gimple_assign_rhs1'
gimple_assign_rhs1 (const gimple *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2493:1: note:
previous definition of 'gimple_assign_rhs1' was here
gimple_assign_rhs1 (const gassign *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs1':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2501:9: error:
unknown type name 'gassign'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2501:24:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2501:38:
error: expected expression before 'const'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2510:25:
error: unknown type name 'gassign'
gimple_assign_rhs1_ptr (gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2516:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_rhs1_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2525:25:
error: unknown type name 'gassign'
gimple_assign_set_rhs1 (gassign *gs, tree rhs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2531:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_rhs1 (gimple *gs, tree rhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2542:27:
error: unknown type name 'gassign'
gimple_assign_rhs2 (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs2':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2545:14:
error: request for member 'op' in something not a structure or union
return gs->op[2];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2551:27:
error: unknown type name 'gimple'
gimple_assign_rhs2 (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2551:1: error:
redefinition of 'gimple_assign_rhs2'
gimple_assign_rhs2 (const gimple *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2542:1: note:
previous definition of 'gimple_assign_rhs2' was here
gimple_assign_rhs2 (const gassign *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs2':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2553:9: error:
unknown type name 'gassign'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2553:24:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2553:38:
error: expected expression before 'const'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2562:25:
error: unknown type name 'gassign'
gimple_assign_rhs2_ptr (gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2569:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_rhs2_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2579:25:
error: unknown type name 'gassign'
gimple_assign_set_rhs2 (gassign *gs, tree rhs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2586:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_rhs2 (gimple *gs, tree rhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2596:27:
error: unknown type name 'gassign'
gimple_assign_rhs3 (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs3':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2599:14:
error: request for member 'op' in something not a structure or union
return gs->op[3];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2605:27:
error: unknown type name 'gimple'
gimple_assign_rhs3 (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2605:1: error:
redefinition of 'gimple_assign_rhs3'
gimple_assign_rhs3 (const gimple *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2596:1: note:
previous definition of 'gimple_assign_rhs3' was here
gimple_assign_rhs3 (const gassign *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs3':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2607:9: error:
unknown type name 'gassign'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2607:24:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2607:38:
error: expected expression before 'const'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2615:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_rhs3_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2626:25:
error: unknown type name 'gassign'
gimple_assign_set_rhs3 (gassign *gs, tree rhs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2633:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_rhs3 (gimple *gs, tree rhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2644:33:
error: unknown type name 'gimple_stmt_iterator'; did you mean
'gt_pointer_operator'?
gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code
code,
^~~~~~~~~~~~~~~~~~~~
gt_pointer_operator
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2654:33:
error: unknown type name 'gimple_stmt_iterator'; did you mean
'gt_pointer_operator'?
gimple_assign_set_rhs_with_ops (gimple_stmt_iterator *gsi, enum tree_code
code,
^~~~~~~~~~~~~~~~~~~~
gt_pointer_operator
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2663:41:
error: unknown type name 'gassign'
gimple_assign_nontemporal_move_p (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_nontemporal_move_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2665:12:
error: request for member 'nontemporal_move' in something not a structure or
union
return gs->nontemporal_move;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2671:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_nontemporal_move (gimple *gs, bool nontemporal)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2683:31:
error: unknown type name 'gassign'
gimple_assign_rhs_code (const gassign *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2685:44:
error: request for member 'subcode' in something not a structure or union
enum tree_code code = (enum tree_code) gs->subcode;
^~
In file included from conftest.c:99:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2690:25:
error: request for member 'op' in something not a structure or union
code = TREE_CODE (gs->op[1]);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/tree.h:250:44: note: in
definition of macro 'TREE_CODE'
#define TREE_CODE(NODE) ((enum tree_code) (NODE)->base.code)
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2696:31:
error: unknown type name 'gimple'
gimple_assign_rhs_code (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2696:1: error:
redefinition of 'gimple_assign_rhs_code'
gimple_assign_rhs_code (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2683:1: note:
previous definition of 'gimple_assign_rhs_code' was here
gimple_assign_rhs_code (const gassign *gs)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_assign_rhs_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2698:9: error:
unknown type name 'gassign'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2698:24:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2698:38:
error: expected expression before 'const'
const gassign *ass = GIMPLE_CHECK2<const gassign *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2707:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_assign_set_rhs_code (gimple *s, enum tree_code code)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2719:32:
error: unknown type name 'gimple'
gimple_assign_rhs_class (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2731:31:
error: unknown type name 'gimple'
gimple_assign_single_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2740:23:
error: unknown type name 'gimple'
gimple_store_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2749:29:
error: unknown type name 'gimple'
gimple_assign_load_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2766:29:
error: unknown type name 'gimple'
gimple_assign_cast_p (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2782:25:
error: unknown type name 'gimple'
gimple_clobber_p (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2791:23:
error: unknown type name 'gimple'
is_gimple_call (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2799:24:
error: unknown type name 'gcall'
gimple_call_lhs (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2801:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2805:24:
error: unknown type name 'gimple'
gimple_call_lhs (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2805:1: error:
redefinition of 'gimple_call_lhs'
gimple_call_lhs (const gimple *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2799:1: note:
previous definition of 'gimple_call_lhs' was here
gimple_call_lhs (const gcall *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2807:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2807:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2807:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2815:22:
error: unknown type name 'gcall'
gimple_call_lhs_ptr (gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2821:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_lhs_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2831:22:
error: unknown type name 'gcall'
gimple_call_set_lhs (gcall *gs, tree lhs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2839:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_set_lhs (gimple *gs, tree lhs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2850:31:
error: unknown type name 'gcall'
gimple_call_internal_p (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_internal_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2852:13:
error: request for member 'subcode' in something not a structure or union
return (gs->subcode & GF_CALL_INTERNAL) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2856:31:
error: unknown type name 'gimple'
gimple_call_internal_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2856:1: error:
redefinition of 'gimple_call_internal_p'
gimple_call_internal_p (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2850:1: note:
previous definition of 'gimple_call_internal_p' was here
gimple_call_internal_p (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_internal_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2858:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2858:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2858:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2867:34:
error: unknown type name 'gcall'
gimple_call_with_bounds_p (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_with_bounds_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2869:13:
error: request for member 'subcode' in something not a structure or union
return (gs->subcode & GF_CALL_WITH_BOUNDS) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2873:34:
error: unknown type name 'gimple'
gimple_call_with_bounds_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2873:1: error:
redefinition of 'gimple_call_with_bounds_p'
gimple_call_with_bounds_p (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2867:1: note:
previous definition of 'gimple_call_with_bounds_p' was here
gimple_call_with_bounds_p (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_with_bounds_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2875:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2875:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2875:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2884:30:
error: unknown type name 'gcall'
gimple_call_set_with_bounds (gcall *gs, bool with_bounds)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2893:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_set_with_bounds (gimple *gs, bool with_bounds)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2903:32:
error: unknown type name 'gcall'
gimple_call_internal_fn (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_internal_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2906:12:
error: request for member 'u' in something not a structure or union
return gs->u.internal_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2910:32:
error: unknown type name 'gimple'
gimple_call_internal_fn (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2910:1: error:
redefinition of 'gimple_call_internal_fn'
gimple_call_internal_fn (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2903:1: note:
previous definition of 'gimple_call_internal_fn' was here
gimple_call_internal_fn (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_internal_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2912:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2912:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2912:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2919:38:
error: unknown type name 'gcall'
gimple_call_internal_unique_p (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2925:38:
error: unknown type name 'gimple'
gimple_call_internal_unique_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2925:1: error:
redefinition of 'gimple_call_internal_unique_p'
gimple_call_internal_unique_p (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2919:1: note:
previous definition of 'gimple_call_internal_unique_p' was here
gimple_call_internal_unique_p (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_internal_unique_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2927:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2927:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2927:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2934:31:
error: unknown type name 'gimple'
gimple_call_internal_p (const gimple *gs, internal_fn fn)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2934:43:
error: unknown type name 'internal_fn'
gimple_call_internal_p (const gimple *gs, internal_fn fn)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2945:32:
error: unknown type name 'gcall'
gimple_call_set_ctrl_altering (gcall *s, bool ctrl_altering_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2954:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_set_ctrl_altering (gimple *s, bool ctrl_altering_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2964:36:
error: unknown type name 'gcall'
gimple_call_ctrl_altering_p (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_ctrl_altering_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2966:13:
error: request for member 'subcode' in something not a structure or union
return (gs->subcode & GF_CALL_CTRL_ALTERING) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2970:36:
error: unknown type name 'gimple'
gimple_call_ctrl_altering_p (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2970:1: error:
redefinition of 'gimple_call_ctrl_altering_p'
gimple_call_ctrl_altering_p (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2964:1: note:
previous definition of 'gimple_call_ctrl_altering_p' was here
gimple_call_ctrl_altering_p (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_ctrl_altering_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2972:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2972:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2972:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2980:27:
error: unknown type name 'gcall'
gimple_call_fntype (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_fntype':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2984:12:
error: request for member 'u' in something not a structure or union
return gs->u.fntype;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2988:27:
error: unknown type name 'gimple'
gimple_call_fntype (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2988:1: error:
redefinition of 'gimple_call_fntype'
gimple_call_fntype (const gimple *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2980:1: note:
previous definition of 'gimple_call_fntype' was here
gimple_call_fntype (const gcall *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_fntype':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2990:9: error:
unknown type name 'gcall'
const gcall *call_stmt = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2990:28:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *call_stmt = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2990:42:
error: expected expression before 'const'
const gcall *call_stmt = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:2997:25:
error: unknown type name 'gcall'
gimple_call_set_fntype (gcall *call_stmt, tree fntype)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3008:23:
error: unknown type name 'gcall'
gimple_call_fn (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3010:12:
error: request for member 'op' in something not a structure or union
return gs->op[1];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3014:23:
error: unknown type name 'gimple'
gimple_call_fn (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3014:1: error:
redefinition of 'gimple_call_fn'
gimple_call_fn (const gimple *gs)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3008:1: note:
previous definition of 'gimple_call_fn' was here
gimple_call_fn (const gcall *gs)
^~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3016:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3016:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3016:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3024:21:
error: unknown type name 'gcall'
gimple_call_fn_ptr (gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3030:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_fn_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3040:21:
error: unknown type name 'gcall'
gimple_call_set_fn (gcall *gs, tree fn)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3050:25:
error: unknown type name 'gcall'
gimple_call_set_fndecl (gcall *gs, tree decl)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3058:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_set_fndecl (gimple *gs, tree decl)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3068:30:
error: unknown type name 'gcall'
gimple_call_set_internal_fn (gcall *call_stmt, enum internal_fn fn)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3080:27:
error: unknown type name 'gcall'
gimple_call_fndecl (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3086:27:
error: unknown type name 'gimple'
gimple_call_fndecl (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3086:1: error:
redefinition of 'gimple_call_fndecl'
gimple_call_fndecl (const gimple *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3080:1: note:
previous definition of 'gimple_call_fndecl' was here
gimple_call_fndecl (const gcall *gs)
^~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_fndecl':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3088:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3088:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3088:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3096:32:
error: unknown type name 'gcall'
gimple_call_return_type (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3112:26:
error: unknown type name 'gcall'
gimple_call_chain (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_chain':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3114:12:
error: request for member 'op' in something not a structure or union
return gs->op[2];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3118:26:
error: unknown type name 'gimple'
gimple_call_chain (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3118:1: error:
redefinition of 'gimple_call_chain'
gimple_call_chain (const gimple *gs)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3112:1: note:
previous definition of 'gimple_call_chain' was here
gimple_call_chain (const gcall *gs)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_chain':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3120:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3120:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3120:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3128:24:
error: unknown type name 'gcall'
gimple_call_chain_ptr (gcall *call_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3136:24:
error: unknown type name 'gcall'
gimple_call_set_chain (gcall *call_stmt, tree chain)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3145:29:
error: unknown type name 'gcall'
gimple_call_num_args (const gcall *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3151:29:
error: unknown type name 'gimple'
gimple_call_num_args (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3151:1: error:
redefinition of 'gimple_call_num_args'
gimple_call_num_args (const gimple *gs)
^~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3145:1: note:
previous definition of 'gimple_call_num_args' was here
gimple_call_num_args (const gcall *gs)
^~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_num_args':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3153:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3153:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3153:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3161:24:
error: unknown type name 'gcall'
gimple_call_arg (const gcall *gs, unsigned index)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3164:12:
error: request for member 'op' in something not a structure or union
return gs->op[index + 3];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3168:24:
error: unknown type name 'gimple'
gimple_call_arg (const gimple *gs, unsigned index)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3168:1: error:
redefinition of 'gimple_call_arg'
gimple_call_arg (const gimple *gs, unsigned index)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3161:1: note:
previous definition of 'gimple_call_arg' was here
gimple_call_arg (const gcall *gs, unsigned index)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3170:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3170:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3170:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3179:22:
error: unknown type name 'gcall'
gimple_call_arg_ptr (gcall *gs, unsigned index)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3186:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_arg_ptr (gimple *gs, unsigned index)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3196:22:
error: unknown type name 'gcall'
gimple_call_set_arg (gcall *gs, unsigned index, tree arg)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3203:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_call_set_arg (gimple *gs, unsigned index, tree arg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3215:23:
error: unknown type name 'gcall'
gimple_call_set_tail (gcall *s, bool tail_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3227:21:
error: unknown type name 'gcall'
gimple_call_tail_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3235:28:
error: unknown type name 'gcall'
gimple_call_set_must_tail (gcall *s, bool must_tail_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3247:32:
error: unknown type name 'gcall'
gimple_call_must_tail_p (const gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_must_tail_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3249:12:
error: request for member 'subcode' in something not a structure or union
return (s->subcode & GF_CALL_MUST_TAIL_CALL) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3257:34:
error: unknown type name 'gcall'
gimple_call_set_return_slot_opt (gcall *s, bool return_slot_opt_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3269:32:
error: unknown type name 'gcall'
gimple_call_return_slot_opt_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3279:29:
error: unknown type name 'gcall'
gimple_call_set_from_thunk (gcall *s, bool from_thunk_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3291:27:
error: unknown type name 'gcall'
gimple_call_from_thunk_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3301:30:
error: unknown type name 'gcall'
gimple_call_set_va_arg_pack (gcall *s, bool pass_arg_pack_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3314:28:
error: unknown type name 'gcall'
gimple_call_va_arg_pack_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3323:31:
error: unknown type name 'gcall'
gimple_call_noreturn_p (const gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3329:31:
error: unknown type name 'gimple'
gimple_call_noreturn_p (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3329:1: error:
redefinition of 'gimple_call_noreturn_p'
gimple_call_noreturn_p (const gimple *s)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3323:1: note:
previous definition of 'gimple_call_noreturn_p' was here
gimple_call_noreturn_p (const gcall *s)
^~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_call_noreturn_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3331:9: error:
unknown type name 'gcall'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (s);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3331:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcall *gc = GIMPLE_CHECK2<const gcall *> (s);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3331:35:
error: expected expression before 'const'
const gcall *gc = GIMPLE_CHECK2<const gcall *> (s);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3340:26:
error: unknown type name 'gcall'
gimple_call_set_nothrow (gcall *s, bool nothrow_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3351:24:
error: unknown type name 'gcall'
gimple_call_nothrow_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3362:33:
error: unknown type name 'gcall'
gimple_call_set_alloca_for_var (gcall *s, bool for_var)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3373:31:
error: unknown type name 'gcall'
gimple_call_alloca_for_var_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3382:32:
error: unknown type name 'gcall'
gimple_call_set_by_descriptor (gcall *s, bool by_descriptor_p)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3393:30:
error: unknown type name 'gcall'
gimple_call_by_descriptor_p (gcall *s)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3401:25:
error: unknown type name 'gcall'
gimple_call_copy_flags (gcall *dest_call, gcall *orig_call)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3401:43:
error: unknown type name 'gcall'
gimple_call_copy_flags (gcall *dest_call, gcall *orig_call)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3411:22:
error: unknown type name 'gcall'
gimple_call_use_set (gcall *call_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3421:26:
error: unknown type name 'gcall'
gimple_call_clobber_set (gcall *call_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3431:17:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_has_lhs (gimple *stmt)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3444:25:
error: unknown type name 'gcond'
gimple_cond_code (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3446:29:
error: request for member 'subcode' in something not a structure or union
return (enum tree_code) gs->subcode;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3450:25:
error: unknown type name 'gimple'
gimple_cond_code (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3450:1: error:
redefinition of 'gimple_cond_code'
gimple_cond_code (const gimple *gs)
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3444:1: note:
previous definition of 'gimple_cond_code' was here
gimple_cond_code (const gcond *gs)
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_code':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3452:9: error:
unknown type name 'gcond'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3452:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3452:35:
error: expected expression before 'const'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3460:23:
error: unknown type name 'gcond'
gimple_cond_set_code (gcond *gs, enum tree_code code)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3469:24:
error: unknown type name 'gcond'
gimple_cond_lhs (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3471:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3475:24:
error: unknown type name 'gimple'
gimple_cond_lhs (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3475:1: error:
redefinition of 'gimple_cond_lhs'
gimple_cond_lhs (const gimple *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3469:1: note:
previous definition of 'gimple_cond_lhs' was here
gimple_cond_lhs (const gcond *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3477:9: error:
unknown type name 'gcond'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3477:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3477:35:
error: expected expression before 'const'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3485:22:
error: unknown type name 'gcond'
gimple_cond_lhs_ptr (gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3494:22:
error: unknown type name 'gcond'
gimple_cond_set_lhs (gcond *gs, tree lhs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3503:24:
error: unknown type name 'gcond'
gimple_cond_rhs (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_rhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3505:12:
error: request for member 'op' in something not a structure or union
return gs->op[1];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3509:24:
error: unknown type name 'gimple'
gimple_cond_rhs (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3509:1: error:
redefinition of 'gimple_cond_rhs'
gimple_cond_rhs (const gimple *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3503:1: note:
previous definition of 'gimple_cond_rhs' was here
gimple_cond_rhs (const gcond *gs)
^~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_rhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3511:9: error:
unknown type name 'gcond'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3511:21:
error: 'GIMPLE_CHECK2' undeclared (first use in this function); did you mean
'GIMPLE_CHECK'?
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~~~~~~~~~
GIMPLE_CHECK
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3511:35:
error: expected expression before 'const'
const gcond *gc = GIMPLE_CHECK2<const gcond *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3519:22:
error: unknown type name 'gcond'
gimple_cond_rhs_ptr (gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3529:22:
error: unknown type name 'gcond'
gimple_cond_set_rhs (gcond *gs, tree rhs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3539:31:
error: unknown type name 'gcond'
gimple_cond_true_label (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_true_label':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3541:12:
error: request for member 'op' in something not a structure or union
return gs->op[2];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3549:29:
error: unknown type name 'gcond'
gimple_cond_set_true_label (gcond *gs, tree label)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3559:30:
error: unknown type name 'gcond'
gimple_cond_set_false_label (gcond *gs, tree label)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3569:32:
error: unknown type name 'gcond'
gimple_cond_false_label (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_cond_false_label':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3571:12:
error: request for member 'op' in something not a structure or union
return gs->op[3];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3578:25:
error: unknown type name 'gcond'
gimple_cond_make_false (gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3589:24:
error: unknown type name 'gcond'
gimple_cond_make_true (gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3600:27:
error: unknown type name 'gcond'
gimple_cond_true_p (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3625:28:
error: unknown type name 'gcond'
gimple_cond_false_p (const gcond *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3649:28:
error: unknown type name 'gcond'
gimple_cond_set_condition (gcond *stmt, enum tree_code code, tree lhs,
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3660:27:
error: unknown type name 'glabel'
gimple_label_label (const glabel *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_label_label':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3662:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3670:25:
error: unknown type name 'glabel'
gimple_label_set_label (glabel *gs, tree label)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3679:25:
error: unknown type name 'gimple'
gimple_goto_dest (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3689:23:
error: unknown type name 'ggoto'
gimple_goto_set_dest (ggoto *gs, tree dest)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3698:25:
error: unknown type name 'gbind'
gimple_bind_vars (const gbind *bind_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_bind_vars':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3700:19:
error: request for member 'vars' in something not a structure or union
return bind_stmt->vars;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3708:23:
error: unknown type name 'gbind'
gimple_bind_set_vars (gbind *bind_stmt, tree vars)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3718:26:
error: unknown type name 'gbind'
gimple_bind_append_vars (gbind *bind_stmt, tree vars)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3725:23:
error: unknown type name 'gbind'
gimple_bind_body_ptr (gbind *bind_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3733:19:
error: unknown type name 'gbind'
gimple_bind_body (gbind *gs)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3743:23:
error: unknown type name 'gbind'
gimple_bind_set_body (gbind *bind_stmt, gimple_seq seq)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3752:23:
error: unknown type name 'gbind'
gimple_bind_add_stmt (gbind *bind_stmt, gimple *stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3752:41:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_bind_add_stmt (gbind *bind_stmt, gimple *stmt)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3761:22:
error: unknown type name 'gbind'
gimple_bind_add_seq (gbind *bind_stmt, gimple_seq seq)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3771:26:
error: unknown type name 'gbind'
gimple_bind_block (const gbind *bind_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_bind_block':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3773:19:
error: request for member 'block' in something not a structure or union
return bind_stmt->block;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3781:24:
error: unknown type name 'gbind'
gimple_bind_set_block (gbind *bind_stmt, tree block)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3792:27:
error: unknown type name 'gasm'
gimple_asm_ninputs (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_ninputs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3794:18:
error: request for member 'ni' in something not a structure or union
return asm_stmt->ni;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3801:28:
error: unknown type name 'gasm'
gimple_asm_noutputs (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_noutputs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3803:18:
error: request for member 'no' in something not a structure or union
return asm_stmt->no;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3810:29:
error: unknown type name 'gasm'
gimple_asm_nclobbers (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_nclobbers':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3812:18:
error: request for member 'nc' in something not a structure or union
return asm_stmt->nc;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3818:27:
error: unknown type name 'gasm'
gimple_asm_nlabels (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_nlabels':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3820:18:
error: request for member 'nl' in something not a structure or union
return asm_stmt->nl;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3826:28:
error: unknown type name 'gasm'
gimple_asm_input_op (const gasm *asm_stmt, unsigned index)
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_input_op':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3828:47:
error: request for member 'ni' in something not a structure or union
gcc_gimple_checking_assert (index < asm_stmt->ni);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3829:18:
error: request for member 'op' in something not a structure or union
return asm_stmt->op[index + asm_stmt->no];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3829:39:
error: request for member 'no' in something not a structure or union
return asm_stmt->op[index + asm_stmt->no];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3835:26:
error: unknown type name 'gasm'
gimple_asm_set_input_op (gasm *asm_stmt, unsigned index, tree in_op)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3846:29:
error: unknown type name 'gasm'
gimple_asm_output_op (const gasm *asm_stmt, unsigned index)
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_output_op':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3848:47:
error: request for member 'no' in something not a structure or union
gcc_gimple_checking_assert (index < asm_stmt->no);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3849:18:
error: request for member 'op' in something not a structure or union
return asm_stmt->op[index];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3855:27:
error: unknown type name 'gasm'
gimple_asm_set_output_op (gasm *asm_stmt, unsigned index, tree out_op)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3866:30:
error: unknown type name 'gasm'
gimple_asm_clobber_op (const gasm *asm_stmt, unsigned index)
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_clobber_op':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3868:47:
error: request for member 'nc' in something not a structure or union
gcc_gimple_checking_assert (index < asm_stmt->nc);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3869:18:
error: request for member 'op' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->no];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3869:39:
error: request for member 'ni' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->no];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3869:54:
error: request for member 'no' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->no];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3876:28:
error: unknown type name 'gasm'
gimple_asm_set_clobber_op (gasm *asm_stmt, unsigned index, tree clobber_op)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3886:28:
error: unknown type name 'gasm'
gimple_asm_label_op (const gasm *asm_stmt, unsigned index)
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_label_op':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3888:47:
error: request for member 'nl' in something not a structure or union
gcc_gimple_checking_assert (index < asm_stmt->nl);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3889:18:
error: request for member 'op' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->nc];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3889:39:
error: request for member 'ni' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->nc];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3889:54:
error: request for member 'nc' in something not a structure or union
return asm_stmt->op[index + asm_stmt->ni + asm_stmt->nc];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3895:26:
error: unknown type name 'gasm'
gimple_asm_set_label_op (gasm *asm_stmt, unsigned index, tree label_op)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3906:26:
error: unknown type name 'gasm'
gimple_asm_string (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_string':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3908:18:
error: request for member 'string' in something not a structure or union
return asm_stmt->string;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3915:30:
error: unknown type name 'gasm'
gimple_asm_volatile_p (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_volatile_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3917:19:
error: request for member 'subcode' in something not a structure or union
return (asm_stmt->subcode & GF_ASM_VOLATILE) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3924:26:
error: unknown type name 'gasm'
gimple_asm_set_volatile (gasm *asm_stmt, bool volatile_p)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3936:23:
error: unknown type name 'gasm'
gimple_asm_set_input (gasm *asm_stmt, bool input_p)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3948:27:
error: unknown type name 'gasm'
gimple_asm_input_p (const gasm *asm_stmt)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_asm_input_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3950:19:
error: request for member 'subcode' in something not a structure or union
return (asm_stmt->subcode & GF_ASM_INPUT) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3957:27:
error: unknown type name 'gcatch'
gimple_catch_types (const gcatch *catch_stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_catch_types':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3959:20:
error: request for member 'types' in something not a structure or union
return catch_stmt->types;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3966:25:
error: unknown type name 'gcatch'; did you mean 'getc'?
gimple_catch_types_ptr (gcatch *catch_stmt)
^~~~~~
getc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3976:27:
error: unknown type name 'gcatch'; did you mean 'getc'?
gimple_catch_handler_ptr (gcatch *catch_stmt)
^~~~~~
getc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3986:23:
error: unknown type name 'gcatch'; did you mean 'getc'?
gimple_catch_handler (gcatch *catch_stmt)
^~~~~~
getc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:3995:25:
error: unknown type name 'gcatch'; did you mean 'getc'?
gimple_catch_set_types (gcatch *catch_stmt, tree t)
^~~~~~
getc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4004:27:
error: unknown type name 'gcatch'; did you mean 'getc'?
gimple_catch_set_handler (gcatch *catch_stmt, gimple_seq handler)
^~~~~~
getc
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4013:31:
error: unknown type name 'gimple'
gimple_eh_filter_types (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_eh_filter_types':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4015:9: error:
unknown type name 'geh_filter'
const geh_filter *eh_filter_stmt = as_a <const geh_filter *> (gs);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4015:38:
error: 'as_a' undeclared (first use in this function)
const geh_filter *eh_filter_stmt = as_a <const geh_filter *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4015:44:
error: expected expression before 'const'
const geh_filter *eh_filter_stmt = as_a <const geh_filter *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4016:24:
error: request for member 'types' in something not a structure or union
return eh_filter_stmt->types;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4024:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_eh_filter_types_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4035:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_eh_filter_failure_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4046:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_eh_filter_failure (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4056:29:
error: unknown type name 'geh_filter'
gimple_eh_filter_set_types (geh_filter *eh_filter_stmt, tree types)
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4066:31:
error: unknown type name 'geh_filter'
gimple_eh_filter_set_failure (geh_filter *eh_filter_stmt,
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4075:34:
error: unknown type name 'geh_mnt'
gimple_eh_must_not_throw_fndecl (geh_mnt *eh_mnt_stmt)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4083:38:
error: unknown type name 'geh_mnt'
gimple_eh_must_not_throw_set_fndecl (geh_mnt *eh_mnt_stmt,
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4092:28:
error: unknown type name 'geh_else'
gimple_eh_else_n_body_ptr (geh_else *eh_else_stmt)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4098:24:
error: unknown type name 'geh_else'
gimple_eh_else_n_body (geh_else *eh_else_stmt)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4104:28:
error: unknown type name 'geh_else'
gimple_eh_else_e_body_ptr (geh_else *eh_else_stmt)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4110:24:
error: unknown type name 'geh_else'
gimple_eh_else_e_body (geh_else *eh_else_stmt)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4116:28:
error: unknown type name 'geh_else'
gimple_eh_else_set_n_body (geh_else *eh_else_stmt, gimple_seq seq)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4122:28:
error: unknown type name 'geh_else'
gimple_eh_else_set_e_body (geh_else *eh_else_stmt, gimple_seq seq)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4133:24:
error: unknown type name 'gimple'
gimple_try_kind (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_try_kind':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4136:37:
error: request for member 'subcode' in something not a structure or union
return (enum gimple_try_flags) (gs->subcode & GIMPLE_TRY_KIND);
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4143:22:
error: unknown type name 'gtry'
gimple_try_set_kind (gtry *gs, enum gimple_try_flags kind)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4155:36:
error: unknown type name 'gimple'
gimple_try_catch_is_cleanup (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_try_catch_is_cleanup':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4158:13:
error: request for member 'subcode' in something not a structure or union
return (gs->subcode & GIMPLE_TRY_CATCH_IS_CLEANUP) != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4166:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_try_eval_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4176:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_try_eval (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4186:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_try_cleanup_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4197:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_try_cleanup (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4206:34:
error: unknown type name 'gtry'
gimple_try_set_catch_is_cleanup (gtry *g, bool catch_is_cleanup)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4220:22:
error: unknown type name 'gtry'
gimple_try_set_eval (gtry *try_stmt, gimple_seq eval)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4230:25:
error: unknown type name 'gtry'
gimple_try_set_cleanup (gtry *try_stmt, gimple_seq cleanup)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4239:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_wce_cleanup_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4249:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_wce_cleanup (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4258:25:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_wce_set_cleanup (gimple *gs, gimple_seq cleanup)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4268:35:
error: unknown type name 'gimple'
gimple_wce_cleanup_eh_only (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_wce_cleanup_eh_only':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4271:12:
error: request for member 'subcode' in something not a structure or union
return gs->subcode != 0;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4278:33:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_wce_set_cleanup_eh_only (gimple *gs, bool eh_only_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4288:28:
error: unknown type name 'gimple'
gimple_phi_capacity (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_phi_capacity':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4290:9: error:
unknown type name 'gphi'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4290:26:
error: 'as_a' undeclared (first use in this function)
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4290:32:
error: expected expression before 'const'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4291:18:
error: request for member 'capacity' in something not a structure or union
return phi_stmt->capacity;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4300:28:
error: unknown type name 'gimple'
gimple_phi_num_args (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_phi_num_args':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4302:9: error:
unknown type name 'gphi'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4302:26:
error: 'as_a' undeclared (first use in this function)
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4302:32:
error: expected expression before 'const'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4303:18:
error: request for member 'nargs' in something not a structure or union
return phi_stmt->nargs;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4310:26:
error: unknown type name 'gimple'
gimple_phi_result (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_phi_result':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4312:9: error:
unknown type name 'gphi'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4312:26:
error: 'as_a' undeclared (first use in this function)
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4312:32:
error: expected expression before 'const'
const gphi *phi_stmt = as_a <const gphi *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4313:18:
error: request for member 'result' in something not a structure or union
return phi_stmt->result;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4319:24:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_phi_result_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4328:24:
error: unknown type name 'gphi'
gimple_phi_set_result (gphi *phi, tree result)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4340:17:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_phi_arg (gimple *gs, unsigned index)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4351:21:
error: unknown type name 'gphi'
gimple_phi_set_arg (gphi *phi, unsigned index, struct phi_arg_d * phiarg)
^~~~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'phi_nodes':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4363:28:
error: 'const struct basic_block_def' has no member named 'flags'
gcc_checking_assert (!(bb->flags & BB_RTL));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:744:49: note:
in definition of macro 'gcc_checking_assert'
#define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4364:12:
error: 'const struct basic_block_def' has no member named 'il'
return bb->il.gimple.phi_nodes;
^~
In file included from
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gcc-plugin.h:28:0,
from conftest.c:98:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'phi_nodes_ptr':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4372:28:
error: 'struct basic_block_def' has no member named 'flags'
gcc_checking_assert (!(bb->flags & BB_RTL));
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/system.h:744:49: note:
in definition of macro 'gcc_checking_assert'
#define gcc_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4373:13:
error: 'struct basic_block_def' has no member named 'il'
return &bb->il.gimple.phi_nodes;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4379:21:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_phi_arg_def (gimple *gs, size_t index)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4388:25:
error: unknown type name 'gphi'
gimple_phi_arg_def_ptr (gphi *phi, size_t index)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4396:22:
error: unknown type name 'gphi'
gimple_phi_arg_edge (gphi *phi, size_t i)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4404:26:
error: unknown type name 'gphi'
gimple_phi_arg_location (gphi *phi, size_t i)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4412:36:
error: unknown type name 'gphi'
gimple_phi_arg_location_from_edge (gphi *phi, edge e)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4420:30:
error: unknown type name 'gphi'
gimple_phi_arg_set_location (gphi *phi, size_t i, source_location loc)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4428:30:
error: unknown type name 'gphi'
gimple_phi_arg_has_location (gphi *phi, size_t i)
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4437:27:
error: unknown type name 'gresx'
gimple_resx_region (const gresx *resx_stmt)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_resx_region':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4439:19:
error: request for member 'region' in something not a structure or union
return resx_stmt->region;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4445:25:
error: unknown type name 'gresx'
gimple_resx_set_region (gresx *resx_stmt, int region)
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4453:34:
error: unknown type name 'geh_dispatch'
gimple_eh_dispatch_region (const geh_dispatch *eh_dispatch_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_eh_dispatch_region':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4455:26:
error: request for member 'region' in something not a structure or union
return eh_dispatch_stmt->region;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4462:32:
error: unknown type name 'geh_dispatch'
gimple_eh_dispatch_set_region (geh_dispatch *eh_dispatch_stmt, int region)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4470:33:
error: unknown type name 'gswitch'
gimple_switch_num_labels (const gswitch *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4483:31:
error: unknown type name 'gswitch'
gimple_switch_set_num_labels (gswitch *g, unsigned nlabels)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4493:28:
error: unknown type name 'gswitch'
gimple_switch_index (const gswitch *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_switch_index':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4495:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4502:26:
error: unknown type name 'gswitch'
gimple_switch_index_ptr (gswitch *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4511:26:
error: unknown type name 'gswitch'
gimple_switch_set_index (gswitch *gs, tree index)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4522:28:
error: unknown type name 'gswitch'
gimple_switch_label (const gswitch *gs, unsigned index)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_switch_label':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4525:12:
error: request for member 'op' in something not a structure or union
return gs->op[index + 1];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4531:26:
error: unknown type name 'gswitch'
gimple_switch_set_label (gswitch *gs, unsigned index, tree label)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4542:36:
error: unknown type name 'gswitch'
gimple_switch_default_label (const gswitch *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4552:34:
error: unknown type name 'gswitch'
gimple_switch_set_default_label (gswitch *gs, tree label)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4561:24:
error: unknown type name 'gimple'
is_gimple_debug (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4569:28:
error: unknown type name 'gimple'
gimple_debug_bind_p (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_debug_bind_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4572:13:
error: request for member 'subcode' in something not a structure or union
return s->subcode == GIMPLE_DEBUG_BIND;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4580:28:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_get_var (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4591:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_get_value (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4602:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_get_value_ptr (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4612:28:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_set_var (gimple *dbg, tree var)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4623:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_set_value (gimple *dbg, tree value)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4638:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_reset_value (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4649:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_bind_has_value_p (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4661:35:
error: unknown type name 'gimple'
gimple_debug_source_bind_p (const gimple *s)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_debug_source_bind_p':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4664:13:
error: request for member 'subcode' in something not a structure or union
return s->subcode == GIMPLE_DEBUG_SOURCE_BIND;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4672:35:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_source_bind_get_var (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4683:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_source_bind_get_value (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4694:41:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_source_bind_get_value_ptr (gimple *dbg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4704:35:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_source_bind_set_var (gimple *dbg, tree var)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4715:37:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_debug_source_bind_set_value (gimple *dbg, tree value)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4725:19:
error: unknown type name 'gimple'
get_lineno (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4742:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_body_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4750:18:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_body (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4758:22:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_set_body (gimple *gs, gimple_seq body)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4767:33:
error: unknown type name 'gomp_critical'
gimple_omp_critical_name (const gomp_critical *crit_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_critical_name':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4769:19:
error: request for member 'name' in something not a structure or union
return crit_stmt->name;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4777:31:
error: unknown type name 'gomp_critical'
gimple_omp_critical_name_ptr (gomp_critical *crit_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4787:31:
error: unknown type name 'gomp_critical'
gimple_omp_critical_set_name (gomp_critical *crit_stmt, tree name)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4796:36:
error: unknown type name 'gomp_critical'
gimple_omp_critical_clauses (const gomp_critical *crit_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_critical_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4798:19:
error: request for member 'clauses' in something not a structure or union
return crit_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4806:34:
error: unknown type name 'gomp_critical'
gimple_omp_critical_clauses_ptr (gomp_critical *crit_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4816:34:
error: unknown type name 'gomp_critical'
gimple_omp_critical_set_clauses (gomp_critical *crit_stmt, tree clauses)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4825:35:
error: unknown type name 'gomp_ordered'
gimple_omp_ordered_clauses (const gomp_ordered *ord_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_ordered_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4827:18:
error: request for member 'clauses' in something not a structure or union
return ord_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4835:33:
error: unknown type name 'gomp_ordered'; did you mean 'gmp_errno'?
gimple_omp_ordered_clauses_ptr (gomp_ordered *ord_stmt)
^~~~~~~~~~~~
gmp_errno
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4845:33:
error: unknown type name 'gomp_ordered'; did you mean 'gmp_errno'?
gimple_omp_ordered_set_clauses (gomp_ordered *ord_stmt, tree clauses)
^~~~~~~~~~~~
gmp_errno
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4854:28:
error: unknown type name 'gimple'
gimple_omp_for_kind (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4864:26:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_kind (gomp_for *g, int kind)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4875:34:
error: unknown type name 'gimple'
gimple_omp_for_combined_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4886:32:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_combined_p (gomp_for *g, bool combined_p)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4899:39:
error: unknown type name 'gimple'
gimple_omp_for_combined_into_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4910:37:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_combined_into_p (gomp_for *g, bool combined_p)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4922:31:
error: unknown type name 'gimple'
gimple_omp_for_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4924:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4924:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4924:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4925:22:
error: request for member 'clauses' in something not a structure or union
return omp_for_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4933:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4944:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_clauses (gimple *gs, tree clauses)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4954:26:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_collapse (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4964:28:
error: unknown type name 'gimple'
gimple_omp_for_cond (const gimple *gs, size_t i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_cond':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4966:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4966:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4966:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4967:47:
error: request for member 'collapse' in something not a structure or union
gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4968:22:
error: request for member 'iter' in something not a structure or union
return omp_for_stmt->iter[i].cond;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4975:26:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_cond (gimple *gs, size_t i, enum tree_code cond)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4987:29:
error: unknown type name 'gimple'
gimple_omp_for_index (const gimple *gs, size_t i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_index':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4989:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4989:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4989:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4990:47:
error: request for member 'collapse' in something not a structure or union
gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4991:22:
error: request for member 'iter' in something not a structure or union
return omp_for_stmt->iter[i].index;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:4998:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_index_ptr (gimple *gs, size_t i)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5009:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_index (gimple *gs, size_t i, tree index)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5020:31:
error: unknown type name 'gimple'
gimple_omp_for_initial (const gimple *gs, size_t i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_initial':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5022:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5022:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5022:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5023:47:
error: request for member 'collapse' in something not a structure or union
gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5024:22:
error: request for member 'iter' in something not a structure or union
return omp_for_stmt->iter[i].initial;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5031:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_initial_ptr (gimple *gs, size_t i)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5042:29:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_initial (gimple *gs, size_t i, tree initial)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5053:29:
error: unknown type name 'gimple'
gimple_omp_for_final (const gimple *gs, size_t i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_final':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5055:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5055:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5055:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5056:47:
error: request for member 'collapse' in something not a structure or union
gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5057:22:
error: request for member 'iter' in something not a structure or union
return omp_for_stmt->iter[i].final;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5064:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_final_ptr (gimple *gs, size_t i)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5075:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_final (gimple *gs, size_t i, tree final)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5086:28:
error: unknown type name 'gimple'
gimple_omp_for_incr (const gimple *gs, size_t i)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_for_incr':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5088:9: error:
unknown type name 'gomp_for'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5088:34:
error: 'as_a' undeclared (first use in this function)
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5088:40:
error: expected expression before 'const'
const gomp_for *omp_for_stmt = as_a <const gomp_for *> (gs);
^~~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5089:47:
error: request for member 'collapse' in something not a structure or union
gcc_gimple_checking_assert (i < omp_for_stmt->collapse);
^
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:97:56: note:
in definition of macro 'gcc_gimple_checking_assert'
#define gcc_gimple_checking_assert(EXPR) ((void)(0 && (EXPR)))
^~~~
In file included from conftest.c:100:0:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5090:22:
error: request for member 'iter' in something not a structure or union
return omp_for_stmt->iter[i].incr;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5097:26:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_incr_ptr (gimple *gs, size_t i)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5108:26:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_incr (gimple *gs, size_t i, tree incr)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5120:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_pre_body_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5131:26:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_pre_body (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5141:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_for_set_pre_body (gimple *gs, gimple_seq pre_body)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5150:34:
error: unknown type name 'gomp_for'
gimple_omp_for_grid_phony (const gomp_for *omp_for)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5160:32:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_grid_phony (gomp_for *omp_for, bool value)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5173:40:
error: unknown type name 'gomp_for'
gimple_omp_for_grid_intra_group (const gomp_for *omp_for)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5183:38:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_grid_intra_group (gomp_for *omp_for, bool value)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5197:39:
error: unknown type name 'gomp_for'
gimple_omp_for_grid_group_iter (const gomp_for *omp_for)
^~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5207:37:
error: unknown type name 'gomp_for'; did you mean 'mp_ptr'?
gimple_omp_for_set_grid_group_iter (gomp_for *omp_for, bool value)
^~~~~~~~
mp_ptr
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5220:36:
error: unknown type name 'gimple'
gimple_omp_parallel_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_parallel_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5222:9: error:
unknown type name 'gomp_parallel'
const gomp_parallel *omp_parallel_stmt = as_a <const gomp_parallel *> (gs);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5222:44:
error: 'as_a' undeclared (first use in this function)
const gomp_parallel *omp_parallel_stmt = as_a <const gomp_parallel *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5222:50:
error: expected expression before 'const'
const gomp_parallel *omp_parallel_stmt = as_a <const gomp_parallel *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5223:27:
error: request for member 'clauses' in something not a structure or union
return omp_parallel_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5230:34:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_clauses_ptr (gomp_parallel *omp_parallel_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5239:34:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_set_clauses (gomp_parallel *omp_parallel_stmt,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5249:37:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_child_fn (const gomp_parallel *omp_parallel_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_parallel_child_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5251:27:
error: request for member 'child_fn' in something not a structure or union
return omp_parallel_stmt->child_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5258:35:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_child_fn_ptr (gomp_parallel *omp_parallel_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5267:35:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_set_child_fn (gomp_parallel *omp_parallel_stmt,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5278:37:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_data_arg (const gomp_parallel *omp_parallel_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_parallel_data_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5280:27:
error: request for member 'data_arg' in something not a structure or union
return omp_parallel_stmt->data_arg;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5287:35:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_data_arg_ptr (gomp_parallel *omp_parallel_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5296:35:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_set_data_arg (gomp_parallel *omp_parallel_stmt,
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5305:39:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_grid_phony (const gomp_parallel *stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5313:37:
error: unknown type name 'gomp_parallel'
gimple_omp_parallel_set_grid_phony (gomp_parallel *stmt, bool value)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5324:32:
error: unknown type name 'gimple'
gimple_omp_task_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5326:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5326:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5326:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5327:23:
error: request for member 'clauses' in something not a structure or union
return omp_task_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5334:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5345:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_clauses (gimple *gs, tree clauses)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5356:35:
error: unknown type name 'gimple'
gimple_omp_task_taskloop_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5367:33:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_taskloop_p (gimple *g, bool taskloop_p)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5380:33:
error: unknown type name 'gimple'
gimple_omp_task_child_fn (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_child_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5382:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5382:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5382:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5383:23:
error: request for member 'child_fn' in something not a structure or union
return omp_task_stmt->child_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5390:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_child_fn_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5400:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_child_fn (gimple *gs, tree child_fn)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5411:33:
error: unknown type name 'gimple'
gimple_omp_task_data_arg (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_data_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5413:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5413:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5413:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5414:23:
error: request for member 'data_arg' in something not a structure or union
return omp_task_stmt->data_arg;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5421:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_data_arg_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5431:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_data_arg (gimple *gs, tree data_arg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5441:35:
error: unknown type name 'gimple'
gimple_omp_taskreg_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_taskreg_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5443:9: error:
unknown type name 'gimple_statement_omp_taskreg'
const gimple_statement_omp_taskreg *omp_taskreg_stmt
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5444:7: error:
'as_a' undeclared (first use in this function)
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5444:13:
error: expected expression before 'const'
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5445:26:
error: request for member 'clauses' in something not a structure or union
return omp_taskreg_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5452:33:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5464:33:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_set_clauses (gimple *gs, tree clauses)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5475:36:
error: unknown type name 'gimple'
gimple_omp_taskreg_child_fn (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_taskreg_child_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5477:9: error:
unknown type name 'gimple_statement_omp_taskreg'
const gimple_statement_omp_taskreg *omp_taskreg_stmt
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5478:7: error:
'as_a' undeclared (first use in this function)
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5478:13:
error: expected expression before 'const'
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5479:26:
error: request for member 'child_fn' in something not a structure or union
return omp_taskreg_stmt->child_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5486:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_child_fn_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5497:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_set_child_fn (gimple *gs, tree child_fn)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5509:36:
error: unknown type name 'gimple'
gimple_omp_taskreg_data_arg (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_taskreg_data_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5511:9: error:
unknown type name 'gimple_statement_omp_taskreg'
const gimple_statement_omp_taskreg *omp_taskreg_stmt
^~~~~~~~~~~~~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5512:7: error:
'as_a' undeclared (first use in this function)
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5512:13:
error: expected expression before 'const'
= as_a <const gimple_statement_omp_taskreg *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5513:26:
error: request for member 'data_arg' in something not a structure or union
return omp_taskreg_stmt->data_arg;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5520:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_data_arg_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5531:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_taskreg_set_data_arg (gimple *gs, tree data_arg)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5542:32:
error: unknown type name 'gimple'
gimple_omp_task_copy_fn (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_copy_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5544:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5544:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5544:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5545:23:
error: request for member 'copy_fn' in something not a structure or union
return omp_task_stmt->copy_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5552:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_copy_fn_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5562:30:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_copy_fn (gimple *gs, tree copy_fn)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5572:33:
error: unknown type name 'gimple'
gimple_omp_task_arg_size (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_arg_size':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5574:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5574:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5574:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5575:23:
error: request for member 'arg_size' in something not a structure or union
return omp_task_stmt->arg_size;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5582:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_arg_size_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5592:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_arg_size (gimple *gs, tree arg_size)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5602:34:
error: unknown type name 'gimple'
gimple_omp_task_arg_align (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_task_arg_align':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5604:9: error:
unknown type name 'gomp_task'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5604:36:
error: 'as_a' undeclared (first use in this function)
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5604:42:
error: expected expression before 'const'
const gomp_task *omp_task_stmt = as_a <const gomp_task *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5605:23:
error: request for member 'arg_align' in something not a structure or union
return omp_task_stmt->arg_align;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5612:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_arg_align_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5622:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_task_set_arg_align (gimple *gs, tree arg_align)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5632:34:
error: unknown type name 'gimple'
gimple_omp_single_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_single_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5634:9: error:
unknown type name 'gomp_single'
const gomp_single *omp_single_stmt = as_a <const gomp_single *> (gs);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5634:40:
error: 'as_a' undeclared (first use in this function)
const gomp_single *omp_single_stmt = as_a <const gomp_single *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5634:46:
error: expected expression before 'const'
const gomp_single *omp_single_stmt = as_a <const gomp_single *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5635:25:
error: request for member 'clauses' in something not a structure or union
return omp_single_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5642:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_single_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5652:32:
error: unknown type name 'gomp_single'
gimple_omp_single_set_clauses (gomp_single *omp_single_stmt, tree clauses)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5661:34:
error: unknown type name 'gimple'
gimple_omp_target_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_target_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5663:9: error:
unknown type name 'gomp_target'
const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5663:40:
error: 'as_a' undeclared (first use in this function)
const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5663:46:
error: expected expression before 'const'
const gomp_target *omp_target_stmt = as_a <const gomp_target *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5664:25:
error: request for member 'clauses' in something not a structure or union
return omp_target_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5671:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_target_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5681:32:
error: unknown type name 'gomp_target'
gimple_omp_target_set_clauses (gomp_target *omp_target_stmt,
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5691:31:
error: unknown type name 'gimple'
gimple_omp_target_kind (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5701:29:
error: unknown type name 'gomp_target'
gimple_omp_target_set_kind (gomp_target *g, int kind)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5711:35:
error: unknown type name 'gomp_target'
gimple_omp_target_child_fn (const gomp_target *omp_target_stmt)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_target_child_fn':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5713:25:
error: request for member 'child_fn' in something not a structure or union
return omp_target_stmt->child_fn;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5720:33:
error: unknown type name 'gomp_target'
gimple_omp_target_child_fn_ptr (gomp_target *omp_target_stmt)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5729:33:
error: unknown type name 'gomp_target'
gimple_omp_target_set_child_fn (gomp_target *omp_target_stmt,
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5740:35:
error: unknown type name 'gomp_target'
gimple_omp_target_data_arg (const gomp_target *omp_target_stmt)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_target_data_arg':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5742:25:
error: request for member 'data_arg' in something not a structure or union
return omp_target_stmt->data_arg;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5749:33:
error: unknown type name 'gomp_target'
gimple_omp_target_data_arg_ptr (gomp_target *omp_target_stmt)
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5758:33:
error: unknown type name 'gomp_target'
gimple_omp_target_set_data_arg (gomp_target *omp_target_stmt,
^~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5768:33:
error: unknown type name 'gimple'
gimple_omp_teams_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_teams_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5770:9: error:
unknown type name 'gomp_teams'
const gomp_teams *omp_teams_stmt = as_a <const gomp_teams *> (gs);
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5770:38:
error: 'as_a' undeclared (first use in this function)
const gomp_teams *omp_teams_stmt = as_a <const gomp_teams *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5770:44:
error: expected expression before 'const'
const gomp_teams *omp_teams_stmt = as_a <const gomp_teams *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5771:24:
error: request for member 'clauses' in something not a structure or union
return omp_teams_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5778:31:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_teams_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5788:31:
error: unknown type name 'gomp_teams'; did you mean 'gmp_scanf'?
gimple_omp_teams_set_clauses (gomp_teams *omp_teams_stmt, tree clauses)
^~~~~~~~~~
gmp_scanf
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5796:36:
error: unknown type name 'gomp_teams'
gimple_omp_teams_grid_phony (const gomp_teams *omp_teams_stmt)
^~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5804:34:
error: unknown type name 'gomp_teams'; did you mean 'gmp_scanf'?
gimple_omp_teams_set_grid_phony (gomp_teams *omp_teams_stmt, bool value)
^~~~~~~~~~
gmp_scanf
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5815:36:
error: unknown type name 'gimple'
gimple_omp_sections_clauses (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_sections_clauses':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5817:9: error:
unknown type name 'gomp_sections'
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5817:44:
error: 'as_a' undeclared (first use in this function)
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5817:50:
error: expected expression before 'const'
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5818:27:
error: request for member 'clauses' in something not a structure or union
return omp_sections_stmt->clauses;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5825:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_sections_clauses_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5836:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_sections_set_clauses (gimple *gs, tree clauses)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5847:36:
error: unknown type name 'gimple'
gimple_omp_sections_control (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_sections_control':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5849:9: error:
unknown type name 'gomp_sections'
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5849:44:
error: 'as_a' undeclared (first use in this function)
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5849:50:
error: expected expression before 'const'
const gomp_sections *omp_sections_stmt = as_a <const gomp_sections *> (gs);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5850:27:
error: request for member 'control' in something not a structure or union
return omp_sections_stmt->control;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5858:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_sections_control_ptr (gimple *gs)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5869:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_omp_sections_set_control (gimple *gs, tree control)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5879:34:
error: unknown type name 'gomp_atomic_store'; did you mean
'HAVE_atomic_storedi'?
gimple_omp_atomic_store_set_val (gomp_atomic_store *store_stmt, tree val)
^~~~~~~~~~~~~~~~~
HAVE_atomic_storedi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5888:36:
error: unknown type name 'gomp_atomic_store'
gimple_omp_atomic_store_val (const gomp_atomic_store *store_stmt)
^~~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_atomic_store_val':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5890:20:
error: request for member 'val' in something not a structure or union
return store_stmt->val;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5897:34:
error: unknown type name 'gomp_atomic_store'; did you mean
'HAVE_atomic_storedi'?
gimple_omp_atomic_store_val_ptr (gomp_atomic_store *store_stmt)
^~~~~~~~~~~~~~~~~
HAVE_atomic_storedi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5906:33:
error: unknown type name 'gomp_atomic_load'; did you mean
'HAVE_atomic_loadsi'?
gimple_omp_atomic_load_set_lhs (gomp_atomic_load *load_stmt, tree lhs)
^~~~~~~~~~~~~~~~
HAVE_atomic_loadsi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5915:35:
error: unknown type name 'gomp_atomic_load'
gimple_omp_atomic_load_lhs (const gomp_atomic_load *load_stmt)
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_atomic_load_lhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5917:19:
error: request for member 'lhs' in something not a structure or union
return load_stmt->lhs;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5924:33:
error: unknown type name 'gomp_atomic_load'; did you mean
'HAVE_atomic_loadsi'?
gimple_omp_atomic_load_lhs_ptr (gomp_atomic_load *load_stmt)
^~~~~~~~~~~~~~~~
HAVE_atomic_loadsi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5933:33:
error: unknown type name 'gomp_atomic_load'; did you mean
'HAVE_atomic_loadsi'?
gimple_omp_atomic_load_set_rhs (gomp_atomic_load *load_stmt, tree rhs)
^~~~~~~~~~~~~~~~
HAVE_atomic_loadsi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5942:35:
error: unknown type name 'gomp_atomic_load'
gimple_omp_atomic_load_rhs (const gomp_atomic_load *load_stmt)
^~~~~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_atomic_load_rhs':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5944:19:
error: request for member 'rhs' in something not a structure or union
return load_stmt->rhs;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5951:33:
error: unknown type name 'gomp_atomic_load'; did you mean
'HAVE_atomic_loadsi'?
gimple_omp_atomic_load_rhs_ptr (gomp_atomic_load *load_stmt)
^~~~~~~~~~~~~~~~
HAVE_atomic_loadsi
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5960:40:
error: unknown type name 'gomp_continue'
gimple_omp_continue_control_def (const gomp_continue *cont_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_continue_control_def':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5962:19:
error: request for member 'control_def' in something not a structure or union
return cont_stmt->control_def;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5968:38:
error: unknown type name 'gomp_continue'; did you mean 'gmp_randinit'?
gimple_omp_continue_control_def_ptr (gomp_continue *cont_stmt)
^~~~~~~~~~~~~
gmp_randinit
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5976:38:
error: unknown type name 'gomp_continue'; did you mean 'gmp_randinit'?
gimple_omp_continue_set_control_def (gomp_continue *cont_stmt, tree def)
^~~~~~~~~~~~~
gmp_randinit
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5985:40:
error: unknown type name 'gomp_continue'
gimple_omp_continue_control_use (const gomp_continue *cont_stmt)
^~~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_omp_continue_control_use':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5987:19:
error: request for member 'control_use' in something not a structure or union
return cont_stmt->control_use;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:5994:38:
error: unknown type name 'gomp_continue'; did you mean 'gmp_randinit'?
gimple_omp_continue_control_use_ptr (gomp_continue *cont_stmt)
^~~~~~~~~~~~~
gmp_randinit
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6003:38:
error: unknown type name 'gomp_continue'; did you mean 'gmp_randinit'?
gimple_omp_continue_set_control_use (gomp_continue *cont_stmt, tree use)
^~~~~~~~~~~~~
gmp_randinit
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6012:30:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_body_ptr (gtransaction *transaction_stmt)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6020:26:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_body (gtransaction *transaction_stmt)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6028:38:
error: unknown type name 'gtransaction'
gimple_transaction_label_norm (const gtransaction *transaction_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_transaction_label_norm':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6030:26:
error: request for member 'label_norm' in something not a structure or union
return transaction_stmt->label_norm;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6034:36:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_label_norm_ptr (gtransaction *transaction_stmt)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6040:40:
error: unknown type name 'gtransaction'
gimple_transaction_label_uninst (const gtransaction *transaction_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_transaction_label_uninst':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6042:26:
error: request for member 'label_uninst' in something not a structure or union
return transaction_stmt->label_uninst;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6046:38:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_label_uninst_ptr (gtransaction *transaction_stmt)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6052:38:
error: unknown type name 'gtransaction'
gimple_transaction_label_over (const gtransaction *transaction_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_transaction_label_over':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6054:26:
error: request for member 'label_over' in something not a structure or union
return transaction_stmt->label_over;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6058:36:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_label_over_ptr (gtransaction *transaction_stmt)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6066:35:
error: unknown type name 'gtransaction'
gimple_transaction_subcode (const gtransaction *transaction_stmt)
^~~~~~~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_transaction_subcode':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6068:26:
error: request for member 'subcode' in something not a structure or union
return transaction_stmt->subcode;
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6075:30:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_set_body (gtransaction *transaction_stmt,
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6084:36:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_set_label_norm (gtransaction *transaction_stmt, tree
label)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6090:38:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_set_label_uninst (gtransaction *transaction_stmt, tree
label)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6096:36:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_set_label_over (gtransaction *transaction_stmt, tree
label)
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6104:33:
error: unknown type name 'gtransaction'; did you mean 'section'?
gimple_transaction_set_subcode (gtransaction *transaction_stmt,
^~~~~~~~~~~~
section
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6113:27:
error: unknown type name 'greturn'
gimple_return_retval_ptr (greturn *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6121:29:
error: unknown type name 'greturn'
gimple_return_retval (const greturn *gs)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_return_retval':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6123:12:
error: request for member 'op' in something not a structure or union
return gs->op[0];
^~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6130:27:
error: unknown type name 'greturn'
gimple_return_set_retval (greturn *gs, tree retval)
^~~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6139:29:
error: unknown type name 'gimple'
gimple_return_retbnd (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6149:27:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_return_set_retbnd (gimple *gs, tree retval)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6179:22:
error: unknown type name 'gimple'
is_gimple_omp (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6194:27:
error: unknown type name 'gimple'
is_gimple_omp_oacc (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6230:32:
error: unknown type name 'gimple'
is_gimple_omp_offloaded (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6254:21:
error: unknown type name 'gimple'
gimple_nop_p (const gimple *g)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6263:23:
error: unknown type name 'gimple'
is_gimple_resx (const gimple *gs)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6272:25:
error: unknown type name 'gimple'
gimple_expr_type (const gimple *stmt)
^~~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: In function
'gimple_expr_type':
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6281:13:
error: unknown type name 'gcall'
const gcall *call_stmt = as_a <const gcall *> (stmt);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6281:32:
error: 'as_a' undeclared (first use in this function)
const gcall *call_stmt = as_a <const gcall *> (stmt);
^~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6281:38:
error: expected expression before 'const'
const gcall *call_stmt = as_a <const gcall *> (stmt);
^~~~~
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h: At top level:
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6337:32:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_do_not_emit_location_p (gimple *g)
^~~~~~
gimple_seq
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include/gimple.h:6346:34:
error: unknown type name 'gimple'; did you mean 'gimple_seq'?
gimple_set_do_not_emit_location (gimple *g)
^~~~~~
gimple_seq
conftest.c:103:45: warning: missing terminating ' character
Beware, this compiler is a fake. Don't use it.
^
conftest.c:106:21: error: unknown type name 'gimple'; use 'struct' keyword to
refer to the type
tree fndecl; gimple call;
^~~~~~
struct
conftest.c: In function 'foo':
conftest.c:114:17: warning: implicit declaration of function 'lookup_name'
[-Wimplicit-function-declaration]
return lookup_name (get_identifier ("puts"));
^~~~~~~~~~~
conftest.c:114:30: warning: implicit declaration of function
'get_identifier'; did you mean 'getitimer'? [-Wimplicit-function-declaration]
return lookup_name (get_identifier ("puts"));
^~~~~~~~~~~~~~
getitimer
conftest.c:114:17: warning: return makes pointer from integer without a cast
[-Wint-conversion]
return lookup_name (get_identifier ("puts"));
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
conftest.c: In function 'main':
conftest.c:117:13: warning: assignment makes integer from pointer without a
cast [-Wint-conversion]
call = gimple_build_call (fndecl, 0);
^
configure:33298: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| /* end confdefs.h. */
| #include <gcc-plugin.h>
| #include <tree.h>
| #include <gimple.h>
|
| #if defined __INTEL_COMPILER || defined __ICC
| Beware, this compiler is a fake. Don't use it.
| #endif
|
| tree fndecl; gimple call;
| int
| main ()
| {
| /* Clang 3.1 doesn't support nested functions, so try to
| discriminate it this way. */
| tree foo (void)
| {
| return lookup_name (get_identifier ("puts"));
| }
| fndecl = foo ();
| call = gimple_build_call (fndecl, 0);
| ;
| return 0;
| }
configure:33314: result: no
configure:33598: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in
will not be built
configure:33736: checking for OpenMP runtime support
configure:33753: result: yes
configure:33779: checking for SOCL
configure:33794: result: no
configure:33843: checking for gdb
configure:33861: found /usr/bin/gdb
configure:33874: result: /usr/bin/gdb
configure:34102: checking whether OpenGL rendering is enabled
configure:34106: result: no
configure:34117: checking for X
configure:34225: gcc -E -D_GNU_SOURCE -D_FORTIFY_SOURCE=1 conftest.c
In file included from /usr/include/sys/types.h:25:0,
from /usr/include/X11/Xlib.h:38,
from conftest.c:100:
/usr/include/features.h:376:4: warning: #warning _FORTIFY_SOURCE requires
compiling with optimization (-O) [-Wcpp]
# warning _FORTIFY_SOURCE requires compiling with optimization (-O)
^~~~~~~
configure:34225: $? = 0
configure:34256: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lX11 -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34256: $? = 0
configure:34306: result: libraries , headers
configure:34405: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc -lX11 >&5
configure:34405: $? = 0
configure:34503: checking for gethostbyname
configure:34503: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34503: $? = 0
configure:34503: result: yes
configure:34600: checking for connect
configure:34600: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34600: $? = 0
configure:34600: result: yes
configure:34649: checking for remove
configure:34649: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34649: $? = 0
configure:34649: result: yes
configure:34698: checking for shmat
configure:34698: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34698: $? = 0
configure:34698: result: yes
configure:34756: checking for IceConnectionNumber in -lICE
configure:34781: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lICE -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:34781: $? = 0
configure:34790: result: yes
configure:35233: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64
-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm -lpthread -ldl >&5
configure:35233: $? = 0
configure:35392: checking which BLAS lib should be used
configure:35394: result: mkl
configure:35418: checking for FFTW
configure:35426: $PKG_CONFIG --exists --print-errors "fftw3"
configure:35429: $? = 0
configure:35444: $PKG_CONFIG --exists --print-errors "fftw3"
configure:35447: $? = 0
configure:35483: result: yes
configure:35505: checking for FFTWF
configure:35513: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:35516: $? = 0
configure:35531: $PKG_CONFIG --exists --print-errors "fftw3f"
configure:35534: $? = 0
configure:35570: result: yes
configure:35592: checking for FFTWL
configure:35600: $PKG_CONFIG --exists --print-errors "fftw3l"
configure:35603: $? = 0
configure:35618: $PKG_CONFIG --exists --print-errors "fftw3l"
configure:35621: $? = 0
configure:35657: result: yes
configure:35744: checking for HWLOC
configure:35752: $PKG_CONFIG --exists --print-errors "hwloc"
configure:35755: $? = 0
configure:35770: $PKG_CONFIG --exists --print-errors "hwloc"
configure:35773: $? = 0
configure:35809: result: yes
configure:35844: checking whether hwloc_cuda_get_device_osdev_by_index is
declared
configure:35844: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
In file included from conftest.c:106:0:
/usr/include/hwloc/cuda.h:26:10: fatal error: cuda.h: No such file or
directory
#include <cuda.h>
^~~~~~~~
compilation terminated.
configure:35844: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| /* end confdefs.h. */
| #include <hwloc/cuda.h>
|
| int
| main ()
| {
| #ifndef hwloc_cuda_get_device_osdev_by_index
| #ifdef __cplusplus
| (void) hwloc_cuda_get_device_osdev_by_index;
| #else
| (void) hwloc_cuda_get_device_osdev_by_index;
| #endif
| #endif
|
| ;
| return 0;
| }
configure:35844: result: no
configure:35861: checking for hwloc_topology_dup
configure:35861: gcc -o conftest -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include -lhwloc
-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 conftest.c -lrt -lrt -lm -lpthread -lirc -lc >&5
configure:35861: $? = 0
configure:35861: result: yes
configure:35883: checking whether hwloc should be used
configure:35885: result: yes
configure:35890: checking f77.h usability
configure:35890: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
conftest.c:141:10: fatal error: f77.h: No such file or directory
#include <f77.h>
^~~~~~~
compilation terminated.
configure:35890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| /* end confdefs.h. */
| #include <stdio.h>
| #ifdef HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #ifdef HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #ifdef STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # ifdef HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #ifdef HAVE_STRING_H
| # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #ifdef HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #ifdef HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #ifdef HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #ifdef HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <f77.h>
configure:35890: result: no
configure:35890: checking f77.h presence
configure:35890: gcc -E -D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
conftest.c:108:10: fatal error: f77.h: No such file or directory
#include <f77.h>
^~~~~~~
compilation terminated.
configure:35890: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| /* end confdefs.h. */
| #include <f77.h>
configure:35890: result: no
configure:35890: checking for f77.h
configure:35890: result: no
configure:35919: checking for icc
configure:35935: found
/opt/intel/compilers_and_libraries_2016.3.210/linux/bin/intel64/icc
configure:35946: result: icc
configure:36016: checking for help2man
configure:36046: result: no
configure:36067: checking for struct cudaDeviceProp.pciDomainID
configure:36067: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
conftest.c:109:10: fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:36067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| #define STARPU_HAVE_ICC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciDomainID)
| return 0;
| ;
| return 0;
| }
configure:36067: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
conftest.c:109:10: fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:36067: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| #define STARPU_HAVE_ICC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (sizeof ac_aggr.pciDomainID)
| return 0;
| ;
| return 0;
| }
configure:36067: result: no
configure:36076: checking for struct cudaDeviceProp.pciBusID
configure:36076: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
conftest.c:109:10: fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:36076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| #define STARPU_HAVE_ICC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (ac_aggr.pciBusID)
| return 0;
| ;
| return 0;
| }
configure:36076: gcc -c -O3 -D_Float128=__float128 -gdwarf-2 -g3
-D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include conftest.c
>&5
conftest.c:109:10: fatal error: cuda_runtime_api.h: No such file or directory
#include <cuda_runtime_api.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
configure:36076: $? = 1
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "StarPU"
| #define PACKAGE_TARNAME "starpu"
| #define PACKAGE_VERSION "1.2.3"
| #define PACKAGE_STRING "StarPU 1.2.3"
| #define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
| #define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
| #define STARPU_MAJOR_VERSION 1
| #define STARPU_MINOR_VERSION 2
| #define STARPU_RELEASE_VERSION 3
| #define PACKAGE "starpu"
| #define VERSION "1.2.3"
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_DLFCN_H 1
| #define LT_OBJDIR ".libs/"
| #define STDC_HEADERS 1
| #define restrict __restrict
| #define STARPU_MIC_USE_RMA 1
| #define STARPU_LINUX_SYS 1
| #define SIZEOF_VOID_P 8
| #define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
| #define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
| #define HAVE_UNISTD_H 1
| #define STARPU_HAVE_UNISTD_H 1
| #define STARPU_HAVE_STRUCT_TIMESPEC 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_SYSCONF 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
| #define STARPU_HAVE_PTHREAD_BARRIER 1
| #define HAVE_PTHREAD_SETAFFINITY_NP 1
| #define STARPU_HAVE_PTHREAD_SETNAME_NP 1
| #define HAVE_POSIX_MEMALIGN 1
| #define STARPU_HAVE_POSIX_MEMALIGN 1
| #define HAVE_MEMALIGN 1
| #define STARPU_HAVE_MEMALIGN 1
| #define STARPU_USE_DRAND48 1
| #define STARPU_USE_ERAND48_R 1
| #define STARPU_HAVE_STRERROR_R 1
| #define STARPU_HAVE_SETENV 1
| #define STARPU_HAVE_UNSETENV 1
| #define STARPU_HAVE_NEARBYINTF 1
| #define STARPU_HAVE_RINTF 1
| #define HAVE_MALLOC_H 1
| #define STARPU_HAVE_MALLOC_H 1
| #define STARPU_HAVE_SCHED_YIELD 1
| #define HAVE_AIO_H 1
| #define HAVE_LIBRT 1
| #define HAVE_MKOSTEMP 1
| #define HAVE_MKDTEMP 1
| #define HAVE_PREAD 1
| #define HAVE_PWRITE 1
| #define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
| #define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
| #define STARPU_HAVE_SYNC_FETCH_AND_OR 1
| #define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
| #define STARPU_HAVE_SYNC_SYNCHRONIZE 1
| #define STARPU_HAVE_LIBNUMA 1
| #define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
| #define STARPU_NMAX_SCHED_CTXS 10
| #define STARPU_MAXCPUS 64
| #define STARPU_USE_CPU 1
| #define STARPU_MAXCUDADEVS 4
| #define STARPU_MAXOPENCLDEVS 8
| #define STARPU_NON_BLOCKING_DRIVERS 1
| #define STARPU_MAXMICDEVS 4
| #define STARPU_MAXMICCORES 120
| #define STARPU_MAXSCCDEVS 47
| #define STARPU_MAXMPKERNELS 10
| #define HAVE_GLPK_H 1
| #define STARPU_HAVE_GLPK_H 1
| #define HAVE_LIBGLPK 1
| #define STARPU_NMAXBUFS 8
| #define STARPU_MAXNODES 4
| #define STARPU_USE_ALLOCATION_CACHE 1
| #define HAVE_LIBRT 1
| #define HAVE_CLOCK_GETTIME 1
| #define STARPU_NMAXWORKERS 64
| #define STARPU_NMAX_COMBINEDWORKERS 64
| #define STARPU_MAXIMPLEMENTATIONS 4
| #define STARPU_HISTORYMAXERROR 50
| #define STARPU_USE_MPI 1
| #define STARPU_USE_TOP 1
| #define STARPU_HAVE_FC 1
| #define HAVE_MPI_COMM_F2C 1
| #define STARPU_OPENMP 1
| #define STARPU_GDB_PATH "/usr/bin/gdb"
| #define STARPU_HAVE_X11 1
| #define STARPU_MKL 1
| #define STARPU_HAVE_FFTW 1
| #define STARPU_HAVE_FFTWF 1
| #define STARPU_HAVE_FFTWL 1
| #define STARPU_HAVE_HWLOC 1
| #define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
| #define HAVE_HWLOC_TOPOLOGY_DUP 1
| #define STARPU_HAVE_ICC 1
| /* end confdefs.h. */
| #include <cuda_runtime_api.h>
|
| int
| main ()
| {
| static struct cudaDeviceProp ac_aggr;
| if (sizeof ac_aggr.pciBusID)
| return 0;
| ;
| return 0;
| }
configure:36076: result: no
configure:36110: checking for doxygen
configure:36128: found /usr/bin/doxygen
configure:36140: result: /usr/bin/doxygen
configure:36153: checking for pdflatex
configure:36171: found /usr/bin/pdflatex
configure:36183: result: /usr/bin/pdflatex
configure:36196: checking for epstopdf
configure:36214: found /usr/bin/epstopdf
configure:36226: result: /usr/bin/epstopdf
configure:36244: checking whether documentation should be compiled
configure:36246: result: no
configure:36248: checking whether documentation is available
configure:36250: result: yes
configure:36441: checking that generated files are newer than configure
configure:36447: result: done
configure:36734: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by StarPU config.status 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was

CONFIG_FILES =
CONFIG_HEADERS =
CONFIG_LINKS =
CONFIG_COMMANDS =
$ ./config.status

on kilburn

config.status:1682: creating tests/regression/regression.sh
config.status:1682: creating tests/regression/profiles
config.status:1682: creating tests/regression/profiles.build.only
config.status:1682: creating Makefile
config.status:1682: creating src/Makefile
config.status:1682: creating tools/Makefile
config.status:1682: creating tools/starpu_codelet_profile
config.status:1682: creating tools/starpu_codelet_histo_profile
config.status:1682: creating tools/starpu_workers_activity
config.status:1682: creating tools/starpu_paje_draw_histogram
config.status:1682: creating tools/starpu_paje_state_stats
config.status:1682: creating tools/starpu_paje_summary
config.status:1682: creating tools/starpu_paje_sort
config.status:1682: creating tools/starpu_smpirun
config.status:1682: creating socl/Makefile
config.status:1682: creating socl/src/Makefile
config.status:1682: creating socl/examples/Makefile
config.status:1682: creating socl/vendors/socl.icd
config.status:1682: creating socl/vendors/install/socl.icd
config.status:1682: creating libstarpu.pc
config.status:1682: creating starpu-1.0.pc
config.status:1682: creating starpu-1.1.pc
config.status:1682: creating starpu-1.2.pc
config.status:1682: creating mpi/libstarpumpi.pc
config.status:1682: creating mpi/starpumpi-1.0.pc
config.status:1682: creating mpi/starpumpi-1.1.pc
config.status:1682: creating mpi/starpumpi-1.2.pc
config.status:1682: creating starpufft/Makefile
config.status:1682: creating starpufft/src/Makefile
config.status:1682: creating starpufft/tests/Makefile
config.status:1682: creating starpufft/libstarpufft.pc
config.status:1682: creating starpufft/starpufft-1.0.pc
config.status:1682: creating starpufft/starpufft-1.1.pc
config.status:1682: creating starpufft/starpufft-1.2.pc
config.status:1682: creating examples/Makefile
config.status:1682: creating examples/stencil/Makefile
config.status:1682: creating tests/Makefile
config.status:1682: creating tests/loader-cross.sh
config.status:1682: creating examples/loader-cross.sh
config.status:1682: creating examples/stencil/loader-cross.sh
config.status:1682: creating mpi/Makefile
config.status:1682: creating mpi/src/Makefile
config.status:1682: creating mpi/tests/Makefile
config.status:1682: creating mpi/examples/Makefile
config.status:1682: creating starpu-top/StarPU-Top.pro
config.status:1682: creating starpu-top/StarPU-Top-qwt-embed.pri
config.status:1682: creating starpu-top/StarPU-Top-qwt-system.pri
config.status:1682: creating gcc-plugin/Makefile
config.status:1682: creating gcc-plugin/src/Makefile
config.status:1682: creating gcc-plugin/tests/Makefile
config.status:1682: creating gcc-plugin/tests/run-test
config.status:1682: creating gcc-plugin/examples/Makefile
config.status:1682: creating sc_hypervisor/Makefile
config.status:1682: creating sc_hypervisor/src/Makefile
config.status:1682: creating sc_hypervisor/examples/Makefile
config.status:1682: creating doc/Makefile
config.status:1682: creating doc/doxygen/Makefile
config.status:1682: creating doc/doxygen/doxygen-config.cfg
config.status:1682: creating doc/doxygen/doxygen_filter.sh
config.status:1682: creating tools/msvc/starpu_var.bat
config.status:1682: creating src/common/config.h
config.status:1863: src/common/config.h is unchanged
config.status:1682: creating include/starpu_config.h
config.status:1863: include/starpu_config.h is unchanged
config.status:1682: creating gcc-plugin/include/starpu-gcc/config.h
config.status:1863: gcc-plugin/include/starpu-gcc/config.h is unchanged
config.status:1682: creating starpu-top/config.h
config.status:1863: starpu-top/config.h is unchanged
config.status:1942: executing depfiles commands
config.status:1942: executing libtool commands
config.status:1942: executing executable-scripts commands
configure:39808:

CPUs enabled: yes
CUDA enabled: no
OpenCL enabled: no
SCC enabled: no
MIC enabled: no

Compile-time limits
(change these with --enable-maxcpus, --enable-maxcudadev,
--enable-maxopencldev, --enable-maxmicdev, --enable-maxnodes,
--enable-maxbuffers)
(Note these numbers do not represent the number of detected
devices, but the maximum number of devices StarPU can manage)

Maximum number of CPUs: 64
Maximum number of CUDA devices: 0
Maximum number of OpenCL devices: 0
Maximum number of SCC devices: 0
Maximum number of MIC threads: 0
Maximum number of memory nodes: 4
Maximum number of task buffers: 8

GPU-GPU transfers: no
Allocation cache: yes

Magma enabled: no
BLAS library: mkl
hwloc: yes
FxT trace enabled: no
StarPU-Top: yes

Documentation: no
Examples: yes

StarPU Extensions:
MPI enabled: yes
MPI test suite: no
FFT Support: yes
GCC plug-in: no
GCC plug-in test suite (requires GNU Guile): no
OpenMP runtime support enabled: yes
SOCL enabled: no
SOCL test suite: no
Scheduler Hypervisor: no
simgrid enabled: no
ayudame enabled: no
Native fortran support: yes
Native MPI fortran support: yes


## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_c_restrict=__restrict
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_BLAS_LIBS_set=
ac_cv_env_BLAS_LIBS_value=
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=gcc
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-D_Float128=__float128
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=g++
ac_cv_env_F77_set=set
ac_cv_env_F77_value=gfortran
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=gfortran
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_FFTWF_CFLAGS_set=
ac_cv_env_FFTWF_CFLAGS_value=
ac_cv_env_FFTWF_LIBS_set=
ac_cv_env_FFTWF_LIBS_value=
ac_cv_env_FFTWL_CFLAGS_set=
ac_cv_env_FFTWL_CFLAGS_value=
ac_cv_env_FFTWL_LIBS_set=
ac_cv_env_FFTWL_LIBS_value=
ac_cv_env_FFTW_CFLAGS_set=
ac_cv_env_FFTW_CFLAGS_value=
ac_cv_env_FFTW_LIBS_set=
ac_cv_env_FFTW_LIBS_value=
ac_cv_env_FXT_CFLAGS_set=
ac_cv_env_FXT_CFLAGS_value=
ac_cv_env_FXT_LDFLAGS_set=
ac_cv_env_FXT_LDFLAGS_value=
ac_cv_env_FXT_LIBS_set=
ac_cv_env_FXT_LIBS_value=
ac_cv_env_HWLOC_CFLAGS_set=
ac_cv_env_HWLOC_CFLAGS_value=
ac_cv_env_HWLOC_LIBS_set=
ac_cv_env_HWLOC_LIBS_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
ac_cv_env_LIBS_set=set
ac_cv_env_LIBS_value='-lirc -lc'
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_MAGMA_CFLAGS_set=
ac_cv_env_MAGMA_CFLAGS_value=
ac_cv_env_MAGMA_LIBS_set=
ac_cv_env_MAGMA_LIBS_value=
ac_cv_env_NVCCFLAGS_set=
ac_cv_env_NVCCFLAGS_value=
ac_cv_env_NVCC_CC_set=
ac_cv_env_NVCC_CC_value=
ac_cv_env_NVCC_set=
ac_cv_env_NVCC_value=
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_POTI_CFLAGS_set=
ac_cv_env_POTI_CFLAGS_value=
ac_cv_env_POTI_LIBS_set=
ac_cv_env_POTI_LIBS_value=
ac_cv_env_STARPU_MS_LIB_set=
ac_cv_env_STARPU_MS_LIB_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_f77_compiler_gnu=yes
ac_cv_fc_compiler_gnu=yes
ac_cv_func_clEnqueueMarkerWithWaitList=no
ac_cv_func_clock_gettime=yes
ac_cv_func_connect=yes
ac_cv_func_drand48=yes
ac_cv_func_erand48_r=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_getrlimit=yes
ac_cv_func_hwloc_topology_dup=yes
ac_cv_func_memalign=yes
ac_cv_func_mkdtemp=yes
ac_cv_func_mkostemp=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_posix_memalign=yes
ac_cv_func_pread=yes
ac_cv_func_pthread_barrier_init=yes
ac_cv_func_pthread_setaffinity_np=yes
ac_cv_func_pthread_setname_np=yes
ac_cv_func_pthread_spin_lock=yes
ac_cv_func_pwrite=yes
ac_cv_func_remove=yes
ac_cv_func_rintf=yes
ac_cv_func_sched_yield=yes
ac_cv_func_setenv=yes
ac_cv_func_shmat=yes
ac_cv_func_strerror_r=yes
ac_cv_func_sysconf=yes
ac_cv_func_unsetenv=yes
ac_cv_have_decl_hwloc_cuda_get_device_osdev_by_index=no
ac_cv_have_gcc_plugins=no
ac_cv_have_sync_bool_compare_and_swap=yes
ac_cv_have_sync_fetch_and_add=yes
ac_cv_have_sync_fetch_and_or=yes
ac_cv_have_sync_lock_test_and_set=yes
ac_cv_have_sync_synchronize=yes
ac_cv_have_sync_val_compare_and_swap=yes
ac_cv_have_x='have_x=yes ac_x_includes='\'''\''
ac_x_libraries='\'''\'''
ac_cv_header_Ayudame_h=no
ac_cv_header_RCCE_h=no
ac_cv_header_aio_h=yes
ac_cv_header_ayudame_h=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_f77_h=no
ac_cv_header_glpk_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_malloc_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_valgrind_helgrind_h=no
ac_cv_header_valgrind_memcheck_h=no
ac_cv_header_valgrind_valgrind_h=no
ac_cv_host=x86_64-pc-linux-gnu
ac_cv_lib_ICE_IceConnectionNumber=yes
ac_cv_lib_RCCE_bigflags_nongory_nopwrmgmt_RCCE_init=no
ac_cv_lib_glpk_main=yes
ac_cv_lib_pthread_pthread_create=yes
ac_cv_lib_rt_aio_read=yes
ac_cv_lib_rt_clock_gettime=yes
ac_cv_lib_ws2_32=ac_cv_lib_ws2_32_main
ac_cv_lib_ws2_32_main=no
ac_cv_member_struct_cudaDeviceProp_pciBusID=no
ac_cv_member_struct_cudaDeviceProp_pciDomainID=no
ac_cv_objext=o
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FGREP='/usr/bin/grep -F'
ac_cv_path_GDB=/usr/bin/gdb
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_QMAKE=/usr/bin/qmake-qt4
ac_cv_path_SED=/usr/bin/sed
ac_cv_path_ac_pt_PKG_CONFIG=/usr/bin/pkg-config
ac_cv_path_doxygencommand=/usr/bin/doxygen
ac_cv_path_epstopdfcommand=/usr/bin/epstopdf
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_lt_DD=/usr/bin/dd
ac_cv_path_mkdir=/usr/bin/mkdir
ac_cv_path_mpicc_path=/opt/mpich/bin/mpicc
ac_cv_path_mpiexec_path=/opt/mpich/bin/mpiexec
ac_cv_path_pdflatexcommand=/usr/bin/pdflatex
ac_cv_path_svncommand=/usr/bin/svn
ac_cv_path_svnversioncommand=/usr/bin/svnversion
ac_cv_prog_AWK=gawk
ac_cv_prog_BASH=/bin/sh
ac_cv_prog_CPP='gcc -E'
ac_cv_prog_CXXCPP='g++ -E'
ac_cv_prog_ICC=icc
ac_cv_prog_PROG_DATE=date
ac_cv_prog_PROG_STAT=stat
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_ac_ct_OBJDUMP=objdump
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_c_openmp=-fopenmp
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_prog_f77_g=yes
ac_cv_prog_fc_g=yes
ac_cv_prog_make_make_set=yes
ac_cv_search_set_mempolicy=-lnuma
ac_cv_search_sqrt=-lm
ac_cv_sizeof_void_p=8
ac_cv_target=x86_64-pc-linux-gnu
ac_cv_type_cufftDoubleComplex=no
ac_cv_type_struct_timespec=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
am_cv_ar_interface=ar
am_cv_make_support_nested_variables=yes
am_cv_prog_cc_c_o=yes
lt_cv_ar_at_file=@
lt_cv_archive_cmds_need_lc=no
lt_cv_deplibs_check_method=pass_all
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_nm_interface='BSD nm'
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_mainfest_tool=no
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_c_o_FC=yes
lt_cv_prog_compiler_pic='-fPIC -DPIC'
lt_cv_prog_compiler_pic_CXX='-fPIC -DPIC'
lt_cv_prog_compiler_pic_F77=-fPIC
lt_cv_prog_compiler_pic_FC=-fPIC
lt_cv_prog_compiler_pic_works=yes
lt_cv_prog_compiler_pic_works_CXX=yes
lt_cv_prog_compiler_pic_works_F77=yes
lt_cv_prog_compiler_pic_works_FC=yes
lt_cv_prog_compiler_rtti_exceptions=no
lt_cv_prog_compiler_static_works=yes
lt_cv_prog_compiler_static_works_CXX=yes
lt_cv_prog_compiler_static_works_F77=no
lt_cv_prog_compiler_static_works_FC=no
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sharedlib_from_linklib_cmd='printf %s\n'
lt_cv_shlibpath_overrides_runpath=no
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[
]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][
]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'' | sed '\''/ __gnu_lto/d'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \(.*\) .*$/
{"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/
{"\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_c_name_address_lib_prefix='sed -n -e '\''s/^:
\(.*\) .*$/ {"\1", (void *) 0},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .*
\(lib.*\)$/ {"\1", (void *) \&\1},/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]*
.* \(.*\)$/ {"lib\1", (void *) \&\1},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^T .* \(.*\)$/extern int
\1();/p'\'' -e '\''s/^[ABCDGIRSTW][ABCDGIRSTW]* .* \(.*\)$/extern char
\1;/p'\'''
lt_cv_sys_global_symbol_to_import=
lt_cv_sys_max_cmd_len=1572864
lt_cv_to_host_file_cmd=func_convert_file_noop
lt_cv_to_tool_file_cmd=func_convert_file_noop
lt_cv_truncate_bin='/usr/bin/dd bs=4096 count=1'
pkg_cv_FFTWF_CFLAGS=
pkg_cv_FFTWF_LIBS=-lfftw3f
pkg_cv_FFTWL_CFLAGS=
pkg_cv_FFTWL_LIBS=-lfftw3l
pkg_cv_FFTW_CFLAGS=
pkg_cv_FFTW_LIBS=-lfftw3
pkg_cv_HWLOC_CFLAGS=
pkg_cv_HWLOC_LIBS=-lhwloc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ACLOCAL='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing aclocal-1.15'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='$${TAR-tar}'
AM_BACKSLASH='\'
AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
AM_DEFAULT_VERBOSITY='0'
AM_V='$(V)'
AR='ar'
AS='as'
ATLASDIR=''
ATLAS_BLAS_LIB_FALSE=''
ATLAS_BLAS_LIB_TRUE='#'
AUTOCONF='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing autoconf'
AUTOHEADER='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing autoheader'
AUTOMAKE='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing automake-1.15'
AVAILABLE_DOC_FALSE='#'
AVAILABLE_DOC_TRUE=''
AWK='gawk'
BASH='/bin/sh'
BLAS_LIB='mkl'
BLAS_LIBS=''
BUILD_DOC_FALSE=''
BUILD_DOC_TRUE='#'
BUILD_EXAMPLES_FALSE='#'
BUILD_EXAMPLES_TRUE=''
BUILD_GCC_PLUGIN_FALSE=''
BUILD_GCC_PLUGIN_TRUE='#'
BUILD_SOCL_FALSE=''
BUILD_SOCL_TRUE='#'
BUILD_STARPUFFT_EXAMPLES_FALSE=''
BUILD_STARPUFFT_EXAMPLES_TRUE='#'
BUILD_STARPUFFT_FALSE='#'
BUILD_STARPUFFT_TRUE=''
BUILD_STARPU_TOP_FALSE='#'
BUILD_STARPU_TOP_TRUE=''
BUILD_TESTS_FALSE='#'
BUILD_TESTS_TRUE=''
CC='gcc'
CCDEPMODE='depmode=gcc3'
CC_OR_MPICC='/opt/mpich/bin/mpicc'
CFLAGS='-O3 -D_Float128=__float128 -gdwarf-2 -g3 '
COVERAGE='no'
CPP='gcc -E'
CPPFLAGS=' -D_GNU_SOURCE -D_FORTIFY_SOURCE=1
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include'
CXX='g++'
CXXCPP='g++ -E'
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -g -O2 -gdwarf-2 -g3 '
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DLLTOOL='false'
DSYMUTIL=''
DUMPBIN=''
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
F77='gfortran'
FC='gfortran'
FCFLAGS='-g -O2'
FFLAGS='-g -O2'
FFTWF_CFLAGS=''
FFTWF_LIBS='-lfftw3f'
FFTWL_CFLAGS=''
FFTWL_LIBS='-lfftw3l'
FFTW_CFLAGS=''
FFTW_LIBS='-lfftw3'
FGREP='/usr/bin/grep -F'
FXTDIR=''
FXT_CFLAGS=''
FXT_LDFLAGS=''
FXT_LIBS=''
GCC_FOR_PLUGIN=''
GCC_FOR_PLUGIN_LIBTOOL_TAG=''
GCC_PLUGIN_DIR_PKGCONFIG=''
GCC_PLUGIN_INCLUDE_DIR='/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/plugin/include'
GCC_PLUGIN_PKGCONFIG=''
GDB='/usr/bin/gdb'
GLOBAL_AM_CFLAGS=' -Wall -Werror=implicit
-Werror=implicit-function-declaration'
GOTODIR=''
GOTO_BLAS_LIB_FALSE=''
GOTO_BLAS_LIB_TRUE='#'
GREP='/usr/bin/grep'
GUILE=''
HAVE_FFTWFL='1'
HAVE_OPENGL_FALSE=''
HAVE_OPENGL_TRUE='#'
HAVE_PTR_DEREFS_MAY_ALIAS_P_FALSE=''
HAVE_PTR_DEREFS_MAY_ALIAS_P_TRUE='#'
HAVE_X11_FALSE='#'
HAVE_X11_TRUE=''
HELP2MAN=''
HWLOC_CFLAGS=''
HWLOC_LIBS='-lhwloc'
HWLOC_REQUIRES='hwloc'
ICC='icc'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LD='/usr/bin/ld -m elf_x86_64'
LDFLAGS='-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin
-gdwarf-2 -g3 '
LIBOBJS=''
LIBS='-lrt -lrt -lm -lpthread -lirc -lc'
LIBSOCL_INTERFACE_AGE='0'
LIBSOCL_INTERFACE_CURRENT='0'
LIBSOCL_INTERFACE_REVISION='2'
LIBSTARPUFFT_INTERFACE_AGE='0'
LIBSTARPUFFT_INTERFACE_CURRENT='0'
LIBSTARPUFFT_INTERFACE_REVISION='0'
LIBSTARPUMPI_INTERFACE_AGE='0'
LIBSTARPUMPI_INTERFACE_CURRENT='2'
LIBSTARPUMPI_INTERFACE_REVISION='0'
LIBSTARPU_INTERFACE_AGE='0'
LIBSTARPU_INTERFACE_CURRENT='3'
LIBSTARPU_INTERFACE_REVISION='0'
LIBSTARPU_LDFLAGS='-lhwloc -lglpk '
LIBSTARPU_LINK='libstarpu-1.2.la'
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LIPO=''
LN_S='ln -s'
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MAGMA_CFLAGS=''
MAGMA_LIBS=''
MAKEINFO='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing makeinfo'
MANIFEST_TOOL=':'
MKDIR_P='/usr/bin/mkdir -p'
MKL_BLAS_LIB_FALSE='#'
MKL_BLAS_LIB_TRUE=''
MPICC='/opt/mpich/bin/mpicc'
MPICC_LDFLAGS=''
MPIEXEC='/opt/mpich/bin/mpiexec'
MPIEXEC_ARGS=''
MPIFORT='/usr/bin/mpifort'
NM='/usr/bin/nm -B'
NMEDIT=''
NO_BLAS_LIB_FALSE=''
NO_BLAS_LIB_TRUE='#'
NVCC=''
NVCCFLAGS=''
NVCC_CC=''
OBJDUMP='objdump'
OBJEXT='o'
OPENMP_CFLAGS='-fopenmp'
OTOOL64=''
OTOOL=''
PACKAGE='starpu'
PACKAGE_BUGREPORT='starpu-devel@lists.gforge.inria.fr'
PACKAGE_NAME='StarPU'
PACKAGE_STRING='StarPU 1.2.3'
PACKAGE_TARNAME='starpu'
PACKAGE_URL='http://runtime.bordeaux.inria.fr/StarPU/'
PACKAGE_VERSION='1.2.3'
PATH_SEPARATOR=':'
PKG_CONFIG='/usr/bin/pkg-config'
POTI_CFLAGS=''
POTI_LIBS=''
PROG_DATE='date'
PROG_STAT='stat'
QMAKE='/usr/bin/qmake-qt4'
QWT_PRI='embed'
RANLIB='ranlib'
RUN_GCC_PLUGIN_TESTS_FALSE=''
RUN_GCC_PLUGIN_TESTS_TRUE='#'
SED='/usr/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
SIMGRID_CFLAGS=''
SIMGRID_LIBS=''
SOCL_OCL_LIB_OPENCL_DIR=''
SOCL_VENDORS='vendors/install/socl.icd'
STARPU_BLAS_LDFLAGS='-L/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/lib/intel64
-lmkl_intel_lp64 -lmkl_sequential -lmkl_core -lm -lpthread -ldl'
STARPU_BUILD_DIR='/home/mabalenk/install/starpu/starpu-1.2.3'
STARPU_BUILD_SC_HYPERVISOR_FALSE=''
STARPU_BUILD_SC_HYPERVISOR_TRUE='#'
STARPU_COI_CPPFLAGS=''
STARPU_COI_LDFLAGS=''
STARPU_COVERAGE_ENABLED_FALSE=''
STARPU_COVERAGE_ENABLED_TRUE='#'
STARPU_CROSS_COMPILING_FALSE=''
STARPU_CROSS_COMPILING_TRUE='#'
STARPU_CUDA_CPPFLAGS=''
STARPU_CUDA_FORTRAN_LDFLAGS=''
STARPU_CUDA_LDFLAGS=''
STARPU_CUFFT_LDFLAGS=''
STARPU_CURAND_LDFLAGS=''
STARPU_DEVEL_FALSE=''
STARPU_DEVEL_TRUE='#'
STARPU_EFFECTIVE_VERSION='1.2'
STARPU_ENABLE_STATS='no'
STARPU_EXPORTED_LIBS=''
STARPU_EXPORT_DYNAMIC=''
STARPU_GCC_VERSION_MAJOR=''
STARPU_GCC_VERSION_MINOR=''
STARPU_GLPK_LDFLAGS=' -lglpk '
STARPU_HAVE_AM111_FALSE='#'
STARPU_HAVE_AM111_TRUE=''
STARPU_HAVE_CUFFTDOUBLECOMPLEX_FALSE=''
STARPU_HAVE_CUFFTDOUBLECOMPLEX_TRUE='#'
STARPU_HAVE_DARWIN_FALSE=''
STARPU_HAVE_DARWIN_TRUE='#'
STARPU_HAVE_F77_FALSE='#'
STARPU_HAVE_F77_H='no'
STARPU_HAVE_F77_H_FALSE=''
STARPU_HAVE_F77_H_TRUE='#'
STARPU_HAVE_F77_TRUE=''
STARPU_HAVE_FC_FALSE='#'
STARPU_HAVE_FC_TRUE=''
STARPU_HAVE_FFTW='1'
STARPU_HAVE_FFTWF='1'
STARPU_HAVE_FFTWF_FALSE='#'
STARPU_HAVE_FFTWF_TRUE=''
STARPU_HAVE_FFTWL_FALSE='#'
STARPU_HAVE_FFTWL_TRUE=''
STARPU_HAVE_FFTW_FALSE='#'
STARPU_HAVE_FFTW_TRUE=''
STARPU_HAVE_HELP2MAN_FALSE=''
STARPU_HAVE_HELP2MAN_TRUE='#'
STARPU_HAVE_HWLOC='1'
STARPU_HAVE_HWLOC_FALSE='#'
STARPU_HAVE_HWLOC_TRUE=''
STARPU_HAVE_ICC_FALSE='#'
STARPU_HAVE_ICC_TRUE=''
STARPU_HAVE_LEVELDB_FALSE=''
STARPU_HAVE_LEVELDB_TRUE='#'
STARPU_HAVE_MAGMA=''
STARPU_HAVE_MAGMA_FALSE=''
STARPU_HAVE_MAGMA_TRUE='#'
STARPU_HAVE_MPIFORT_FALSE='#'
STARPU_HAVE_MPIFORT_TRUE=''
STARPU_HAVE_MS_LIB_FALSE=''
STARPU_HAVE_MS_LIB_TRUE='#'
STARPU_HAVE_OPENMP_FALSE='#'
STARPU_HAVE_OPENMP_TRUE=''
STARPU_HAVE_WINDOWS_FALSE=''
STARPU_HAVE_WINDOWS_TRUE='#'
STARPU_HWLOC_HAVE_TOPOLOGY_DUP_FALSE='#'
STARPU_HWLOC_HAVE_TOPOLOGY_DUP_TRUE=''
STARPU_LEVELDB_LDFLAGS=''
STARPU_LIBNUMA_LDFLAGS=' -lnuma '
STARPU_LINUX_SYS_FALSE='#'
STARPU_LINUX_SYS_TRUE=''
STARPU_LONG_CHECK_FALSE=''
STARPU_LONG_CHECK_TRUE='#'
STARPU_MAJOR_VERSION='1'
STARPU_MINOR_VERSION='2'
STARPU_MPI_CHECK_FALSE=''
STARPU_MPI_CHECK_TRUE='#'
STARPU_MS_LIB=''
STARPU_MS_LIB_ARCH='X64'
STARPU_NEW_CHECK_FALSE=''
STARPU_NEW_CHECK_TRUE='#'
STARPU_OPENBSD_SYS_FALSE=''
STARPU_OPENBSD_SYS_TRUE='#'
STARPU_OPENCL_CPPFLAGS=''
STARPU_OPENCL_DATAdir=''
STARPU_OPENCL_LDFLAGS=''
STARPU_OPENGL_RENDER='no'
STARPU_OPENGL_RENDER_LDFLAGS=''
STARPU_OPENMP_FALSE='#'
STARPU_OPENMP_TRUE=''
STARPU_PERF_DEBUG='no'
STARPU_QUICK_CHECK_FALSE=''
STARPU_QUICK_CHECK_TRUE='#'
STARPU_QWT_INCLUDE=''
STARPU_QWT_LDFLAGS=''
STARPU_RCCE_CFLAGS=''
STARPU_RCCE_CPPFLAGS=''
STARPU_RCCE_LDFLAGS=''
STARPU_RELEASE_VERSION='3'
STARPU_SANITIZE_FALSE=''
STARPU_SANITIZE_TRUE='#'
STARPU_SCIF_CPPFLAGS=''
STARPU_SCIF_LDFLAGS=''
STARPU_SC_HYPERVISOR=''
STARPU_SC_HYPERVISOR_DEBUG='no'
STARPU_SC_HYPERVISOR_DEBUG_FALSE=''
STARPU_SC_HYPERVISOR_DEBUG_TRUE='#'
STARPU_SIMGRID_FALSE=''
STARPU_SIMGRID_TRUE='#'
STARPU_SRC_DIR='/home/mabalenk/install/starpu/starpu-1.2.3/.'
STARPU_USE_AYUDAME1_FALSE='#'
STARPU_USE_AYUDAME1_TRUE=''
STARPU_USE_AYUDAME2_FALSE='#'
STARPU_USE_AYUDAME2_TRUE=''
STARPU_USE_CPU='yes'
STARPU_USE_CPU_FALSE='#'
STARPU_USE_CPU_TRUE=''
STARPU_USE_CUDA='no'
STARPU_USE_CUDA_FALSE=''
STARPU_USE_CUDA_TRUE='#'
STARPU_USE_FXT='no'
STARPU_USE_FXT_FALSE=''
STARPU_USE_FXT_TRUE='#'
STARPU_USE_MIC_FALSE=''
STARPU_USE_MIC_TRUE='#'
STARPU_USE_MP_FALSE=''
STARPU_USE_MP_TRUE='#'
STARPU_USE_OPENCL='no'
STARPU_USE_OPENCL_FALSE=''
STARPU_USE_OPENCL_TRUE='#'
STARPU_USE_SCC_FALSE=''
STARPU_USE_SCC_TRUE='#'
STARPU_USE_SC_HYPERVISOR_FALSE=''
STARPU_USE_SC_HYPERVISOR_TRUE='#'
STARPU_USE_SOCL_FALSE=''
STARPU_USE_SOCL_TRUE='#'
STARPU_USE_TOP='yes'
STATS='no'
STRIP='strip'
SYSTEM_BLAS_LIB_FALSE=''
SYSTEM_BLAS_LIB_TRUE='#'
USE_MPI='yes'
USE_MPI_FALSE='#'
USE_MPI_TRUE=''
VERSION='1.2.3'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=' -lSM -lICE'
YACC='${SHELL} /home/mabalenk/install/starpu/starpu-1.2.3/build-aux/missing
bison'
ac_ct_AR='ar'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_DUMPBIN=''
ac_ct_F77=''
ac_ct_FC=''
am__EXEEXT_FALSE=''
am__EXEEXT_TRUE='#'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__nodep='_no'
am__quote=''
am__tar='$${TAR-tar} chof - "$$tardir"'
am__untar='$${TAR-tar} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-pc-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='pc'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
doxygencommand='/usr/bin/doxygen'
dvidir='${docdir}'
epstopdfcommand='/usr/bin/epstopdf'
exec_prefix='${prefix}'
gccplugindir=''
host='x86_64-pc-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='pc'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='${SHELL}
/home/mabalenk/install/starpu/starpu-1.2.3/build-aux/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(MKDIR_P)'
mpicc_path='/opt/mpich/bin/mpicc'
mpiexec_path='/opt/mpich/bin/mpiexec'
mpifort_path='/usr/bin/mpifort'
oldincludedir='/usr/include'
pdfdir='${docdir}'
pdflatexcommand='/usr/bin/pdflatex'
pkglibdir='${libdir}/starpu'
prefix='/opt/starpu123-gnu721'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
smpirun_path=''
svncommand='/usr/bin/svn'
svnversioncommand='/usr/bin/svnversion'
sysconfdir='${prefix}/etc'
target='x86_64-pc-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='pc'

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "StarPU"
#define PACKAGE_TARNAME "starpu"
#define PACKAGE_VERSION "1.2.3"
#define PACKAGE_STRING "StarPU 1.2.3"
#define PACKAGE_BUGREPORT "starpu-devel@lists.gforge.inria.fr"
#define PACKAGE_URL "http://runtime.bordeaux.inria.fr/StarPU/";
#define STARPU_MAJOR_VERSION 1
#define STARPU_MINOR_VERSION 2
#define STARPU_RELEASE_VERSION 3
#define PACKAGE "starpu"
#define VERSION "1.2.3"
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_DLFCN_H 1
#define LT_OBJDIR ".libs/"
#define STDC_HEADERS 1
#define restrict __restrict
#define STARPU_MIC_USE_RMA 1
#define STARPU_LINUX_SYS 1
#define SIZEOF_VOID_P 8
#define STARPU_BUILD_DIR "/home/mabalenk/install/starpu/starpu-1.2.3"
#define STARPU_SRC_DIR "/home/mabalenk/install/starpu/starpu-1.2.3/."
#define HAVE_UNISTD_H 1
#define STARPU_HAVE_UNISTD_H 1
#define STARPU_HAVE_STRUCT_TIMESPEC 1
#define HAVE_LIBPTHREAD 1
#define HAVE_SYSCONF 1
#define HAVE_GETRLIMIT 1
#define HAVE_PTHREAD_SPIN_LOCK 1
#define STARPU_HAVE_PTHREAD_SPIN_LOCK 1
#define STARPU_HAVE_PTHREAD_BARRIER 1
#define HAVE_PTHREAD_SETAFFINITY_NP 1
#define STARPU_HAVE_PTHREAD_SETNAME_NP 1
#define HAVE_POSIX_MEMALIGN 1
#define STARPU_HAVE_POSIX_MEMALIGN 1
#define HAVE_MEMALIGN 1
#define STARPU_HAVE_MEMALIGN 1
#define STARPU_USE_DRAND48 1
#define STARPU_USE_ERAND48_R 1
#define STARPU_HAVE_STRERROR_R 1
#define STARPU_HAVE_SETENV 1
#define STARPU_HAVE_UNSETENV 1
#define STARPU_HAVE_NEARBYINTF 1
#define STARPU_HAVE_RINTF 1
#define HAVE_MALLOC_H 1
#define STARPU_HAVE_MALLOC_H 1
#define STARPU_HAVE_SCHED_YIELD 1
#define HAVE_AIO_H 1
#define HAVE_LIBRT 1
#define HAVE_MKOSTEMP 1
#define HAVE_MKDTEMP 1
#define HAVE_PREAD 1
#define HAVE_PWRITE 1
#define STARPU_HAVE_SYNC_VAL_COMPARE_AND_SWAP 1
#define STARPU_HAVE_SYNC_BOOL_COMPARE_AND_SWAP 1
#define STARPU_HAVE_SYNC_FETCH_AND_ADD 1
#define STARPU_HAVE_SYNC_FETCH_AND_OR 1
#define STARPU_HAVE_SYNC_LOCK_TEST_AND_SET 1
#define STARPU_HAVE_SYNC_SYNCHRONIZE 1
#define STARPU_HAVE_LIBNUMA 1
#define STARPU_HAVE_STATEMENT_EXPRESSIONS 1
#define STARPU_NMAX_SCHED_CTXS 10
#define STARPU_MAXCPUS 64
#define STARPU_USE_CPU 1
#define STARPU_MAXCUDADEVS 4
#define STARPU_MAXOPENCLDEVS 8
#define STARPU_NON_BLOCKING_DRIVERS 1
#define STARPU_MAXMICDEVS 4
#define STARPU_MAXMICCORES 120
#define STARPU_MAXSCCDEVS 47
#define STARPU_MAXMPKERNELS 10
#define HAVE_GLPK_H 1
#define STARPU_HAVE_GLPK_H 1
#define HAVE_LIBGLPK 1
#define STARPU_NMAXBUFS 8
#define STARPU_MAXNODES 4
#define STARPU_USE_ALLOCATION_CACHE 1
#define HAVE_LIBRT 1
#define HAVE_CLOCK_GETTIME 1
#define STARPU_NMAXWORKERS 64
#define STARPU_NMAX_COMBINEDWORKERS 64
#define STARPU_MAXIMPLEMENTATIONS 4
#define STARPU_HISTORYMAXERROR 50
#define STARPU_USE_MPI 1
#define STARPU_USE_TOP 1
#define STARPU_HAVE_FC 1
#define HAVE_MPI_COMM_F2C 1
#define STARPU_OPENMP 1
#define STARPU_GDB_PATH "/usr/bin/gdb"
#define STARPU_HAVE_X11 1
#define STARPU_MKL 1
#define STARPU_HAVE_FFTW 1
#define STARPU_HAVE_FFTWF 1
#define STARPU_HAVE_FFTWL 1
#define STARPU_HAVE_HWLOC 1
#define HAVE_DECL_HWLOC_CUDA_GET_DEVICE_OSDEV_BY_INDEX 0
#define HAVE_HWLOC_TOPOLOGY_DUP 1
#define STARPU_HAVE_ICC 1

configure: exit 0

--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;"><head><meta http-equiv="Content-Type"
content="text/html; charset=us-ascii"></head><div dir="auto"
style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break:
after-white-space;"><div></div></div></body></html>
--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Disposition: attachment;
filename=a.txt
Content-Type: text/plain;
x-unix-mode=0644;
name="a.txt"
Content-Transfer-Encoding: quoted-printable

autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: aclocal -I m4 --force -I m4
autoreconf: configure.ac: tracing
autoreconf: running: libtoolize --copy --force
libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build-aux'.
libtoolize: copying file 'build-aux/ltmain.sh'
libtoolize: putting macros in 'm4'.
libtoolize: copying file 'm4/libtool.m4'
libtoolize: copying file 'm4/ltoptions.m4'
libtoolize: copying file 'm4/ltsugar.m4'
libtoolize: copying file 'm4/ltversion.m4'
libtoolize: copying file 'm4/lt~obsolete.m4'
libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to =
configure.ac,
libtoolize: and rerunning libtoolize and aclocal.
autoreconf: running: /usr/bin/autoconf --include=3Dm4 --force
autoreconf: running: /usr/bin/autoheader --include=3Dm4 --force
autoreconf: running: automake --add-missing --copy --force-missing
configure.ac:72: installing 'build-aux/compile'
configure.ac:63: installing 'build-aux/missing'
examples/Makefile.am:581: warning: source file 'axpy/axpy.c' is in a =
subdirectory,
examples/Makefile.am:581: but option 'subdir-objects' is disabled
automake: warning: possible forward-incompatibility.
automake: At least a source file is in a subdirectory, but the =
'subdir-objects'
automake: automake option hasn't been enabled. For now, the =
corresponding output
automake: object file(s) will be placed in the top-level directory. =
However,
automake: this behaviour will change in future Automake versions: they =
will
automake: unconditionally cause object files to be placed in the same =
subdirectory
automake: of the corresponding sources.
automake: You are advised to start using 'subdir-objects' option =
throughout your
automake: project, to avoid future incompatibilities.
examples/Makefile.am:581: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:581: but option 'subdir-objects' is disabled
examples/Makefile.am:585: warning: source file 'axpy/axpy_opencl.c' is =
in a subdirectory,
examples/Makefile.am:585: but option 'subdir-objects' is disabled
examples/Makefile.am:463: warning: source file 'basic_examples/block.c' =
is in a subdirectory,
examples/Makefile.am:463: but option 'subdir-objects' is disabled
examples/Makefile.am:463: warning: source file =
'basic_examples/block_cpu.c' is in a subdirectory,
examples/Makefile.am:463: but option 'subdir-objects' is disabled
examples/Makefile.am:473: warning: source file =
'basic_examples/block_opencl.c' is in a subdirectory,
examples/Makefile.am:473: but option 'subdir-objects' is disabled
automake: warning: source file 'basic_examples/dynamic_handles.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'basic_examples/dynamic_handles'
automake: warning: source file 'basic_examples/hello_world.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'basic_examples/hello_world'
automake: warning: source file 'basic_examples/mult.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'basic_examples/mult'
examples/Makefile.am:439: warning: source file =
'basic_examples/multiformat.c' is in a subdirectory,
examples/Makefile.am:439: but option 'subdir-objects' is disabled
examples/Makefile.am:439: warning: source file =
'basic_examples/multiformat_conversion_codelets.c' is in a subdirectory,
examples/Makefile.am:439: but option 'subdir-objects' is disabled
examples/Makefile.am:450: warning: source file =
'basic_examples/multiformat_opencl.c' is in a subdirectory,
examples/Makefile.am:450: but option 'subdir-objects' is disabled
examples/Makefile.am:450: warning: source file =
'basic_examples/multiformat_conversion_codelets_opencl.c' is in a =
subdirectory,
examples/Makefile.am:450: but option 'subdir-objects' is disabled
examples/Makefile.am:483: warning: source file =
'basic_examples/variable.c' is in a subdirectory,
examples/Makefile.am:483: but option 'subdir-objects' is disabled
examples/Makefile.am:483: warning: source file =
'basic_examples/variable_kernels_cpu.c' is in a subdirectory,
examples/Makefile.am:483: but option 'subdir-objects' is disabled
examples/Makefile.am:492: warning: source file =
'basic_examples/variable_kernels_opencl.c' is in a subdirectory,
examples/Makefile.am:492: but option 'subdir-objects' is disabled
examples/Makefile.am:341: warning: source file =
'basic_examples/vector_scal.c' is in a subdirectory,
examples/Makefile.am:341: but option 'subdir-objects' is disabled
examples/Makefile.am:341: warning: source file =
'basic_examples/vector_scal_cpu.c' is in a subdirectory,
examples/Makefile.am:341: but option 'subdir-objects' is disabled
examples/Makefile.am:363: warning: source file =
'basic_examples/vector_scal_opencl.c' is in a subdirectory,
examples/Makefile.am:363: but option 'subdir-objects' is disabled
examples/Makefile.am:370: warning: source file =
'basic_examples/vector_scal_fortran.F' is in a subdirectory,
examples/Makefile.am:370: but option 'subdir-objects' is disabled
examples/Makefile.am:370: warning: source file =
'basic_examples/vector_scal_c.c' is in a subdirectory,
examples/Makefile.am:370: but option 'subdir-objects' is disabled
examples/Makefile.am:370: warning: source file =
'basic_examples/vector_scal_cpu.c' is in a subdirectory,
examples/Makefile.am:370: but option 'subdir-objects' is disabled
examples/Makefile.am:865: warning: source file 'binary/binary.c' is in a =
subdirectory,
examples/Makefile.am:865: but option 'subdir-objects' is disabled
examples/Makefile.am:868: warning: source file =
'incrementer/incrementer_kernels_opencl.c' is in a subdirectory,
examples/Makefile.am:868: but option 'subdir-objects' is disabled
automake: warning: source file 'callback/callback.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program 'callback/callback'
automake: warning: source file 'callback/prologue.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program 'callback/prologue'
examples/Makefile.am:787: warning: source file 'cg/cg.c' is in a =
subdirectory,
examples/Makefile.am:787: but option 'subdir-objects' is disabled
examples/Makefile.am:787: warning: source file 'cg/cg_kernels.c' is in a =
subdirectory,
examples/Makefile.am:787: but option 'subdir-objects' is disabled
examples/Makefile.am:787: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:787: but option 'subdir-objects' is disabled
examples/Makefile.am:641: warning: source file =
'cholesky/cholesky_grain_tag.c' is in a subdirectory,
examples/Makefile.am:641: but option 'subdir-objects' is disabled
examples/Makefile.am:641: warning: source file =
'cholesky/cholesky_models.c' is in a subdirectory,
examples/Makefile.am:641: but option 'subdir-objects' is disabled
examples/Makefile.am:641: warning: source file =
'cholesky/cholesky_kernels.c' is in a subdirectory,
examples/Makefile.am:641: but option 'subdir-objects' is disabled
examples/Makefile.am:641: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:641: but option 'subdir-objects' is disabled
examples/Makefile.am:650: warning: source file =
'cholesky/cholesky_implicit.c' is in a subdirectory,
examples/Makefile.am:650: but option 'subdir-objects' is disabled
examples/Makefile.am:650: warning: source file =
'cholesky/cholesky_models.c' is in a subdirectory,
examples/Makefile.am:650: but option 'subdir-objects' is disabled
examples/Makefile.am:650: warning: source file =
'cholesky/cholesky_kernels.c' is in a subdirectory,
examples/Makefile.am:650: but option 'subdir-objects' is disabled
examples/Makefile.am:650: warning: source file =
'sched_ctx_utils/sched_ctx_utils.c' is in a subdirectory,
examples/Makefile.am:650: but option 'subdir-objects' is disabled
examples/Makefile.am:650: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:650: but option 'subdir-objects' is disabled
examples/Makefile.am:623: warning: source file 'cholesky/cholesky_tag.c' =
is in a subdirectory,
examples/Makefile.am:623: but option 'subdir-objects' is disabled
examples/Makefile.am:623: warning: source file =
'cholesky/cholesky_models.c' is in a subdirectory,
examples/Makefile.am:623: but option 'subdir-objects' is disabled
examples/Makefile.am:623: warning: source file =
'cholesky/cholesky_kernels.c' is in a subdirectory,
examples/Makefile.am:623: but option 'subdir-objects' is disabled
examples/Makefile.am:623: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:623: but option 'subdir-objects' is disabled
examples/Makefile.am:632: warning: source file =
'cholesky/cholesky_tile_tag.c' is in a subdirectory,
examples/Makefile.am:632: but option 'subdir-objects' is disabled
examples/Makefile.am:632: warning: source file =
'cholesky/cholesky_models.c' is in a subdirectory,
examples/Makefile.am:632: but option 'subdir-objects' is disabled
examples/Makefile.am:632: warning: source file =
'cholesky/cholesky_kernels.c' is in a subdirectory,
examples/Makefile.am:632: but option 'subdir-objects' is disabled
examples/Makefile.am:632: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:632: but option 'subdir-objects' is disabled
examples/Makefile.am:832: warning: source file 'cpp/incrementer_cpp.cpp' =
is in a subdirectory,
examples/Makefile.am:832: but option 'subdir-objects' is disabled
examples/Makefile.am:840: warning: source file =
'incrementer/incrementer_kernels_opencl.c' is in a subdirectory,
examples/Makefile.am:840: but option 'subdir-objects' is disabled
examples/Makefile.am:556: warning: source file =
'filters/custom_mf/custom_mf_filter.c' is in a subdirectory,
examples/Makefile.am:556: but option 'subdir-objects' is disabled
examples/Makefile.am:556: warning: source file =
'filters/custom_mf/custom_interface.c' is in a subdirectory,
examples/Makefile.am:556: but option 'subdir-objects' is disabled
examples/Makefile.am:556: warning: source file =
'filters/custom_mf/custom_conversion_codelets.c' is in a subdirectory,
examples/Makefile.am:556: but option 'subdir-objects' is disabled
examples/Makefile.am:568: warning: source file =
'filters/custom_mf/conversion_opencl.c' is in a subdirectory,
examples/Makefile.am:568: but option 'subdir-objects' is disabled
examples/Makefile.am:568: warning: source file =
'filters/custom_mf/custom_opencl.c' is in a subdirectory,
examples/Makefile.am:568: but option 'subdir-objects' is disabled
examples/Makefile.am:502: warning: source file 'filters/fblock.c' is in =
a subdirectory,
examples/Makefile.am:502: but option 'subdir-objects' is disabled
examples/Makefile.am:502: warning: source file 'filters/fblock_cpu.c' is =
in a subdirectory,
examples/Makefile.am:502: but option 'subdir-objects' is disabled
examples/Makefile.am:511: warning: source file 'filters/fblock_opencl.c' =
is in a subdirectory,
examples/Makefile.am:511: but option 'subdir-objects' is disabled
automake: warning: source file 'filters/fmatrix.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program 'filters/fmatrix'
examples/Makefile.am:517: warning: source file =
'filters/fmultiple_manual.c' is in a subdirectory,
examples/Makefile.am:517: but option 'subdir-objects' is disabled
examples/Makefile.am:525: warning: source file =
'filters/fmultiple_submit.c' is in a subdirectory,
examples/Makefile.am:525: but option 'subdir-objects' is disabled
examples/Makefile.am:533: warning: source file =
'filters/fmultiple_submit_readonly.c' is in a subdirectory,
examples/Makefile.am:533: but option 'subdir-objects' is disabled
automake: warning: source file 'filters/fvector.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program 'filters/fvector'
automake: warning: source file 'filters/shadow.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program 'filters/shadow'
automake: warning: source file 'filters/shadow2d.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program 'filters/shadow2d'
automake: warning: source file 'filters/shadow3d.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program 'filters/shadow3d'
examples/Makefile.am:383: warning: source file 'fortran/hello_c.c' is in =
a subdirectory,
examples/Makefile.am:383: but option 'subdir-objects' is disabled
examples/Makefile.am:383: warning: source file 'fortran/hello.F' is in a =
subdirectory,
examples/Makefile.am:383: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file 'fortran90/mod_types.f90' =
is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file =
'$(top_srcdir)/include/starpu_mod.f90' is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file =
'fortran90/mod_interface.f90' is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file =
'fortran90/mod_compute.f90' is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file 'fortran90/marshalling.c' =
is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:391: warning: source file =
'fortran90/f90_example.f90' is in a subdirectory,
examples/Makefile.am:391: but option 'subdir-objects' is disabled
examples/Makefile.am:987: warning: source file 'gl_interop/gl_interop.c' =
is in a subdirectory,
examples/Makefile.am:987: but option 'subdir-objects' is disabled
examples/Makefile.am:993: warning: source file =
'gl_interop/gl_interop_idle.c' is in a subdirectory,
examples/Makefile.am:993: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/heat.c' is in a =
subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/dw_factolu.c' is in =
a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/dw_factolu_tag.c' =
is in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/dw_factolu_grain.c' =
is in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/dw_sparse_cg.c' is =
in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/heat_display.c' is =
in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'heat/lu_kernels_model.c' =
is in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file =
'heat/dw_sparse_cg_kernels.c' is in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file =
'heat/dw_factolu_kernels.c' is in a subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:763: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:763: but option 'subdir-objects' is disabled
examples/Makefile.am:848: warning: source file =
'incrementer/incrementer.c' is in a subdirectory,
examples/Makefile.am:848: but option 'subdir-objects' is disabled
examples/Makefile.am:855: warning: source file =
'incrementer/incrementer_kernels_opencl.c' is in a subdirectory,
examples/Makefile.am:855: but option 'subdir-objects' is disabled
examples/Makefile.am:876: warning: source file 'interface/complex.c' is =
in a subdirectory,
examples/Makefile.am:876: but option 'subdir-objects' is disabled
examples/Makefile.am:876: warning: source file =
'interface/complex_interface.c' is in a subdirectory,
examples/Makefile.am:876: but option 'subdir-objects' is disabled
examples/Makefile.am:885: warning: source file =
'interface/complex_kernels_opencl.c' is in a subdirectory,
examples/Makefile.am:885: but option 'subdir-objects' is disabled
examples/Makefile.am:168: warning: source file '../tests/loader.c' is in =
a subdirectory,
examples/Makefile.am:168: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file =
'lu/lu_example_complex_double.c' is in a subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file 'lu/zlu.c' is in a =
subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file 'lu/zlu_pivot.c' is in a =
subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file 'lu/zlu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file 'lu/blas_complex.c' is in =
a subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:731: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:731: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file =
'lu/lu_example_complex_float.c' is in a subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file 'lu/clu.c' is in a =
subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file 'lu/clu_pivot.c' is in a =
subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file 'lu/clu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file 'lu/blas_complex.c' is in =
a subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:709: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:709: but option 'subdir-objects' is disabled
examples/Makefile.am:678: warning: source file 'lu/lu_example_double.c' =
is in a subdirectory,
examples/Makefile.am:678: but option 'subdir-objects' is disabled
examples/Makefile.am:678: warning: source file 'lu/dlu.c' is in a =
subdirectory,
examples/Makefile.am:678: but option 'subdir-objects' is disabled
examples/Makefile.am:678: warning: source file 'lu/dlu_pivot.c' is in a =
subdirectory,
examples/Makefile.am:678: but option 'subdir-objects' is disabled
examples/Makefile.am:678: warning: source file 'lu/dlu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:678: but option 'subdir-objects' is disabled
examples/Makefile.am:678: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:678: but option 'subdir-objects' is disabled
examples/Makefile.am:668: warning: source file 'lu/lu_example_float.c' =
is in a subdirectory,
examples/Makefile.am:668: but option 'subdir-objects' is disabled
examples/Makefile.am:668: warning: source file 'lu/slu.c' is in a =
subdirectory,
examples/Makefile.am:668: but option 'subdir-objects' is disabled
examples/Makefile.am:668: warning: source file 'lu/slu_pivot.c' is in a =
subdirectory,
examples/Makefile.am:668: but option 'subdir-objects' is disabled
examples/Makefile.am:668: warning: source file 'lu/slu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:668: but option 'subdir-objects' is disabled
examples/Makefile.am:668: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:668: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file =
'lu/lu_example_complex_double.c' is in a subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file 'lu/zlu_implicit.c' is in =
a subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file 'lu/zlu_implicit_pivot.c' =
is in a subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file 'lu/zlu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file 'lu/blas_complex.c' is in =
a subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:742: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:742: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file =
'lu/lu_example_complex_float.c' is in a subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file 'lu/clu_implicit.c' is in =
a subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file 'lu/clu_implicit_pivot.c' =
is in a subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file 'lu/clu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file 'lu/blas_complex.c' is in =
a subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:720: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:720: but option 'subdir-objects' is disabled
examples/Makefile.am:698: warning: source file 'lu/lu_example_double.c' =
is in a subdirectory,
examples/Makefile.am:698: but option 'subdir-objects' is disabled
examples/Makefile.am:698: warning: source file 'lu/dlu_implicit.c' is in =
a subdirectory,
examples/Makefile.am:698: but option 'subdir-objects' is disabled
examples/Makefile.am:698: warning: source file 'lu/dlu_implicit_pivot.c' =
is in a subdirectory,
examples/Makefile.am:698: but option 'subdir-objects' is disabled
examples/Makefile.am:698: warning: source file 'lu/dlu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:698: but option 'subdir-objects' is disabled
examples/Makefile.am:698: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:698: but option 'subdir-objects' is disabled
examples/Makefile.am:688: warning: source file 'lu/lu_example_float.c' =
is in a subdirectory,
examples/Makefile.am:688: but option 'subdir-objects' is disabled
examples/Makefile.am:688: warning: source file 'lu/slu_implicit.c' is in =
a subdirectory,
examples/Makefile.am:688: but option 'subdir-objects' is disabled
examples/Makefile.am:688: warning: source file 'lu/slu_implicit_pivot.c' =
is in a subdirectory,
examples/Makefile.am:688: but option 'subdir-objects' is disabled
examples/Makefile.am:688: warning: source file 'lu/slu_kernels.c' is in =
a subdirectory,
examples/Makefile.am:688: but option 'subdir-objects' is disabled
examples/Makefile.am:688: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:688: but option 'subdir-objects' is disabled
automake: warning: source file 'mandelbrot/mandelbrot.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program =
'mandelbrot/mandelbrot'
automake: warning: source file 'matvecmult/matvecmult.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'matvecmult/matvecmult'
examples/Makefile.am:608: warning: source file 'mult/dgemm.c' is in a =
subdirectory,
examples/Makefile.am:608: but option 'subdir-objects' is disabled
examples/Makefile.am:608: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:608: but option 'subdir-objects' is disabled
examples/Makefile.am:601: warning: source file 'mult/sgemm.c' is in a =
subdirectory,
examples/Makefile.am:601: but option 'subdir-objects' is disabled
examples/Makefile.am:601: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:601: but option 'subdir-objects' is disabled
examples/Makefile.am:415: warning: source file =
'native_fortran/nf_dynbuf_cl.f90' is in a subdirectory,
examples/Makefile.am:415: but option 'subdir-objects' is disabled
examples/Makefile.am:415: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:415: but option 'subdir-objects' is disabled
examples/Makefile.am:415: warning: source file =
'native_fortran/nf_dynbuf.f90' is in a subdirectory,
examples/Makefile.am:415: but option 'subdir-objects' is disabled
examples/Makefile.am:409: warning: source file =
'native_fortran/nf_types.f90' is in a subdirectory,
examples/Makefile.am:409: but option 'subdir-objects' is disabled
examples/Makefile.am:409: warning: source file =
'native_fortran/nf_compute.f90' is in a subdirectory,
examples/Makefile.am:409: but option 'subdir-objects' is disabled
examples/Makefile.am:409: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:409: but option 'subdir-objects' is disabled
examples/Makefile.am:409: warning: source file =
'native_fortran/nf_example.f90' is in a subdirectory,
examples/Makefile.am:409: but option 'subdir-objects' is disabled
examples/Makefile.am:404: warning: source file =
'native_fortran/nf_codelets.f90' is in a subdirectory,
examples/Makefile.am:404: but option 'subdir-objects' is disabled
examples/Makefile.am:404: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:404: but option 'subdir-objects' is disabled
examples/Makefile.am:404: warning: source file =
'native_fortran/nf_matrix.f90' is in a subdirectory,
examples/Makefile.am:404: but option 'subdir-objects' is disabled
examples/Makefile.am:430: warning: source file =
'native_fortran/nf_partition_cl.f90' is in a subdirectory,
examples/Makefile.am:430: but option 'subdir-objects' is disabled
examples/Makefile.am:430: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:430: but option 'subdir-objects' is disabled
examples/Makefile.am:430: warning: source file =
'native_fortran/nf_partition.f90' is in a subdirectory,
examples/Makefile.am:430: but option 'subdir-objects' is disabled
examples/Makefile.am:425: warning: source file =
'native_fortran/nf_sched_ctx_cl.f90' is in a subdirectory,
examples/Makefile.am:425: but option 'subdir-objects' is disabled
examples/Makefile.am:425: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:425: but option 'subdir-objects' is disabled
examples/Makefile.am:425: warning: source file =
'native_fortran/nf_sched_ctx.f90' is in a subdirectory,
examples/Makefile.am:425: but option 'subdir-objects' is disabled
examples/Makefile.am:420: warning: source file =
'native_fortran/nf_varbuf_cl.f90' is in a subdirectory,
examples/Makefile.am:420: but option 'subdir-objects' is disabled
examples/Makefile.am:420: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:420: but option 'subdir-objects' is disabled
examples/Makefile.am:420: warning: source file =
'native_fortran/nf_varbuf.f90' is in a subdirectory,
examples/Makefile.am:420: but option 'subdir-objects' is disabled
examples/Makefile.am:399: warning: source file =
'native_fortran/nf_codelets.f90' is in a subdirectory,
examples/Makefile.am:399: but option 'subdir-objects' is disabled
examples/Makefile.am:399: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
examples/Makefile.am:399: but option 'subdir-objects' is disabled
examples/Makefile.am:399: warning: source file =
'native_fortran/nf_vector.f90' is in a subdirectory,
examples/Makefile.am:399: but option 'subdir-objects' is disabled
automake: warning: source file 'openmp/vector_scal_omp.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:322: while processing program =
'openmp/vector_scal_omp'
examples/Makefile.am:956: warning: source file 'pi/pi.c' is in a =
subdirectory,
examples/Makefile.am:956: but option 'subdir-objects' is disabled
examples/Makefile.am:956: warning: source file =
'pi/SobolQRNG/sobol_gold.c' is in a subdirectory,
examples/Makefile.am:956: but option 'subdir-objects' is disabled
examples/Makefile.am:956: warning: source file =
'pi/SobolQRNG/sobol_primitives.c' is in a subdirectory,
examples/Makefile.am:956: but option 'subdir-objects' is disabled
examples/Makefile.am:967: warning: source file 'pi/pi_redux.c' is in a =
subdirectory,
examples/Makefile.am:967: but option 'subdir-objects' is disabled
examples/Makefile.am:1005: warning: source file 'pipeline/pipeline.c' is =
in a subdirectory,
examples/Makefile.am:1005: but option 'subdir-objects' is disabled
examples/Makefile.am:1005: warning: source file 'common/blas.c' is in a =
subdirectory,
examples/Makefile.am:1005: but option 'subdir-objects' is disabled
automake: warning: source file 'ppm_downscaler/ppm_downscaler.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program =
'ppm_downscaler/ppm_downscaler'
automake: warning: source file 'ppm_downscaler/yuv_downscaler.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:101: while processing program =
'ppm_downscaler/yuv_downscaler'
automake: warning: source file 'profiling/profiling.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'profiling/profiling'
examples/Makefile.am:904: warning: source file =
'reductions/dot_product.c' is in a subdirectory,
examples/Makefile.am:904: but option 'subdir-objects' is disabled
automake: warning: source file 'reductions/minmax_reduction.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'reductions/minmax_reduction'
automake: warning: source file 'sched_ctx/dummy_sched_with_ctx.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'sched_ctx/dummy_sched_with_ctx'
automake: warning: source file 'sched_ctx/nested_sched_ctxs.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:322: while processing program =
'sched_ctx/nested_sched_ctxs'
automake: warning: source file 'sched_ctx/parallel_code.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:330: while processing program =
'sched_ctx/parallel_code'
automake: warning: source file 'sched_ctx/parallel_tasks_reuse_handle.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:322: while processing program =
'sched_ctx/parallel_tasks_reuse_handle'
automake: warning: source file 'sched_ctx/prio.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:187: while processing program 'sched_ctx/prio'
automake: warning: source file 'sched_ctx/sched_ctx.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:229: while processing program =
'sched_ctx/sched_ctx'
automake: warning: source file =
'sched_ctx/sched_ctx_without_sched_policy.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:322: while processing program =
'sched_ctx/sched_ctx_without_sched_policy'
automake: warning: source file =
'sched_ctx/sched_ctx_without_sched_policy_awake.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:322: while processing program =
'sched_ctx/sched_ctx_without_sched_policy_awake'
automake: warning: source file 'sched_ctx/two_cpu_contexts.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:229: while processing program =
'sched_ctx/two_cpu_contexts'
automake: warning: source file 'scheduler/dummy_sched.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:236: while processing program =
'scheduler/dummy_sched'
examples/Makefile.am:801: warning: source file 'spmd/vector_scal_spmd.c' =
is in a subdirectory,
examples/Makefile.am:801: but option 'subdir-objects' is disabled
examples/Makefile.am:818: warning: source file 'spmv/dw_block_spmv.c' is =
in a subdirectory,
examples/Makefile.am:818: but option 'subdir-objects' is disabled
examples/Makefile.am:818: warning: source file =
'spmv/dw_block_spmv_kernels.c' is in a subdirectory,
examples/Makefile.am:818: but option 'subdir-objects' is disabled
examples/Makefile.am:818: warning: source file =
'spmv/matrix_market/mm_to_bcsr.c' is in a subdirectory,
examples/Makefile.am:818: but option 'subdir-objects' is disabled
examples/Makefile.am:818: warning: source file =
'spmv/matrix_market/mmio.c' is in a subdirectory,
examples/Makefile.am:818: but option 'subdir-objects' is disabled
examples/Makefile.am:808: warning: source file 'spmv/spmv.c' is in a =
subdirectory,
examples/Makefile.am:808: but option 'subdir-objects' is disabled
examples/Makefile.am:808: warning: source file 'spmv/spmv_kernels.c' is =
in a subdirectory,
examples/Makefile.am:808: but option 'subdir-objects' is disabled
automake: warning: source file 'tag_example/tag_example.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'tag_example/tag_example'
automake: warning: source file 'tag_example/tag_example2.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'tag_example/tag_example2'
automake: warning: source file 'tag_example/tag_example3.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'tag_example/tag_example3'
automake: warning: source file 'tag_example/tag_example4.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'tag_example/tag_example4'
automake: warning: source file 'tag_example/tag_restartable.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'tag_example/tag_restartable'
examples/Makefile.am:943: warning: source file 'top/hello_world_top.c' =
is in a subdirectory,
examples/Makefile.am:943: but option 'subdir-objects' is disabled
automake: warning: source file =
'worker_collections/worker_list_example.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:187: while processing program =
'worker_collections/worker_list_example'
automake: warning: source file =
'worker_collections/worker_tree_example.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
examples/Makefile.am:194: while processing program =
'worker_collections/worker_tree_example'
examples/Makefile.am: installing 'build-aux/depcomp'
examples/stencil/Makefile.am:78: warning: source file =
'../../tests/loader.c' is in a subdirectory,
examples/stencil/Makefile.am:78: but option 'subdir-objects' is disabled
gcc-plugin/examples/Makefile.am:35: warning: source file =
'../../tests/loader.c' is in a subdirectory,
gcc-plugin/examples/Makefile.am:35: but option 'subdir-objects' is =
disabled
gcc-plugin/examples/Makefile.am:88: warning: source file =
'vector_scal/vector_scal.c' is in a subdirectory,
gcc-plugin/examples/Makefile.am:88: but option 'subdir-objects' is =
disabled
automake: warning: source file 'comm/comm.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:276: while processing program 'comm/comm'
automake: warning: source file 'comm/mix_comm.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:276: while processing program 'comm/mix_comm'
mpi/examples/Makefile.am:279: warning: source file =
'complex/mpi_complex.c' is in a subdirectory,
mpi/examples/Makefile.am:279: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:279: warning: source file =
'../../examples/interface/complex_interface.c' is in a subdirectory,
mpi/examples/Makefile.am:279: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:31: warning: source file '../../tests/loader.c' =
is in a subdirectory,
mpi/examples/Makefile.am:31: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_cholesky.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_cholesky_models.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_cholesky_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_cholesky_codelets.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_decomposition_params.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'matrix_decomposition/mpi_decomposition_matrix.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:206: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:206: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_cholesky_distributed.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_cholesky_models.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_cholesky_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_cholesky_codelets.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_decomposition_params.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'matrix_decomposition/mpi_decomposition_matrix.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:218: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:218: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:143: warning: source file =
'mpi_lu/plu_example_double.c' is in a subdirectory,
mpi/examples/Makefile.am:143: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:143: warning: source file =
'mpi_lu/plu_solve_double.c' is in a subdirectory,
mpi/examples/Makefile.am:143: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:143: warning: source file =
'mpi_lu/pdlu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:143: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:143: warning: source file 'mpi_lu/pdlu.c' is in =
a subdirectory,
mpi/examples/Makefile.am:143: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:143: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:143: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:132: warning: source file =
'mpi_lu/plu_example_float.c' is in a subdirectory,
mpi/examples/Makefile.am:132: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:132: warning: source file =
'mpi_lu/plu_solve_float.c' is in a subdirectory,
mpi/examples/Makefile.am:132: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:132: warning: source file =
'mpi_lu/pslu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:132: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:132: warning: source file 'mpi_lu/pslu.c' is in =
a subdirectory,
mpi/examples/Makefile.am:132: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:132: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:132: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:165: warning: source file =
'mpi_lu/plu_implicit_example_double.c' is in a subdirectory,
mpi/examples/Makefile.am:165: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:165: warning: source file =
'mpi_lu/plu_solve_double.c' is in a subdirectory,
mpi/examples/Makefile.am:165: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:165: warning: source file =
'mpi_lu/pdlu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:165: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:165: warning: source file =
'mpi_lu/pdlu_implicit.c' is in a subdirectory,
mpi/examples/Makefile.am:165: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:165: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:165: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:154: warning: source file =
'mpi_lu/plu_implicit_example_float.c' is in a subdirectory,
mpi/examples/Makefile.am:154: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:154: warning: source file =
'mpi_lu/plu_solve_float.c' is in a subdirectory,
mpi/examples/Makefile.am:154: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:154: warning: source file =
'mpi_lu/pslu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:154: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:154: warning: source file =
'mpi_lu/pslu_implicit.c' is in a subdirectory,
mpi/examples/Makefile.am:154: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:154: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:154: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:187: warning: source file =
'mpi_lu/plu_outofcore_example_double.c' is in a subdirectory,
mpi/examples/Makefile.am:187: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:187: warning: source file =
'mpi_lu/plu_solve_double.c' is in a subdirectory,
mpi/examples/Makefile.am:187: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:187: warning: source file =
'mpi_lu/pdlu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:187: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:187: warning: source file =
'mpi_lu/pdlu_implicit.c' is in a subdirectory,
mpi/examples/Makefile.am:187: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:187: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:187: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:176: warning: source file =
'mpi_lu/plu_outofcore_example_float.c' is in a subdirectory,
mpi/examples/Makefile.am:176: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:176: warning: source file =
'mpi_lu/plu_solve_float.c' is in a subdirectory,
mpi/examples/Makefile.am:176: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:176: warning: source file =
'mpi_lu/pslu_kernels.c' is in a subdirectory,
mpi/examples/Makefile.am:176: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:176: warning: source file =
'mpi_lu/pslu_implicit.c' is in a subdirectory,
mpi/examples/Makefile.am:176: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:176: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
mpi/examples/Makefile.am:176: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:256: warning: source file =
'$(top_srcdir)/mpi/include/fstarpu_mpi_mod.f90' is in a subdirectory,
mpi/examples/Makefile.am:256: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:256: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
mpi/examples/Makefile.am:256: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:256: warning: source file =
'native_fortran/nf_basic_ring.f90' is in a subdirectory,
mpi/examples/Makefile.am:256: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:247: warning: source file =
'native_fortran/nf_mm_cl.f90' is in a subdirectory,
mpi/examples/Makefile.am:247: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:247: warning: source file =
'$(top_srcdir)/mpi/include/fstarpu_mpi_mod.f90' is in a subdirectory,
mpi/examples/Makefile.am:247: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:247: warning: source file =
'$(top_srcdir)/include/fstarpu_mod.f90' is in a subdirectory,
mpi/examples/Makefile.am:247: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:247: warning: source file =
'native_fortran/nf_mm.f90' is in a subdirectory,
mpi/examples/Makefile.am:247: but option 'subdir-objects' is disabled
automake: warning: source file 'stencil/stencil5.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:106: while processing program =
'stencil/stencil5'
mpi/examples/Makefile.am:295: warning: source file =
'user_datatype/user_datatype.c' is in a subdirectory,
mpi/examples/Makefile.am:295: but option 'subdir-objects' is disabled
mpi/examples/Makefile.am:295: warning: source file =
'user_datatype/my_interface.c' is in a subdirectory,
mpi/examples/Makefile.am:295: but option 'subdir-objects' is disabled
mpi/tests/Makefile.am:28: warning: source file '../../tests/loader.c' is =
in a subdirectory,
mpi/tests/Makefile.am:28: but option 'subdir-objects' is disabled
mpi/tests/Makefile.am:221: warning: source file =
'../../examples/interface/complex_interface.c' is in a subdirectory,
mpi/tests/Makefile.am:221: but option 'subdir-objects' is disabled
mpi/tests/Makefile.am:223: warning: source file =
'../../examples/interface/complex_interface.c' is in a subdirectory,
mpi/tests/Makefile.am:223: but option 'subdir-objects' is disabled
mpi/tests/Makefile.am:218: warning: source file =
'../../examples/interface/complex_interface.c' is in a subdirectory,
mpi/tests/Makefile.am:218: but option 'subdir-objects' is disabled
sc_hypervisor/examples/Makefile.am:53: warning: source file =
'app_driven_test/app_driven_test.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:53: but option 'subdir-objects' is =
disabled
sc_hypervisor/examples/Makefile.am:40: warning: source file =
'cholesky/cholesky_implicit.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:40: but option 'subdir-objects' is =
disabled
sc_hypervisor/examples/Makefile.am:40: warning: source file =
'cholesky/cholesky_models.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:40: but option 'subdir-objects' is =
disabled
sc_hypervisor/examples/Makefile.am:40: warning: source file =
'cholesky/cholesky_kernels.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:40: but option 'subdir-objects' is =
disabled
sc_hypervisor/examples/Makefile.am:40: warning: source file =
'sched_ctx_utils/sched_ctx_utils.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:40: but option 'subdir-objects' is =
disabled
sc_hypervisor/examples/Makefile.am:40: warning: source file =
'../../examples/common/blas.c' is in a subdirectory,
sc_hypervisor/examples/Makefile.am:40: but option 'subdir-objects' is =
disabled
automake: warning: source file =
'hierarchical_ctxs/resize_hierarchical_ctxs.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
sc_hypervisor/examples/Makefile.am:23: while processing program =
'hierarchical_ctxs/resize_hierarchical_ctxs'
automake: warning: source file 'lp_test/lp_resize_test.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
sc_hypervisor/examples/Makefile.am:23: while processing program =
'lp_test/lp_resize_test'
automake: warning: source file 'lp_test/lp_test.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
sc_hypervisor/examples/Makefile.am:23: while processing program =
'lp_test/lp_test'
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/policy_tools.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/speed.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/task_pool.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/lp_tools.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/lp_programs.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'policies_utils/dichotomy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/idle_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/app_driven_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/gflops_rate_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/feft_lp_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/teft_lp_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/ispeed_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/ispeed_lp_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/throughput_lp_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
sc_hypervisor/src/Makefile.am:24: warning: source file =
'hypervisor_policies/hard_coded_policy.c' is in a subdirectory,
sc_hypervisor/src/Makefile.am:24: but option 'subdir-objects' is =
disabled
socl/examples/Makefile.am:71: warning: source file 'basic/basic.c' is in =
a subdirectory,
socl/examples/Makefile.am:71: but option 'subdir-objects' is disabled
socl/examples/Makefile.am:73: warning: source file 'clinfo/clinfo.c' is =
in a subdirectory,
socl/examples/Makefile.am:73: but option 'subdir-objects' is disabled
socl/examples/Makefile.am:40: warning: source file =
'../../tests/loader.c' is in a subdirectory,
socl/examples/Makefile.am:40: but option 'subdir-objects' is disabled
socl/examples/Makefile.am:76: warning: source file 'mansched/mansched.c' =
is in a subdirectory,
socl/examples/Makefile.am:76: but option 'subdir-objects' is disabled
socl/examples/Makefile.am:74: warning: source file 'matmul/matmul.c' is =
in a subdirectory,
socl/examples/Makefile.am:74: but option 'subdir-objects' is disabled
socl/examples/Makefile.am:72: warning: source file 'testmap/testmap.c' =
is in a subdirectory,
socl/examples/Makefile.am:72: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/barrier.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/barrier_counter.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/bitmap.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/hash.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/rwlock.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/starpu_spinlock.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/timing.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/fxt.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/utils.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/thread.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'common/graph.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/jobs.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/task.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/task_bundle.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/tree.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/workers.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/combined_workers.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/topology.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/disk.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/debug.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/errorcheck.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/progress_hook.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/dependencies/cg.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/dependencies/dependencies.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/dependencies/implicit_data_deps.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/dependencies/tags.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/dependencies/task_deps.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/dependencies/data_concurrency.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/dependencies/data_arbiter_concurrency.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/disk_ops/disk_stdio.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/disk_ops/disk_unistd.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/disk_ops/unistd/disk_unistd_global.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/perfmodel/perfmodel_history.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/perfmodel/perfmodel_bus.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/perfmodel/perfmodel.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/perfmodel/perfmodel_print.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/perfmodel/perfmodel_nan.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/perfmodel/regression.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/sched_policy.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/simgrid.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/sched_ctx.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/sched_ctx_list.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'core/parallel_task.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'core/detect_combined_workers.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/eager_central_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/eager_central_priority_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/work_stealing_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/locality_work_stealing_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/deque_modeling_policy_data_aware.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/random_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'sched_policies/fifo_queues.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/parallel_heft.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/parallel_eager.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/graph_test_policy.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'drivers/driver_common/driver_common.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'drivers/disk/driver_disk.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/memory_nodes.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/write_back.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/coherency.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/data_request.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/datawizard.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/copy_driver.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/filters.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/sort_data_handles.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/malloc.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/memory_manager.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/memalloc.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/memstats.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/footprint.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/datastats.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/user_interactions.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'datawizard/reduction.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/data_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/bcsr_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/coo_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/csr_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/matrix_filters.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/matrix_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/block_filters.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/block_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/vector_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/bcsr_filters.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/csr_filters.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/vector_filters.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/variable_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/void_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'datawizard/interfaces/multiformat_interface.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/execute_on_all.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'util/starpu_create_sync_task.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/file.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/fstarpu.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/misc.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'util/openmp_runtime_support.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'util/openmp_runtime_support_environment.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'util/openmp_runtime_support_omp_api.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/starpu_data_cpy.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'util/starpu_task_insert.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'util/starpu_task_insert_utils.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'debug/traces/starpu_fxt.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'debug/traces/starpu_fxt_mpi.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'debug/traces/starpu_fxt_dag.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'debug/traces/starpu_paje.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'debug/traces/anim.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'debug/latency.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'debug/structures_size.c' is =
in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'profiling/profiling.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'profiling/bound.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'profiling/profiling_helpers.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'top/starpu_top.c' is in a =
subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'top/starpu_top_task.c' is in =
a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'top/starpu_top_message_queue.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'top/starpu_top_connection.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'worker_collection/worker_list.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'worker_collection/worker_tree.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_worker.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_sched.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_fifo.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'sched_policies/prio_deque.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'sched_policies/helper_mct.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_prio.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_random.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_eager.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_eager_calibration.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_mct.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_heft.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_best_implementation.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_perfmodel_select.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/component_composed.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_eager.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_eager_prefetching.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_prio.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_prio_prefetching.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_random.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_random_prefetching.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_heft.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_heft_prio.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'sched_policies/modular_heft2.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:290: warning: source file =
'core/disk_ops/disk_leveldb.cpp' is in a subdirectory,
src/Makefile.am:290: but option 'subdir-objects' is disabled
src/Makefile.am:294: warning: source file 'drivers/cpu/driver_cpu.c' is =
in a subdirectory,
src/Makefile.am:294: but option 'subdir-objects' is disabled
src/Makefile.am:298: warning: source file 'drivers/cuda/driver_cuda.c' =
is in a subdirectory,
src/Makefile.am:298: but option 'subdir-objects' is disabled
src/Makefile.am:301: warning: source file 'drivers/cuda/driver_cuda.c' =
is in a subdirectory,
src/Makefile.am:301: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file 'drivers/cuda/starpu_cublas.c' =
is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:149: warning: source file =
'drivers/cuda/starpu_cusparse.c' is in a subdirectory,
src/Makefile.am:149: but option 'subdir-objects' is disabled
src/Makefile.am:309: warning: source file =
'drivers/opencl/driver_opencl.c' is in a subdirectory,
src/Makefile.am:309: but option 'subdir-objects' is disabled
src/Makefile.am:309: warning: source file =
'drivers/opencl/driver_opencl_utils.c' is in a subdirectory,
src/Makefile.am:309: but option 'subdir-objects' is disabled
src/Makefile.am:313: warning: source file =
'drivers/opencl/driver_opencl.c' is in a subdirectory,
src/Makefile.am:313: but option 'subdir-objects' is disabled
src/Makefile.am:318: warning: source file =
'drivers/scc/driver_scc_common.c' is in a subdirectory,
src/Makefile.am:318: but option 'subdir-objects' is disabled
src/Makefile.am:318: warning: source file =
'drivers/scc/driver_scc_source.c' is in a subdirectory,
src/Makefile.am:318: but option 'subdir-objects' is disabled
src/Makefile.am:318: warning: source file =
'drivers/scc/driver_scc_sink.c' is in a subdirectory,
src/Makefile.am:318: but option 'subdir-objects' is disabled
src/Makefile.am:318: warning: source file =
'drivers/scc/driver_scc_utils.c' is in a subdirectory,
src/Makefile.am:318: but option 'subdir-objects' is disabled
src/Makefile.am:325: warning: source file =
'core/disk_ops/disk_unistd_o_direct.c' is in a subdirectory,
src/Makefile.am:325: but option 'subdir-objects' is disabled
src/Makefile.am:336: warning: source file =
'drivers/mp_common/mp_common.c' is in a subdirectory,
src/Makefile.am:336: but option 'subdir-objects' is disabled
src/Makefile.am:336: warning: source file =
'drivers/mp_common/source_common.c' is in a subdirectory,
src/Makefile.am:336: but option 'subdir-objects' is disabled
src/Makefile.am:336: warning: source file =
'drivers/mp_common/sink_common.c' is in a subdirectory,
src/Makefile.am:336: but option 'subdir-objects' is disabled
src/Makefile.am:348: warning: source file =
'drivers/mic/driver_mic_common.c' is in a subdirectory,
src/Makefile.am:348: but option 'subdir-objects' is disabled
src/Makefile.am:348: warning: source file =
'drivers/mic/driver_mic_source.c' is in a subdirectory,
src/Makefile.am:348: but option 'subdir-objects' is disabled
src/Makefile.am:348: warning: source file =
'drivers/mic/driver_mic_sink.c' is in a subdirectory,
src/Makefile.am:348: but option 'subdir-objects' is disabled
src/Makefile.am:348: warning: source file =
'drivers/mic/driver_mic_utils.c' is in a subdirectory,
src/Makefile.am:348: but option 'subdir-objects' is disabled
starpufft/tests/Makefile.am:40: warning: source file =
'../../tests/loader.c' is in a subdirectory,
starpufft/tests/Makefile.am:40: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/acquire_cb.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'datawizard/acquire_cb'
automake: warning: source file 'datawizard/acquire_cb_insert.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/acquire_cb_insert'
tests/Makefile.am:370: warning: source file =
'datawizard/acquire_release.c' is in a subdirectory,
tests/Makefile.am:370: but option 'subdir-objects' is disabled
tests/Makefile.am:377: warning: source file =
'datawizard/acquire_release_opencl.c' is in a subdirectory,
tests/Makefile.am:377: but option 'subdir-objects' is disabled
tests/Makefile.am:383: warning: source file =
'datawizard/acquire_release2.c' is in a subdirectory,
tests/Makefile.am:383: but option 'subdir-objects' is disabled
tests/Makefile.am:390: warning: source file =
'datawizard/acquire_release_opencl.c' is in a subdirectory,
tests/Makefile.am:390: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/acquire_try.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/acquire_try'
automake: warning: source file 'datawizard/allocate.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'datawizard/allocate'
automake: warning: source file 'datawizard/cache.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/cache'
automake: warning: source file 'datawizard/commute.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/commute'
automake: warning: source file 'datawizard/commute2.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/commute2'
automake: warning: source file 'datawizard/copy.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/copy'
automake: warning: source file =
'datawizard/critical_section_with_void_interface.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/critical_section_with_void_interface'
automake: warning: source file 'datawizard/data_implicit_deps.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/data_implicit_deps'
automake: warning: source file 'datawizard/data_invalidation.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/data_invalidation'
automake: warning: source file 'datawizard/data_lookup.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/data_lookup'
automake: warning: source file 'datawizard/dining_philosophers.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/dining_philosophers'
automake: warning: source file 'datawizard/double_parameter.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/double_parameter'
automake: warning: source file 'datawizard/dsm_stress.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/dsm_stress'
tests/Makefile.am:503: warning: source file =
'datawizard/gpu_ptr_register.c' is in a subdirectory,
tests/Makefile.am:503: but option 'subdir-objects' is disabled
tests/Makefile.am:503: warning: source file 'datawizard/scal.c' is in a =
subdirectory,
tests/Makefile.am:503: but option 'subdir-objects' is disabled
tests/Makefile.am:491: warning: source file 'datawizard/gpu_register.c' =
is in a subdirectory,
tests/Makefile.am:491: but option 'subdir-objects' is disabled
tests/Makefile.am:491: warning: source file 'datawizard/scal.c' is in a =
subdirectory,
tests/Makefile.am:491: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/handle_to_pointer.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/handle_to_pointer'
tests/Makefile.am:455: warning: source file =
'datawizard/in_place_partition.c' is in a subdirectory,
tests/Makefile.am:455: but option 'subdir-objects' is disabled
tests/Makefile.am:455: warning: source file 'datawizard/scal.c' is in a =
subdirectory,
tests/Makefile.am:455: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/increment_init.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/increment_init'
automake: warning: source file 'datawizard/increment_redux.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/increment_redux'
automake: warning: source file 'datawizard/increment_redux_lazy.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/increment_redux_lazy'
automake: warning: source file 'datawizard/increment_redux_v2.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/increment_redux_v2'
tests/Makefile.am:691: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:691: but option 'subdir-objects' is disabled
tests/Makefile.am:691: warning: source file =
'datawizard/interfaces/bcsr/bcsr_interface.c' is in a subdirectory,
tests/Makefile.am:691: but option 'subdir-objects' is disabled
tests/Makefile.am:701: warning: source file =
'datawizard/interfaces/bcsr/bcsr_opencl.c' is in a subdirectory,
tests/Makefile.am:701: but option 'subdir-objects' is disabled
tests/Makefile.am:672: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:672: but option 'subdir-objects' is disabled
tests/Makefile.am:672: warning: source file =
'datawizard/interfaces/block/block_interface.c' is in a subdirectory,
tests/Makefile.am:672: but option 'subdir-objects' is disabled
tests/Makefile.am:682: warning: source file =
'datawizard/interfaces/block/block_opencl.c' is in a subdirectory,
tests/Makefile.am:682: but option 'subdir-objects' is disabled
tests/Makefile.am:710: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:710: but option 'subdir-objects' is disabled
tests/Makefile.am:710: warning: source file =
'datawizard/interfaces/coo/coo_interface.c' is in a subdirectory,
tests/Makefile.am:710: but option 'subdir-objects' is disabled
tests/Makefile.am:720: warning: source file =
'datawizard/interfaces/coo/coo_opencl.c' is in a subdirectory,
tests/Makefile.am:720: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/interfaces/copy_interfaces.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'datawizard/interfaces/copy_interfaces'
tests/Makefile.am:729: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:729: but option 'subdir-objects' is disabled
tests/Makefile.am:729: warning: source file =
'datawizard/interfaces/csr/csr_interface.c' is in a subdirectory,
tests/Makefile.am:729: but option 'subdir-objects' is disabled
tests/Makefile.am:739: warning: source file =
'datawizard/interfaces/csr/csr_opencl.c' is in a subdirectory,
tests/Makefile.am:739: but option 'subdir-objects' is disabled
tests/Makefile.am:765: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:765: but option 'subdir-objects' is disabled
tests/Makefile.am:765: warning: source file =
'datawizard/interfaces/matrix/matrix_interface.c' is in a subdirectory,
tests/Makefile.am:765: but option 'subdir-objects' is disabled
tests/Makefile.am:775: warning: source file =
'datawizard/interfaces/matrix/matrix_opencl.c' is in a subdirectory,
tests/Makefile.am:775: but option 'subdir-objects' is disabled
tests/Makefile.am:805: warning: source file =
'datawizard/interfaces/multiformat/advanced/generic.c' is in a =
subdirectory,
tests/Makefile.am:805: but option 'subdir-objects' is disabled
tests/Makefile.am:805: warning: source file =
'datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl.c' =
is in a subdirectory,
tests/Makefile.am:805: but option 'subdir-objects' is disabled
tests/Makefile.am:809: warning: source file =
'datawizard/interfaces/multiformat/advanced/generic.c' is in a =
subdirectory,
tests/Makefile.am:809: but option 'subdir-objects' is disabled
tests/Makefile.am:809: warning: source file =
'datawizard/interfaces/multiformat/advanced/multiformat_data_release.c' =
is in a subdirectory,
tests/Makefile.am:809: but option 'subdir-objects' is disabled
tests/Makefile.am:817: warning: source file =
'datawizard/interfaces/multiformat/advanced/generic.c' is in a =
subdirectory,
tests/Makefile.am:817: but option 'subdir-objects' is disabled
tests/Makefile.am:817: warning: source file =
'datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion.=
c' is in a subdirectory,
tests/Makefile.am:817: but option 'subdir-objects' is disabled
tests/Makefile.am:813: warning: source file =
'datawizard/interfaces/multiformat/advanced/generic.c' is in a =
subdirectory,
tests/Makefile.am:813: but option 'subdir-objects' is disabled
tests/Makefile.am:813: warning: source file =
'datawizard/interfaces/multiformat/advanced/multiformat_worker.c' is in =
a subdirectory,
tests/Makefile.am:813: but option 'subdir-objects' is disabled
tests/Makefile.am:821: warning: source file =
'datawizard/interfaces/multiformat/advanced/generic.c' is in a =
subdirectory,
tests/Makefile.am:821: but option 'subdir-objects' is disabled
tests/Makefile.am:821: warning: source file =
'datawizard/interfaces/multiformat/advanced/same_handle.c' is in a =
subdirectory,
tests/Makefile.am:821: but option 'subdir-objects' is disabled
tests/Makefile.am:785: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:785: but option 'subdir-objects' is disabled
tests/Makefile.am:785: warning: source file =
'datawizard/interfaces/multiformat/multiformat_interface.c' is in a =
subdirectory,
tests/Makefile.am:785: but option 'subdir-objects' is disabled
tests/Makefile.am:785: warning: source file =
'datawizard/interfaces/multiformat/multiformat_conversion_codelets.c' is =
in a subdirectory,
tests/Makefile.am:785: but option 'subdir-objects' is disabled
tests/Makefile.am:797: warning: source file =
'datawizard/interfaces/multiformat/multiformat_opencl.c' is in a =
subdirectory,
tests/Makefile.am:797: but option 'subdir-objects' is disabled
tests/Makefile.am:797: warning: source file =
'datawizard/interfaces/multiformat/multiformat_conversion_codelets_opencl.=
c' is in a subdirectory,
tests/Makefile.am:797: but option 'subdir-objects' is disabled
tests/Makefile.am:826: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:826: but option 'subdir-objects' is disabled
tests/Makefile.am:826: warning: source file =
'datawizard/interfaces/variable/variable_interface.c' is in a =
subdirectory,
tests/Makefile.am:826: but option 'subdir-objects' is disabled
tests/Makefile.am:836: warning: source file =
'datawizard/interfaces/variable/variable_opencl.c' is in a subdirectory,
tests/Makefile.am:836: but option 'subdir-objects' is disabled
tests/Makefile.am:746: warning: source file =
'datawizard/interfaces/vector/test_vector_interface.c' is in a =
subdirectory,
tests/Makefile.am:746: but option 'subdir-objects' is disabled
tests/Makefile.am:746: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:746: but option 'subdir-objects' is disabled
tests/Makefile.am:756: warning: source file =
'datawizard/interfaces/vector/test_vector_opencl.c' is in a =
subdirectory,
tests/Makefile.am:756: but option 'subdir-objects' is disabled
tests/Makefile.am:845: warning: source file =
'datawizard/interfaces/test_interfaces.c' is in a subdirectory,
tests/Makefile.am:845: but option 'subdir-objects' is disabled
tests/Makefile.am:845: warning: source file =
'datawizard/interfaces/void/void_interface.c' is in a subdirectory,
tests/Makefile.am:845: but option 'subdir-objects' is disabled
automake: warning: source file =
'datawizard/invalidate_pending_requests.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/invalidate_pending_requests'
automake: warning: source file 'datawizard/lazy_allocation.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/lazy_allocation'
automake: warning: source file 'datawizard/lazy_unregister.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/lazy_unregister'
automake: warning: source file 'datawizard/locality.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'datawizard/locality'
automake: warning: source file 'datawizard/manual_reduction.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/manual_reduction'
tests/Makefile.am:407: warning: source file 'datawizard/mpi_like.c' is =
in a subdirectory,
tests/Makefile.am:407: but option 'subdir-objects' is disabled
tests/Makefile.am:414: warning: source file =
'datawizard/opencl_codelet_unsigned_inc.c' is in a subdirectory,
tests/Makefile.am:414: but option 'subdir-objects' is disabled
tests/Makefile.am:420: warning: source file =
'datawizard/mpi_like_async.c' is in a subdirectory,
tests/Makefile.am:420: but option 'subdir-objects' is disabled
tests/Makefile.am:427: warning: source file =
'datawizard/opencl_codelet_unsigned_inc.c' is in a subdirectory,
tests/Makefile.am:427: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/no_unregister.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/no_unregister'
automake: warning: source file 'datawizard/noreclaim.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/noreclaim'
automake: warning: source file 'datawizard/nowhere.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/nowhere'
tests/Makefile.am:467: warning: source file 'datawizard/partition_dep.c' =
is in a subdirectory,
tests/Makefile.am:467: but option 'subdir-objects' is disabled
tests/Makefile.am:467: warning: source file 'datawizard/scal.c' is in a =
subdirectory,
tests/Makefile.am:467: but option 'subdir-objects' is disabled
tests/Makefile.am:479: warning: source file =
'datawizard/partition_lazy.c' is in a subdirectory,
tests/Makefile.am:479: but option 'subdir-objects' is disabled
tests/Makefile.am:479: warning: source file 'datawizard/scal.c' is in a =
subdirectory,
tests/Makefile.am:479: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/readers_and_writers.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/readers_and_writers'
automake: warning: source file 'datawizard/readonly.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'datawizard/readonly'
automake: warning: source file 'datawizard/reclaim.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:343: while processing program 'datawizard/reclaim'
automake: warning: source file 'datawizard/redux_acquire.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/redux_acquire'
tests/Makefile.am:394: warning: source file 'datawizard/scratch.c' is in =
a subdirectory,
tests/Makefile.am:394: but option 'subdir-objects' is disabled
tests/Makefile.am:401: warning: source file =
'datawizard/scratch_opencl.c' is in a subdirectory,
tests/Makefile.am:401: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/simgrid-locality.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'datawizard/simgrid-locality'
tests/Makefile.am:520: warning: source file 'datawizard/specific_node.c' =
is in a subdirectory,
tests/Makefile.am:520: but option 'subdir-objects' is disabled
tests/Makefile.am:527: warning: source file =
'datawizard/opencl_codelet_unsigned_inc.c' is in a subdirectory,
tests/Makefile.am:527: but option 'subdir-objects' is disabled
tests/Makefile.am:431: warning: source file =
'datawizard/sync_and_notify_data.c' is in a subdirectory,
tests/Makefile.am:431: but option 'subdir-objects' is disabled
tests/Makefile.am:438: warning: source file =
'datawizard/sync_and_notify_data_opencl.c' is in a subdirectory,
tests/Makefile.am:438: but option 'subdir-objects' is disabled
tests/Makefile.am:444: warning: source file =
'datawizard/sync_and_notify_data_implicit.c' is in a subdirectory,
tests/Makefile.am:444: but option 'subdir-objects' is disabled
tests/Makefile.am:451: warning: source file =
'datawizard/sync_and_notify_data_opencl.c' is in a subdirectory,
tests/Makefile.am:451: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/sync_with_data_with_mem.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/sync_with_data_with_mem'
automake: warning: source file =
'datawizard/sync_with_data_with_mem_non_blocking.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/sync_with_data_with_mem_non_blocking'
automake: warning: source file =
'datawizard/sync_with_data_with_mem_non_blocking_implicit.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/sync_with_data_with_mem_non_blocking_implicit'
automake: warning: source file =
'datawizard/task_with_multiple_time_the_same_handle.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/task_with_multiple_time_the_same_handle'
automake: warning: source file 'datawizard/temporary_partition.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/temporary_partition'
tests/Makefile.am:531: warning: source file =
'datawizard/test_arbiter.cpp' is in a subdirectory,
tests/Makefile.am:531: but option 'subdir-objects' is disabled
automake: warning: source file 'datawizard/unpartition.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/unpartition'
automake: warning: source file 'datawizard/user_interaction_implicit.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'datawizard/user_interaction_implicit'
automake: warning: source file 'datawizard/variable_parameters.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/variable_parameters'
automake: warning: source file 'datawizard/write_only_tmp_buffer.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'datawizard/write_only_tmp_buffer'
tests/Makefile.am:517: warning: source file 'datawizard/wt_broadcast.c' =
is in a subdirectory,
tests/Makefile.am:517: but option 'subdir-objects' is disabled
tests/Makefile.am:515: warning: source file 'datawizard/wt_host.c' is in =
a subdirectory,
tests/Makefile.am:515: but option 'subdir-objects' is disabled
automake: warning: source file 'disk/disk_compute.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'disk/disk_compute'
automake: warning: source file 'disk/disk_copy.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'disk/disk_copy'
automake: warning: source file 'disk/disk_pack.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'disk/disk_pack'
automake: warning: source file 'disk/mem_reclaim.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'disk/mem_reclaim'
automake: warning: source file 'errorcheck/invalid_blocking_calls.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'errorcheck/invalid_blocking_calls'
automake: warning: source file 'errorcheck/invalid_tasks.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'errorcheck/invalid_tasks'
automake: warning: source file 'errorcheck/starpu_init_noworker.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'errorcheck/starpu_init_noworker'
tests/Makefile.am:664: warning: source file =
'$(top_srcdir)/include/starpu_mod.f90' is in a subdirectory,
tests/Makefile.am:664: but option 'subdir-objects' is disabled
tests/Makefile.am:664: warning: source file 'fortran90/init_01.f90' is =
in a subdirectory,
tests/Makefile.am:664: but option 'subdir-objects' is disabled
automake: warning: source file 'helper/cublas_init.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'helper/cublas_init'
automake: warning: source file 'helper/cusparse_init.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'helper/cusparse_init'
automake: warning: source file 'helper/execute_on_all.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'helper/execute_on_all'
automake: warning: source file 'helper/pinned_memory.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'helper/pinned_memory'
automake: warning: source file 'helper/starpu_create_sync_task.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'helper/starpu_create_sync_task'
automake: warning: source file 'helper/starpu_data_cpy.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'helper/starpu_data_cpy'
automake: warning: source file 'main/codelet_null_callback.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/codelet_null_callback'
automake: warning: source file 'main/declare_deps_after_submission.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/declare_deps_after_submission'
automake: warning: source file =
'main/declare_deps_after_submission_synchronous.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/declare_deps_after_submission_synchronous'
automake: warning: source file 'main/declare_deps_in_callback.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/declare_deps_in_callback'
automake: warning: source file 'main/deploop.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/deploop'
automake: warning: source file 'main/deprecated_func.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/deprecated_func'
automake: warning: source file 'main/driver_api/init_run_deinit.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/driver_api/init_run_deinit'
automake: warning: source file 'main/driver_api/run_driver.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/driver_api/run_driver'
automake: warning: source file 'main/empty_task.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'main/empty_task'
automake: warning: source file 'main/empty_task_chain.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/empty_task_chain'
automake: warning: source file 'main/empty_task_sync_point.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/empty_task_sync_point'
automake: warning: source file 'main/empty_task_sync_point_tasks.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/empty_task_sync_point_tasks'
automake: warning: source file 'main/execute_on_a_specific_worker.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/execute_on_a_specific_worker'
automake: warning: source file 'main/execute_schedule.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/execute_schedule'
automake: warning: source file 'main/get_children_tasks.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/get_children_tasks'
automake: warning: source file 'main/get_current_task.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/get_current_task'
automake: warning: source file 'main/insert_task.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/insert_task'
automake: warning: source file 'main/insert_task_array.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/insert_task_array'
automake: warning: source file 'main/insert_task_dyn_handles.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/insert_task_dyn_handles'
automake: warning: source file 'main/insert_task_many.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/insert_task_many'
automake: warning: source file 'main/insert_task_nullcodelet.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/insert_task_nullcodelet'
automake: warning: source file 'main/insert_task_pack.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/insert_task_pack'
automake: warning: source file 'main/insert_task_value.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/insert_task_value'
automake: warning: source file 'main/mkdtemp.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'main/mkdtemp'
automake: warning: source file 'main/multithreaded.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/multithreaded'
automake: warning: source file 'main/multithreaded_init.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/multithreaded_init'
automake: warning: source file 'main/pack.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/pack'
automake: warning: source file 'main/pause_resume.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/pause_resume'
automake: warning: source file 'main/regenerate.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/regenerate'
automake: warning: source file 'main/regenerate_pipeline.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/regenerate_pipeline'
automake: warning: source file 'main/restart.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/restart'
automake: warning: source file 'main/starpu_init.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/starpu_init'
automake: warning: source file 'main/starpu_task_bundle.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/starpu_task_bundle'
automake: warning: source file 'main/starpu_task_wait.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/starpu_task_wait'
automake: warning: source file 'main/starpu_task_wait_for_all.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/starpu_task_wait_for_all'
automake: warning: source file 'main/starpu_worker_exists.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'main/starpu_worker_exists'
automake: warning: source file 'main/static_restartable.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/static_restartable'
automake: warning: source file 'main/static_restartable_tag.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/static_restartable_tag'
automake: warning: source file =
'main/static_restartable_using_initializer.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/static_restartable_using_initializer'
tests/Makefile.am:536: warning: source file 'main/subgraph_repeat.c' is =
in a subdirectory,
tests/Makefile.am:536: but option 'subdir-objects' is disabled
tests/Makefile.am:550: warning: source file =
'main/subgraph_repeat_regenerate.c' is in a subdirectory,
tests/Makefile.am:550: but option 'subdir-objects' is disabled
tests/Makefile.am:557: warning: source file =
'main/subgraph_repeat_regenerate_tag.c' is in a subdirectory,
tests/Makefile.am:557: but option 'subdir-objects' is disabled
tests/Makefile.am:543: warning: source file 'main/subgraph_repeat_tag.c' =
is in a subdirectory,
tests/Makefile.am:543: but option 'subdir-objects' is disabled
automake: warning: source file 'main/submit.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/submit'
automake: warning: source file 'main/tag_task_data_deps.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:343: while processing program =
'main/tag_task_data_deps'
automake: warning: source file 'main/tag_wait_api.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/tag_wait_api'
automake: warning: source file 'main/task_wait_api.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'main/task_wait_api'
automake: warning: source file 'main/wait_all_regenerable_tasks.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'main/wait_all_regenerable_tasks'
automake: warning: source file 'microbenchs/async_tasks_overhead.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/async_tasks_overhead'
automake: warning: source file 'microbenchs/display_structures_size.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'microbenchs/display_structures_size'
automake: warning: source file 'microbenchs/local_pingpong.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program =
'microbenchs/local_pingpong'
automake: warning: source file 'microbenchs/matrix_as_vector.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/matrix_as_vector'
automake: warning: source file 'microbenchs/prefetch_data_on_node.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/prefetch_data_on_node'
automake: warning: source file 'microbenchs/redundant_buffer.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/redundant_buffer'
automake: warning: source file 'microbenchs/sync_tasks_overhead.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/sync_tasks_overhead'
automake: warning: source file 'microbenchs/tasks_overhead.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/tasks_overhead'
automake: warning: source file 'microbenchs/tasks_size_overhead.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'microbenchs/tasks_size_overhead'
tests/Makefile.am:573: warning: source file 'openmp/api_01.c' is in a =
subdirectory,
tests/Makefile.am:573: but option 'subdir-objects' is disabled
tests/Makefile.am:657: warning: source file 'openmp/array_slice_01.c' is =
in a subdirectory,
tests/Makefile.am:657: but option 'subdir-objects' is disabled
tests/Makefile.am:660: warning: source file 'openmp/cuda_task_01.c' is =
in a subdirectory,
tests/Makefile.am:660: but option 'subdir-objects' is disabled
tests/Makefile.am:570: warning: source file 'openmp/environment.c' is in =
a subdirectory,
tests/Makefile.am:570: but option 'subdir-objects' is disabled
tests/Makefile.am:564: warning: source file 'openmp/init_exit_01.c' is =
in a subdirectory,
tests/Makefile.am:564: but option 'subdir-objects' is disabled
tests/Makefile.am:567: warning: source file 'openmp/init_exit_02.c' is =
in a subdirectory,
tests/Makefile.am:567: but option 'subdir-objects' is disabled
tests/Makefile.am:576: warning: source file 'openmp/parallel_01.c' is in =
a subdirectory,
tests/Makefile.am:576: but option 'subdir-objects' is disabled
tests/Makefile.am:579: warning: source file 'openmp/parallel_02.c' is in =
a subdirectory,
tests/Makefile.am:579: but option 'subdir-objects' is disabled
tests/Makefile.am:582: warning: source file 'openmp/parallel_03.c' is in =
a subdirectory,
tests/Makefile.am:582: but option 'subdir-objects' is disabled
tests/Makefile.am:585: warning: source file =
'openmp/parallel_barrier_01.c' is in a subdirectory,
tests/Makefile.am:585: but option 'subdir-objects' is disabled
tests/Makefile.am:609: warning: source file =
'openmp/parallel_critical_01.c' is in a subdirectory,
tests/Makefile.am:609: but option 'subdir-objects' is disabled
tests/Makefile.am:612: warning: source file =
'openmp/parallel_critical_inline_01.c' is in a subdirectory,
tests/Makefile.am:612: but option 'subdir-objects' is disabled
tests/Makefile.am:615: warning: source file =
'openmp/parallel_critical_named_01.c' is in a subdirectory,
tests/Makefile.am:615: but option 'subdir-objects' is disabled
tests/Makefile.am:618: warning: source file =
'openmp/parallel_critical_named_inline_01.c' is in a subdirectory,
tests/Makefile.am:618: but option 'subdir-objects' is disabled
tests/Makefile.am:627: warning: source file 'openmp/parallel_for_01.c' =
is in a subdirectory,
tests/Makefile.am:627: but option 'subdir-objects' is disabled
tests/Makefile.am:630: warning: source file 'openmp/parallel_for_02.c' =
is in a subdirectory,
tests/Makefile.am:630: but option 'subdir-objects' is disabled
tests/Makefile.am:633: warning: source file =
'openmp/parallel_for_ordered_01.c' is in a subdirectory,
tests/Makefile.am:633: but option 'subdir-objects' is disabled
tests/Makefile.am:588: warning: source file =
'openmp/parallel_master_01.c' is in a subdirectory,
tests/Makefile.am:588: but option 'subdir-objects' is disabled
tests/Makefile.am:591: warning: source file =
'openmp/parallel_master_inline_01.c' is in a subdirectory,
tests/Makefile.am:591: but option 'subdir-objects' is disabled
tests/Makefile.am:624: warning: source file =
'openmp/parallel_nested_lock_01.c' is in a subdirectory,
tests/Makefile.am:624: but option 'subdir-objects' is disabled
tests/Makefile.am:636: warning: source file =
'openmp/parallel_sections_01.c' is in a subdirectory,
tests/Makefile.am:636: but option 'subdir-objects' is disabled
tests/Makefile.am:639: warning: source file =
'openmp/parallel_sections_combined_01.c' is in a subdirectory,
tests/Makefile.am:639: but option 'subdir-objects' is disabled
tests/Makefile.am:621: warning: source file =
'openmp/parallel_simple_lock_01.c' is in a subdirectory,
tests/Makefile.am:621: but option 'subdir-objects' is disabled
tests/Makefile.am:603: warning: source file =
'openmp/parallel_single_copyprivate_01.c' is in a subdirectory,
tests/Makefile.am:603: but option 'subdir-objects' is disabled
tests/Makefile.am:606: warning: source file =
'openmp/parallel_single_copyprivate_inline_01.c' is in a subdirectory,
tests/Makefile.am:606: but option 'subdir-objects' is disabled
tests/Makefile.am:600: warning: source file =
'openmp/parallel_single_inline_01.c' is in a subdirectory,
tests/Makefile.am:600: but option 'subdir-objects' is disabled
tests/Makefile.am:597: warning: source file =
'openmp/parallel_single_nowait_01.c' is in a subdirectory,
tests/Makefile.am:597: but option 'subdir-objects' is disabled
tests/Makefile.am:594: warning: source file =
'openmp/parallel_single_wait_01.c' is in a subdirectory,
tests/Makefile.am:594: but option 'subdir-objects' is disabled
tests/Makefile.am:642: warning: source file 'openmp/task_01.c' is in a =
subdirectory,
tests/Makefile.am:642: but option 'subdir-objects' is disabled
tests/Makefile.am:645: warning: source file 'openmp/task_02.c' is in a =
subdirectory,
tests/Makefile.am:645: but option 'subdir-objects' is disabled
tests/Makefile.am:651: warning: source file 'openmp/taskgroup_01.c' is =
in a subdirectory,
tests/Makefile.am:651: but option 'subdir-objects' is disabled
tests/Makefile.am:654: warning: source file 'openmp/taskgroup_02.c' is =
in a subdirectory,
tests/Makefile.am:654: but option 'subdir-objects' is disabled
tests/Makefile.am:648: warning: source file 'openmp/taskwait_01.c' is in =
a subdirectory,
tests/Makefile.am:648: but option 'subdir-objects' is disabled
tests/Makefile.am:850: warning: source file 'overlap/gpu_concurrency.c' =
is in a subdirectory,
tests/Makefile.am:850: but option 'subdir-objects' is disabled
automake: warning: source file 'overlap/overlap.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'overlap/overlap'
automake: warning: source file 'parallel_tasks/cuda_only.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'parallel_tasks/cuda_only'
automake: warning: source file =
'parallel_tasks/explicit_combined_worker.c' is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'parallel_tasks/explicit_combined_worker'
automake: warning: source file 'parallel_tasks/parallel_kernels.c' is in =
a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'parallel_tasks/parallel_kernels'
automake: warning: source file 'parallel_tasks/parallel_kernels_spmd.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'parallel_tasks/parallel_kernels_spmd'
automake: warning: source file 'parallel_tasks/spmd_peager.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'parallel_tasks/spmd_peager'
tests/Makefile.am:875: warning: source file 'perfmodels/feed.c' is in a =
subdirectory,
tests/Makefile.am:875: but option 'subdir-objects' is disabled
automake: warning: source file 'perfmodels/memory.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'perfmodels/memory'
tests/Makefile.am:867: warning: source file =
'perfmodels/non_linear_regression_based.c' is in a subdirectory,
tests/Makefile.am:867: but option 'subdir-objects' is disabled
tests/Makefile.am:871: warning: source file 'perfmodels/opencl_memset.c' =
is in a subdirectory,
tests/Makefile.am:871: but option 'subdir-objects' is disabled
tests/Makefile.am:857: warning: source file =
'perfmodels/regression_based.c' is in a subdirectory,
tests/Makefile.am:857: but option 'subdir-objects' is disabled
tests/Makefile.am:861: warning: source file 'perfmodels/opencl_memset.c' =
is in a subdirectory,
tests/Makefile.am:861: but option 'subdir-objects' is disabled
automake: warning: source file 'perfmodels/user_base.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'perfmodels/user_base'
automake: warning: source file 'perfmodels/valid_model.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'perfmodels/valid_model'
automake: warning: source file 'perfmodels/value_nan.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:125: while processing program 'perfmodels/value_nan'
automake: warning: source file 'sched_policies/data_locality.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'sched_policies/data_locality'
automake: warning: source file 'sched_policies/execute_all_tasks.c' is =
in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'sched_policies/execute_all_tasks'
automake: warning: source file 'sched_policies/prio.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program 'sched_policies/prio'
automake: warning: source file 'sched_policies/simple_cpu_gpu_sched.c' =
is in a subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'sched_policies/simple_cpu_gpu_sched'
automake: warning: source file 'sched_policies/simple_deps.c' is in a =
subdirectory,
automake: but option 'subdir-objects' is disabled
tests/Makefile.am:155: while processing program =
'sched_policies/simple_deps'
tools/Makefile.am:191: warning: source file '../tests/loader.c' is in a =
subdirectory,
tools/Makefile.am:191: but option 'subdir-objects' is disabled
autoreconf: Leaving directory `.'

--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;"><head><meta http-equiv="Content-Type"
content="text/html; charset=us-ascii"></head><div dir="auto"
style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break:
after-white-space;"><div></div></div></body></html>
--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Disposition: attachment;
filename=c.txt
Content-Type: text/plain;
x-unix-mode=0644;
name="c.txt"
Content-Transfer-Encoding: quoted-printable

checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether make supports nested variables... yes
checking whether make supports nested variables... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...=20
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking whether gcc understands -c and -o together... yes
checking dependency style of gcc... gcc3
checking for ar... ar
checking the archiver (ar) interface... ar
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking whether gcc understands -c and -o together... (cached) yes
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C preprocessor... gcc -E
checking for a sed that does not truncate output... /usr/bin/sed
checking whether ln -s works... yes
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether gfortran accepts -g... yes
checking whether we are using the GNU Fortran compiler... yes
checking whether gfortran accepts -g... yes
checking for gstat... no
checking for stat... stat
checking for gdate... no
checking for date... date
checking for gcc option to support OpenMP... -fopenmp
checking how to print strings... printf
checking for a sed that does not truncate output... (cached) =
/usr/bin/sed
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for fgrep... /usr/bin/grep -F
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking the maximum length of command line arguments... 1572864
checking how to convert x86_64-pc-linux-gnu file names to =
x86_64-pc-linux-gnu format... func_convert_file_noop
checking how to convert x86_64-pc-linux-gnu file names to toolchain =
format... func_convert_file_noop
checking for /usr/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for dlltool... no
checking how to associate runtime and link libraries... printf %s\n
checking for archiver @FILE support... @
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for sysroot... no
checking for a working dd... /usr/bin/dd
checking how to truncate binary pipes... /usr/bin/dd bs=3D4096 count=3D1
checking for mt... no
checking if : is a manifest tool... no
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 for dlfcn.h... yes
checking for objdir... .libs
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC -DPIC
checking if gcc PIC flag -fPIC -DPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking if gcc supports -c -o file.o... (cached) yes
checking whether the gcc linker (/usr/bin/ld -m elf_x86_64) 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... yes
checking how to run the C++ preprocessor... g++ -E
checking for ld used by g++... /usr/bin/ld -m elf_x86_64
checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports =
shared libraries... yes
checking for g++ option to produce PIC... -fPIC -DPIC
checking if g++ PIC flag -fPIC -DPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking if g++ supports -c -o file.o... (cached) yes
checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports =
shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) =
supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for gfortran option to produce PIC... -fPIC
checking if gfortran PIC flag -fPIC works... yes
checking if gfortran static flag -static works... no
checking if gfortran supports -c -o file.o... yes
checking if gfortran supports -c -o file.o... (cached) yes
checking whether the gfortran linker (/usr/bin/ld -m elf_x86_64) =
supports shared libraries... yes
checking dynamic linker characteristics... (cached) GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether ln -s works... yes
checking for ANSI C header files... (cached) yes
checking for C/C++ restrict keyword... __restrict
checking for bash... /bin/sh
checking for svn... /usr/bin/svn
checking for svnversion... /usr/bin/svnversion
checking for lib... no
checking size of void *... 8
checking for unistd.h... (cached) yes
checking for struct timespec... yes
checking for pthread_create in -lpthread... yes
checking for library containing sqrt... -lm
checking for main in -lws2_32... no
checking for sysconf... yes
checking for getrlimit... yes
checking for pthread_spin_lock... yes
checking for pthread_barrier_init... yes
checking for pthread_setaffinity_np... yes
checking for pthread_setname_np... yes
checking for posix_memalign... yes
checking for memalign... yes
checking for drand48... yes
checking for erand48_r... yes
checking for strerror_r... yes
checking for setenv... yes
checking for unsetenv... yes
checking for nearbyintf... yes
checking for rintf... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking valgrind/valgrind.h usability... no
checking valgrind/valgrind.h presence... no
checking for valgrind/valgrind.h... no
checking valgrind/memcheck.h usability... no
checking valgrind/memcheck.h presence... no
checking for valgrind/memcheck.h... no
checking valgrind/helgrind.h usability... no
checking valgrind/helgrind.h presence... no
checking for valgrind/helgrind.h... no
checking for sched_yield... yes
checking aio.h usability... yes
checking aio.h presence... yes
checking for aio.h... yes
checking for aio_read in -lrt... yes
checking for mkostemp... yes
checking for mkdtemp... yes
checking for pread... yes
checking for pwrite... yes
checking whether the target supports __sync_val_compare_and_swap... yes
checking whether the target supports __sync_bool_compare_and_swap... yes
checking whether the target supports __sync_fetch_and_add... yes
checking whether the target supports __sync_fetch_and_or... yes
checking whether the target supports __sync_lock_test_and_set... yes
checking whether the target supports __sync_synchronize... yes
checking for library containing set_mempolicy... -lnuma
checking whether libnuma is available... yes
checking whether statement expressions are available... yes
checking maximum number of sched_ctxs... 10
checking maximum number of CPUs... 64
checking whether CPUs should be used... yes
checking maximum number of CUDA devices... 4
checking whether CUDA is available...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /usr/local/cuda...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /c/cuda...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /cygdrive/c/cuda...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /opt/cuda...=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /.....=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /.....=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /.....=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is available in /.....=20
checking cuda.h usability... no
checking cuda.h presence... no
checking for cuda.h... no
checking whether CUDA is working... no
checking whether CUDA should be used... no
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking whether MAGMA should be used... no
checking for cufftDoubleComplex... no
checking whether CURAND is available... no
checking maximum number of OpenCL devices... 8
checking whether OpenCL is available...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking whether OpenCL is available in /usr/local/cuda no and no...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking whether OpenCL is available in /c/cuda no and no...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking whether OpenCL is available in /cygdrive/c/cuda no and no...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking whether OpenCL is available in /opt/cuda no and no...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking whether OpenCL is available in /.. no and no...=20
checking CL/cl.h usability... no
checking CL/cl.h presence... no
checking for CL/cl.h... no
checking for clEnqueueMarkerWithWaitList... no
checking whether OpenCL should be used... no
checking whether asynchronous copy should be disabled... no
checking whether asynchronous CUDA copy should be disabled... no
checking whether asynchronous OpenCL copy should be disabled... no
checking whether asynchronous MIC copy should be disabled... no
checking whether SimGrid is enabled... no
checking whether blocking drivers should be enabled... no
checking maximum number of MIC devices... 4
checking maximum number of MIC threads...=20
checking RCCE.h usability... no
checking RCCE.h presence... no
checking for RCCE.h... no
checking for RCCE_init in -lRCCE_bigflags_nongory_nopwrmgmt... no
checking whether RCCE should be used... no
checking Maximum number of message-passing kernels... 10
checking whether debug mode should be enabled... no
checking whether extra checks should be performed... no
checking whether debug messages should be displayed... no
checking whether coverage testing should be enabled... no
checking whether FxT traces should be generated... no
checking whether additional locking systems FxT traces should be =
enabled... no
checking whether performance debugging should be enabled... no
checking whether performance model debugging should be enabled... no
checking whether statistics should be generated... no
checking whether memory stats should be displayed... no
checking glpk.h usability... yes
checking glpk.h presence... yes
checking for glpk.h... yes
checking for main in -lglpk... yes
checking Ayudame.h usability... no
checking Ayudame.h presence... no
checking for Ayudame.h... no
checking ayudame.h usability... no
checking ayudame.h presence... no
checking for ayudame.h... no
checking how many buffers can be manipulated per task... 8
checking maximum number of nodes to use... checking maximum number of =
memory nodes... 4
checking whether allocation cache should be used... yes
checking using explicit performance model location... no
checking performance models location... $HOME/.starpu/sampling/
checking for clock_gettime in -lrt... yes
checking for clock_gettime... yes
checking Maximum number of workers... 64
checking Maximum number of workers combinations... 64
checking maximum number of implementations... 4
checking calibration heuristic of history-based StarPU calibrator... 50
checking for mpicc... /opt/mpich/bin/mpicc
checking mpicc path... /opt/mpich/bin/mpicc
icc: command line warning #10006: ignoring unknown option =
'-fshowme:link'
/usr/lib/gcc/x86_64-pc-linux-gnu/7.2.1/../../../../lib64/crt1.o: In =
function `_start':
(.text+0x20): undefined reference to `main'
checking for mpiexec... /opt/mpich/bin/mpiexec
checking whether mpiexec is available... /opt/mpich/bin/mpiexec
checking whether MPI tests should be run... no
checking whether the StarPU MPI library should be generated... yes
checking whether MPI debug messages should be displayed... no
checking for StarPU-Top... checking for qmake-qt4... /usr/bin/qmake-qt4
checking whether compiler support -Wall... yes
checking whether compiler support -Werror=3Dimplicit... yes
checking whether compiler support =
-Werror=3Dimplicit-function-declaration... yes
checking mpifort path... /usr/bin/mpifort
checking whether GCC supports plug-ins... no
configure: WARNING: GCC plug-ins not supported; StarPU's GCC plug-in =
will not be built
checking for OpenMP runtime support... yes
checking for SOCL... no
checking for gdb... /usr/bin/gdb
checking whether OpenGL rendering is enabled... no
checking for X... libraries , headers=20
checking for gethostbyname... yes
checking for connect... yes
checking for remove... yes
checking for shmat... yes
checking for IceConnectionNumber in -lICE... yes
checking which BLAS lib should be used... mkl
checking for FFTW... yes
checking for FFTWF... yes
checking for FFTWL... yes
checking for HWLOC... yes
checking whether hwloc_cuda_get_device_osdev_by_index is declared... no
checking for hwloc_topology_dup... yes
checking whether hwloc should be used... yes
checking f77.h usability... no
checking f77.h presence... no
checking for f77.h... no
checking for icc... icc
checking for help2man... no
checking for struct cudaDeviceProp.pciDomainID... no
checking for struct cudaDeviceProp.pciBusID... no
checking for doxygen... /usr/bin/doxygen
checking for pdflatex... /usr/bin/pdflatex
checking for epstopdf... /usr/bin/epstopdf
checking whether documentation should be compiled... no
checking whether documentation is available... yes
checking that generated files are newer than configure... done
configure: creating ./config.status
config.status: creating tests/regression/regression.sh
config.status: creating tests/regression/profiles
config.status: creating tests/regression/profiles.build.only
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating tools/Makefile
config.status: creating tools/starpu_codelet_profile
config.status: creating tools/starpu_codelet_histo_profile
config.status: creating tools/starpu_workers_activity
config.status: creating tools/starpu_paje_draw_histogram
config.status: creating tools/starpu_paje_state_stats
config.status: creating tools/starpu_paje_summary
config.status: creating tools/starpu_paje_sort
config.status: creating tools/starpu_smpirun
config.status: creating socl/Makefile
config.status: creating socl/src/Makefile
config.status: creating socl/examples/Makefile
config.status: creating socl/vendors/socl.icd
config.status: creating socl/vendors/install/socl.icd
config.status: creating libstarpu.pc
config.status: creating starpu-1.0.pc
config.status: creating starpu-1.1.pc
config.status: creating starpu-1.2.pc
config.status: creating mpi/libstarpumpi.pc
config.status: creating mpi/starpumpi-1.0.pc
config.status: creating mpi/starpumpi-1.1.pc
config.status: creating mpi/starpumpi-1.2.pc
config.status: creating starpufft/Makefile
config.status: creating starpufft/src/Makefile
config.status: creating starpufft/tests/Makefile
config.status: creating starpufft/libstarpufft.pc
config.status: creating starpufft/starpufft-1.0.pc
config.status: creating starpufft/starpufft-1.1.pc
config.status: creating starpufft/starpufft-1.2.pc
config.status: creating examples/Makefile
config.status: creating examples/stencil/Makefile
config.status: creating tests/Makefile
config.status: creating tests/loader-cross.sh
config.status: creating examples/loader-cross.sh
config.status: creating examples/stencil/loader-cross.sh
config.status: creating mpi/Makefile
config.status: creating mpi/src/Makefile
config.status: creating mpi/tests/Makefile
config.status: creating mpi/examples/Makefile
config.status: creating starpu-top/StarPU-Top.pro
config.status: creating starpu-top/StarPU-Top-qwt-embed.pri
config.status: creating starpu-top/StarPU-Top-qwt-system.pri
config.status: creating gcc-plugin/Makefile
config.status: creating gcc-plugin/src/Makefile
config.status: creating gcc-plugin/tests/Makefile
config.status: creating gcc-plugin/tests/run-test
config.status: creating gcc-plugin/examples/Makefile
config.status: creating sc_hypervisor/Makefile
config.status: creating sc_hypervisor/src/Makefile
config.status: creating sc_hypervisor/examples/Makefile
config.status: creating doc/Makefile
config.status: creating doc/doxygen/Makefile
config.status: creating doc/doxygen/doxygen-config.cfg
config.status: creating doc/doxygen/doxygen_filter.sh
config.status: creating tools/msvc/starpu_var.bat
config.status: creating src/common/config.h
config.status: src/common/config.h is unchanged
config.status: creating include/starpu_config.h
config.status: include/starpu_config.h is unchanged
config.status: creating gcc-plugin/include/starpu-gcc/config.h
config.status: gcc-plugin/include/starpu-gcc/config.h is unchanged
config.status: creating starpu-top/config.h
config.status: starpu-top/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
config.status: executing executable-scripts commands
configure:

CPUs enabled: yes
CUDA enabled: no
OpenCL enabled: no
SCC enabled: no
MIC enabled: no

Compile-time limits
(change these with --enable-maxcpus, --enable-maxcudadev,
--enable-maxopencldev, --enable-maxmicdev, --enable-maxnodes,
--enable-maxbuffers)
(Note these numbers do not represent the number of detected
devices, but the maximum number of devices StarPU can manage)

Maximum number of CPUs: 64
Maximum number of CUDA devices: 0
Maximum number of OpenCL devices: 0
Maximum number of SCC devices: 0
Maximum number of MIC threads: 0
Maximum number of memory nodes: 4
Maximum number of task buffers: 8

GPU-GPU transfers: no
Allocation cache: yes

Magma enabled: no
BLAS library: mkl
hwloc: yes
FxT trace enabled: no
StarPU-Top: yes

Documentation: no
Examples: yes

StarPU Extensions:
MPI enabled: yes
MPI test suite: no
FFT Support: yes
GCC plug-in: no
GCC plug-in test suite (requires GNU Guile): no
OpenMP runtime support enabled: yes
SOCL enabled: no
SOCL test suite: no
Scheduler Hypervisor: no
simgrid enabled: no
ayudame enabled: no
Native fortran support: yes
Native MPI fortran support: yes


--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;"><head><meta http-equiv="Content-Type"
content="text/html; charset=us-ascii"></head><div dir="auto"
style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break:
after-white-space;"><div></div></div></body></html>
--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Disposition: attachment;
filename=m.txt
Content-Type: text/plain;
x-unix-mode=0644;
name="m.txt"
Content-Transfer-Encoding: quoted-printable

Making all in src
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/src'
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/src'
CC libstarpu_1.2_la-barrier.lo
CC libstarpu_1.2_la-barrier_counter.lo
CC libstarpu_1.2_la-bitmap.lo
CC libstarpu_1.2_la-hash.lo
CC libstarpu_1.2_la-rwlock.lo
CC libstarpu_1.2_la-starpu_spinlock.lo
CC libstarpu_1.2_la-timing.lo
CC libstarpu_1.2_la-fxt.lo
CC libstarpu_1.2_la-utils.lo
CC libstarpu_1.2_la-thread.lo
CC libstarpu_1.2_la-graph.lo
CC libstarpu_1.2_la-jobs.lo
CC libstarpu_1.2_la-task.lo
CC libstarpu_1.2_la-task_bundle.lo
CC libstarpu_1.2_la-tree.lo
CC libstarpu_1.2_la-workers.lo
CC libstarpu_1.2_la-combined_workers.lo
CC libstarpu_1.2_la-topology.lo
core/topology.c: In function =E2=80=98_starpu_init_workers_binding=E2=80=99=
:
core/topology.c:1459:12: warning: unused variable =E2=80=98devid=E2=80=99 =
[-Wunused-variable]
unsigned devid =3D workerarg->devid;
^~~~~
CC libstarpu_1.2_la-disk.lo
CC libstarpu_1.2_la-debug.lo
CC libstarpu_1.2_la-errorcheck.lo
CC libstarpu_1.2_la-progress_hook.lo
CC libstarpu_1.2_la-cg.lo
CC libstarpu_1.2_la-dependencies.lo
CC libstarpu_1.2_la-implicit_data_deps.lo
CC libstarpu_1.2_la-tags.lo
CC libstarpu_1.2_la-task_deps.lo
CC libstarpu_1.2_la-data_concurrency.lo
CC libstarpu_1.2_la-data_arbiter_concurrency.lo
CC libstarpu_1.2_la-disk_stdio.lo
CC libstarpu_1.2_la-disk_unistd.lo
CC libstarpu_1.2_la-disk_unistd_global.lo
CC libstarpu_1.2_la-perfmodel_history.lo
CC libstarpu_1.2_la-perfmodel_bus.lo
CC libstarpu_1.2_la-perfmodel.lo
CC libstarpu_1.2_la-perfmodel_print.lo
CC libstarpu_1.2_la-perfmodel_nan.lo
CC libstarpu_1.2_la-regression.lo
CC libstarpu_1.2_la-sched_policy.lo
CC libstarpu_1.2_la-simgrid.lo
CC libstarpu_1.2_la-sched_ctx.lo
CC libstarpu_1.2_la-sched_ctx_list.lo
CC libstarpu_1.2_la-parallel_task.lo
CC libstarpu_1.2_la-detect_combined_workers.lo
CC libstarpu_1.2_la-eager_central_policy.lo
CC libstarpu_1.2_la-eager_central_priority_policy.lo
CC libstarpu_1.2_la-work_stealing_policy.lo
CC libstarpu_1.2_la-locality_work_stealing_policy.lo
CC libstarpu_1.2_la-deque_modeling_policy_data_aware.lo
CC libstarpu_1.2_la-random_policy.lo
CC libstarpu_1.2_la-fifo_queues.lo
CC libstarpu_1.2_la-parallel_heft.lo
CC libstarpu_1.2_la-parallel_eager.lo
CC libstarpu_1.2_la-graph_test_policy.lo
CC libstarpu_1.2_la-driver_common.lo
CC libstarpu_1.2_la-driver_disk.lo
CC libstarpu_1.2_la-memory_nodes.lo
CC libstarpu_1.2_la-write_back.lo
CC libstarpu_1.2_la-coherency.lo
CC libstarpu_1.2_la-data_request.lo
CC libstarpu_1.2_la-datawizard.lo
CC libstarpu_1.2_la-copy_driver.lo
CC libstarpu_1.2_la-filters.lo
CC libstarpu_1.2_la-sort_data_handles.lo
CC libstarpu_1.2_la-malloc.lo
CC libstarpu_1.2_la-memory_manager.lo
CC libstarpu_1.2_la-memalloc.lo
CC libstarpu_1.2_la-memstats.lo
CC libstarpu_1.2_la-footprint.lo
CC libstarpu_1.2_la-datastats.lo
CC libstarpu_1.2_la-user_interactions.lo
CC libstarpu_1.2_la-reduction.lo
CC libstarpu_1.2_la-data_interface.lo
CC libstarpu_1.2_la-bcsr_interface.lo
CC libstarpu_1.2_la-coo_interface.lo
CC libstarpu_1.2_la-csr_interface.lo
CC libstarpu_1.2_la-matrix_filters.lo
CC libstarpu_1.2_la-matrix_interface.lo
CC libstarpu_1.2_la-block_filters.lo
CC libstarpu_1.2_la-block_interface.lo
CC libstarpu_1.2_la-vector_interface.lo
CC libstarpu_1.2_la-bcsr_filters.lo
CC libstarpu_1.2_la-csr_filters.lo
CC libstarpu_1.2_la-vector_filters.lo
CC libstarpu_1.2_la-variable_interface.lo
CC libstarpu_1.2_la-void_interface.lo
CC libstarpu_1.2_la-multiformat_interface.lo
CC libstarpu_1.2_la-execute_on_all.lo
CC libstarpu_1.2_la-starpu_create_sync_task.lo
CC libstarpu_1.2_la-file.lo
CC libstarpu_1.2_la-fstarpu.lo
CC libstarpu_1.2_la-misc.lo
CC libstarpu_1.2_la-openmp_runtime_support.lo
CC libstarpu_1.2_la-openmp_runtime_support_environment.lo
CC libstarpu_1.2_la-openmp_runtime_support_omp_api.lo
CC libstarpu_1.2_la-starpu_data_cpy.lo
CC libstarpu_1.2_la-starpu_task_insert.lo
CC libstarpu_1.2_la-starpu_task_insert_utils.lo
CC libstarpu_1.2_la-starpu_fxt.lo
CC libstarpu_1.2_la-starpu_fxt_mpi.lo
CC libstarpu_1.2_la-starpu_fxt_dag.lo
CC libstarpu_1.2_la-starpu_paje.lo
CC libstarpu_1.2_la-anim.lo
CC libstarpu_1.2_la-latency.lo
CC libstarpu_1.2_la-structures_size.lo
CC libstarpu_1.2_la-profiling.lo
CC libstarpu_1.2_la-bound.lo
CC libstarpu_1.2_la-profiling_helpers.lo
CC libstarpu_1.2_la-starpu_top.lo
CC libstarpu_1.2_la-starpu_top_task.lo
CC libstarpu_1.2_la-starpu_top_message_queue.lo
CC libstarpu_1.2_la-starpu_top_connection.lo
CC libstarpu_1.2_la-worker_list.lo
CC libstarpu_1.2_la-worker_tree.lo
CC libstarpu_1.2_la-component_worker.lo
CC libstarpu_1.2_la-component_sched.lo
CC libstarpu_1.2_la-component_fifo.lo
CC libstarpu_1.2_la-prio_deque.lo
CC libstarpu_1.2_la-helper_mct.lo
CC libstarpu_1.2_la-component_prio.lo
CC libstarpu_1.2_la-component_random.lo
CC libstarpu_1.2_la-component_eager.lo
CC libstarpu_1.2_la-component_eager_calibration.lo
CC libstarpu_1.2_la-component_mct.lo
CC libstarpu_1.2_la-component_heft.lo
CC libstarpu_1.2_la-component_best_implementation.lo
CC libstarpu_1.2_la-component_perfmodel_select.lo
CC libstarpu_1.2_la-component_composed.lo
CC libstarpu_1.2_la-modular_eager.lo
CC libstarpu_1.2_la-modular_eager_prefetching.lo
CC libstarpu_1.2_la-modular_prio.lo
CC libstarpu_1.2_la-modular_prio_prefetching.lo
CC libstarpu_1.2_la-modular_random.lo
CC libstarpu_1.2_la-modular_random_prefetching.lo
CC libstarpu_1.2_la-modular_heft.lo
CC libstarpu_1.2_la-modular_heft_prio.lo
CC libstarpu_1.2_la-modular_heft2.lo
CC libstarpu_1.2_la-driver_cpu.lo
CC libstarpu_1.2_la-starpu_cublas.lo
CC libstarpu_1.2_la-starpu_cusparse.lo
CC libstarpu_1.2_la-disk_unistd_o_direct.lo
CXXLD libstarpu-1.2.la
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/src'
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/src'
Making all in tools
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tools'
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tools'
CC starpu_perfmodel_display.o
CCLD starpu_perfmodel_display
CC starpu_perfmodel_plot-starpu_perfmodel_plot.o
CCLD starpu_perfmodel_plot
CC starpu_calibrate_bus.o
CCLD starpu_calibrate_bus
CC starpu_machine_display.o
CCLD starpu_machine_display
CC starpu_sched_display.o
CCLD starpu_sched_display
CC starpu_tasks_rec_complete.o
CCLD starpu_tasks_rec_complete
CC starpu_lp2paje.o
CCLD starpu_lp2paje
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tools'
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tools'
Making all in tests
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
make all-recursive
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
CC tasks_size_overhead.o
CCLD microbenchs/tasks_size_overhead
CC local_pingpong.o
CCLD microbenchs/local_pingpong
CC mkdtemp.o
CCLD main/mkdtemp
CC execute_schedule.o
CCLD main/execute_schedule
CC insert_task_pack.o
CCLD main/insert_task_pack
CC insert_task_nullcodelet.o
CCLD main/insert_task_nullcodelet
CC multithreaded_init.o
CCLD main/multithreaded_init
CC empty_task.o
CCLD main/empty_task
CC empty_task_chain.o
CCLD main/empty_task_chain
CC starpu_worker_exists.o
CCLD main/starpu_worker_exists
CC codelet_null_callback.o
CCLD main/codelet_null_callback
CC allocate.o
CCLD datawizard/allocate
CC acquire_cb.o
CCLD datawizard/acquire_cb
CC user_interaction_implicit.o
CCLD datawizard/user_interaction_implicit
CC copy_interfaces.o
CCLD datawizard/interfaces/copy_interfaces
CC locality.o
CCLD datawizard/locality
CC simgrid-locality.o
CCLD datawizard/simgrid-locality
CC starpu_init_noworker.o
CCLD errorcheck/starpu_init_noworker
CC invalid_tasks.o
CCLD errorcheck/invalid_tasks
CC cublas_init.o
CCLD helper/cublas_init
CC cusparse_init.o
CCLD helper/cusparse_init
CC pinned_memory.o
CCLD helper/pinned_memory
CC execute_on_all.o
CCLD helper/execute_on_all
CC display_structures_size.o
CCLD microbenchs/display_structures_size
CC overlap.o
CCLD overlap/overlap
CC value_nan.o
CCLD perfmodels/value_nan
CC main_deprecated_func-deprecated_func.o
CCLD main/deprecated_func
CC init_run_deinit.o
CCLD main/driver_api/init_run_deinit
CC run_driver.o
CCLD main/driver_api/run_driver
CC deploop.o
CCLD main/deploop
CC execute_on_a_specific_worker.o
CCLD main/execute_on_a_specific_worker
CC insert_task.o
CCLD main/insert_task
CC insert_task_value.o
CCLD main/insert_task_value
CC insert_task_dyn_handles.o
CCLD main/insert_task_dyn_handles
CC insert_task_array.o
CCLD main/insert_task_array
CC insert_task_many.o
CCLD main/insert_task_many
CC multithreaded.o
CCLD main/multithreaded
CC starpu_task_bundle.o
CCLD main/starpu_task_bundle
CC starpu_task_wait_for_all.o
CCLD main/starpu_task_wait_for_all
CC starpu_task_wait.o
CCLD main/starpu_task_wait
CC static_restartable.o
CCLD main/static_restartable
CC static_restartable_using_initializer.o
CCLD main/static_restartable_using_initializer
CC static_restartable_tag.o
CCLD main/static_restartable_tag
CC regenerate.o
CCLD main/regenerate
CC regenerate_pipeline.o
CCLD main/regenerate_pipeline
CC restart.o
CCLD main/restart
CC wait_all_regenerable_tasks.o
CCLD main/wait_all_regenerable_tasks
CC subgraph_repeat.o
CCLD main/subgraph_repeat
CC subgraph_repeat_tag.o
CCLD main/subgraph_repeat_tag
CC subgraph_repeat_regenerate.o
CCLD main/subgraph_repeat_regenerate
CC subgraph_repeat_regenerate_tag.o
CCLD main/subgraph_repeat_regenerate_tag
CC empty_task_sync_point.o
CCLD main/empty_task_sync_point
CC empty_task_sync_point_tasks.o
CCLD main/empty_task_sync_point_tasks
CC tag_wait_api.o
CCLD main/tag_wait_api
CC task_wait_api.o
CCLD main/task_wait_api
CC declare_deps_in_callback.o
CCLD main/declare_deps_in_callback
CC declare_deps_after_submission.o
CCLD main/declare_deps_after_submission
CC declare_deps_after_submission_synchronous.o
CCLD main/declare_deps_after_submission_synchronous
CC get_current_task.o
CCLD main/get_current_task
CC starpu_init.o
CCLD main/starpu_init
CC submit.o
CCLD main/submit
CC pause_resume.o
CCLD main/pause_resume
CC pack.o
CCLD main/pack
CC get_children_tasks.o
CCLD main/get_children_tasks
CC acquire_cb_insert.o
CCLD datawizard/acquire_cb_insert
CC acquire_release.o
CCLD datawizard/acquire_release
CC acquire_release2.o
CCLD datawizard/acquire_release2
CC acquire_try.o
CCLD datawizard/acquire_try
CC cache.o
CCLD datawizard/cache
CC commute.o
CCLD datawizard/commute
CC commute2.o
CCLD datawizard/commute2
CC copy.o
CCLD datawizard/copy
CC data_implicit_deps.o
CCLD datawizard/data_implicit_deps
CC data_lookup.o
CCLD datawizard/data_lookup
CC scratch.o
CCLD datawizard/scratch
CC sync_and_notify_data.o
CCLD datawizard/sync_and_notify_data
CC sync_and_notify_data_implicit.o
CCLD datawizard/sync_and_notify_data_implicit
CC dsm_stress.o
CCLD datawizard/dsm_stress
CC double_parameter.o
CCLD datawizard/double_parameter
CC write_only_tmp_buffer.o
CCLD datawizard/write_only_tmp_buffer
CC data_invalidation.o
CCLD datawizard/data_invalidation
CC dining_philosophers.o
CCLD datawizard/dining_philosophers
CC manual_reduction.o
CCLD datawizard/manual_reduction
CC readers_and_writers.o
CCLD datawizard/readers_and_writers
CC unpartition.o
CCLD datawizard/unpartition
CC sync_with_data_with_mem.o
CCLD datawizard/sync_with_data_with_mem
CC sync_with_data_with_mem_non_blocking.o
CCLD datawizard/sync_with_data_with_mem_non_blocking
CC sync_with_data_with_mem_non_blocking_implicit.o
CCLD datawizard/sync_with_data_with_mem_non_blocking_implicit
CC mpi_like.o
CCLD datawizard/mpi_like
CC mpi_like_async.o
CCLD datawizard/mpi_like_async
CC critical_section_with_void_interface.o
CCLD datawizard/critical_section_with_void_interface
CC increment_init.o
CCLD datawizard/increment_init
CC increment_redux.o
CCLD datawizard/increment_redux
CC increment_redux_v2.o
CCLD datawizard/increment_redux_v2
CC increment_redux_lazy.o
CCLD datawizard/increment_redux_lazy
CC handle_to_pointer.o
CCLD datawizard/handle_to_pointer
CC lazy_allocation.o
CCLD datawizard/lazy_allocation
CC lazy_unregister.o
CCLD datawizard/lazy_unregister
CC no_unregister.o
CCLD datawizard/no_unregister
CC noreclaim.o
CCLD datawizard/noreclaim
CC nowhere.o
CCLD datawizard/nowhere
CC test_interfaces.o
CC block_interface.o
CCLD datawizard/interfaces/block/block_interface
CC bcsr_interface.o
CCLD datawizard/interfaces/bcsr/bcsr_interface
CC coo_interface.o
CCLD datawizard/interfaces/coo/coo_interface
CC csr_interface.o
CCLD datawizard/interfaces/csr/csr_interface
CC matrix_interface.o
CCLD datawizard/interfaces/matrix/matrix_interface
CC multiformat_interface.o
CC multiformat_conversion_codelets.o
CCLD datawizard/interfaces/multiformat/multiformat_interface
CC generic.o
CC multiformat_cuda_opencl.o
CCLD =
datawizard/interfaces/multiformat/advanced/multiformat_cuda_opencl
CC multiformat_data_release.o
CCLD =
datawizard/interfaces/multiformat/advanced/multiformat_data_release
CC multiformat_worker.o
CCLD datawizard/interfaces/multiformat/advanced/multiformat_worker
CC multiformat_handle_conversion.o
CCLD =
datawizard/interfaces/multiformat/advanced/multiformat_handle_conversion
CC same_handle.o
CCLD datawizard/interfaces/multiformat/advanced/same_handle
CC variable_interface.o
CCLD datawizard/interfaces/variable/variable_interface
CC test_vector_interface.o
CCLD datawizard/interfaces/vector/test_vector_interface
CC void_interface.o
CCLD datawizard/interfaces/void/void_interface
CC in_place_partition.o
CC scal.o
CCLD datawizard/in_place_partition
CC partition_dep.o
CCLD datawizard/partition_dep
CC partition_lazy.o
CCLD datawizard/partition_lazy
CC gpu_register.o
CCLD datawizard/gpu_register
CC gpu_ptr_register.o
CCLD datawizard/gpu_ptr_register
CC variable_parameters.o
CCLD datawizard/variable_parameters
CC wt_host.o
CCLD datawizard/wt_host
CC wt_broadcast.o
CCLD datawizard/wt_broadcast
CC readonly.o
CCLD datawizard/readonly
CC specific_node.o
CCLD datawizard/specific_node
CC task_with_multiple_time_the_same_handle.o
CCLD datawizard/task_with_multiple_time_the_same_handle
CXX test_arbiter.o
CXXLD datawizard/test_arbiter
CC invalidate_pending_requests.o
CCLD datawizard/invalidate_pending_requests
CC temporary_partition.o
CCLD datawizard/temporary_partition
CC redux_acquire.o
CCLD datawizard/redux_acquire
CC disk_copy.o
CCLD disk/disk_copy
CC disk_compute.o
CCLD disk/disk_compute
CC disk_pack.o
CCLD disk/disk_pack
CC mem_reclaim.o
CCLD disk/mem_reclaim
CC invalid_blocking_calls.o
CCLD errorcheck/invalid_blocking_calls
CC starpu_data_cpy.o
CCLD helper/starpu_data_cpy
CC starpu_create_sync_task.o
CCLD helper/starpu_create_sync_task
CC async_tasks_overhead.o
CCLD microbenchs/async_tasks_overhead
CC sync_tasks_overhead.o
CCLD microbenchs/sync_tasks_overhead
CC tasks_overhead.o
CCLD microbenchs/tasks_overhead
CC prefetch_data_on_node.o
CCLD microbenchs/prefetch_data_on_node
CC redundant_buffer.o
CCLD microbenchs/redundant_buffer
CC matrix_as_vector.o
CCLD microbenchs/matrix_as_vector
CC init_exit_01.o
CCLD openmp/init_exit_01
CC init_exit_02.o
CCLD openmp/init_exit_02
CC environment.o
CCLD openmp/environment
CC api_01.o
CCLD openmp/api_01
CC parallel_01.o
CCLD openmp/parallel_01
CC parallel_02.o
CCLD openmp/parallel_02
CC parallel_03.o
CCLD openmp/parallel_03
CC parallel_barrier_01.o
CCLD openmp/parallel_barrier_01
CC parallel_master_01.o
CCLD openmp/parallel_master_01
CC parallel_master_inline_01.o
CCLD openmp/parallel_master_inline_01
CC parallel_single_wait_01.o
CCLD openmp/parallel_single_wait_01
CC parallel_single_nowait_01.o
CCLD openmp/parallel_single_nowait_01
CC parallel_single_inline_01.o
CCLD openmp/parallel_single_inline_01
CC parallel_single_copyprivate_01.o
CCLD openmp/parallel_single_copyprivate_01
CC parallel_single_copyprivate_inline_01.o
CCLD openmp/parallel_single_copyprivate_inline_01
CC parallel_critical_01.o
CCLD openmp/parallel_critical_01
CC parallel_critical_inline_01.o
CCLD openmp/parallel_critical_inline_01
CC parallel_critical_named_01.o
CCLD openmp/parallel_critical_named_01
CC parallel_critical_named_inline_01.o
CCLD openmp/parallel_critical_named_inline_01
CC parallel_simple_lock_01.o
CCLD openmp/parallel_simple_lock_01
CC parallel_nested_lock_01.o
CCLD openmp/parallel_nested_lock_01
CC parallel_for_01.o
CCLD openmp/parallel_for_01
CC parallel_for_02.o
CCLD openmp/parallel_for_02
CC parallel_for_ordered_01.o
CCLD openmp/parallel_for_ordered_01
CC parallel_sections_01.o
CCLD openmp/parallel_sections_01
CC parallel_sections_combined_01.o
CCLD openmp/parallel_sections_combined_01
CC task_01.o
CCLD openmp/task_01
CC task_02.o
CCLD openmp/task_02
CC taskwait_01.o
CCLD openmp/taskwait_01
CC taskgroup_01.o
CCLD openmp/taskgroup_01
CC taskgroup_02.o
CCLD openmp/taskgroup_02
CC array_slice_01.o
CCLD openmp/array_slice_01
CC cuda_task_01.o
CCLD openmp/cuda_task_01
CC gpu_concurrency.o
CCLD overlap/gpu_concurrency
CC explicit_combined_worker.o
CCLD parallel_tasks/explicit_combined_worker
CC parallel_kernels.o
CCLD parallel_tasks/parallel_kernels
CC parallel_kernels_spmd.o
CCLD parallel_tasks/parallel_kernels_spmd
CC spmd_peager.o
CCLD parallel_tasks/spmd_peager
CC cuda_only.o
CCLD parallel_tasks/cuda_only
CC regression_based.o
CCLD perfmodels/regression_based
CC non_linear_regression_based.o
CCLD perfmodels/non_linear_regression_based
CC feed.o
CCLD perfmodels/feed
CC user_base.o
CCLD perfmodels/user_base
CC valid_model.o
CCLD perfmodels/valid_model
CC memory.o
CCLD perfmodels/memory
CC data_locality.o
CCLD sched_policies/data_locality
CC execute_all_tasks.o
CCLD sched_policies/execute_all_tasks
CC prio.o
CCLD sched_policies/prio
CC simple_deps.o
CCLD sched_policies/simple_deps
CC simple_cpu_gpu_sched.o
CCLD sched_policies/simple_cpu_gpu_sched
FC starpu_mod.o
FC init_01.o
FCLD fortran90/init_01
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/tests'
Making all in doc
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc'
Making all in doxygen
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc/doxygen'
make[2]: Nothing to be done for 'all'.
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc/doxygen'
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc'
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/doc'
Making all in mpi
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi'
Making all in src
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/src'
make all-am
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/src'
CC starpu_mpi.lo
CC starpu_mpi_helper.lo
CC starpu_mpi_datatype.lo
CC starpu_mpi_task_insert.lo
CC starpu_mpi_collective.lo
CC starpu_mpi_stats.lo
CC starpu_mpi_private.lo
CC starpu_mpi_cache.lo
CC starpu_mpi_select_node.lo
CC starpu_mpi_cache_stats.lo
CC starpu_mpi_early_data.lo
starpu_mpi_early_data.c(50): warning #181: argument of type "int" is =
incompatible with format "%ld", expecting argument of type "long"
_STARPU_MSG("Unexpected message with comm %ld =
source %d tag %ld\n", (long int)current->node_tag.comm, =
current->node_tag.rank, current->node_tag.data_tag);
^

CC starpu_mpi_early_request.lo
CC starpu_mpi_sync_data.lo
CC starpu_mpi_comm.lo
CC starpu_mpi_tag.lo
CC starpu_mpi_fortran.lo
CC starpu_mpi_task_insert_fortran.lo
CCLD libstarpumpi-1.2.la
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/src'
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/src'
Making all in tests
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/tests'
make all-am
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/tests'
CC datatypes.o
CCLD datatypes
CC pingpong.o
CCLD pingpong
CC mpi_test.o
CCLD mpi_test
CC mpi_isend.o
CCLD mpi_isend
CC mpi_earlyrecv.o
CCLD mpi_earlyrecv
CC mpi_earlyrecv2.o
CC complex_interface.o
CCLD mpi_earlyrecv2
CC mpi_earlyrecv2_sync.o
CCLD mpi_earlyrecv2_sync
CC mpi_irecv.o
CCLD mpi_irecv
CC mpi_isend_detached.o
CCLD mpi_isend_detached
CC mpi_irecv_detached.o
CCLD mpi_irecv_detached
CC mpi_detached_tag.o
CCLD mpi_detached_tag
CC mpi_redux.o
CCLD mpi_redux
CC ring.o
CCLD ring
CC ring_sync.o
CCLD ring_sync
CC ring_sync_detached.o
CCLD ring_sync_detached
CC ring_async.o
CCLD ring_async
CC ring_async_implicit.o
CCLD ring_async_implicit
CC temporary.o
CCLD temporary
CC block_interface.o
CCLD block_interface
CC block_interface_pinned.o
CCLD block_interface_pinned
CC attr.o
CCLD attr
CC cache.o
CCLD cache
CC cache_disable.o
CCLD cache_disable
CC callback.o
CCLD callback
CC matrix.o
CCLD matrix
CC matrix2.o
CCLD matrix2
CC insert_task.o
CCLD insert_task
CC insert_task_compute.o
CCLD insert_task_compute
CC insert_task_sent_cache.o
CCLD insert_task_sent_cache
CC insert_task_recv_cache.o
CCLD insert_task_recv_cache
CC insert_task_block.o
CCLD insert_task_block
CC insert_task_owner.o
CCLD insert_task_owner
CC insert_task_owner2.o
CCLD insert_task_owner2
CC insert_task_owner_data.o
CCLD insert_task_owner_data
CC insert_task_node_choice.o
CCLD insert_task_node_choice
CC insert_task_count.o
CCLD insert_task_count
CC insert_task_dyn_handles.o
CCLD insert_task_dyn_handles
CC multiple_send.o
CCLD multiple_send
CC mpi_scatter_gather.o
CCLD mpi_scatter_gather
CC mpi_reduction.o
CC mpi_reduction_kernels.o
CCLD mpi_reduction
CC user_defined_datatype.o
CCLD user_defined_datatype
CC tags_checking.o
CCLD tags_checking
CC sync.o
CCLD sync
CC gather.o
CCLD gather
CC gather2.o
CCLD gather2
CC policy_register.o
CCLD policy_register
CC policy_register_many.o
CCLD policy_register_many
CC policy_register_toomany.o
CCLD policy_register_toomany
CC policy_unregister.o
CCLD policy_unregister
CC policy_selection.o
CCLD policy_selection
CC policy_selection2.o
CCLD policy_selection2
CC early_request.o
CCLD early_request
CC starpu_redefine.o
CCLD starpu_redefine
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/tests'
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/tests'
Making all in examples
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/examples'
make all-am
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/examples'
CC stencil5.o
CCLD stencil/stencil5
CC plu_example_float.o
CC plu_solve_float.o
CC pslu_kernels.o
CC pslu.o
CC blas.o
CCLD mpi_lu/plu_example_float
CC plu_example_double.o
CC plu_solve_double.o
CC pdlu_kernels.o
CC pdlu.o
CCLD mpi_lu/plu_example_double
CC plu_implicit_example_float.o
CC pslu_implicit.o
CCLD mpi_lu/plu_implicit_example_float
CC plu_implicit_example_double.o
CC pdlu_implicit.o
CCLD mpi_lu/plu_implicit_example_double
CC plu_outofcore_example_float.o
In file included from mpi_lu/plu_outofcore_example_float.c(19):
mpi_lu/plu_outofcore_example.c(237): warning #1011: missing return =
statement at end of non-void function "starpu_pslu_get_block"
}
^

CCLD mpi_lu/plu_outofcore_example_float
CC plu_outofcore_example_double.o
In file included from mpi_lu/plu_outofcore_example_double.c(19):
mpi_lu/plu_outofcore_example.c(237): warning #1011: missing return =
statement at end of non-void function "starpu_pdlu_get_block"
}
^

CCLD mpi_lu/plu_outofcore_example_double
CC mpi_cholesky.o
CC mpi_cholesky_models.o
CC mpi_cholesky_kernels.o
CC mpi_cholesky_codelets.o
CC mpi_decomposition_params.o
CC mpi_decomposition_matrix.o
CCLD matrix_decomposition/mpi_cholesky
CC mpi_cholesky_distributed.o
CCLD matrix_decomposition/mpi_cholesky_distributed
FC fstarpu_mod.o
FC fstarpu_mpi_mod.o
FC nf_mm_cl.o
FC nf_mm.o
FCLD native_fortran/nf_mm
FC nf_basic_ring.o
FCLD native_fortran/nf_basic_ring
CC mpi_complex.o
CC complex_interface.o
CCLD complex/mpi_complex
CC user_datatype.o
CC my_interface.o
CCLD user_datatype/user_datatype
CC comm.o
CCLD comm/comm
CC mix_comm.o
CCLD comm/mix_comm
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/examples'
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi/examples'
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi'
make[2]: Nothing to be done for 'all-am'.
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi'
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/mpi'
Making all in examples
make[1]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
make all-recursive
make[2]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
Making all in stencil
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples/stencil'
CC life.o
CC stencil-kernels.o
CC stencil-tasks.o
CC stencil-blocks.o
CC stencil.o
CCLD stencil
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples/stencil'
make[3]: Entering directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
CC prio.o
CCLD sched_ctx/prio
CC worker_list_example.o
CCLD worker_collections/worker_list_example
CC hello_world.o
CCLD basic_examples/hello_world
CC vector_scal.o
CC vector_scal_cpu.o
icc -x c -DHAVE_CONFIG_H -I. -I../src/common -I../include =
-I../gcc-plugin/include/starpu-gcc -I../starpu-top -I../include/ =
-I../examples/ -I../include \
-D_GNU_SOURCE -D_FORTIFY_SOURCE=3D1 =
-I/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/include =
-Wall -Wall -Werror=3Dimplicit -Werror=3Dimplicit-function-declaration =
-Wno-unused -O3 -D_Float128=3D__float128 -gdwarf-2 -g3 =
basic_examples/vector_scal_cpu_icc.icc -c -o =
basic_examples/vector_scal_cpu_icc.o
GEN basic_examples/vector_scal
CC mult.o
CCLD basic_examples/mult
CC block.o
CC block_cpu.o
CCLD basic_examples/block
CC variable.o
CC variable_kernels_cpu.o
CCLD basic_examples/variable
CC multiformat.o
CC multiformat_conversion_codelets.o
CCLD basic_examples/multiformat
CC dynamic_handles.o
CCLD basic_examples/dynamic_handles
CXX incrementer_cpp.o
CXXLD cpp/incrementer_cpp
CC fvector.o
CCLD filters/fvector
CC fblock.o
CC fblock_cpu.o
CCLD filters/fblock
CC fmatrix.o
CCLD filters/fmatrix
CC fmultiple_manual.o
CCLD filters/fmultiple_manual
CC fmultiple_submit.o
CCLD filters/fmultiple_submit
CC fmultiple_submit_readonly.o
CCLD filters/fmultiple_submit_readonly
CC tag_example.o
CCLD tag_example/tag_example
CC tag_example2.o
CCLD tag_example/tag_example2
CC tag_example3.o
CCLD tag_example/tag_example3
CC tag_example4.o
CCLD tag_example/tag_example4
CC tag_restartable.o
CCLD tag_example/tag_restartable
CC vector_scal_spmd.o
CCLD spmd/vector_scal_spmd
CC spmv.o
CC spmv_kernels.o
CCLD spmv/spmv
CC callback.o
CCLD callback/callback
CC prologue.o
CCLD callback/prologue
CC incrementer.o
CCLD incrementer/incrementer
CC binary.o
CCLD binary/binary
CC complex.o
CC complex_interface.o
CCLD interface/complex
CC matvecmult.o
CCLD matvecmult/matvecmult
CC profiling.o
CCLD profiling/profiling
CC dummy_sched.o
CCLD scheduler/dummy_sched
CC dummy_sched_with_ctx.o
CCLD sched_ctx/dummy_sched_with_ctx
CC worker_tree_example.o
CCLD worker_collections/worker_tree_example
CC dot_product.o
CCLD reductions/dot_product
CC minmax_reduction.o
CCLD reductions/minmax_reduction
PPF77 vector_scal_fortran.o
CC vector_scal_c.o
F77LD basic_examples/vector_scal_fortran
FC mod_types.o
FC starpu_mod.o
FC mod_interface.o
FC mod_compute.o
CC marshalling.o
FC f90_example.o
FCLD fortran90/f90_example
FC fstarpu_mod.o
FC nf_codelets.o
FC nf_vector.o
FCLD native_fortran/nf_vector
FC nf_matrix.o
FCLD native_fortran/nf_matrix
FC nf_types.o
FC nf_compute.o
FC nf_example.o
FCLD native_fortran/nf_example
FC nf_dynbuf_cl.o
FC nf_dynbuf.o
FCLD native_fortran/nf_dynbuf
FC nf_varbuf_cl.o
FC nf_varbuf.o
FCLD native_fortran/nf_varbuf
FC nf_sched_ctx_cl.o
FC nf_sched_ctx.o
FCLD native_fortran/nf_sched_ctx
FC nf_partition_cl.o
FC nf_partition.o
FCLD native_fortran/nf_partition
CC sgemm.o
CC blas.o
CCLD mult/sgemm
CC dgemm.o
CCLD mult/dgemm
CC cholesky_tag.o
CC cholesky_models.o
CC cholesky_kernels.o
CCLD cholesky/cholesky_tag
CC cholesky_tile_tag.o
CCLD cholesky/cholesky_tile_tag
CC cholesky_implicit.o
CC sched_ctx_utils.o
CCLD cholesky/cholesky_implicit
CC axpy.o
CCLD axpy/axpy
CC cholesky_grain_tag.o
CCLD cholesky/cholesky_grain_tag
CC lu_example_float.o
CC slu.o
CC slu_pivot.o
CC slu_kernels.o
In file included from lu/xlu_kernels.c:22:0,
from lu/slu_kernels.c:21:
/usr/include/bits/cmathcalls.h:55:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98cacosf128=E2=80=99
__MATHCALL (cacos, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:55:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__cacosf128=E2=80=99
__MATHCALL (cacos, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:57:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98casinf128=E2=80=99
__MATHCALL (casin, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:57:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__casinf128=E2=80=99
__MATHCALL (casin, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:59:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98catanf128=E2=80=99
__MATHCALL (catan, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:59:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__catanf128=E2=80=99
__MATHCALL (catan, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:62:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ccosf128=E2=80=99
__MATHCALL (ccos, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:62:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__ccosf128=E2=80=99
__MATHCALL (ccos, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:64:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98csinf128=E2=80=99
__MATHCALL (csin, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:64:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__csinf128=E2=80=99
__MATHCALL (csin, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:66:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ctanf128=E2=80=99
__MATHCALL (ctan, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:66:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__ctanf128=E2=80=99
__MATHCALL (ctan, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:72:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98cacoshf128=E2=80=99
__MATHCALL (cacosh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:72:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__cacoshf128=E2=80=99
__MATHCALL (cacosh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:74:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98casinhf128=E2=80=99
__MATHCALL (casinh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:74:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__casinhf128=E2=80=99
__MATHCALL (casinh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:76:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98catanhf128=E2=80=99
__MATHCALL (catanh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:76:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__catanhf128=E2=80=99
__MATHCALL (catanh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:79:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ccoshf128=E2=80=99
__MATHCALL (ccosh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:79:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__ccoshf128=E2=80=99
__MATHCALL (ccosh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:81:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98csinhf128=E2=80=99
__MATHCALL (csinh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:81:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__csinhf128=E2=80=99
__MATHCALL (csinh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:83:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98ctanhf128=E2=80=99
__MATHCALL (ctanh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:83:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__ctanhf128=E2=80=99
__MATHCALL (ctanh, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:89:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98cexpf128=E2=80=99
__MATHCALL (cexp, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:89:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__cexpf128=E2=80=99
__MATHCALL (cexp, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:92:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98clogf128=E2=80=99
__MATHCALL (clog, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:92:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__clogf128=E2=80=99
__MATHCALL (clog, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:97:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98clog10f128=E2=80=99
__MATHCALL (clog10, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:97:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__clog10f128=E2=80=99
__MATHCALL (clog10, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:103:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98cpowf128=E2=80=99
__MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
^
/usr/include/bits/cmathcalls.h:103:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__cpowf128=E2=80=99
__MATHCALL (cpow, (_Mdouble_complex_ __x, _Mdouble_complex_ __y));
^
/usr/include/bits/cmathcalls.h:106:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98csqrtf128=E2=80=99
__MATHCALL (csqrt, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:106:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__csqrtf128=E2=80=99
__MATHCALL (csqrt, (_Mdouble_complex_ __z));
^
In file included from lu/xlu_kernels.c:22:0,
from lu/slu_kernels.c:21:
/usr/include/bits/cmathcalls.h:112:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:112:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,cabs, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:115:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:115:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,carg, (_Mdouble_complex_ __z));
^
In file included from lu/xlu_kernels.c:22:0,
from lu/slu_kernels.c:21:
/usr/include/bits/cmathcalls.h:118:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98conjf128=E2=80=99
__MATHCALL (conj, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:118:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__conjf128=E2=80=99
__MATHCALL (conj, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:121:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98cprojf128=E2=80=99
__MATHCALL (cproj, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:121:1: error: expected =E2=80=98=3D=E2=80=99=
, =E2=80=98,=E2=80=99, =E2=80=98;=E2=80=99, =E2=80=98asm=E2=80=99 or =
=E2=80=98__attribute__=E2=80=99 before =E2=80=98__cprojf128=E2=80=99
__MATHCALL (cproj, (_Mdouble_complex_ __z));
^
In file included from lu/xlu_kernels.c:22:0,
from lu/slu_kernels.c:21:
/usr/include/bits/cmathcalls.h:127:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:127:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,cimag, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:130:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,creal, (_Mdouble_complex_ __z));
^
/usr/include/bits/cmathcalls.h:130:1: error: expected =E2=80=98;=E2=80=99,=
=E2=80=98,=E2=80=99 or =E2=80=98)=E2=80=99 before =E2=80=98__z=E2=80=99
__MATHDECL (_Mdouble_,creal, (_Mdouble_complex_ __z));
^
make[3]: *** [Makefile:4353: slu_kernels.o] Error 1
make[3]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
make[2]: *** [Makefile:5272: all-recursive] Error 1
make[2]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
make[1]: *** [Makefile:2392: all] Error 2
make[1]: Leaving directory =
'/home/mabalenk/install/starpu/starpu-1.2.3/examples'
make: *** [Makefile:997: all-recursive] Error 1

--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii

<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;"><head><meta http-equiv="Content-Type"
content="text/html; charset=us-ascii"></head><div dir="auto"
style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break:
after-white-space;"><div></div></div></body></html>
--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Disposition: attachment;
filename=starpu-install-gnu.sh
Content-Type: application/octet-stream;
x-unix-mode=0755;
name="starpu-install-gnu.sh"
Content-Transfer-Encoding: 7bit

#!/bin/bash

# Script for convenient installation of StarPU with GNU compiler toolchain
#
# Author: Maksims Abalenkovs
# Email: m.abalenkovs@manchester.ac.uk
# Date: Dec 15, 2017
# Ver: 0.3

PREFIX=/opt/starpu123-gnu721

echo -e "Setting environment variables...\n"

export FC=gfortran
export F77=$FC
export MPIFORT=/usr/bin/mpifort
export CC=gcc
export CXX=g++
export CFLAGS="-D_Float128=__float128"
export
LDFLAGS="-L/opt/intel/compilers_and_libraries_2016.3.210/linux/compiler/lib/intel64_lin"
export LIBS="-lirc -lc"


echo -e "Environment variables were set to:\n"

echo "FC=$FC"
echo "F77=$FC"
echo "MPIFORT=$MPIFORT"
echo "CC=$CC"
echo "CXX=$CXX"
echo "CFLAGS=$CFLAGS"
echo "LDFLAGS=$LDFLAGS"
echo "LIBS=$LIBS"


# echo -e "Autogenerating StarPU..."
#
# ./autogen.sh 2>&1 | tee a.txt


# echo -e "Configuring StarPU..."
#
# ./configure --prefix=$PREFIX --enable-openmp -with-mpifort=$MPIFORT 2>&1 |
tee c.txt


echo -e "Compiling StarPU...\n"

make 2>&1 | tee m.txt


# echo -e "Installing StarPU into $PREFIX...\n"
#
# sudo make install 2>&1 | tee mi.txt

# EoF: starpu-install-gnu.sh

--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46
Content-Transfer-Encoding: 7bit
Content-Type: text/html;
charset=us-ascii

<html><head><meta http-equiv="Content-Type" content="text/html;
charset=us-ascii"></head><body style="word-wrap: break-word;
-webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div
dir="auto" style="word-wrap: break-word; -webkit-nbsp-mode: space;
line-break: after-white-space;" class=""><div class=""></div><div
class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); letter-spacing: normal; text-align: start;
text-indent: 0px; text-transform: none; white-space: normal; word-spacing:
0px; -webkit-text-stroke-width: 0px; word-wrap: break-word;
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"
class="">Maxim Abalenkov \\&nbsp;<a href="mailto:maxim.abalenkov@gmail.com";
class="">maxim.abalenkov@gmail.com</a><br class="">+44 7 486 486 505 \\ <a
href="http://mabalenk.gitlab.io";
class="">http://mabalenk.gitlab.io</a></div></div></div></div></body></html>
--Apple-Mail=_CEB194F8-085E-4BC9-8994-EE338F2E0F46--

--Apple-Mail=_0C262CBF-8D71-4537-B0DA-7787725A4314--



  • [no subject], Unknown, 16/12/2020

Archives gérées par MHonArc 2.6.19+.

Haut de le page